Commit Graph

  • 36e273c731 Release 1.48.0 beta 1 boost-1.48.0-beta1 Beman Dawes 2011-10-27 15:04:52 +00:00
  • 99b671918d Release 1.47.0 boost-1.47.0 Beman Dawes 2011-07-11 22:16:03 +00:00
  • 20cd6c4992 Release 1.47.0 beta 1 boost-1.47.0-beta1 Beman Dawes 2011-06-21 13:23:49 +00:00
  • 24785bf997 Merge [68802] from the trunk. Steven Watanabe 2011-03-31 21:41:11 +00:00
  • e25450f5a0 Quickbook: New branch for development. Daniel James 2011-03-27 10:17:05 +00:00
  • c65350824e Release 1.46.1 boost-1.46.1 Beman Dawes 2011-03-12 15:41:16 +00:00
  • 9aad191658 Release 1.46.0 boost-1.46.0 Beman Dawes 2011-02-21 18:42:22 +00:00
  • 8457bd01b1 Fix integer_traits<long long> when no macro from limits.h is available. Steven Watanabe 2011-02-12 15:06:21 +00:00
  • 7d9cf81cce Branch for working on the documentation tools documentation. svn-branches/doc-tools-docs Daniel James 2011-02-04 21:18:24 +00:00
  • 166106e761 Release 1_46_0 beta 1 boost-1.46.0-beta1 Beman Dawes 2011-01-31 13:00:44 +00:00
  • 3761a010f2 Branch to work on filename handling without disturbing trunk. svn-branches/quickbook-filenames Daniel James 2011-01-21 09:17:08 +00:00
  • 707faa1086 Remove old dead code. John Maddock 2011-01-13 13:43:08 +00:00
  • 8638c59f02 Release 1.45.0 boost-1.45.0 Beman Dawes 2010-11-19 15:17:53 +00:00
  • 10243e18c8 Release 1.45.0 beta 1 boost-1.45.0-beta1 Beman Dawes 2010-11-09 18:22:33 +00:00
  • 614515a77b Fix logic in cstdint to prefer smaller integers when possible. Improve PP-logic in integer-traits. Suppress some compiler warnings. John Maddock 2010-10-02 12:14:04 +00:00
  • 7bd48eb3f3 Change logic so that int32_t etc is an int rather than a long where possible. John Maddock 2010-09-05 16:27:09 +00:00
  • 581224a4f7 Release 1.44.0 boost-1.44.0 Beman Dawes 2010-08-16 15:03:16 +00:00
  • 7c62277986 Add VMS support. Fixes #4474. John Maddock 2010-08-12 12:36:42 +00:00
  • de88687a5c Release 1.44.0 beta 1 boost-1.44.0-beta1 Beman Dawes 2010-08-05 16:04:40 +00:00
  • 245c28d187 Merge integer documentation. Daniel James 2010-07-08 22:22:21 +00:00
  • 8368cd0a55 Rebuild integer docs. Daniel James 2010-07-08 20:50:29 +00:00
  • f390a64825 Merge documentation fixes. Daniel James 2010-06-26 12:30:09 +00:00
  • 794fdf9bad Update various libraries' documentation build. Daniel James 2010-06-20 18:00:48 +00:00
  • e3da9260e1 Merge fixes from Trunk. John Maddock 2010-06-12 08:33:32 +00:00
  • cd98c4a257 Add a 64 bit specialization of low_bits_mask_t. Fixes #4332 Steven Watanabe 2010-06-10 19:49:34 +00:00
  • 8f642ad727 v2, v3, integration branch svn-branches/filesystem3 Beman Dawes 2010-06-09 11:34:33 +00:00
  • 913752ca98 Release 1.43.0 boost-1.43.0 Beman Dawes 2010-05-06 13:21:09 +00:00
  • 3801d4be9c Release 1.43.0 beta 1 boost-1.43.0-beta1 Beman Dawes 2010-04-21 14:13:35 +00:00
  • c655f52ca8 Create a branch for inspect fixes. svn-branches/inspect Daniel James 2010-04-20 21:11:27 +00:00
  • 730be18188 Merge link fix for integer. Daniel James 2010-04-05 07:41:52 +00:00
  • 84c8a52085 Rebuild the integer documentation. Daniel James 2010-04-05 07:27:25 +00:00
  • 16143356ad new branch to fix documentation sandbox-branches/birbacher/fix_documentation Frank Birbacher 2010-03-14 07:44:37 +00:00
  • af8a9ffe7c Create a branch for autoprefixing svn-branches/units/autoprefix Steven Watanabe 2010-02-28 19:19:07 +00:00
  • 8a1d11f369 Fix link to integer header. Daniel James 2010-02-14 13:09:24 +00:00
  • a5356bb254 Change integer code to still work when BOOST_HAS_MS_INT64 is defined but BOOST_HAS_LONG_LONG is not. Update VC++ config to define BOOST_HAS_LONG_LONG for MSVC-8 in ANSI mode. Fixes #3657. John Maddock 2010-02-04 11:15:54 +00:00
  • 3c084ad13c Boost 1.42.0 boost-1.42.0 Beman Dawes 2010-02-02 20:03:43 +00:00
  • 2f13159023 Change code to check individually for the INT#_C macros before defining them - this correctly handles cases where they are partially defined by other other headers (for example ICU). Also declare this a gcc system header - seems to be the only way to really suppress the warnings - fixes #3889. John Maddock 2010-02-02 18:35:33 +00:00
  • 6293af825a Commit alternative warning suppression code. John Maddock 2010-01-25 10:55:50 +00:00
  • 6fc1af6bef Branch for merging Boost.Build and Boost.Jam completely. svn-branches/b2 Vladimir Prus 2010-01-19 20:47:20 +00:00
  • 896f2a7654 Disable warnings when defining INT#_C macros for gcc. Daniel James 2010-01-12 18:51:40 +00:00
  • 60db1676fc Merge both config and integer changes from Trunk: these are interlinked. John Maddock 2009-12-14 18:14:48 +00:00
  • e5c64669e2 Update docs to match code. John Maddock 2009-12-11 17:56:01 +00:00
  • 14e17dd9f6 Update cstdint.hpp to always define the INT#_C macros. Try again with Codegear workaround. John Maddock 2009-12-11 17:46:10 +00:00
  • 86519e7bcf Extend codegear/borland fix. John Maddock 2009-12-11 15:59:42 +00:00
  • e5267abf6e Tentative Borland/Codegear patch. John Maddock 2009-12-03 12:14:15 +00:00
  • 92a617bbe9 Get the tests warning free again with GCC. Finally get everything working with the Borland compiler. Fix a few typos: use of long rather than unsigned long, use of long long rather than long_long_type etc. John Maddock 2009-11-30 13:50:05 +00:00
  • ad5d5b0e1f Up template instantiation depth for sun compiler. John Maddock 2009-11-29 16:23:04 +00:00
  • 3af7c55ad9 Make code respect BOOST_NO_INTEGRAL_INT64_T. John Maddock 2009-11-29 16:02:45 +00:00
  • 1797528e35 Change long long to boost::long_long_type etc. John Maddock 2009-11-29 13:59:18 +00:00
  • 05c1f88324 Fix issues in docs. John Maddock 2009-11-28 17:08:31 +00:00
  • 6a497ee263 Regenerate with new stylesheets. John Maddock 2009-11-27 11:13:02 +00:00
  • 98b57c1f3b Get the tests warning free with gcc, and add conceptual-header-inclusion tests. John Maddock 2009-11-26 18:06:10 +00:00
  • 154b9ce992 Fix some typos. John Maddock 2009-11-26 15:43:32 +00:00
  • fad95e3d1f Oops, tests should return the error code is any. John Maddock 2009-11-26 13:35:03 +00:00
  • b83327861c Changed to use the lightweight test framework - we can now test with a much wider range of compilers. John Maddock 2009-11-26 12:59:39 +00:00
  • ac155d3843 Added support for exact width integer type to int_t and uint_t Updated docs to match. Fixes #1225. John Maddock 2009-11-26 11:08:27 +00:00
  • ca84baa55d Update Boost.Integer meta-programming classes to work with intmax_t where possible - ie to be 64-bit clean. Added quickbook based docs - updated as necessary. Removed old html docs. John Maddock 2009-11-25 12:38:09 +00:00
  • db267e22f8 Integer: fixed search&replace gone mad Hartmut Kaiser 2009-11-24 21:24:20 +00:00
  • cf359129a3 Bring docs into line with code. John Maddock 2009-11-24 10:14:43 +00:00
  • 09ee5872ba Tidied up namespace usage, fixes #2134. John Maddock 2009-11-24 10:12:29 +00:00
  • 0248ecb71b Add history/revision log. John Maddock 2009-11-24 10:07:45 +00:00
  • ddb6a13f29 Add support for long long throughout. Fixes #653. John Maddock 2009-11-23 18:51:33 +00:00
  • e07b49c955 remove reference to dead test (no longer relevant) John Maddock 2009-11-23 16:45:21 +00:00
  • 44c3831e05 Fix Jamfile and Boost.Test usage. John Maddock 2009-11-23 16:39:45 +00:00
  • 4c23c47ebe Add support for MS style __int64 when long long is not available. Fixes #3084. John Maddock 2009-11-23 13:23:15 +00:00
  • 285048504c Suppress and/or fix warnings - in particular avoid undefined behaviour in the test cases! John Maddock 2009-11-23 10:43:00 +00:00
  • 8cab32a0dd Fix for Comeau compiler - does not define __GLIBC_HAVE_LONG_LONG which in turn causes GLIBC's stdint.h to misbehave. Fixes #3548. John Maddock 2009-11-23 09:51:23 +00:00
  • 9ff5c9d3b6 Fixes #3180. John Maddock 2009-11-22 17:12:57 +00:00
  • dd1194afa4 Fix preprocessor logic for long long support. Fixes #3657. Fixes #3568. John Maddock 2009-11-22 16:38:05 +00:00
  • 407e7462f3 Create maintenance branch for 1.41. svn-branches/maintenance/1_41 Vladimir Prus 2009-11-19 06:09:27 +00:00
  • eb945cc3bf Release 1.41.0 boost-1.41.0 Beman Dawes 2009-11-18 14:58:26 +00:00
  • eecbd5276f Reverted Integer back to Release branch state - as per devel-list discussions. John Maddock 2009-11-11 18:57:24 +00:00
  • 3a91a2ba41 Release 1.41.0 Beta 1 boost-1.41.0-beta1 Beman Dawes 2009-11-04 12:14:07 +00:00
  • fd0a8f8c2c Suppress gcc warnings: for bug report #1451. John Maddock 2009-10-27 09:58:40 +00:00
  • f9561fec20 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 +00:00
  • be17e798df 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 +00:00
  • 0fa7344d2b Release 1.40.0 boost-1.40.0 Beman Dawes 2009-08-27 16:24:59 +00:00
  • 36a69745d7 creating branch to fix intrusive for Sun CC (#3339) sandbox-branches/intrusive_fix_SunCC Christopher Hite 2009-08-24 17:08:35 +00:00
  • 9fd48f6a56 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 +00:00
  • a1bf7131b3 Add basic copyright/license to keep cmake out of the inspection report Troy D. Straszheim 2009-07-22 21:51:01 +00:00
  • dcdfca5f38 Use BOOST_STATIC_CONSTANT in static_log2, as g++ 4.0 has problems with enum. Daniel James 2009-07-12 16:11:26 +00:00
  • edd638ec91 Use BOOST_STATIC_CONSTANT in static_log2, as g++ 4.0 has problems with enum. Daniel James 2009-07-08 21:27:05 +00:00
  • 7aed4385b0 Phoenix Reloaded svn-branches/phoenix_v3 Eric Niebler 2009-05-28 17:15:17 +00:00
  • a7bf7bba9a mergme sandbox-branches/straszheim/merge_me_into_trunk Troy D. Straszheim 2009-05-26 14:05:46 +00:00
  • a50225a8ca Branch for big updates, so that I can have broken intermediate states. svn-branches/sredl_2009_05_proptree_update Sebastian Redl 2009-05-15 15:15:42 +00:00
  • 0058e57846 Release 1.39.0 boost-1.39.0 Beman Dawes 2009-05-02 13:01:04 +00:00
  • 74c13ce297 Release 1.29.0 beta 1 boost-1.39.0-beta1 Beman Dawes 2009-04-26 12:32:35 +00:00
  • fa5c0af3d3 Redo py3k branching from trunk again sandbox-branches/bhy/py3k Haoyu Bai 2009-04-01 16:55:33 +00:00
  • 17f2677fcc Release 1.37.0 boost-1.38.0 Beman Dawes 2009-02-10 13:14:42 +00:00
  • 12e2311aa4 add missing #include to integer_mask_test.cpp Boris Gubenko 2009-01-31 21:37:54 +00:00
  • e6bbb33660 merge of cmake build files from trunk per beman Troy D. Straszheim 2009-01-24 18:57:20 +00:00
  • 1b9549693a Merge from trunk Beman Dawes 2009-01-20 01:54:06 +00:00
  • 382eabdff5 fixes #2654. John Maddock 2009-01-14 10:18:19 +00:00
  • 3706ee7bd9 Fixes #2654. John Maddock 2009-01-14 10:17:25 +00:00
  • 3531eb1ac5 merge tests and Jamfiles for 7 libraries Boris Gubenko 2009-01-04 05:17:02 +00:00
  • ec8ede3378 Changed control of extra messages to be determined solely by the Boost.Test messaging controls Daryle Walker 2008-11-29 07:45:02 +00:00
  • a8f7c90aff Updating dependency information for modularized libraries. Michael A. Jackson 2008-11-07 17:05:27 +00:00
  • 768023af1a 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 +00:00
  • 36e84d1fb7 merged from trunk svn-branches/proto/v4 Eric Niebler 2008-11-06 00:15:47 +00:00
  • 4e084b53b4 Release 1.37.0 boost-1.37.0 Beman Dawes 2008-11-03 12:44:25 +00:00