Commit Graph

  • 0dbbb61bec Put back MPL auxiliary lambda support. Edward Diener 2015-04-01 20:02:01 -04:00
  • 2de2111db2 Remove dependency on deprecated type_traits headers. Edward Diener 2015-04-01 19:00:11 -04:00
  • db04fafe21 Merge pull request #12 from Lastique/patch-1 Edward Diener 2015-05-21 16:52:07 -04:00
  • 4e0fc90b60 Merge pull request #11 from jzmaddock/patch-1 Edward Diener 2015-05-21 16:35:38 -04:00
  • 53cbba6c09 Remove unused name import Andrey Semashev 2015-01-26 00:02:36 +03:00
  • 8be623d733 Update is_lvalue_iterator.hpp jzmaddock 2015-01-22 08:48:25 +00:00
  • d12d60fa12 Update is_lvalue_iterator.hpp jzmaddock 2015-01-21 16:54:54 +00:00
  • ec7d398578 Merge pull request #10 from Flast/pr/ref-to-ref/dr106 Noel Belcourt 2014-11-02 15:59:02 -07:00
  • 3d3560c12d Avoid 'reference to reference' error in C++03. Kohei Takahashi 2014-09-18 16:37:28 +09:00
  • 46f9e1753f Merge pull request #9 from boostorg/develop boost-1.58.0 boost-1.57.0 Noel Belcourt 2014-09-06 11:18:28 -06:00
  • 2511f21d62 Merge upstream branch 'develop' into pr/zip_iterator/fusionize Kohei Takahashi 2014-08-25 00:36:36 +09:00
  • adee905c51 Merge pull request #8 from Lastique/add_docs Noel Belcourt 2014-08-23 16:14:52 -06:00
  • 82779f78ec Added docs for iterator category and traversal manipulation tools. Andrey Semashev 2014-08-24 01:55:25 +04:00
  • a569c97969 Merge pull request #6 from Lastique/publish-details Noel Belcourt 2014-08-23 14:08:11 -06:00
  • aad821d28d Merge pull request #7 from danieljames/metadata Noel Belcourt 2014-08-23 13:53:06 -06:00
  • 23934d7c0d Add metadata file. Daniel James 2014-08-18 15:00:20 +01:00
  • 1073b7f7bc Adjustments for compatibility with commit 48dfb68045. Andrey Semashev 2014-07-30 23:00:35 +04:00
  • f158dba6ad Moved minimum_category to the public namespace. Added tests. Andrey Semashev 2014-07-19 21:39:49 +04:00
  • 8fe632d6b1 Copied minimum_category.hpp to public headers. Andrey Semashev 2014-07-19 21:03:11 +04:00
  • 810b58cfb0 Moved pure_traversal_tag to public namespace. Andrey Semashev 2014-07-19 20:57:42 +04:00
  • 156c13a494 Merge upstream branch 'develop' into pr/zip_iterator/fusionize Kohei Takahashi 2014-07-12 15:57:03 +09:00
  • 785680d929 Merge pull request #5 from Lastique/adl-protect Noel Belcourt 2014-07-10 11:33:50 -06:00
  • 269de2691a Added a workaround for boost/token_iteratpr.hpp which uses an implementation detail of this library. Andrey Semashev 2014-07-07 22:22:28 +04:00
  • 11f7d1bc18 Merge upstream branch 'develop' into pr/zip_iterator/fusionize Kohei Takahashi 2014-07-03 21:52:26 +09:00
  • 4a403cd3eb Trim spaces. Andrey Semashev 2014-07-03 00:36:44 +04:00
  • dc96d371fa Moved most components of the library to iterators:: namespace. Andrey Semashev 2014-07-03 00:22:45 +04:00
  • e000b676cc Merge pull request #4 from Lastique/sfinae-based-operators Noel Belcourt 2014-06-30 16:49:53 -06:00
  • 045a05f81f Run generator_iterator_test.cpp Daniel James 2014-06-30 10:59:03 +01:00
  • 25139e1311 Remove operator_brackets_dispatch.hpp Daniel James 2014-06-30 10:53:35 +01:00
  • aad767ed3f Merge upstream branch 'develop' into pr/zip_iterator/fusionize Kohei Takahashi 2014-06-30 11:13:38 +09:00
  • 7fa65a4278 Made iterator operators conditionally defined depending on its category. Andrey Semashev 2014-06-30 00:05:38 +04:00
  • fd94cc7d78 Removed executable flags from docs, tests and examples. Andrey Semashev 2014-06-29 15:49:05 +04:00
  • 36988fcf98 Removed executable flags from headers. Andrey Semashev 2014-06-29 15:42:47 +04:00
  • 4283d20261 Merge remote-tracking branch 'origin/develop' boost-1.56.0 Daniel James 2014-06-26 11:53:43 +01:00
  • 91f782ec52 Merge branch 'feature/remove-old-compiler-support' into develop Daniel James 2014-06-26 11:46:39 +01:00
  • 9841d87212 Add tests for fusion based zip_iterator Kohei Takahashi 2014-06-12 01:04:29 +09:00
  • 782313db8c Remove unnecessary specialization Kohei Takahashi 2014-06-14 15:58:52 +09:00
  • c040d4c38b make_zip_iterator should be inlined Kohei Takahashi 2014-06-14 15:54:37 +09:00
  • 1ddaca8297 zip_iterator specialization for std::pair Kohei Takahashi 2012-10-18 20:40:12 +09:00
  • acf9b4d4cf Reimplement zip_iterator based on Boost.Fusion Kohei Takahashi 2012-10-17 18:09:08 +09:00
  • e88b3f475c Remove the the broken compiler notes. Daniel James 2014-06-04 12:55:03 +01:00
  • 01cffbed98 Rebuild iterator_traits.html using latest docutils. Daniel James 2014-06-04 12:55:03 +01:00
  • 187bc896f6 BOOST_ITERATOR_CATEGORY shouldn't be removed. Daniel James 2014-06-04 12:55:03 +01:00
  • 6883d083d2 Iterator: Remove obsolete MSVC version checks. Stephen Kelly 2013-09-30 16:04:19 +00:00
  • 0345db959b Remove use of BOOST_ITERATOR_CATEGORY Stephen Kelly 2013-09-30 15:54:32 +00:00
  • d814423414 Iterator: Remove obsolete GCC version check. Stephen Kelly 2013-09-30 15:54:03 +00:00
  • eb288b2908 Iterator: Remove use of eti baseclass workaround. Stephen Kelly 2013-09-26 09:43:37 +00:00
  • 0e23f15623 Merge branch 'feature/remove-broken-compiler-spec' into develop Daniel James 2014-06-06 01:06:55 +01:00
  • 6b2a5cccc4 Remove all references to now defunct (and removed) header. John Maddock 2013-10-26 10:13:38 +00:00
  • a803b5b42d Remove use of obsolete BOOST_TT_BROKEN_COMPILER_SPEC Stephen Kelly 2013-10-11 23:23:26 +00:00
  • d8284fa602 Merge branch 'feature/comment-fixes' into develop Daniel James 2014-06-06 01:04:04 +01:00
  • 8d96469cb4 Add link to changeset mentioned in comment. Daniel James 2014-06-04 11:10:31 +01:00
  • 09549a613e refs #6403 Jeffrey Lee Hellrung, Jr 2012-10-08 03:22:45 +00:00
  • daac0f2ab1 refs #6404 Jeffrey Lee Hellrung, Jr 2012-10-08 02:17:55 +00:00
  • 8e5b8025d8 Revert changes that were merged to master. Daniel James 2014-06-06 00:56:20 +01:00
  • c142956936 Remove boost/iterator.hpp, it has been moved to core. Peter Dimov 2014-06-05 03:09:11 +03:00
  • 21afa3d8ec Merge branch 'develop' Peter Dimov 2014-06-05 02:38:34 +03:00
  • 2d9362fe89 Move generator_iterator doc/test files, update test/Jamfile.v2. Peter Dimov 2014-06-05 02:37:48 +03:00
  • 8779e0e715 Merge branch 'develop' Peter Dimov 2014-06-05 02:27:45 +03:00
  • 3546643667 Added test for generator_iterator.hpp. Peter Dimov 2014-06-05 02:19:58 +03:00
  • 70ac888f75 Use a local copy of the valid HTML 4.01 icon. Daniel James 2009-05-16 14:23:59 +00:00
  • 854d39f58a Link to people pages on the website, as they've been removed from the download. Daniel James 2008-02-10 14:56:22 +00:00
  • 7bb83d4646 Fixed license & copyright issues and converted to HTML 4.01 Andreas Huber 2006-12-05 21:11:21 +00:00
  • bb27f3ee25 Fix broken links Dave Abrahams 2005-08-03 13:01:57 +00:00
  • 96d2e9638c c++boost.gif -> boost.png replacement Aleksey Gurtovoy 2004-10-05 15:45:52 +00:00
  • f2137c58b7 Converted to Boost Software License, Version 1.0 Douglas Gregor 2004-07-26 00:32:12 +00:00
  • 0dfc7bd53c Removed access category tags from iterator library, made corresponding changes elsewhere. Dave Abrahams 2003-11-22 01:18:37 +00:00
  • ae1d0d0dfe Move to new iterator adaptors Dave Abrahams 2003-07-11 22:18:58 +00:00
  • 9ddc974825 add or update See www.boost.org comments Beman Dawes 2002-12-27 16:51:53 +00:00
  • 1cde579a68 Fix from Yitzhak Sapir <yitzhaks@actimize.com> Dave Abrahams 2002-11-11 19:50:05 +00:00
  • 73ccc2bac0 fix example (thanks to Michael Stevens) Jens Maurer 2001-12-08 08:39:27 +00:00
  • 9b13de9bfe add generator iterator adaptor Jens Maurer 2001-11-19 22:11:51 +00:00
  • 35cf24d413 add boost::generator_iterator_policies and convenience classes Jens Maurer 2001-11-18 17:56:43 +00:00
  • a83b13f4e6 Added test for generator_iterator.hpp. Peter Dimov 2014-06-05 02:19:58 +03:00
  • c6f70f8394 Use a local copy of the valid HTML 4.01 icon. Daniel James 2009-05-16 14:23:59 +00:00
  • 0b33da51dd Link to people pages on the website, as they've been removed from the download. Daniel James 2008-02-10 14:56:22 +00:00
  • 39c44e0da3 Fixed license & copyright issues and converted to HTML 4.01 Andreas Huber 2006-12-05 21:11:21 +00:00
  • d1c93d3574 Fix broken links Dave Abrahams 2005-08-03 13:01:57 +00:00
  • 208400a1d0 c++boost.gif -> boost.png replacement Aleksey Gurtovoy 2004-10-05 15:45:52 +00:00
  • dae3cf2a9d Converted to Boost Software License, Version 1.0 Douglas Gregor 2004-07-26 00:32:12 +00:00
  • 0c44051189 Removed access category tags from iterator library, made corresponding changes elsewhere. Dave Abrahams 2003-11-22 01:18:37 +00:00
  • 4fcb23f8e0 Move to new iterator adaptors Dave Abrahams 2003-07-11 22:18:58 +00:00
  • 8a004c12f6 add or update See www.boost.org comments Beman Dawes 2002-12-27 16:51:53 +00:00
  • 3695e48b68 Fix from Yitzhak Sapir <yitzhaks@actimize.com> Dave Abrahams 2002-11-11 19:50:05 +00:00
  • ac3a206eb9 fix example (thanks to Michael Stevens) Jens Maurer 2001-12-08 08:39:27 +00:00
  • f9095485a2 add generator iterator adaptor Jens Maurer 2001-11-19 22:11:51 +00:00
  • 1c4527d58e add boost::generator_iterator_policies and convenience classes Jens Maurer 2001-11-18 17:56:43 +00:00
  • 455a039c33 Merge branch 'develop' Peter Dimov 2014-06-05 01:38:33 +03:00
  • 5d7289ad3e Removed executable attribute. Andrey Semashev 2014-06-04 13:02:28 +04:00
  • 40fd24e5b5 Link to documentation added. Peter Dimov 2005-03-20 14:53:58 +00:00
  • 290cea8289 merge new MPL version from 'mplbook' branch Aleksey Gurtovoy 2004-09-02 15:41:37 +00:00
  • e6babb8bf9 Kill off outer cv-stripping of Dereferenceable Dave Abrahams 2004-01-13 19:18:42 +00:00
  • 84cd6e1be4 Updated pointee and indirect_reference so that pointee represents the immutability of the pointed-to type via const qualification. The pointee of a proxy-based iterator will be const qualified unless a mutable reference to the value_type can be bound to the returned proxy. Dave Abrahams 2004-01-11 00:03:09 +00:00
  • 2325b6070a Added traits: Dave Abrahams 2004-01-06 17:35:36 +00:00
  • 91b2854e4a Removed executable attribute. Andrey Semashev 2014-06-04 13:03:10 +04:00
  • 27b44876bc Link to documentation added. Peter Dimov 2005-03-20 14:53:58 +00:00
  • 123bf514ac merge new MPL version from 'mplbook' branch Aleksey Gurtovoy 2004-09-02 15:41:37 +00:00
  • ac7b14253f Kill off outer cv-stripping of Dereferenceable Dave Abrahams 2004-01-13 19:18:42 +00:00
  • 69df402f70 Updated pointee and indirect_reference so that pointee represents the immutability of the pointed-to type via const qualification. The pointee of a proxy-based iterator will be const qualified unless a mutable reference to the value_type can be bound to the returned proxy. Dave Abrahams 2004-01-11 00:03:09 +00:00
  • e600d3f65b Added traits: Dave Abrahams 2004-01-06 17:35:36 +00:00