Commit Graph

  • 8edafbec99 Update CI cc James E. King III 2019-05-02 07:25:22 -0400
  • f963e6b808 [CMake] Add minimal cmake file Mike Dev 2019-01-02 22:51:11 +0100
  • e4b44b276c Enhance CI with libc++ and VS2017 strict builds James E. King III 2018-11-03 09:53:59 -0400
  • 2ab38a27b6 Indicate library is header-only in readme James E. King III 2018-10-30 12:10:12 +0000
  • a25d87ffbb Fix misalignment issue in simple_seg_storage test. James E. King III 2018-10-29 23:05:03 +0000
  • 3a19e75a2f Enhance Travis CI build coverage James E. King III 2018-10-28 01:26:37 +0000
  • 11d320fc25 update README to reflect header only status Michael Caisse 2018-09-19 15:08:17 -0700
  • 37b504b336 Fix unit tests that did not return report_errors() Glen Fernandes 2018-09-17 07:08:09 -0400
  • 19d5c61004
    Merge pull request #23 from boostorg/pr/no-boost-thread Edward Diener 2018-08-28 22:14:14 -0400
  • 9def9a536f Replace boost::mutex use to avoid a dependency on Boost.Thread Peter Dimov 2018-08-29 00:51:56 +0300
  • 9daab9f821 fix failing ci jobs in travis James E. King III 2018-07-14 20:47:11 +0000
  • 59e0d89127
    Fix appveyor links and badges in readme James E. King III 2018-06-14 17:34:56 -0400
  • 7c40c300ea fix coverity scan integration James E. King III 2018-06-13 18:10:01 +0000
  • e904797a1d fix building in boostorg appveyor account James E. King III 2018-06-03 00:10:46 +0000
  • 989bf9fe66 update to new style boost-ci build James E. King III 2018-05-29 02:21:47 +0000
  • ccd6ec45bd
    Fix README links to covscan, appveyor James E. King III 2018-05-23 22:48:36 -0400
  • fcb2bb7a8a
    Update README, fix header-only description James E. King III 2018-05-21 15:46:13 -0400
  • 13ac03011b work around CI issue using win32 threading in cygwin when it should use pthreads James E. King III 2018-05-20 15:52:24 -0400
  • a75267c305
    Merge pull request #21 from jeking3/ci Marshall Clow 2018-05-19 10:53:06 -0700
  • dc723ad8bc Added 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-12 22:29:11 +0000
  • 677d2fb2a2 Merge branch 'master' into develop Peter Dimov 2017-11-28 21:10:35 +0200
  • 834b61455c Merge branch 'do-not-use-test-rules-to-check-for-valgrind' of https://github.com/Kojoley/pool into feature/pull-18 Peter Dimov 2017-11-28 03:32:19 +0200
  • 6e0ba40196 Disable warnings 4127, 4267; fix typo; reduce number of iterations Peter Dimov 2017-11-28 02:34:30 +0200
  • a58311b761 Disable warning 4127 Peter Dimov 2017-11-28 02:10:20 +0200
  • fe9b02f84c Install valgrind on Travis Peter Dimov 2017-11-27 23:01:02 +0200
  • 2845d58399 Add .travis.yml Peter Dimov 2017-11-27 19:04:54 +0200
  • 12e5fadc31 Do not use test rules to check for valgrind Nikita Kniazev 2017-11-26 23:18:22 +0300
  • 85e0bcb939 Merge branch 'develop' Edward Diener 2017-06-23 22:51:20 -0400
  • b4a255c001 Merge pull request #16 from DanielaE/fix/missing-include Edward Diener 2017-05-13 11:16:59 -0400
  • 252c660e16 Fix compilation errors due to missing include <iostream>. Daniela Engert 2017-05-13 13:11:42 +0200
  • 99df3b23a6 Merge branch 'develop' Edward Diener 2017-01-04 14:05:15 -0500
  • 9be39a7ab5 Merge pull request #8 from mfontanini/cxx11_allocator_compliance Edward Diener 2016-12-24 08:54:58 -0500
  • 1c302dbff3 Implement own random_shuffle for tests in place of deprecated std::random_shuffle Edward Diener 2016-11-08 20:52:11 -0500
  • 2c44798b60 Add, and update, documentation build targets. Rene Rivera 2016-10-07 23:07:35 -0500
  • bfdf018e31 Add, and update, documentation build targets. Rene Rivera 2016-10-07 23:07:35 -0500
  • df9ce978b2 Bug fixes for the 1.62.0 release Marshall Clow 2016-09-11 08:01:20 -0700
  • 28f629e776 Merge pull request #15 from efcs/fix-sys-allocator Marshall Clow 2016-08-29 22:00:32 -0700
  • f140f96bce Fix double delete in new_delete_allocator Eric Fiselier 2016-08-29 22:49:19 -0600
  • f21f51aa1d Fix comments in tests to refer to the correct bugs. No functional change Marshall Clow 2016-07-30 11:10:42 -0700
  • c348239590 Merge pull request #14 from Flast/testfix/auto_ptr Marshall Clow 2016-07-30 11:08:11 -0700
  • 79b7b0ca67 Do not use std::auto_ptr. Kohei Takahashi 2016-07-30 17:22:44 +0900
  • 2d53e59bcc Merge branch 'develop' Marshall Clow 2016-03-07 08:32:23 -0800
  • 8a8829c842 Merge pull request #13 from olk/patch-1 Marshall Clow 2016-02-27 12:20:59 -0800
  • 7cdd314726 use std::mutex if available Oliver Kowalke 2016-02-27 20:43:54 +0100
  • c28478d04e Merge pull request #12 from boostorg/develop Rene Rivera 2016-02-23 21:38:50 -0600
  • 631b646780 Fix so that doc build works unmodded in Boost tree. Rene Rivera 2015-12-18 15:36:23 -0600
  • 630886731d Merge minor bug fixes to master Marshall Clow 2015-09-03 06:33:03 -0700
  • 7ebc948b21 Merge pull request #11 from nschloe/fix2-7085 Marshall Clow 2015-08-12 11:54:57 -0700
  • 817b691f6c improve guards around boost/thread/mutex.hpp Nico Schlömer 2015-08-12 19:42:26 +0200
  • a80e56ceaf Add check for BOOST_HAS_RVALUE_REFS when using rvalue-refs. Matias Fontanini 2015-03-17 00:17:44 -0700
  • 7031de34fa Use variadic templates on fast_pool_allocator::construct when using C++11. Matias Fontanini 2015-03-16 21:22:17 -0700
  • 5eec444d96 Use variadic templates on pool_allocator::construct when using C++11. Matias Fontanini 2015-03-16 21:22:02 -0700
  • 3519294895 Merge pull request #7 from akumta/patch-1 Marshall Clow 2015-02-25 20:25:30 +0100
  • 7240ef2319 Update test_bug_5526.cpp akumta 2015-02-25 10:26:51 -0800
  • 3285102647 Merge branch 'develop' Peter Dimov 2015-01-15 19:05:29 +0200
  • de05d62aea Replace math::gcd,lcm with integer. Peter Dimov 2015-01-15 19:05:08 +0200
  • 2e7bdc8182 Merge branch 'develop' Peter Dimov 2015-01-15 18:54:52 +0200
  • 397536bb4b Make tests work again. Peter Dimov 2015-01-15 18:54:22 +0200
  • 45fa7466ca Merge pull request #6 from danieljames/metadata Noel Belcourt 2014-09-01 20:34:23 -0600
  • c4b09aa2f5 Add metadata file. Daniel James 2014-08-18 15:08:54 +0100
  • a0386581c0 Merge pull request #5 from boostorg/develop Noel Belcourt 2014-07-09 22:36:10 -0600
  • 0902bbeed0 Merge pull request #3 from MarcelRaad/patch-1 Noel Belcourt 2014-07-09 11:22:16 -0600
  • 3efd4c4b69 Merge pull request #4 from jzmaddock/patch-1 Noel Belcourt 2014-07-09 11:20:47 -0600
  • e5ec99db02 Update test_poisoned_macros.cpp jzmaddock 2014-07-09 18:17:27 +0100
  • fa3005209c Fix tests for MSVC Marcel Raad 2014-07-03 19:07:19 +0200
  • 03f76ee66c Merge pull request #2 from boostorg/develop Noel Belcourt 2014-05-10 16:42:29 -0600
  • 265eef6364 Merge pull request #1 from BenPope/develop Marshall Clow 2014-04-22 12:07:39 -0700
  • 8fc98132aa Merge branch 'merge-base' Daniel James 2014-04-06 14:20:51 +0100
  • ae2a55c3bd Create merge base for git. Daniel James 2014-04-06 14:20:26 +0100
  • e4852e2294 Add dependency on boost_system BenPope 2014-04-02 00:25:14 +0800
  • e7a8855968 End-of-line normalization. Most normalization was taken care of by .gitattributes, but a few files originally committed to svn with incorrect eol tags need explicit normalization. See .gitattributes man page and extensive list discussion. Beman 2013-12-01 17:22:18 -0500
  • bb57f84e86 End-of-line normalization. Most normalization was taken care of by .gitattributes, but a few files originally committed to svn with incorrect eol tags need explicit normalization. See .gitattributes man page and extensive list discussion. Beman 2013-12-01 08:49:17 -0500
  • 5c15843ca9 Name the valgrind test so it doesn't overflow the output field width. Steven Watanabe 2013-04-06 22:27:57 +0000
  • a1cb7f70b3 Merge pool image fixes for case sensitive filesystems. Daniel James 2013-03-26 10:33:14 +0000
  • df6ede237a Merge changes from trunk: John Maddock 2012-07-14 16:05:50 +0000
  • 9b2884ee23 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 +0000
  • d0d5677a40 Change to all lower case so works on *nix and windows Paul A. Bristow 2012-06-11 16:56:57 +0000
  • 75fec9e974 Change to all lower case so works on *nix and windows Paul A. Bristow 2012-06-11 16:56:26 +0000
  • 66d3787e2b Change to all lower case so works on *nix and windows Paul A. Bristow 2012-06-11 16:55:12 +0000
  • 1ccd391609 Change to all lower case so works on *nix and windows Paul A. Bristow 2012-06-11 16:54:39 +0000
  • 146bd70fdc Change to all lower case so works on *nix and windows Paul A. Bristow 2012-06-11 16:54:00 +0000
  • aad205f253 Change to all lower case so works on *nix and windows Paul A. Bristow 2012-06-11 16:53:29 +0000
  • e4a106ea1e Change to all lower case so works on *nix and windows Paul A. Bristow 2012-06-11 16:52:38 +0000
  • 544fcf37c1 Change to all lower case so works on *nix and windows Paul A. Bristow 2012-06-11 16:52:03 +0000
  • 4696641e3a Change to all lower case so works on *nix and windows Paul A. Bristow 2012-06-11 16:51:26 +0000
  • 87ae52573c Merge link fixes for pool and timer. Daniel James 2012-01-15 20:55:26 +0000
  • f32ff7e26e Doc regeneration. John Maddock 2011-12-15 11:31:09 +0000
  • 6aed744a7b temporary removal of pool docs. John Maddock 2011-12-15 11:26:09 +0000
  • 1516d435d5 Fix link problems in timer and pool. Daniel James 2011-11-18 09:03:53 +0000
  • 3b4171e1a0 Merge updated Pool lib from trunk. Fixes #1252. Fixes #2696. Fixes #4960. Fixes #5526. Fixes #5568. Fixes #5700. John Maddock 2011-08-02 17:04:07 +0000
  • 892481b63d Turn on threading support for threaded test! Disable warning-as-errors for Intel compiler (it's too strict for Intel-10). Make test allocators std-conforming. John Maddock 2011-07-22 17:38:38 +0000
  • 9038969ce2 Correct test case to take account of sizeof(void*). John Maddock 2011-07-21 10:02:15 +0000
  • f08364c169 Fix C++0x failure. Try and suppress pathscale failure. John Maddock 2011-07-19 11:52:11 +0000
  • 5adeed0d8b Make test code independent of sizeof(void*). Make test stricter in it's checking (how much memory the allocator will allocate). John Maddock 2011-07-19 10:39:32 +0000
  • 9ec4a0b5e1 Merge updated Boost.Pool from sandbox. John Maddock 2011-07-18 10:23:42 +0000
  • 5fb6d0f72f Tidy up dead files. John Maddock 2011-07-18 09:55:55 +0000
  • de02dd1144 Add newline to end of file. John Maddock 2011-07-17 18:05:51 +0000
  • 6ac72d21de Fix some more compiler warnings. Add threading stress test. John Maddock 2011-07-17 17:56:58 +0000
  • f10cef6548 Add bug's fixed to docs. John Maddock 2011-07-16 15:05:33 +0000
  • 1cb917c9a7 Update docs to latest AutoIndex version. Fix -Wshadow warnings and update Jamfile to make them errors. Fix singleton_pool to correctly propagate the MaxSize parameter. Refs #5700. Refs #5568. John Maddock 2011-07-16 14:50:06 +0000