Commit Graph

  • 6db1ad0d20 restore msvc-10.0 compatibility statement in docs [skip ci] cc James E. King III 2019-05-03 12:15:40 -0400
  • b8a0bdafb8 Missing root index.html Nikita Kniazev 2019-03-31 20:22:19 +0300
  • 0ea64ab9de Update CI James E. King III 2019-04-27 08:58:58 -0400
  • 802aef1264 Add <boost/numeric/interval/utility_fwd.hpp> CromwellEnage 2018-12-26 10:19:24 -0500
  • f90d1fa734 Use BOOST_NOEXCEPT_OR_NOTHROW in public headers to prepare for C++20. Romain Geissler 2018-11-13 23:41:00 +0000
  • aa46846917 Update README with correct Coverity Scan links. James E. King III 2018-11-03 08:46:57 -0400
  • 476bfe884e Merge branch 'master' into develop James E. King III 2018-11-02 21:15:32 -0400
  • 385aae0030 Add CI framework - travis with valgrind, cppcheck, ubsan, codecov, covscan (future) - appveyor with MSVC 2010 through 2017, cygwin 32/64, mingw 32/64 - README, LICENSE, etc. James E. King III 2018-05-17 18:27:41 +0000
  • 268c316586 Bug fixes for the 1.65.0 release Marshall Clow 2017-06-14 19:26:04 -0700
  • 88944ea2e4 Merge pull request #12 from Teemperor/ReencodeAsUtf8 Marshall Clow 2017-06-14 19:21:24 -0700
  • b2a17c13e0 Reencoded a few headers that used Windows-1252 with UTF-8. Raphael Isemann 2017-06-02 14:39:52 +0200
  • 0a6dba6520 Merge pull request #11 from gongminmin/develop Marshall Clow 2017-06-01 22:50:16 -0700
  • b4b190af3e Adds support for MSVC ARM64 target. Minmin Gong 2017-06-01 00:15:38 -0700
  • ef7cce34a3 Merge branch 'develop' Edward Diener 2017-04-24 12:52:32 -0400
  • 5dad1782f3 Merge pull request #10 from g4wjs/unused-typedef Edward Diener 2017-02-28 17:10:19 -0500
  • 000f50f580 Unused typedef in norm causes compiler warning Bill Somerville 2017-02-28 21:44:54 +0000
  • 60dc7506e3 Merge branch 'develop' Edward Diener 2017-01-04 13:56:46 -0500
  • de48274d0d Merge pull request #9 from akumta/patch-3 Marshall Clow 2016-05-19 08:42:07 -0700
  • fc220aac66 Update for ticket #4378 akumta 2016-01-05 12:40:14 -0800
  • b3ca314153 Merge changes from develop for the 1.58.0 release Marshall Clow 2015-04-02 11:10:44 -0700
  • 538299d4e0 Apply https://github.com/boostorg/interval/pull/1 manually; qualify four calls to 'to_int' with 'this->' Marshall Clow 2015-01-09 11:00:48 -0800
  • 6bc43ee981 Merge from develop Marshall Clow 2014-12-01 10:35:49 -0800
  • ea0258a9c3 Merge pull request #7 from fkonvick/develop Marshall Clow 2014-10-27 08:24:32 -0700
  • 362724ba91 Fix for #4964 - assert in debug/x64 on Windows fkonvick 2014-10-26 23:28:50 +0100
  • e172bd645b Adding a testcase for #4964 - assert in debug/x64 on Windows fkonvick 2014-10-26 23:28:20 +0100
  • 5232511694 Merge pull request #5 from danieljames/metadata Noel Belcourt 2014-09-01 20:34:13 -0600
  • 52dc495963 Add metadata file. Daniel James 2014-08-18 15:08:08 +0100
  • 1cdcac4c58 Merge pull request #3 from jhunold/develop Marshall Clow 2014-07-07 11:41:27 -0700
  • 22b2490e85 Replace removed BOOST_CHECKPOINT with equivalent BOOST_TEST_CHECKPOINT Jürgen Hunold 2014-06-11 22:03:32 +0200
  • 816a0df02c Create merge base for git. Daniel James 2014-04-06 14:08:38 +0100
  • bc4b85303a Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:15:00 +0000
  • 87c16d02e5 Numeric: Remove obsolete GCC version check. Stephen Kelly 2013-09-30 15:59:04 +0000
  • 94e41dbf53 Numeric: fix minor unused parameter warning. Vicente J. Botet Escriba 2013-04-20 13:54:56 +0000
  • 707dab64af Merge 77144 from ^/trunk Jürgen Hunold 2012-03-04 10:45:11 +0000
  • 2d5a340fbe Fix #5519: Use correct predefined _WIN64 Jürgen Hunold 2012-02-29 20:49:52 +0000
  • e5c11c2c5b Merge 74928 from ^/trunk ------------------------------------------------------------------------ r74928 | jhunold | 2011-10-12 19:59:21 +0200 (Mi, 12 Okt 2011) | 1 line Jürgen Hunold 2011-10-14 16:56:40 +0000
  • 79bb9ed668 use boost workaround header for clang bug 6907 Jürgen Hunold 2011-10-12 17:59:21 +0000
  • 38524e1025 Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]). Steven Watanabe 2011-01-15 08:11:51 +0000
  • 88a023da76 Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost. On Linux, GNU's libstdc++, which is the default stdlib for icc and clang, cannot parse the <iomanip> header in version 4.5+ (which thankfully neither compiler advises the use of yet), as it's original C++98-friendly implementation has been replaced with a gnu++0x implementation. <boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing boost::detail::setfill, boost::detail::setbase, boost::detail::setw, boost::detail::setprecision, boost::detail::setiosflags and boost::detail::resetiosflags. Bryce Adelstein-Lelbach 2011-01-14 02:35:58 +0000
  • 4d2d5f7646 Merge Interval from the trunk Steven Watanabe 2011-01-03 03:57:26 +0000
  • 70b0bfae51 Apply patch to fix typos. Fixes #4931. Steven Watanabe 2010-12-08 17:45:32 +0000
  • 6ac8b41435 Remove '.'. Fixes #4932. Steven Watanabe 2010-12-08 17:41:18 +0000
  • d9d8c1263a Use the right name for intersect. Fixes #4600. Steven Watanabe 2010-08-30 00:37:46 +0000
  • cde7ebc31d Apply #61957 from release Christopher Jefferson 2010-05-23 20:06:00 +0000
  • 52cc981229 Teach Numeric/Interval that Apple platforms provide <fenv.h> for rounding control Douglas Gregor 2010-05-13 23:28:33 +0000
  • ebfeb7ccef Disable x86 assembler for x64 builds. Jürgen Hunold 2010-03-06 14:17:49 +0000
  • eedb660630 Applied patches to fix #2512 and #2513 Marshall Clow 2010-01-29 18:01:34 +0000
  • 3548f4d9b3 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
  • 52f15b31b5 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
  • 5e2267e27a 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
  • e8990d5ee5 Add basic copyright/license to keep cmake out of the inspection report Troy D. Straszheim 2009-07-22 21:51:01 +0000
  • 74e036b471 Use local copy of the valid HTML 4.01 icon, and make sure all the pages that use it are valid. Daniel James 2009-05-25 20:06:26 +0000
  • 76acf35ec0 Use a local copy of the valid HTML 4.01 icon. Daniel James 2009-05-16 14:23:59 +0000
  • 96b3e4edf1 merge of cmake build files from trunk per beman Troy D. Straszheim 2009-01-24 18:57:20 +0000
  • 30bd0eab64 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
  • 35b7d664dc Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor Michael A. Jackson 2008-11-01 13:15:41 +0000
  • 3142de747f Merge fixes from Trunk. John Maddock 2008-10-13 09:00:03 +0000
  • 94be8c217c Change includes of <cmath> to <boost/config/no_tr1/config.hpp>. John Maddock 2008-10-10 16:10:00 +0000
  • dbdeaf5266 Added support for Sun compiler on x86. Removed some template parameters when forcing rounding. Guillaume Melquiond 2008-08-05 16:28:34 +0000
  • fe0e182e36 Silent compilation warnings with GCC 4.3. Guillaume Melquiond 2008-08-05 10:20:49 +0000
  • d2cb7559eb Fix bug #1944. Guillaume Melquiond 2008-08-05 10:08:56 +0000
  • 81a5544186 Fix bug #1886. Guillaume Melquiond 2008-08-05 10:05:36 +0000
  • 1046ec8f24 Merge trunk Beman Dawes 2008-07-23 15:15:27 +0000
  • e771b553cb Fixed typo re bug #1853 Marshall Clow 2008-05-03 23:50:51 +0000
  • 6d6506b8f3 merge change in trunk (changeset/41983) to release branch Boris Gubenko 2007-12-12 14:21:43 +0000
  • 5f406b9953 remove conditionalization for aCC: this header works with gcc on HP-UX also Boris Gubenko 2007-12-11 20:43:11 +0000
  • 01604411c7 Full merge from trunk at revision 41356 of entire boost-root tree. Beman Dawes 2007-11-25 18:38:02 +0000
  • 13887d1924 Full merge from trunk at revision 41356 of entire boost-root tree. Beman Dawes 2007-11-25 18:07:19 +0000
  • 533f2b9c4e Fixed documentation typo. Guillaume Melquiond 2007-11-15 17:52:31 +0000
  • 6cabf94389 Ported patch from 1.34.1 about conflicting math.h functions on PPC. Commented use of old control function for MSVC. Guillaume Melquiond 2007-11-01 16:01:30 +0000
  • 99e2149a68 Suppress a GCC 4.3 warning and fix a couple header-inclusion issues. Douglas Gregor 2007-10-22 19:54:54 +0000
  • 9951d9a5f2 Starting point for releases Beman Dawes 2007-10-05 14:25:06 +0000
  • 52fa16750c Added missing include for assert. Markus Schöpflin 2007-09-20 07:35:43 +0000
  • 7746d798c8 Remove V1 Jamfiles Vladimir Prus 2007-08-08 19:02:26 +0000
  • f743d96d07 This commit was manufactured by cvs2svn to create tag 'Version_1_34_1'. nobody 2007-07-24 19:28:14 +0000
  • 87055effeb Fixes for #583. Thomas Witt 2007-06-07 18:43:47 +0000
  • 26aa69adc9 Change name in order to follow common practice. Guillaume Melquiond 2007-06-06 08:55:17 +0000
  • 3daf0e5e88 Use proper rounding with GCC on x86-64. Guillaume Melquiond 2007-06-06 08:51:03 +0000
  • 3d8372972e Ported change from 1.34.0 for enabling Windows x86-64 rounding. Guillaume Melquiond 2007-06-04 15:06:32 +0000
  • 34c52d1bfe Minimal fix for supporting floating-point types on x86-64/MSVC (tested by Andreas Fabri). Guillaume Melquiond 2007-03-16 10:43:29 +0000
  • 47ffd59141 Merged HTML validation fixes from trunk to branch. Andreas Huber 2006-12-25 11:29:07 +0000
  • 32803912c4 Fixed a few HTML validation errors. Andreas Huber 2006-12-25 11:27:29 +0000
  • 5b2219b81f Merged L & C issue fixes & HTML conversions from trunk to branch. Andreas Huber 2006-12-24 10:55:35 +0000
  • 957a3ff2d7 Fixed license & copyright issues and converted to HTML 4.01 Andreas Huber 2006-12-24 10:52:12 +0000
  • 61b9314fa3 Merge from HEAD. Allow building of shared versions of some Boost.Test libraries. Adjust tests to use always use static linking to Boost.Test, since linking to the shared version requires test changes. Vladimir Prus 2006-11-10 19:59:52 +0000
  • e17badbb6b Allow building of shared versions of some Boost.Test libraries. Adjust tests to use always use static linking to Boost.Test, since linking to the shared version requires test changes. Vladimir Prus 2006-11-10 19:09:56 +0000
  • 4e01254698 Merged copyright and license addition Beman Dawes 2006-11-07 19:27:00 +0000
  • 303b2876f1 Add copyright, license Beman Dawes 2006-11-07 19:11:57 +0000
  • 920672bbb4 Remove obsolete Boost.Build v1 files. Rene Rivera 2006-11-06 17:10:46 +0000
  • 2118a8aaba Update HP aCC config and move header include outside namespace declarations (with thanks to Boris Gubenko for providing and testing these). John Maddock 2006-11-02 10:39:11 +0000
  • 848eb28da3 Update HP aCC config and move header include outside namespace declarations (with thanks to Boris Gubenko for providing and testing these). John Maddock 2006-11-02 10:39:11 +0000
  • be428c1c97 Added HP-UX and itanium support. John Maddock 2006-10-24 17:51:38 +0000
  • d077590d89 Added HP-UX and itanium support. John Maddock 2006-10-24 17:51:38 +0000
  • 422e0253a2 Added root documentation. Guillaume Melquiond 2006-08-13 12:27:22 +0000
  • 6fc94925dd Fixed possibly inadequate result type of operator- by explicit cast. Guillaume Melquiond 2006-08-13 12:08:48 +0000
  • 09c1af267f Fixed possibly inadequate result type of operator- by explicit cast. Added root interval function. Guillaume Melquiond 2006-08-13 12:05:56 +0000
  • 317350c314 Fixed possibly inadequate result type of operator- by explicit cast. Guillaume Melquiond 2006-08-13 11:44:47 +0000
  • ef670184b6 Fixed possibly inadequate result type of operator- by explicit cast. Guillaume Melquiond 2006-08-13 11:44:47 +0000
  • bce3007d7e This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'. nobody 2006-03-21 02:26:31 +0000
  • 5e35090caa Enable dynamic rounding on Alpha CPUs / Tru64. Markus Schöpflin 2006-03-10 12:51:35 +0000