Commit Graph

  • c8b674d105 Add missing paren. Darin Adler 2002-03-01 17:43:00 +0000
  • b421d4725a Fixed expected failures for gcc 3.1 John Maddock 2002-03-01 12:27:01 +0000
  • 1662bb5713 use of "small" changed to "small_" to suppress confusion on some compilers Dave Abrahams 2002-02-24 02:35:19 +0000
  • ad79a21abd added portability note about using std::vector's as Base with VC++ Toon Knapen 2002-02-21 12:09:46 +0000
  • 19645a52e6 Added a default constructor to shared_count and shared_ptr for incomplete types (void). Peter Dimov 2002-02-15 13:31:58 +0000
  • 74c3077c9a Added test cases for incomplete and abstract base class types. John Maddock 2002-02-14 12:57:32 +0000
  • 1f29191329 Modified call_traits to work with incomplete types. John Maddock 2002-02-14 12:54:57 +0000
  • 4b636a7680 Always say "private noncopyable" to avoid warnings. Darin Adler 2002-02-08 20:08:15 +0000
  • e6fc2555f3 removed tabs Jeremy Siek 2002-02-04 20:29:35 +0000
  • e27d0fcf2a New smart pointer documentation. Related clean-up of the smart pointer library. Changing includes to include the new individual smart pointer headers. Replacing old smart pointer library with an include of the new smart pointer headers. Simplify ifdefs that involve the member templates macros now that BOOST_MSVC6_MEMBER_TEMPLATES is also guaranteed to bet set for platforms that have full member templates. Darin Adler 2002-02-02 18:36:12 +0000
  • 2643c33b20 Doc fixes from Thomas Witt Dave Abrahams 2002-02-01 13:03:21 +0000
  • 71af1e77c8 compile-time ref.hpp header test, initial checkin Aleksey Gurtovoy 2002-01-27 13:39:06 +0000
  • 99e7406bd9 ref_ct_test.cpp Aleksey Gurtovoy 2002-01-27 13:32:37 +0000
  • 413265f497 compile-time ref.hpp header test, initial checkin Aleksey Gurtovoy 2002-01-27 13:07:20 +0000
  • fe44cdf09b made 'reference_wrapper' Assignable Aleksey Gurtovoy 2002-01-27 13:02:27 +0000
  • e413428d71 Added tests for the new smart pointers. Peter Dimov 2002-01-25 13:54:30 +0000
  • 88b9822db7 Mark inline to avoid warning with "require prototypes" on. Darin Adler 2002-01-24 19:15:30 +0000
  • 24045c0cd7 #included <boost/checked_delete.hpp>, removed unnecessary #includes. Peter Dimov 2002-01-24 17:47:08 +0000
  • d2aa9f4a84 added missing #include of boost/config.hpp Dave Abrahams 2002-01-24 16:55:41 +0000
  • d2a5fd169f initial checkin Dave Abrahams 2002-01-24 16:52:06 +0000
  • 4e350d9934 Modified is_reference_wrapper<> to work for reference types. Peter Dimov 2002-01-24 13:28:08 +0000
  • f3f697bbc8 added is_reference_wrapper<>, unwrap_reference<> Dave Abrahams 2002-01-23 21:19:14 +0000
  • c7c09696db Tweak comments. Include <assert.h> and <boost/current_function.hpp> only when needed. Darin Adler 2002-01-22 18:28:33 +0000
  • dbcc58d984 Smart pointer enhancements, initial commit Peter Dimov 2002-01-22 13:38:52 +0000
  • 8231310c4d initial checkin Dave Abrahams 2002-01-21 01:29:06 +0000
  • 2988140430 tabs Beman Dawes 2002-01-19 16:07:28 +0000
  • 7387966005 Stripped tabs from source John Maddock 2002-01-19 12:38:14 +0000
  • e0a5a61375 removed eroneous "detail::" prefix Jeremy Siek 2002-01-15 19:14:53 +0000
  • 66ecd70689 removed std:: prefix from slist Jeremy Siek 2002-01-14 14:57:20 +0000
  • 67f4f45653 Fixed violation of 'explicit' constructor Dave Abrahams 2002-01-09 13:15:54 +0000
  • 1bf28b3de2 Fixes for Borland Dave Abrahams 2002-01-09 12:11:37 +0000
  • eb3c3435d7 Updated expected results John Maddock 2002-01-08 13:01:15 +0000
  • 8a81d8b16c Workarounds for MSVC Dave Abrahams 2002-01-07 19:24:45 +0000
  • bc9d8b13d0 converted some of the old terminology (OrderIterator) to the current terminology (IndexIterator) Toon Knapen 2001-12-28 15:49:45 +0000
  • 4768b167ab Removed obsolete mentions of "less"; Added formalized Policies Concept description Dave Abrahams 2001-12-14 12:54:21 +0000
  • 591ff70ed1 many fixes Dave Abrahams 2001-12-13 19:43:35 +0000
  • 7bf2ad0b22 VC6 patch Dave Abrahams 2001-12-13 18:24:29 +0000
  • 409c79b2e4 fix example (thanks to Michael Stevens) Jens Maurer 2001-12-08 08:39:27 +0000
  • d0410691a1 removed calls to non-standard std::iota (SGI extension) Toon Knapen 2001-12-04 08:02:36 +0000
  • 64e5115138 Fixed spelling error ing gcc-3.0 bug workaround Dave Abrahams 2001-12-03 21:48:54 +0000
  • 7ae912d83c Rolled in Helmut's fixes for random_access_iterable; rolled back workarounds for that problem. Dave Abrahams 2001-12-03 21:47:58 +0000
  • 2937f5876c changed std::iota call (SGI extension) to a manual loop in permutation_iterator test Toon Knapen 2001-12-03 08:35:08 +0000
  • 8619c9b5c3 fix gcc looping (from Dave Abrahams) Beman Dawes 2001-11-30 17:55:39 +0000
  • e4d5684f6b added test for permutation_iterator Toon Knapen 2001-11-30 11:10:07 +0000
  • 3d69cf95da added documentation for the permutation_iterator_adaptor and linked to it from the iterator_adaptors documentation. Toon Knapen 2001-11-30 10:40:03 +0000
  • 18944572b7 committing Daryle and Helmut's changes Dave Abrahams 2001-11-29 21:22:52 +0000
  • 3e9d0f80c2 add generator iterator adaptor Jens Maurer 2001-11-19 22:11:51 +0000
  • a2c4d1990a add boost::generator_iterator_policies and convenience classes Jens Maurer 2001-11-18 17:56:43 +0000
  • 404261c6ee add definition for integral constants initialized in-class Jens Maurer 2001-11-18 17:32:19 +0000
  • 87abc59612 #undef BOOST_REF_CONST added Peter Dimov 2001-11-14 14:40:29 +0000
  • cb98ddf7db Fixed a bug w/ adaptable function objects + nested binds, made ref<> return const Peter Dimov 2001-11-13 13:56:05 +0000
  • 7d2e6c9025 __stdcall support added. Peter Dimov 2001-11-10 19:18:58 +0000
  • 75eaa14a18 Removed defunct boost::tied (thanks, Daryle Walker) Dave Abrahams 2001-11-07 10:35:12 +0000
  • 082d6e3b32 *** empty log message *** Jeremy Siek 2001-11-06 16:09:14 +0000
  • 35b3770b6f *** empty log message *** Jeremy Siek 2001-11-06 16:05:25 +0000
  • 5b9d20c7e2 *** empty log message *** Jeremy Siek 2001-11-06 15:52:56 +0000
  • 5bbed2372e *** empty log message *** Jeremy Siek 2001-11-05 21:03:59 +0000
  • a9d407d239 update SunCC to 6.u2 (C++ 5.3) Jens Maurer 2001-11-05 21:00:53 +0000
  • 3ca4a33a65 updated for named parameters Jeremy Siek 2001-11-04 16:21:51 +0000
  • 95197f427c remoeved #if 0 Jeremy Siek 2001-11-04 16:18:10 +0000
  • 84cdfb032c commit these changes Jeremy Siek 2001-11-04 04:37:14 +0000
  • ec2ceb9c96 no message Dave Abrahams 2001-11-01 17:22:39 +0000
  • 6286c893fd Minor regression fixes for Borland and Sunpro tests. John Maddock 2001-10-30 11:41:35 +0000
  • 354aef0e8c changed named parameters doc to match new stuff Jeremy Siek 2001-10-22 17:04:23 +0000
  • 139e33c36d Updated preprocessor logic to use BOOST_HAS_LONG_LONG John Maddock 2001-10-18 11:33:52 +0000
  • e01de59cdd Made these actually compile Dave Abrahams 2001-10-12 22:22:42 +0000
  • 686f822dea Fix spelling error: "occurances" -> "occurrences". Darin Adler 2001-10-11 17:26:04 +0000
  • 9961d5c9af Last fix had broken preprocessor logic, now fixed. John Maddock 2001-10-11 12:04:00 +0000
  • 628be0d125 Fixes for Sunpro C++ 5.3 (code now works!) John Maddock 2001-10-09 11:24:56 +0000
  • 633e45f61a Fixed test to work with sunpro 5.3 (omits array specialisation tests) John Maddock 2001-10-08 11:35:05 +0000
  • 2f357c3805 Partial fixes for sunpro 5.3 - doesn't actually work yet though John Maddock 2001-10-08 11:31:29 +0000
  • cda0894d0d Fix for sunpro 5.3 (array specialisations don't work) John Maddock 2001-10-08 11:30:53 +0000
  • 117720a8bc 1.25.0 Final runup Beman Dawes 2001-10-01 15:54:23 +0000
  • a6f6c3613a Change comments to make it clear why forward declaration header is required. Beman Dawes 2001-10-01 14:15:44 +0000
  • 7914f5b931 Fixed unused variables that show up as warnings when doing regression tests. Darin Adler 2001-09-24 23:21:16 +0000
  • a1add0a6f6 Intel C++ fixes: Added class copy constructor. John Maddock 2001-09-22 11:52:56 +0000
  • c032b337c4 Fix broken links and other HTML changes related to new config system Beman Dawes 2001-09-18 21:24:51 +0000
  • ec363261ae remove "explicit" on two- and three-argument constructors to avoid error on HP aCC Jens Maurer 2001-09-11 18:42:25 +0000
  • 97cde2183d Initial base_from_member commit Beman Dawes 2001-09-10 14:04:28 +0000
  • 7f43c682db Fixed the pair_generator documentation. Order of parameters was wrong; reordered the table to match the corrected order. Dave Abrahams 2001-09-05 16:29:29 +0000
  • 0c9eee3c6b changed note about the move to the tuples library Jeremy Siek 2001-08-30 19:45:19 +0000
  • 3b1afa3ba6 changed "empty-member" to "empty base-class" John Maddock 2001-08-30 10:58:19 +0000
  • 93e6a75125 changed #include for tie() to tuple.hpp Jeremy Siek 2001-08-28 19:09:33 +0000
  • 52f8a7c0ca changed #include for tie() Jeremy Siek 2001-08-28 19:07:51 +0000
  • 55bfeb646f removed tie() and class tied Jeremy Siek 2001-08-26 19:55:49 +0000
  • 75c9dd3be1 added not about constness of operator* and operator[] Jeremy Siek 2001-08-24 15:28:20 +0000
  • 6392e2788f Removed incorrect statics, added const Dave Abrahams 2001-08-24 12:09:34 +0000
  • 6a97f3f9ba Tabs converted to spaces. Peter Dimov 2001-08-23 19:05:21 +0000
  • 6e5f52e279 initial commit Peter Dimov 2001-08-23 18:42:16 +0000
  • 7f92bed902 Fix some broken links. Fix order of constructor initializers. Darin Adler 2001-08-23 17:42:07 +0000
  • d68a11cc42 Misc; mostly fix links to hard disk locations Beman Dawes 2001-08-20 13:04:43 +0000
  • 328a81e194 Fix broken hyperlink Beman Dawes 2001-08-19 15:08:33 +0000
  • 31d0908b74 Add workaround for BOOST_NO_STDC_NAMESPACE Beman Dawes 2001-07-20 21:29:36 +0000
  • 32c77599f4 Fixes for ICL Dave Abrahams 2001-07-14 12:51:59 +0000
  • 812ebf3562 Back out commit made in error Beman Dawes 2001-07-12 16:15:30 +0000
  • 37f476013d Change absolute URL's to relative Beman Dawes 2001-07-12 15:31:15 +0000
  • 9f3104166f output_iterator_helper changes: removed default template parameters, added support for self-proxying, additional documentation and tests (Aleksey Gurtovoy) Dave Abrahams 2001-07-09 23:51:49 +0000
  • 64cc0daf34 Integrate Aleksey's changes Dave Abrahams 2001-07-09 23:50:55 +0000
  • d5d64df124 Fix broken link Beman Dawes 2001-07-06 19:19:45 +0000
  • 0edcfcd5c1 Tuples library causes tie to be deprecated Beman Dawes 2001-07-06 19:16:39 +0000