Commit Graph

  • 016a3b8d96 Use the import rule Dave Abrahams 2003-09-08 17:38:49 +0000
  • 6ed01de60f -Wundef fixes. Peter Dimov 2003-06-12 17:09:24 +0000
  • 5f95e4d9de Support for noncopyable function objects (boost::signal) Peter Dimov 2003-05-30 17:00:14 +0000
  • 90069948ec Const-correctness patch extended to the NO_VOID_RETURNS code path. Peter Dimov 2003-04-29 13:28:57 +0000
  • 367728cafe Bound arguments are now no more const than the object itself. Peter Dimov 2003-04-23 22:14:40 +0000
  • 4be201beba Updated to reflect BoostBook changes Douglas Gregor 2003-03-15 23:12:35 +0000
  • 04a438f5f4 Lots of cleanups as BoostBook becomes more strict Douglas Gregor 2003-03-13 00:29:57 +0000
  • b06f6a6d89 Move away from attributes, toward elements Douglas Gregor 2003-03-13 00:08:34 +0000
  • 81c8af90ec Import of BoostBook documentation for any, array, bind, function, ref, and signals libraries. Douglas Gregor 2003-03-12 23:27:25 +0000
  • c9db3c51ea Fixed some links. Peter Dimov 2003-02-27 11:58:50 +0000
  • 8c09072ead Added copyright to Jamfiles. Peter Dimov 2003-02-13 15:41:26 +0000
  • 4876b82a73 Moved bind tests to a subinclude. Peter Dimov 2003-01-24 16:05:26 +0000
  • 7b7784d470 Metrowerks precompiled header fix (Bertolt Mildner) Peter Dimov 2003-01-02 11:55:47 +0000
  • eca328b27c Factor out get_pointer, supply an overload for std::auto_ptr. Dave Abrahams 2002-12-20 18:15:01 +0000
  • ad46d513d7 Documented new bind(type<R>(), f, ...) syntax. Peter Dimov 2002-10-15 12:45:49 +0000
  • cc3ebc18b8 Fix for Compaq C++ (Ralf W. Grosse-Kunstleve) Peter Dimov 2002-10-15 10:57:08 +0000
  • 5a10daef4d bind(type<R>(), f, ...) alternative syntax support. Peter Dimov 2002-10-15 10:51:34 +0000
  • 51e4031aaf Fixed g++ 2.95 problem with bind<void>(...) (reported by Alkis Evlogimenos) Peter Dimov 2002-10-14 16:35:26 +0000
  • 55dbef0000 Fix for data member support, result_type was R instead of R const & Peter Dimov 2002-09-17 12:41:05 +0000
  • b63a6a5d99 HTML error fixed. Peter Dimov 2002-09-10 16:12:51 +0000
  • 52cc55329b Fixed broken links. Peter Dimov 2002-08-31 13:04:52 +0000
  • 5db80e9a33 Added explicit qualification for intel linux C++ Dave Abrahams 2002-08-21 12:27:03 +0000
  • 3cbc321fa5 Fixed the links in the Files section (reported by Albrecht Fritzsche) Peter Dimov 2002-08-19 16:51:06 +0000
  • 2f97add842 Switched to <boost/detail/lightweight_test.hpp> for testing. Peter Dimov 2002-08-16 16:41:16 +0000
  • 5345f14829 Redirecting index.html files added. Peter Dimov 2002-08-15 18:19:42 +0000
  • 0053801ad2 Data member support added. Peter Dimov 2002-07-30 13:01:47 +0000
  • ad043d1fff implementation-defined changed to unspecified. Peter Dimov 2002-07-27 16:05:01 +0000
  • 35ee2f3a52 __fastcall support added. Peter Dimov 2002-07-15 14:07:03 +0000
  • 5b1528f3f4 Fix unversioned VC++ checks Dave Abrahams 2002-07-13 12:26:19 +0000
  • 2277238db7 Support for ref() as a first argument, allowing noncopyable function objects. Peter Dimov 2002-06-08 18:06:32 +0000
  • bdde6cd8b2 extern C FAQ entry, support for data member pointers documented, etc. Peter Dimov 2002-06-04 15:15:04 +0000
  • b1bfd36270 Fixes for Comeau strict mode on Windows Peter Dimov 2002-04-22 21:17:42 +0000
  • 8a2ad8ca78 boost/ref.hpp: - Added get_pointer method to return a pointer (instead of a reference) Douglas Gregor 2002-03-31 00:24:00 +0000
  • 5bae1b9ad1 Data member pointers support added. Peter Dimov 2002-03-20 12:52:40 +0000
  • 620c803fc1 Use inline function placeholders only on Borland C++ to avoid compatibility problems. Peter Dimov 2002-03-11 15:38:25 +0000
  • 6fb6b475db Placeholders are now inline functions to avoid data in headers (idea by Yitzhak Sapir) Peter Dimov 2002-03-08 12:51:31 +0000
  • 1dbea266a1 Documentation fixes, helper headers added. Peter Dimov 2002-02-14 14:41:56 +0000
  • b482c43928 Minor fixes. Peter Dimov 2002-02-04 13:56:30 +0000
  • 9ca2e6f064 Fix some HTML errors. Darin Adler 2002-02-02 19:02:53 +0000
  • 8ec63f5ca5 changed smart_ptr.hpp to shared_ptr.hpp Peter Dimov 2002-02-02 16:20:28 +0000
  • 866866c1df get_pointer overload for shared_ptr moved to shared_ptr.hpp Peter Dimov 2002-02-02 16:16:02 +0000
  • 3179474c0e Placeholders are now static only on MSVC. Peter Dimov 2002-02-02 12:16:57 +0000
  • 60a844927f Back to non-static, doesn't work for Borland PCHs, and generates annoying warnings. Peter Dimov 2002-01-31 12:46:33 +0000
  • 27c104f1fb Made the placeholders static. Peter Dimov 2002-01-31 12:34:58 +0000
  • 235feb0f62 _N placeholders moved to a separate header. Peter Dimov 2002-01-30 11:29:28 +0000
  • b2b06ea204 documented 'reference_wrapper' as Assignable Aleksey Gurtovoy 2002-01-27 13:04:08 +0000
  • d276e73ea0 Fixed a typo. Peter Dimov 2002-01-26 16:59:05 +0000
  • 70ec61e649 mem_fn now properly recognizes objects of derived classes. Peter Dimov 2002-01-25 13:43:54 +0000
  • f37044ee57 _bi::bind_t no longer prevents assignment. Peter Dimov 2002-01-25 13:05:21 +0000
  • 9d389aa1e3 account for new traits templates Dave Abrahams 2002-01-23 21:04:00 +0000
  • fc433254dc Tabs converted to spaces Peter Dimov 2002-01-17 16:02:41 +0000
  • 886d8b3079 SGI MIPSpro fix. Peter Dimov 2001-12-08 16:25:47 +0000
  • b90421d2cd Troubleshooting section updated. Peter Dimov 2001-12-06 16:06:30 +0000
  • 55f974d0b8 Fixed internal compiler error on MSVC 6 with debug info enabled. Peter Dimov 2001-12-03 13:11:22 +0000
  • fe8a5204cc Re-enabled the void returns workarounds for MSVC, since they pass with VC6sp4. Added the void returns test to status/Jamfile. Dave Abrahams 2001-12-02 21:51:14 +0000
  • 18f1b16872 Typos fixed. Peter Dimov 2001-12-01 13:02:09 +0000
  • e1b4cd5dcf Temporarily disabled void returns on MSVC 6 to address internal compiler errors. Peter Dimov 2001-11-29 17:29:31 +0000
  • 00df4fc3bb #ifdef-ed out a test case for MWCW <= 7.1 Peter Dimov 2001-11-29 17:02:39 +0000
  • 389154b530 Minor fix to address SGI MIPSpro regression failure. Peter Dimov 2001-11-29 15:10:05 +0000
  • f6c95cf810 Mac Murrett added to Acknowledgments. Peter Dimov 2001-11-27 13:21:28 +0000
  • b19b0e4d66 bind.html: Contents, FAQ, Dependencies added. Peter Dimov 2001-11-27 13:15:30 +0000
  • 16a07b2592 mem_fn FAQ updated. Peter Dimov 2001-11-27 11:54:25 +0000
  • 46a32f7547 visit_each support added. Peter Dimov 2001-11-26 13:28:16 +0000
  • f17fa79f2b mem_fn.html: added Contents, FAQ, Dependencies, expanded Purpose. Peter Dimov 2001-11-24 17:03:11 +0000
  • 9cd7fd58a1 Changed first_argument_type to argument_type in [c]mf0 Peter Dimov 2001-11-22 15:17:17 +0000
  • 5134310a5e More regression fixes Peter Dimov 2001-11-21 12:34:23 +0000
  • 463f513c23 Major fixes to address regression failures Peter Dimov 2001-11-20 17:05:56 +0000
  • ab0d3e94e1 Repairs for CWPro7 Dave Abrahams 2001-11-16 20:24:11 +0000
  • 4251ab4e83 Nuked useless default arguments Dave Abrahams 2001-11-16 20:23:51 +0000
  • e3bd44aa77 Minor void return fixes (MSVC 6 on -W4, g++ 2.95.3) Peter Dimov 2001-11-15 14:50:04 +0000
  • 03dba9a279 integrated void_returns work Dave Abrahams 2001-11-14 23:47:09 +0000
  • 7bdfb4acfc integrated void_returns work Dave Abrahams 2001-11-14 23:39:32 +0000
  • 27a040d7ee Pro7 support, better tests, less duplication Dave Abrahams 2001-11-14 20:41:24 +0000
  • 223f7ef967 Added tests for void returns Peter Dimov 2001-11-14 15:17:11 +0000
  • 19d71a71f2 Attempt to work around Sun C++ 6u2 problem Peter Dimov 2001-11-13 19:07:25 +0000
  • 7776c66ffd Fixed a bug w/ adaptable function objects + nested binds, made ref<> return const Peter Dimov 2001-11-13 13:56:05 +0000
  • b16c6a83dc Minor fixes Peter Dimov 2001-11-13 13:33:24 +0000
  • 0f75f57c30 '__stdcall support' section added. Peter Dimov 2001-11-10 20:19:40 +0000
  • 277aa14329 __stdcall support added. Peter Dimov 2001-11-10 19:18:58 +0000
  • c61d480cb6 Return type can now be omitted on adaptable function objects Peter Dimov 2001-10-18 15:05:57 +0000
  • b9bb33048f Removed bind_test_?.cpp Peter Dimov 2001-10-18 14:12:39 +0000
  • 98af9a5c47 Removed outer <table>s Peter Dimov 2001-09-21 17:48:24 +0000
  • 90433660f9 Initial commit Peter Dimov 2001-09-04 17:16:30 +0000
  • b87bb90661 initial commit Peter Dimov 2001-08-23 18:47:44 +0000