Commit Graph

  • e64047b7c7 Fix typo in example. Added links to PDF versions of the docs. Regenerated all the docs to fix people links. John Maddock 2008-02-21 10:37:59 +00:00
  • dcf16f30bc Added refactored docs for existing Boost.Math libraries. John Maddock 2007-10-09 17:17:50 +00:00
  • b70c89a3ff Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:17:48 +00:00
  • 9f43b6a7d6 Removed missed usage of deprecated macros in Boost.Math Marshall Clow 2012-11-27 14:19:45 +00:00
  • fecb6b5509 Fix numeric_limits specialization. John Maddock 2012-07-11 17:26:05 +00:00
  • eea434b0f1 eliminated test_case_template.hpp Gennadiy Rozental 2011-10-05 10:28:08 +00:00
  • 72b569f84f MSVC warning suppression. John Maddock 2011-03-03 11:09:23 +00:00
  • ce4bd6cc98 Fix signed/unsigned comparison warnings when char is unsigned. John Maddock 2010-07-01 17:47:51 +00:00
  • d38557f5f3 Make the compile time gcd facilities work with greatest integer types, and be mpl compatible. John Maddock 2010-06-28 15:32:19 +00:00
  • 5174291e08 Fix failures when used with an expression-template enabled number type such as the gmpxx clases. Add additional concept check for integer code using gmp classes. Fixes #4139. John Maddock 2010-05-07 15:36:09 +00:00
  • 7c528c325e Tweaked files to pass inspection report; one file had some min/max violations; but all had to have 'boostinspect:nolicense' set because a copyrighter, Paul Moore, has disappeared, so his files can never be changed to the main Boost license Daryle Walker 2008-07-27 23:43:04 +00:00
  • bdafb07012 Replace a couple of non-ascii symbols. Daniel James 2008-07-01 09:58:27 +00:00
  • fe60fee95b Fix more inspect report issues, and regenerated the docs. John Maddock 2008-06-29 09:02:05 +00:00
  • e20431e713 Changed long long to boost::long_long_type and unsigned long long to boost::ulong_long_type. A couple of other typo corrections, to get the code compiling with g++ -pedantic. John Maddock 2008-04-29 10:05:11 +00:00
  • 217fa37de2 Fix min/max usage violation. John Maddock 2008-02-07 10:13:31 +00:00
  • 307fee457a Fix Borland infinite looping issue. John Maddock 2007-10-06 11:12:33 +00:00
  • a9d91361fa Undo previous fix, it causes regressions. John Maddock 2007-02-20 13:28:39 +00:00
  • f1076ff42c STLport workaround. John Maddock 2007-02-19 10:00:41 +00:00
  • 18a37cbab2 various fixes for old compilers Joaquín M. López Muñoz 2006-12-04 07:04:33 +00:00
  • 80b59192ae Made the GCD specializations for '(unsigned) long long' and '(unsigned) __int64' mutually exclusive, following the lead of <boost/cstdint.hpp>. Daryle Walker 2006-11-10 23:15:49 +00:00
  • 1f5f827a5e Changed GCD for built-in integer types to use the binary-GCD algorithm Daryle Walker 2006-11-05 07:10:42 +00:00
  • 56b287a590 Added custom integer types, signed and unsigned, with and without std::numeric_limits<> specializations, to test Daryle Walker 2006-11-03 22:43:34 +00:00
  • c8faa83d47 Changed test to use Boost.Test's unit test system Daryle Walker 2006-11-03 03:08:27 +00:00
  • c041451a54 Added missing 'typename' Daryle Walker 2005-02-07 14:34:32 +00:00
  • 6e6179b932 Replaced BOOST_TEST Stefan Slapeta 2005-02-03 12:27:14 +00:00
  • 791b547d25 Changed files to BSL based on permissions in blanket-permission.txt John Maddock 2004-09-28 12:55:45 +00:00
  • cd696b2f6a License update Douglas Gregor 2004-07-30 04:46:56 +00:00
  • fadad77a39 Merged fix from release branch to main trunk. Markus Schöpflin 2002-10-01 13:31:42 +00:00
  • 9880cf69dc Adjusted for moving the Compile-Time and Run-Time GCD and LCM components to new, separate headers Daryle Walker 2002-07-02 08:31:15 +00:00
  • 56bd3fd0b3 Moved the Compile-Time and Run-Time components to separate headers Daryle Walker 2002-07-02 07:51:48 +00:00
  • bb16ad8ea0 Added tests for unsigned int types John Maddock 2002-05-06 10:36:32 +00:00
  • 82ad7a9edb Added fixes for the case that BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS is defined. John Maddock 2002-05-06 10:35:57 +00:00
  • 6a8080014a Integrated MSVC fixes from Daryle Dave Abrahams 2001-12-11 04:59:26 +00:00
  • f6738d210c fix errors (from Daryle Walker) Jens Maurer 2001-12-05 20:56:26 +00:00
  • 5f810b2754 Daryle Walker's GCD library submission Dave Abrahams 2001-11-29 21:42:58 +00:00
  • 163c26a2d4 Merge branch 'develop' Peter Dimov 2015-01-13 18:44:48 +02:00
  • 7c2b4a799d Merge pull request #5 from danieljames/metadata Glen Fernandes 2014-08-18 09:07:49 -07:00
  • dcfac1423f Add metadata file. Daniel James 2014-08-18 14:59:48 +01:00
  • 7d41c244ea Merge branch 'develop' boost-1.57.0 boost-1.56.0 Peter Dimov 2014-06-08 01:38:20 +03:00
  • 494f52d48e Remove obsolete boost/pending/cstddef.hpp. Peter Dimov 2014-06-08 01:37:47 +03:00
  • 40b52301df Move integer_log2 from pending to integer Glen Fernandes 2014-06-05 15:48:22 -07:00
  • e0ae3b54d8 Merge branch 'master' into develop Glen Fernandes 2014-06-05 15:32:01 -07:00
  • 740a20e4bb Merge branch 'develop' Glen Fernandes 2014-06-05 15:31:45 -07:00
  • afa395b517 Merged changes from trunk that are going into 1.42.0 Jeremiah Willcock 2009-12-29 03:50:53 +00:00
  • 78b9452696 boost/pending/: ported revision 48251 ("integer_log2.hpp and lowest_bit.hpp, in boost/pending/: little comment cleanup (svn anchors, etc.); added a static_cast<> to silence (harmless) MSVC++ warnings") from trunk Gennaro Prota 2008-08-24 18:16:24 +00:00
  • 775d25573b Full merge from trunk at revision 41356 of entire boost-root tree. Beman Dawes 2007-11-25 18:07:19 +00:00
  • 5328370ab6 Bring type traits into line with TR1 John Maddock 2005-01-30 15:47:46 +00:00
  • a76279f48c added copyrights Jeremy Siek 2004-10-20 13:07:46 +00:00
  • f71f747400 Converted to Boost Software License, Version 1.0 Douglas Gregor 2004-07-26 00:32:12 +00:00
  • 70c7ae271c added Borland workaround Gennaro Prota 2004-05-09 08:58:03 +00:00
  • ff18de3b35 new file (needed by dynamic_bitset) Gennaro Prota 2004-04-18 09:15:08 +00:00
  • 357349a423 Borland fix Aleksey Gurtovoy 2002-09-16 04:10:29 +00:00
  • 304cce63f5 ported the graph library to borland Jeremy Siek 2000-10-17 00:16:05 +00:00
  • 7ad2ddb3bc removed tabs Jeremy Siek 2000-09-25 21:19:29 +00:00
  • ee352dee03 pending stuff from Boost Graph Library Jeremy Siek 2000-09-18 08:24:47 +00:00
  • 914b459763 boost/pending/: ported revision 48251 ("integer_log2.hpp and lowest_bit.hpp, in boost/pending/: little comment cleanup (svn anchors, etc.); added a static_cast<> to silence (harmless) MSVC++ warnings") from trunk Gennaro Prota 2008-08-24 18:16:24 +00:00
  • 0f7eb589da Full merge from trunk at revision 41356 of entire boost-root tree. Beman Dawes 2007-11-25 18:07:19 +00:00
  • 10e19f0e3e added Borland workaround Gennaro Prota 2004-05-09 08:58:03 +00:00
  • 1fd7a3080a new file (needed by dynamic_bitset) Gennaro Prota 2004-04-18 09:15:08 +00:00
  • 5c91a3c17c Merge branch 'develop' Glen Fernandes 2014-06-05 14:43:08 -07:00
  • 0f228bcf5b Merge pull request #4 from danieljames/doc-clean-up Glen Fernandes 2014-06-02 01:38:29 -07:00
  • 6ac4f9bdac Link to the cstdint documentation, rather than Boost.Config's root. Daniel James 2014-06-01 20:58:11 +01:00
  • 081eb01f88 Move cstdint section to the end. Daniel James 2014-06-01 20:56:15 +01:00
  • f43bd9288d Upgrade docs to quickbook 1.6. Daniel James 2014-06-01 20:50:31 +01:00
  • 9b71d9e83f Add note about removing cstdint to history. Daniel James 2014-06-01 20:45:44 +01:00
  • bb54ac650f Merge pull request #3 from glenfe/develop Glen Fernandes 2014-06-01 18:50:06 -07:00
  • 05330d178e Remove cstdint which has been moved to Boost.Config Glen Fernandes 2014-06-01 09:59:12 -07:00
  • 75134014bf Create merge base for git. Daniel James 2014-04-06 14:07:51 +01:00
  • c0e9248a49 Create maintenance branch for 1.55.0 svn-branches/maintenance/1_55_0 Daniel James 2013-11-11 20:02:05 +00:00
  • d57bdeb074 Release 1.55.0 boost-1.55.0 Marshall Clow 2013-11-11 19:45:21 +00:00
  • 3f26103101 TypeTraits: Remove use of obsolete GCC version check. Stephen Kelly 2013-09-30 15:55:29 +00:00
  • be6ee86efc Create branch to keep WIP patch for modular build. svn-branches/modular-build Vladimir Prus 2013-09-25 08:12:19 +00:00
  • 06c28356cc Merged recent changes from trunk. Andrey Semashev 2013-07-20 17:17:10 +00:00
  • 365d61fc4e Patch for recent versions of glibc which always assume int64_t support. Fixes #8731. John Maddock 2013-07-04 09:13:23 +00:00
  • 01d86fb40a Create a maintenance branch for Boost 1.54.0 svn-branches/maintenance/1_54_0 Daniel James 2013-07-03 21:01:45 +00:00
  • 5d1e149b51 Release 1.54.0 boost-1.54.0 Marshall Clow 2013-07-01 16:53:14 +00:00
  • 72438055a9 Extracted intptr_t and uintptr_t types to cstdint.hpp. Refs #7823. Andrey Semashev 2013-06-16 15:02:27 +00:00
  • e62b1cde72 Release 1.54.0 beta1 boost-1.54.0-beta1 Marshall Clow 2013-06-03 14:02:28 +00:00
  • 4f41205210 Release 1.53.0 boost-1.53.0 Marshall Clow 2013-02-04 18:11:49 +00:00
  • 2aebafafd3 Release 1.52.0 boost-1.52.0 Marshall Clow 2012-11-05 15:31:58 +00:00
  • da38d6ef75 Release 1.51.0 boost-1.51.0 Marshall Clow 2012-08-20 22:07:05 +00:00
  • 590f9819f9 Merge changes from trunk: John Maddock 2012-07-14 16:05:50 +00:00
  • d131434ef1 Fix PDF install rule so that it's explicit and automatically invokes a PDF build when specified on the command line. So "bjam pdfinstall" will now build and install the PDF to the current directory. This works around some problems that the previous versions had if the user did not have an FO processor installed (basically Daniel James was unable to build the HTML docs for the distribution if the pdfinstall rule was implicit). John Maddock 2012-07-14 11:21:03 +00:00
  • 7ea7971be6 Create a maintenance branch for 1.50. svn-branches/maintenance/1_50_0 Daniel James 2012-07-12 10:15:53 +00:00
  • e5630ed164 Release 1.50.0 boost-1.50.0 Beman Dawes 2012-06-28 12:37:29 +00:00
  • 837399ae8a Release 1.50.0 beta 1 boost-1.50.0-beta1 Beman Dawes 2012-06-06 15:23:40 +00:00
  • d12ea4e301 Merge minor integer fixes from Trunk. John Maddock 2012-05-14 15:57:59 +00:00
  • 90f779a9a3 Fix integer.hpp so a compiler error is generated when the number of bits requested is greater than the max available. Added new tests to catch this case. John Maddock 2012-05-02 17:10:20 +00:00
  • 28e720315e Branch for 2nd try at V2 removal svn-branches/filesystem-v3a Beman Dawes 2012-03-23 12:04:44 +00:00
  • bcb84e406e Created branch to extend PropertyMap: add a readable functor map that calls a given functor or function upon lookup. Ideas from: http://comments.gmane.org/gmane.comp.lib.boost.user/54397 and: http://comments.gmane.org/gmane.comp.lib.boost.user/73358 sandbox-branches/birbacher/propertymap-functormap Frank Birbacher 2012-03-20 20:11:17 +00:00
  • 2536a131ce Create branches/filesystem-v3 for v2 removal svn-branches/filesystem-v3 Beman Dawes 2012-03-18 20:54:17 +00:00
  • 3dbf187bc5 Quickbook: Merge from trunk. svn-branches/quickbook-dev Daniel James 2012-03-16 08:48:10 +00:00
  • 1898e66238 Apply patch from Vincent Botet Escriba: fix check for size > long long. John Maddock 2012-02-24 16:57:13 +00:00
  • 3640f5b5ab Release 1.49.0 boost-1.49.0 Beman Dawes 2012-02-22 22:08:43 +00:00
  • 1cf2854cd4 optional_optimization branch sandbox-branches/optional_optimization Christopher Hite 2012-02-22 10:37:27 +00:00
  • a0637336ed Release 1.49.0 beta 1 boost-1.49.0-beta1 Beman Dawes 2012-01-27 18:03:17 +00:00
  • 45507789ef Quickbook: Merge from trunk to quickbook-dev. Daniel James 2012-01-01 13:35:27 +00:00
  • 2f6544e54d Merge typo fixes from Trunk. John Maddock 2011-12-26 18:08:51 +00:00
  • cc73477d13 Fix typo. Refs #6003. John Maddock 2011-12-24 17:29:03 +00:00
  • 394b682354 Release 1.48.0 boost-1.48.0 Beman Dawes 2011-11-15 15:44:44 +00:00