Commit Graph

  • c7b6a7ee5b Update CI cc James E. King III 2019-07-05 09:19:29 -0400
  • ea3fa755a1 Fix regression reported in #23 (#24) Peter Dimov 2019-07-05 07:14:25 -0700
  • cf42361a92 Use Visual Studio 2015 image on Appveyor Peter Dimov 2019-07-04 19:27:26 +0300
  • 960da46f61 Use unique temp file names to avoid spurious failures in parallel builds Peter Dimov 2019-07-04 12:34:11 +0300
  • a21db8ae8c Enable CI for feature branches Peter Dimov 2019-07-04 10:26:43 +0300
  • 601ca9d0f6 Remove executable permission. Edward Diener 2018-11-16 21:56:50 -0500
  • cc5aefee30 Enhance Travis CI build coverage James E. King III 2018-10-28 01:50:28 +0000
  • 67915a7f86 fix failing ci jobs in travis James E. King III 2018-07-14 20:44:19 +0000
  • 86de965ea0 disable UBSAN build job per issue #18 James E. King III 2018-06-16 16:19:06 +0000
  • 72caf8b2c2 fix coverity issues (all minor and test-only) James E. King III 2018-06-14 21:07:01 +0000
  • d0dead632a
    Fix appveyor links and badges in readme James E. King III 2018-06-14 17:05:33 -0400
  • 5bbe3c6e2a fix coverity scan integration James E. King III 2018-06-13 18:11:08 +0000
  • f3c0e175b6 fix building in boostorg appveyor account James E. King III 2018-06-03 00:11:49 +0000
  • defff3efb9 update to new style boost-ci build James E. King III 2018-05-29 02:17:02 +0000
  • 5ee81844ac
    Update coverity scan badge James E. King III 2018-05-27 10:10:52 -0400
  • 47767bdfaf 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-27 00:26:57 +0000
  • 0c46bbb115
    Merge pull request #17 from cstratopoulos/feature/auto_ptr-deprecate-doc-update Edward Diener 2018-04-09 08:53:06 -0400
  • 59350be778 Fix treatment of overloads vs replacement Christos Stratopoulos 2018-04-08 00:35:33 -0400
  • 1ae651ac66 Delete extra space Christos Stratopoulos 2018-04-07 00:39:01 -0400
  • bdb55f68d5 Regenerate examples.html to use new tutorial_example.html Christos Stratopoulos 2018-04-07 00:37:09 -0400
  • c6b342a9a1 Manually edit tutorial_example.html to reflect tut1.cpp Christos Stratopoulos 2018-04-07 00:35:03 -0400
  • 842452a998 Italics formatting Christos Stratopoulos 2018-04-07 00:13:44 -0400
  • 28615c5fac Add comp_compatible_smart_ptr.sh and use it Christos Stratopoulos 2018-04-07 00:13:32 -0400
  • dd292c43ce Update remaning rst/sh files and regenerate corresponding html Christos Stratopoulos 2018-04-07 00:06:28 -0400
  • ad47fab889 Generate compatible-smart-ptr version of revserible_ptr_container Christos Stratopoulos 2018-04-05 23:43:48 -0400
  • 90f30d40dd Wording change Christos Stratopoulos 2018-04-05 23:42:47 -0400
  • 2e0873039b Add page documenting compatible-smart-ptr convention Christos Stratopoulos 2018-04-05 17:58:44 -0400
  • f977cf62b9 Add Upgrading from Boost 1.67 section Christos Stratopoulos 2018-04-05 17:58:28 -0400
  • 1e8f4ae410
    Merge pull request #15 from DanielaE/fix/no-iterator-inheritance Edward Diener 2018-01-09 18:18:39 -0500
  • 5405c37309
    Inheriting std::iterator is deprecated in C++17 Daniela Engert 2017-12-31 19:21:59 +0100
  • 2fa9dd84c0 Remove trailing whitespace Peter Dimov 2017-12-18 20:01:52 +0200
  • 17c3d7ce79 Fix msvc-10.0 failure Peter Dimov 2017-12-10 20:52:48 +0200
  • ebe8978775 Suppress remaining deprecation warnings Peter Dimov 2017-12-10 16:57:24 +0200
  • 652ba63160 Silence unused variable warnings Peter Dimov 2017-12-10 04:43:14 +0200
  • 36159ac827
    Merge pull request #13 from Romain-Geissler-1A/develop Peter Dimov 2017-12-10 03:56:41 +0200
  • c14834b9cd Remove remaining deprecation warnings. Romain Geissler 2017-12-10 00:10:16 +0100
  • c89e4f4520 Merge branch 'fix-auto_ptr-deprecation-warnings' of https://github.com/Romain-Geissler-1A/ptr_container into develop Peter Dimov 2017-12-09 19:37:21 +0200
  • 158bdd37d4 Update .travis.yml Peter Dimov 2017-12-09 19:10:40 +0200
  • ffb3e01beb
    Merge pull request #12 from Romain-Geissler-1A/fix-build-boost-next Peter Dimov 2017-12-09 19:05:36 +0200
  • 43970fbcf2 Disable auto_ptr deprecation warnings on g++/clang Romain Geissler 2017-12-09 16:56:54 +0100
  • f303f93e9a Fix build with recent boost dependencies (boost::next not found). Romain Geissler 2017-12-09 17:32:38 +0100
  • 3dd1deab93 Fix byte ambiguity error in Windows headers Peter Dimov 2017-11-20 21:26:43 +0200
  • b805b3cc30
    Conditionally provide interfaces based on deprecated/removed std::auto_ptr and/or std::unique_ptr, and replace C++98 function adapters by inline typedefs. Daniela Engert 2017-11-20 19:19:21 +0100
  • e67da89707 Merge branch 'develop' Peter Dimov 2017-11-06 03:30:46 +0200
  • cf65b2e1a9 Fix serialization test; archives were not being destroyed until end of scope, while streams were closed Peter Dimov 2017-11-05 04:48:17 +0200
  • 613460f941 Revert "Remove obsolete MSVC check from pragma guard" Peter Dimov 2017-11-06 00:37:36 +0200
  • 9a1f9041a7 Address MSVC C4127 warning due to constant conditional expression when throwing a "count not find key" exception Eyas 2016-02-12 18:53:00 -0500
  • 91ea2e5872 Fix gcc warning with -Wextra. Romain Geissler 2015-10-29 00:43:14 +0100
  • 221ea52843 Install libstdc++-4.9 for clang to avoid ::gets error Peter Dimov 2017-11-05 04:07:01 +0200
  • 28949836b7
    Merge pull request #10 from boostorg/pr/fix-ptr-list Peter Dimov 2017-11-05 23:56:02 +0200
  • 718ff0da8c Apply fix to ptr_deque as well Peter Dimov 2017-11-05 21:22:21 +0200
  • d1a588b25d Extend same fix to ptr_map, ptr_set, ptr_vector Peter Dimov 2017-11-05 19:25:52 +0200
  • a4a3b30112 Merge branch 'patch-1' of https://github.com/Eyas/ptr_container into develop Peter Dimov 2017-11-05 18:26:51 +0200
  • 38aedbd066 Merge branch 'fix-Wextra-warnings' of https://github.com/Romain-Geissler-1A/ptr_container into develop Peter Dimov 2017-11-05 18:19:56 +0200
  • 6f7c1ab8bb Fix ptr_list allocator type Peter Dimov 2017-11-05 17:54:29 +0200
  • 12c712fcd8 Fix serialization test; archives were not being destroyed until end of scope, while streams were closed Peter Dimov 2017-11-05 04:48:17 +0200
  • 2853f4fb0b Fix test; explicit instantiations are only valid at namespace scope Peter Dimov 2017-11-05 04:08:17 +0200
  • c0d741594f Install libstdc++-4.9 for clang to avoid ::gets error Peter Dimov 2017-11-05 04:07:01 +0200
  • 830a0e758d Add .travis.yml Peter Dimov 2017-11-04 17:18:28 +0200
  • ede8056b26 Removed executable attribute from files. Edward Diener 2017-09-17 12:51:40 -0400
  • ae406217d0 Add .travis.yml Peter Dimov 2017-11-04 17:18:28 +0200
  • 69ad81787b
    Merge pull request #9 from eldiener/develop Peter Dimov 2017-11-03 23:36:39 +0200
  • a2cecadaf5 Removed executable attribute from files. Edward Diener 2017-09-17 12:51:40 -0400
  • b95caec276 The docs are not buildable as this Jamfile is written. Remove for correctness. Rene Rivera 2016-02-23 21:48:44 -0600
  • a143a95f87 Address MSVC C4127 warning due to constant conditional expression when throwing a "count not find key" exception Eyas 2016-02-12 18:53:00 -0500
  • 33836c7116 The docs are not buildable as this Jamfile is written. Remove for correctness. Rene Rivera 2016-01-11 17:00:39 -0600
  • 13cb3ac80d Fix syntax to be able to parse doc build file. Rene Rivera 2015-12-18 16:00:42 -0600
  • 83a5fdf0d4 Fix gcc warning with -Wextra. Romain Geissler 2015-10-29 00:43:14 +0100
  • 0afe09ef3a eliminated unit_test_framework and BOOST_MESSAGE Gennadiy Rozental 2011-10-05 09:26:17 +0000
  • 972b0e15c6 Add metadata file. Daniel James 2014-08-18 15:09:36 +0100
  • ae0ebde7a0 Merge pull request #3 from danieljames/metadata Peter Dimov 2015-01-25 20:31:52 +0200
  • 2c6743ee39 Add metadata file. Daniel James 2014-08-18 15:09:36 +0100
  • 4b1db6011e Create merge base Daniel James 2014-05-22 19:12:30 +0100
  • 07fbb02f80 Test values were accidentally swapped BenPope 2014-04-24 00:28:41 +0800
  • 9ed3379213 Merge pull request #1 from BenPope/develop Daniel James 2014-04-30 15:40:07 +0100
  • 4996226501 Test values were accidentally swapped BenPope 2014-04-24 00:28:41 +0800
  • 26a9bdbc45 Merge r86524 (Correct broken links to C++ standard papers); fixes #9212 Michel Morin 2013-11-13 03:22:55 +0000
  • 012f06a2fd Correct broken links to C++ standard papers. Refs #9212. Michel Morin 2013-10-30 12:51:24 +0000
  • 643e5f288e Remove obsolete MSVC check from pragma guard Stephen Kelly 2013-09-26 13:02:51 +0000
  • 06fa75e141 Merge 85234,85235,85236,85237 from ^/trunk Jürgen Hunold 2013-08-12 14:56:38 +0000
  • 9a73878647 Add missing svn:eol-style native. Fixes line ending issues discovered by git transition. Jürgen Hunold 2013-08-07 12:50:32 +0000
  • d80f9a3ae7 Applied patch provided by Franz Detro. Permission by maintainer Thorsten Ottosen. Joachim Faulhaber 2013-02-17 19:40:09 +0000
  • e15de8fe4a Ticket #5963 Thorsten Jørgen Ottosen 2011-10-19 15:10:31 +0000
  • 27cb9820fc eliminated unit_test_framework and BOOST_MESSAGE Gennadiy Rozental 2011-10-05 09:26:17 +0000
  • 0c3cb093bd update from trunk to support decltype Thorsten Jørgen Ottosen 2011-03-31 20:36:46 +0000
  • 4f67607320 added pointee<T>:::type again Thorsten Jørgen Ottosen 2011-03-07 22:24:00 +0000
  • 71d4329d85 solved problem with result_of. Thorsten Jørgen Ottosen 2011-03-03 20:25:49 +0000
  • a96c949ed2 In response to Ticket #4598: 4598.patch Thorsten Jørgen Ottosen 2010-11-02 21:25:02 +0000
  • dfeeb19572 In response to Ticket #4598: 4598.patch Thorsten Jørgen Ottosen 2010-11-02 21:22:55 +0000
  • d3c30be82d bug reported on dev list Thorsten Jørgen Ottosen 2010-08-26 14:10:30 +0000
  • c592c3dd8b bug reported on dev list Thorsten Jørgen Ottosen 2010-08-26 14:09:25 +0000
  • a6a0adbd90 Merge standards-conformance fixes for Boost.PtrContainer Douglas Gregor 2010-05-09 01:24:01 +0000
  • eca902e716 At several places in the ptr_container tests, we have the following pattern: Douglas Gregor 2010-05-01 00:13:03 +0000
  • b5b1fa9da3 fix for uninitialized PODs in resize Thorsten Jørgen Ottosen 2009-11-01 11:07:12 +0000
  • e04da37f12 https://svn.boost.org/trac/boost/ticket/3579 Thorsten Jørgen Ottosen 2009-10-30 14:42:33 +0000
  • a9cf0161af 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
  • fa825c651e 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
  • e900c5b589 removed new_clone() overload that causes problems in other contexts Thorsten Jørgen Ottosen 2009-08-24 11:43:32 +0000
  • 8686a3bbef 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
  • 0fa632d480 Add basic copyright/license to keep cmake out of the inspection report Troy D. Straszheim 2009-07-22 21:51:01 +0000