Commit Graph

  • 23b7ccca7f Fix broken links. And some minor consistency changes. Rene Rivera 2003-12-27 01:31:00 +0000
  • e9d6286a1d Fix Dereferenceable concept to require pointee, and register_ptr_to_python to require Dereferenceable. Dave Abrahams 2003-12-18 19:25:14 +0000
  • 48321857e4 consistent use of get_pointer Dave Abrahams 2003-12-18 19:23:38 +0000
  • 156da15715 unused member function removed (to avoid Linux Intel C++ 8.0 warning) Ralf W. Grosse-Kunstleve 2003-12-16 04:14:28 +0000
  • 4a0d7965cb consolidation of workarounds for missing "not" keyword Ralf W. Grosse-Kunstleve 2003-12-15 17:55:38 +0000
  • 1f522823ff gcc2 workaround Dave Abrahams 2003-12-15 14:45:07 +0000
  • 6795a280fd tabs to spaces Beman Dawes 2003-12-02 13:32:47 +0000
  • f369e22638 Cleaner code using object instead of handle Dave Abrahams 2003-11-30 21:12:30 +0000
  • a278da2eba correct get_pointer usage Dave Abrahams 2003-11-30 21:10:15 +0000
  • 37b2bdba79 Workaround gcc-2.x ICE Dave Abrahams 2003-11-30 21:08:19 +0000
  • e9519db974 Make Dereferenceable use get_pointer Re-enable map_indexing_suite iteration for vc6. Dave Abrahams 2003-11-29 22:12:18 +0000
  • dd7a24ebce links to newly generated tutorial sections Ralf W. Grosse-Kunstleve 2003-11-24 05:53:13 +0000
  • bc92a7d155 - added new "General Techniques" section Bruno da Silva de Oliveira 2003-11-23 21:24:54 +0000
  • a68db84df6 * Fixed Boost.Thread jamfile to add the missing #include paths Dave Abrahams 2003-11-15 15:41:41 +0000
  • 7b9bba3190 vc6 workaround Dave Abrahams 2003-11-15 15:16:27 +0000
  • bcec0af232 minor fix for otherwise confusing debug output Ralf W. Grosse-Kunstleve 2003-11-12 19:55:22 +0000
  • 0d437c4102 MIPSpro 7.41 workaround Ralf W. Grosse-Kunstleve 2003-11-12 19:49:18 +0000
  • feff7bccd3 Fix MSVC6 duplicate comdat (LNK1179) with multiple python::range instances Raoul Gough 2003-11-12 16:50:17 +0000
  • b12de3f01b additions by Niall Douglas with heavy edits by Ralf Ralf W. Grosse-Kunstleve 2003-11-10 20:39:13 +0000
  • 0d108f12e4 Better error reporting for overload resolution failures, ideas thanks to Nikolay Mladenov. Dave Abrahams 2003-11-10 01:02:45 +0000
  • 4aca2ca33b change to binary Dave Abrahams 2003-11-06 01:14:50 +0000
  • 9a967ae514 change to binary Dave Abrahams 2003-11-06 01:13:26 +0000
  • 9481c39874 explain workaround for a bug in Apple's compiler Ralf W. Grosse-Kunstleve 2003-11-05 19:19:50 +0000
  • 1e02065982 Fix Mike Rovner's warning suppression. Dave Abrahams 2003-11-05 00:43:13 +0000
  • 1fee0da689 patch by Mike Rovner: work around gcc 3.3.1 bug (http://gcc.gnu.org/PR12163) Ralf W. Grosse-Kunstleve 2003-11-05 00:30:46 +0000
  • c760cf8418 workaround for MIPSpro 7.3.1; old workaround for VC7.1 visible only to that particular compiler Ralf W. Grosse-Kunstleve 2003-11-04 20:20:07 +0000
  • cdee5997af obsolete MIPSpro workaround removed Ralf W. Grosse-Kunstleve 2003-11-04 20:17:48 +0000
  • 4289280cdc Mac OS 10 answer updated Ralf W. Grosse-Kunstleve 2003-11-04 20:05:09 +0000
  • 962dfa17c5 Add -bind_at_load option for MacOSX Darwin build, this prevents semaphore_wait_trap erros when loaded by extensions. Rene Rivera 2003-11-04 18:30:37 +0000
  • 0a21aef601 fix expected output; tested with Python 2.2.1 (Redhat8) and Python 2.3 (Mac OS 10.2.8) Ralf W. Grosse-Kunstleve 2003-11-04 17:38:13 +0000
  • 8cbbd504cf Point to the new location for Boost.Build v1; tools/build/v1. Rene Rivera 2003-11-04 17:07:15 +0000
  • 91b23c8367 Warning suppression thanks to Mike Rovner <mike-at-bindkey.com> Dave Abrahams 2003-11-03 20:45:21 +0000
  • 3729be263f Bug fix Dave Abrahams 2003-10-30 18:40:37 +0000
  • ea91f4217a suppress a warning Dave Abrahams 2003-10-29 23:16:36 +0000
  • 7fab3ce0b1 Add info on using gdb under Windows Raoul Gough 2003-10-29 21:38:06 +0000
  • ef7d675d67 bug fix for a single use of arg with no comma operator Dave Abrahams 2003-10-29 00:46:08 +0000
  • 2b9d29a0fc Improve unused variable warning supperssion with multi-compiler friendly code. Rene Rivera 2003-10-24 01:19:16 +0000
  • 95b95d012c - Fixed bug where a class would appear more than one in the generated code. Bruno da Silva de Oliveira 2003-10-23 22:56:33 +0000
  • 4af7d5bca7 Remove unused var warning on non-debug compilation. Rene Rivera 2003-10-23 20:15:50 +0000
  • d879eb235f Add install definitions for new common install configuration. Rene Rivera 2003-10-19 19:52:56 +0000
  • 4f129d035b Bug fix, thanks to Nicolas LELONG, nlelong-at-mgdesign.org for the report. Dave Abrahams 2003-10-17 14:13:48 +0000
  • 7a354c4ff4 Warning suppression for GCC. Dave Abrahams 2003-10-15 23:19:48 +0000
  • 364826b3b3 Include @group directives for Synopsis Dave Abrahams 2003-10-13 21:04:11 +0000
  • e9b308da46 Use msvc_typeid only if _MSV_VER is set, to avoid problems with Intel compiler on Linux Raoul Gough 2003-10-10 14:55:13 +0000
  • 94cfa2602f Fix typo Dave Abrahams 2003-10-09 14:15:20 +0000
  • 3533bd0504 no message Bruno da Silva de Oliveira 2003-10-06 19:10:50 +0000
  • 1a51a7df9e - added missing <boost/python/return_arg.hpp> Bruno da Silva de Oliveira 2003-10-04 21:44:24 +0000
  • 615be89951 Support for logical negation operator via __nonzero__ Dave Abrahams 2003-10-04 15:40:09 +0000
  • 912ca36a1f fixed broken link Dave Abrahams 2003-10-04 12:06:19 +0000
  • fba93805dc Work with gcc2 Dave Abrahams 2003-09-23 23:57:23 +0000
  • 96d66f4624 Correct integral constant overflow Dave Abrahams 2003-09-21 18:49:04 +0000
  • c3bae63e41 Fix const-correctness problem Dave Abrahams 2003-09-21 17:24:37 +0000
  • 6c22aceabc - added return_by_value Bruno da Silva de Oliveira 2003-09-21 02:07:07 +0000
  • 92a77dfe7f Implemented injected constructors. Eliminated _DEBUG redefinition warning for CWPro8. Dave Abrahams 2003-09-21 01:35:19 +0000
  • 4f2dbeda28 bugs in Enum and export_values option Bruno da Silva de Oliveira 2003-09-19 23:07:14 +0000
  • bec2de08fe Use make_function uniformly to build callable objects. Dave Abrahams 2003-09-17 21:36:53 +0000
  • db192e1e01 Remove incref of Py_None in make_nurse_and_patient - inc already done in detail::none() Raoul Gough 2003-09-16 17:31:06 +0000
  • 454654a9cc Try to ward off personal emails Dave Abrahams 2003-09-12 20:08:05 +0000
  • 1018bc56eb put newlines in the list of links Dave Abrahams 2003-09-12 14:54:34 +0000
  • f920dc87d0 Added std::wstring conversion support Dave Abrahams 2003-09-11 19:19:55 +0000
  • 8b97caae46 Warn about duplicate to-python converters and show the name of the offending type. Dave Abrahams 2003-09-11 15:09:11 +0000
  • 3b74aab818 add pyfinalize safety Dave Abrahams 2003-09-11 11:07:05 +0000
  • e78b4939b3 Added new str constructors which take a range of characters, allowing strings containing nul ('\0') characters. Dave Abrahams 2003-09-11 02:57:24 +0000
  • 621b5fc2db - added INTERFACE_FILE Bruno da Silva de Oliveira 2003-09-10 21:55:50 +0000
  • 6ada069d5a Update for cross-project capability Dave Abrahams 2003-09-10 16:08:41 +0000
  • 50db384be1 Used BOOST_WORKAROUND Joel de Guzman 2003-09-09 13:13:44 +0000
  • ae7225ae83 Updates for cross-project dependencies Dave Abrahams 2003-09-09 03:14:01 +0000
  • 911ba333a2 restored python test drivers Dave Abrahams 2003-09-09 02:55:39 +0000
  • 5cd8cce531 Set up BOOST_ROOT before import python has a chance to use it. Dave Abrahams 2003-09-09 02:42:17 +0000
  • 6a2a76cea9 Use new cross-project feature Dave Abrahams 2003-09-08 19:36:06 +0000
  • 7a9a3d30c9 Use the import rule Dave Abrahams 2003-09-08 17:38:49 +0000
  • 034ca4d5eb mscv workaround Joel de Guzman 2003-09-08 12:56:33 +0000
  • 00e3fa32fb Fix typo Dave Abrahams 2003-09-07 19:45:21 +0000
  • 0133bdfbe3 Removed unused ConverterGenerators arguments. Dave Abrahams 2003-09-07 19:44:44 +0000
  • e563def5ba Update documentation for the use of function objects. Dave Abrahams 2003-09-07 18:03:20 +0000
  • b3910f4e4d Support for wrapping function objects and classes which use virtual inheritance. Completely killed off member_function_cast! Dave Abrahams 2003-09-07 16:56:05 +0000
  • 4a7b8fe839 - Wrapper for protected and private pure virtual functions are now generated Bruno da Silva de Oliveira 2003-09-04 22:47:04 +0000
  • fc56544da4 added note to use bjam as the preferred build tool Joel de Guzman 2003-09-01 03:12:34 +0000
  • c839d25722 Add module_tail for JIT debugging Dave Abrahams 2003-08-29 19:42:39 +0000
  • c6b5ecbbdb Update for select_holder changes Dave Abrahams 2003-08-29 19:03:14 +0000
  • d3473afa23 Take 2 Joel de Guzman 2003-08-27 12:10:49 +0000
  • 379b28eb85 Some more tweaks Joel de Guzman 2003-08-27 10:18:37 +0000
  • 7f5bd33ead Tweaks Joel de Guzman 2003-08-27 10:14:14 +0000
  • eef6fb9891 def_visitor linked in the reference Joel de Guzman 2003-08-27 10:09:08 +0000
  • 4a7f52ab2c Initial commit of def_visitor doc Joel de Guzman 2003-08-27 10:00:23 +0000
  • 10b249a162 - Using the new Boost.Python facility for wrapping pure virtual functions Bruno da Silva de Oliveira 2003-08-26 23:24:02 +0000
  • 5fc5fce663 removed intro text Dave Abrahams 2003-08-26 15:49:50 +0000
  • f00fe3c0b1 Added reference to TODO list Dave Abrahams 2003-08-26 15:48:36 +0000
  • 3047d51613 revised, ReST-ized HTML-ized Dave Abrahams 2003-08-26 15:47:41 +0000
  • f9f7146960 revised, ReST-ized HTML-ized Dave Abrahams 2003-08-26 15:42:51 +0000
  • ca9dc3103a print running... Done. Ralf W. Grosse-Kunstleve 2003-08-26 13:19:51 +0000
  • c03afa379c print Done before sys.exit; this allows us to detect fatal crashes like segmentation faults on import Ralf W. Grosse-Kunstleve 2003-08-26 13:11:51 +0000
  • cbacc98e3f MIPSpro workaround Ralf W. Grosse-Kunstleve 2003-08-26 12:52:21 +0000
  • 84daf14f1b Added missing #includes Dave Abrahams 2003-08-26 11:45:47 +0000
  • 4af28b2a46 Added missing #includes Dave Abrahams 2003-08-26 02:25:33 +0000
  • acbc01933c - Fixed a bug where the code for a virtual method wrapper defined inside a Pyste file was not being declared in the generated code Bruno da Silva de Oliveira 2003-08-26 00:43:09 +0000
  • 7ec78eecbd Implemented pure_virtual(...) Dave Abrahams 2003-08-25 18:44:26 +0000
  • 87c5e37f5e vc6 workaround for nested enums Dave Abrahams 2003-08-25 18:41:26 +0000
  • d02959e3ed Remove cwpro7 workarounds; simplified select_holder Dave Abrahams 2003-08-25 18:41:02 +0000
  • b844d8b750 Refactoring and cleanups Dave Abrahams 2003-08-25 18:38:39 +0000