Commit Graph

  • ac55c5ccf7 Add FAQ reference Dave Abrahams 2003-02-06 13:50:31 +0000
  • 5bcf90766f draft thinking hybrid section added Ralf W. Grosse-Kunstleve 2003-02-05 19:58:43 +0000
  • 8f12fdea4a Remove workaround patches Dave Abrahams 2003-01-31 18:37:11 +0000
  • 6f687ee402 Added a FAQ Dave Abrahams 2003-01-23 17:38:57 +0000
  • 9dfe98abb0 bug fix + regression test Dave Abrahams 2003-01-23 04:32:10 +0000
  • 399cf70b92 Add staticmethod support from Nikolay Mladenov <nickm-at-sitius.com> Dave Abrahams 2003-01-19 19:12:30 +0000
  • 571790097a minor error fixed PodBayDoorException const& x Joel de Guzman 2003-01-18 01:44:48 +0000
  • 21f3c7c8c2 Mac OS X status Ralf W. Grosse-Kunstleve 2003-01-15 06:19:23 +0000
  • 9d26167ec1 Change use-requirements to usage-requirements in some library Jamfiles. Vladimir Prus 2003-01-13 12:31:12 +0000
  • ba4906d05c Update V2 Jamfile for Boost. Vladimir Prus 2003-01-13 10:05:01 +0000
  • e13a11eb7f Fix dict bug Dave Abrahams 2003-01-11 00:18:59 +0000
  • 72b214b8db details from the introduction moved to design goals section Ralf W. Grosse-Kunstleve 2003-01-10 19:22:13 +0000
  • 84a8fb71b8 meager result after a real hard try Ralf W. Grosse-Kunstleve 2003-01-10 19:00:05 +0000
  • 4f5272cab9 Folded in Ralf's first set of edits Dave Abrahams 2003-01-10 15:17:46 +0000
  • 5895047e23 Initial Checkin Dave Abrahams 2003-01-10 15:11:05 +0000
  • 50bcf8db34 Apply workarounds for msvc-stlport Dave Abrahams 2003-01-10 15:04:05 +0000
  • 7defd3bbed support for BOOST_PYTHON_STATIC_MODULE clarification Dave Abrahams 2003-01-07 18:03:17 +0000
  • b9ecc931b0 support for BOOST_PYTHON_STATIC_MODULE Dave Abrahams 2003-01-07 17:44:06 +0000
  • b84a8fd737 support for BOOST_PYTHON_STATIC_MODULE Dave Abrahams 2003-01-07 17:38:08 +0000
  • 2b1a2ce09c Build static versions of the library too. Dave Abrahams 2003-01-07 17:30:51 +0000
  • bcf36610e1 Check in VisualStudio support from Brett Calcott Dave Abrahams 2002-12-29 17:27:52 +0000
  • 1bb3254d4d Check in changes from Brett Calcott Dave Abrahams 2002-12-29 16:53:48 +0000
  • 0f95d507c4 add or update See www.boost.org comments Beman Dawes 2002-12-27 16:51:53 +0000
  • aa58e21bda Bug fix, thanks to "Daniel Paull" <dlp@fractaltechnologies.com> for reporting it. Dave Abrahams 2002-12-24 04:49:33 +0000
  • eac0412d18 Fixed comment Dave Abrahams 2002-12-21 22:12:31 +0000
  • 0c8aa84f2f Enable automatic downcasting to registered classes for pointers, references, and smart pointers Dave Abrahams 2002-12-20 18:19:18 +0000
  • 3d874d1618 Major simplification of from_python conversion avoids registering converters for every class. Dave Abrahams 2002-12-20 00:04:40 +0000
  • b8edd99dbd Fix typo thanks to "William Trenker" <wtrenker@hotmail.com> Dave Abrahams 2002-12-18 21:12:02 +0000
  • 0df5ebf0fa Fix to allow accessing enums as data members Dave Abrahams 2002-12-18 21:11:16 +0000
  • 809535b934 clarifications Dave Abrahams 2002-12-18 21:09:15 +0000
  • 854e957b78 Workaround for MacOS GCC problem: #define B0 0 Dave Abrahams 2002-12-18 19:09:34 +0000
  • df24f29232 nonconformance workaround from Gottfried.Ganssauge@HAUFE.DE Dave Abrahams 2002-12-18 17:56:42 +0000
  • 14c7d9ab14 typo error __rsub__ to __sub__ Joel de Guzman 2002-12-18 01:23:21 +0000
  • 0e36ac6b72 Bug fix with construction of std::exception Dave Abrahams 2002-12-16 21:14:30 +0000
  • 0d2cdbbdfe GCC-2.95.2 workarounds Dave Abrahams 2002-12-16 04:01:50 +0000
  • 48f9bee21e Fix typo due to "William Trenker" <wtrenker@hotmail.com> Dave Abrahams 2002-12-16 03:30:34 +0000
  • dd8fc049ff update news Dave Abrahams 2002-12-14 00:17:22 +0000
  • abd22f1273 Handle unsigned long values that don't fit in a long. Dave Abrahams 2002-12-14 00:10:52 +0000
  • 4a5817d8ba enum export Dave Abrahams 2002-12-13 20:04:34 +0000
  • eab084c9a2 enum export Dave Abrahams 2002-12-13 19:58:24 +0000
  • 80ea2383a7 Fix references to test library Dave Abrahams 2002-12-10 23:05:38 +0000
  • ec76fbe027 Apply fixes from Dirk Gerrits <dirk@gerrits.homeip.net> Dave Abrahams 2002-12-04 17:10:55 +0000
  • c772038e77 Apply fixes from Dirk Gerrits <dirk@gerrits.homeip.net> Dave Abrahams 2002-12-04 13:36:03 +0000
  • 59b1a8e71c Apply fixes from Dirk Gerrits <dirk@gerrits.homeip.net> Dave Abrahams 2002-12-03 18:08:12 +0000
  • 83c38876fe Simplify, simplify!! Dave Abrahams 2002-12-02 22:57:47 +0000
  • 9163c40a1a Further suppressed internal structure overflow problems which were cropping up with msvc6/7. Dave Abrahams 2002-12-02 19:41:45 +0000
  • 8b79380977 Less-taxing version of MPL lambda support for msvc6/7 Dave Abrahams 2002-12-02 16:18:35 +0000
  • 34c9d895c8 Relaxed rules for using scope() Dave Abrahams 2002-12-02 14:29:11 +0000
  • bf8bb83ec5 initial commit Dave Abrahams 2002-12-02 12:40:18 +0000
  • 328697952f automatic shared_ptr from_python conversions Dave Abrahams 2002-12-02 01:37:39 +0000
  • 3c19b89d9a Added reset() Dave Abrahams 2002-12-01 16:14:44 +0000
  • ae9f394906 Added reset() Dave Abrahams 2002-12-01 16:07:54 +0000
  • 8467f36b80 Kill errant `typename' Dave Abrahams 2002-12-01 04:40:05 +0000
  • 43a9571b2c Fixed some technical problems with smart pointer support uncovered by STLPort's debug mode. Unfortunately, had to expand Dereferenceable requirements. Dave Abrahams 2002-11-29 22:43:27 +0000
  • bbef71dc7d Progress on embedding example for unix. Dave Abrahams 2002-11-29 20:23:54 +0000
  • c4df3c6562 Bug fix Dave Abrahams 2002-11-27 14:23:07 +0000
  • 0ad3bfd0ab Finally fixed polymorphism issues Dave Abrahams 2002-11-27 07:04:32 +0000
  • fb7c450b76 Added is_reference_to_member_function_pointer Dave Abrahams 2002-11-27 06:19:45 +0000
  • 3fc70519cf Use boost is_polymorphic trait Dave Abrahams 2002-11-27 06:19:13 +0000
  • 98c2bf8ff2 Restored some missing v1 acknowledgements Dave Abrahams 2002-11-27 02:18:52 +0000
  • f9c8bf15bb Restore CWPro7.2 to health. Also improve source organization slightly Dave Abrahams 2002-11-26 02:47:17 +0000
  • a7e19ffb0b Refactored def() logic; moved assert_default_constructible into the holder selectorbecause it was getting the wrong answer in some cases. Dave Abrahams 2002-11-26 01:06:41 +0000
  • 7609a1c7c6 Refactored; added static assertions against the specification of a default implementation Dave Abrahams 2002-11-25 22:03:42 +0000
  • 087e2d6e35 Add additional argument for default implementation of virtual functions Fully commented Dave Abrahams 2002-11-25 21:57:23 +0000
  • bb7710a5a2 Suppress GCC warning Dave Abrahams 2002-11-25 21:19:35 +0000
  • 0d582e0e79 Suppress GCC warning Dave Abrahams 2002-11-25 20:54:37 +0000
  • 3d0579cc08 Fix for VC7. For some reason lexical_cast doesn't seem to work out too well. We'll need to be careful how we do type_info decoding once we get the G++ fixes in. Dave Abrahams 2002-11-25 20:52:49 +0000
  • 352e390c7b Added tests for embedding demonstration Dave Abrahams 2002-11-25 18:32:14 +0000
  • 394037a127 updated Dave Abrahams 2002-11-25 16:12:27 +0000
  • 9d4e235cf6 add imul notes Dave Abrahams 2002-11-25 03:41:34 +0000
  • cfbc1a6b48 Fully removed convertible() test from to_python converter protocol Dave Abrahams 2002-11-25 01:57:57 +0000
  • 31b8b58de9 CW workaround Dave Abrahams 2002-11-24 21:45:09 +0000
  • a77a835694 New function invocation mechanism. This is the major groundwork for handling virtual functions with default implementations properly Dave Abrahams 2002-11-24 03:26:28 +0000
  • dca5c5108b update Dave Abrahams 2002-11-24 03:25:13 +0000
  • e14e4e156c New function invocation mechanism. This is the major groundwork for handling virtual functions with default implementations properly Dave Abrahams 2002-11-24 02:43:24 +0000
  • 05ce65d9d2 cleanup Dave Abrahams 2002-11-23 22:31:13 +0000
  • b952e45036 Clip unneeded bind.hpp #include Dave Abrahams 2002-11-23 22:30:48 +0000
  • 4c630512fe Add missing add_const #include Dave Abrahams 2002-11-23 22:18:23 +0000
  • 0461d25de6 Add some qualification Dave Abrahams 2002-11-23 22:16:55 +0000
  • 2df120af72 Suppress a VC6 ICE Dave Abrahams 2002-11-23 22:16:00 +0000
  • 791b7e1a1b Tidy Dave Abrahams 2002-11-23 20:03:49 +0000
  • f6f4e59473 Add notes about targeting Cygwin GCC Dave Abrahams 2002-11-23 20:03:24 +0000
  • 60924e82e2 On our way to polymorphism Dave Abrahams 2002-11-23 02:59:45 +0000
  • 75bd427b8e Bugfix Dave Abrahams 2002-11-21 00:21:23 +0000
  • 715118ce39 Bugfix Dave Abrahams 2002-11-21 00:19:27 +0000
  • e3deb8275d update Dave Abrahams 2002-11-20 23:07:32 +0000
  • c30e12f956 Make scope constructor explicit Dave Abrahams 2002-11-20 22:58:57 +0000
  • 983b23db92 some missing html markup added Ralf W. Grosse-Kunstleve 2002-11-20 18:09:17 +0000
  • ed2da9bedb list cctbx Ralf W. Grosse-Kunstleve 2002-11-20 18:01:44 +0000
  • 409ff3c179 Added missing test Dave Abrahams 2002-11-20 03:04:51 +0000
  • 39eab72293 bugfixes add_property now uses member_function_cast Dave Abrahams 2002-11-20 01:14:16 +0000
  • 71ea2bec86 more notes Dave Abrahams 2002-11-19 17:39:40 +0000
  • c9af6ca94b Add missing copyright notices Dave Abrahams 2002-11-19 17:39:17 +0000
  • 72d5bac69f Add PSF copyright and change summary Dave Abrahams 2002-11-19 16:56:55 +0000
  • 6e0733afa2 Remove Tom's email address Dave Abrahams 2002-11-19 01:33:07 +0000
  • e660cc50c6 Added Support link Dave Abrahams 2002-11-17 05:59:12 +0000
  • e6b40f54cd initial commit Dave Abrahams 2002-11-17 05:58:45 +0000
  • c2af21169d More notes Dave Abrahams 2002-11-16 23:48:09 +0000
  • 4f7af97f8c Bug fix thanks to Mark Russell <mrussell8081@pacbell.net> Dave Abrahams 2002-11-16 23:23:45 +0000
  • 57f54952c3 Bug fix thanks to Mark Russell <mrussell8081@pacbell.net> Dave Abrahams 2002-11-16 23:22:30 +0000