Commit Graph

  • bf696026bd - Performance improvements (better psyco support, cache in CppParser) Bruno da Silva de Oliveira 2003-03-28 12:47:15 +0000
  • 734657244b - Changed the error message about missing policies. Bruno da Silva de Oliveira 2003-03-27 23:40:59 +0000
  • d2470e4f9c - Fixed bug where virtual methods could end exported twice in the wrapper. Bruno da Silva de Oliveira 2003-03-27 23:24:40 +0000
  • 28a2792280 no message Bruno da Silva de Oliveira 2003-03-27 17:23:52 +0000
  • cd985a33d8 - Added files to create a binary distribution Bruno da Silva de Oliveira 2003-03-27 17:14:41 +0000
  • 726d2beffd - Doc fix, about accessing the operators in the interface file Bruno da Silva de Oliveira 2003-03-26 18:35:53 +0000
  • f04be3fc1b - No more "needs policy" warnings for functions that return PyObject* Bruno da Silva de Oliveira 2003-03-26 15:25:38 +0000
  • b6927410d9 - Fixed stupid bug in HandlePolicy Bruno da Silva de Oliveira 2003-03-26 15:06:14 +0000
  • 44b2e1ef8b - Default policy for functions/methods that return const T& is now return_value_policy<copy_const_reference>(). Bruno da Silva de Oliveira 2003-03-24 23:25:14 +0000
  • 3d01e6af89 no message Bruno da Silva de Oliveira 2003-03-23 18:29:11 +0000
  • 00387b2076 - Documentation for smart-pointers Bruno da Silva de Oliveira 2003-03-23 18:27:18 +0000
  • f9bf514801 - Added unittests for linux Bruno da Silva de Oliveira 2003-03-23 18:23:09 +0000
  • fa27bddfab - added a case: wrapper for a virtual method Bruno da Silva de Oliveira 2003-03-22 19:35:55 +0000
  • f27e8f8ddc no message Bruno da Silva de Oliveira 2003-03-22 19:34:49 +0000
  • 5b2623ff2e - bumped version number Bruno da Silva de Oliveira 2003-03-22 19:33:33 +0000
  • a83a726b6e - Fixed bug where wrappers for virtual methods were ignored. Bruno da Silva de Oliveira 2003-03-22 19:31:19 +0000
  • 93df7e00a7 - Added new flags: -h, --help, -v, --version Bruno da Silva de Oliveira 2003-03-22 18:20:16 +0000
  • 6b7748a88d - Now exporting virtual methods from base classes too Bruno da Silva de Oliveira 2003-03-22 18:19:25 +0000
  • f102c77fa2 no message Bruno da Silva de Oliveira 2003-03-22 18:18:25 +0000
  • a4fa261b77 - New page about smart pointers, and misc fixes Bruno da Silva de Oliveira 2003-03-22 18:16:01 +0000
  • 8a15fefc6c update HippoDraw site Dave Abrahams 2003-03-22 17:29:01 +0000
  • 12a4cc16be - Added MANUAL support for shared_ptr and auto_ptrs. In the future, support should be automatic. Bruno da Silva de Oliveira 2003-03-21 14:24:20 +0000
  • 6335716342 fixed binary-ness Dave Abrahams 2003-03-20 20:33:48 +0000
  • db0602ac2a *** empty log message *** Dave Abrahams 2003-03-20 20:31:57 +0000
  • 390ad530f1 - Bug: GenerateName in infos.py doesn't cover all possible cases. Bruno da Silva de Oliveira 2003-03-20 04:55:38 +0000
  • 6eb2e8d68a paper updates Dave Abrahams 2003-03-20 02:56:22 +0000
  • b804b3b221 fix typo Dave Abrahams 2003-03-20 02:53:47 +0000
  • 936c1118bd Bump to v1.6.0 Joel de Guzman 2003-03-19 23:33:19 +0000
  • 4ba7b8a8ff - Updated to reflect changes in declarations.py Bruno da Silva de Oliveira 2003-03-19 05:55:28 +0000
  • 70601e9da0 no message Bruno da Silva de Oliveira 2003-03-19 05:54:26 +0000
  • c32d1f9614 - Fixed bug where the PointerDeclaration of functions and methods didn't have the & operator Bruno da Silva de Oliveira 2003-03-19 05:03:49 +0000
  • e031f78ad4 news updates; added links to paper Dave Abrahams 2003-03-19 03:57:59 +0000
  • 7d0273051a - Fixed bug where an union that was a class member crashed pyste (unions are still not exported) - Added support for int, double, float and long operators Bruno da Silva de Oliveira 2003-03-19 02:49:18 +0000
  • 29d537571b - Unit tests for the examples Bruno da Silva de Oliveira 2003-03-19 02:47:29 +0000
  • 39f243f76b Check in html and pdf versions Dave Abrahams 2003-03-19 01:47:30 +0000
  • 0712360cc9 Add funcptr FAQ Dave Abrahams 2003-03-18 14:41:04 +0000
  • 02c125cbb4 Add funcptr FAQ Dave Abrahams 2003-03-18 14:40:09 +0000
  • 13256fb7e9 - Fixed bugs in Linux Bruno da Silva de Oliveira 2003-03-18 05:16:01 +0000
  • f11d757807 - Fixed bug where the permission bits were being copied to the tmp file Bruno da Silva de Oliveira 2003-03-15 02:51:51 +0000
  • 2e123849fb no message Bruno da Silva de Oliveira 2003-03-14 23:39:04 +0000
  • 2f6cfaf0e9 - Fixed definition of private default implementations Bruno da Silva de Oliveira 2003-03-14 22:27:32 +0000
  • f9b216d6f9 - Now generating wrappers for protected and private virtual methods Bruno da Silva de Oliveira 2003-03-14 21:12:55 +0000
  • 5fdd10d77e respond to Ralf's suggestions Dave Abrahams 2003-03-13 22:58:03 +0000
  • 41de02d528 Added development history Dave Abrahams 2003-03-13 22:05:50 +0000
  • 1c3d08f23a adjustment for MIPSpro Ralf W. Grosse-Kunstleve 2003-03-12 23:18:16 +0000
  • 0f1dc1fd50 - fixed bug where non-public virtual methods where being exported - fixed " call_method<%s>" to " call_method< %s >" Bruno da Silva de Oliveira 2003-03-12 21:26:45 +0000
  • cd06018820 opaque pointer conversions from Gottfried.Ganssauge@haufe.de Dave Abrahams 2003-03-12 17:56:41 +0000
  • 7816eb6344 fix copyrights Dave Abrahams 2003-03-12 13:51:17 +0000
  • 9813f4b55f Fix copyrights Dave Abrahams 2003-03-12 13:50:18 +0000
  • f81ca21b22 opaque pointer conversions from Gottfried.Ganssauge@haufe.de Acknowledgements for all Dave Abrahams 2003-03-12 12:47:44 +0000
  • f1b7620c9e no message Bruno da Silva de Oliveira 2003-03-12 03:42:37 +0000
  • 7d5c453f59 no message Bruno da Silva de Oliveira 2003-03-12 01:39:28 +0000
  • bc4feb42b5 - fixed "deepcopy" of infos bug Bruno da Silva de Oliveira 2003-03-12 01:32:48 +0000
  • ca9920874f - fixed default arguments in virtual methods Bruno da Silva de Oliveira 2003-03-12 01:32:00 +0000
  • 415991f6fc - added a link to the Pyste documentation Bruno da Silva de Oliveira 2003-03-11 03:34:28 +0000
  • 20c52def19 - first version Bruno da Silva de Oliveira 2003-03-11 03:29:22 +0000
  • 7dcacbcfc4 - first version Bruno da Silva de Oliveira 2003-03-11 03:20:24 +0000
  • 34bf1560a9 non-template function make_function1 must be inline Ralf W. Grosse-Kunstleve 2003-03-09 17:26:06 +0000
  • 39195ac97a Fix for older EDGs Dave Abrahams 2003-03-08 12:36:18 +0000
  • 6aa71e1f72 Remove flotsam Dave Abrahams 2003-03-08 08:53:19 +0000
  • 257a6c45f8 Remove flotsam Dave Abrahams 2003-03-08 08:51:45 +0000
  • d34a11b584 Fix for Python 2.3 long->int conversion behavior change Dave Abrahams 2003-03-08 05:28:54 +0000
  • ca64c96133 Added dangling_reference FAQ Various idiomatic MPL cleanups in indirect_traits.hpp raw_function support Patches for CWPro7.2 Patches to pass tests under Python 2.3 with the new bool type. Tests for member operators returning const objects Fixes for testing Boost.Python under Cygwin Dave Abrahams 2003-03-08 03:53:19 +0000
  • ff734e3269 MIPSpro compatibility Ralf W. Grosse-Kunstleve 2003-03-08 00:25:47 +0000
  • d028a60cc2 Workaround for vc7 bug (and regression test) Dave Abrahams 2003-03-03 17:21:30 +0000
  • 577f58149c tests for operators returning const objects Dave Abrahams 2003-03-02 22:11:20 +0000
  • 4b97e191b8 Fix formatting errors Dave Abrahams 2003-03-02 15:25:35 +0000
  • 15a148ab10 minor polishing, corrections Ralf W. Grosse-Kunstleve 2003-03-02 02:50:49 +0000
  • 5ac7741ca9 Updates for ACCU Dave Abrahams 2003-03-02 00:55:07 +0000
  • 4c7cff6e8e fix bad link Dave Abrahams 2003-03-01 18:25:41 +0000
  • c6ca85b525 Added embedding tutorial from Dirk Gerrits. Thanks, Dirk! Dave Abrahams 2003-03-01 18:19:38 +0000
  • 99f45b474e Fix broken links Dave Abrahams 2003-02-27 13:07:41 +0000
  • ee44c90e85 Fixes for Python and Cygwin testing Dave Abrahams 2003-02-27 02:20:01 +0000
  • 2c4fa48f46 Fixes for Intel5 Dave Abrahams 2003-02-26 13:48:16 +0000
  • 90fcd9369d MPL names/directory structure refactoring Aleksey Gurtovoy 2003-02-25 23:11:41 +0000
  • 923feda9f7 update Dave Abrahams 2003-02-25 03:54:38 +0000
  • 6d7d2ea5fe initial checkin Dave Abrahams 2003-02-25 03:31:36 +0000
  • 4874a1801b Improved Boost.Python build reliability and documentation. Dave Abrahams 2003-02-25 02:15:55 +0000
  • 479d8fc0f6 shared_ptr deleter introspection support miscellaneous cleanups and MPL idiom-izing Dave Abrahams 2003-02-25 01:03:40 +0000
  • 1c346b2531 fix metafunctions for MPL Dave Abrahams 2003-02-25 00:57:33 +0000
  • 5cdebaf896 gcc-2.95 workaround Dave Abrahams 2003-02-25 00:56:55 +0000
  • 600602f9dc Tutorial updates Joel de Guzman 2003-02-23 03:53:36 +0000
  • 2a530bb9d2 Tutorial updates. Added virtual functions with default implementations and reshufled the overloading topics to discuss manual overloading first. Joel de Guzman 2003-02-23 02:23:15 +0000
  • acdad5caf3 better auto_ptr support Dave Abrahams 2003-02-22 18:11:08 +0000
  • b42b243287 vc++7.1 bug workarounds Dave Abrahams 2003-02-22 18:07:05 +0000
  • a76f5f3db7 mpl-ish cleanup Dave Abrahams 2003-02-22 01:02:31 +0000
  • 4e9f745d4a Fixups for cygwin Dave Abrahams 2003-02-21 08:10:55 +0000
  • 101961a7c6 remove old MSVC 6.5 workaround Aleksey Gurtovoy 2003-02-20 21:31:46 +0000
  • 29d1f860c1 ETI fixes Aleksey Gurtovoy 2003-02-20 21:29:39 +0000
  • 2663e73f1c Automatically add library-path values to RUN_PATH/RUN_LD_LIBRARY_PATH Dave Abrahams 2003-02-20 20:28:05 +0000
  • 1f9d0bb196 MSVC 7.0 ETI workaround Aleksey Gurtovoy 2003-02-20 13:35:16 +0000
  • ff9f262fac tutorial update Joel de Guzman 2003-02-18 18:44:16 +0000
  • 472dc3bd41 made binary Dave Abrahams 2003-02-11 17:30:23 +0000
  • 6f91b93519 removed to make binary Dave Abrahams 2003-02-11 17:29:27 +0000
  • 47291f68b2 removed unnecessary file Joel de Guzman 2003-02-11 12:18:47 +0000
  • 2b5ef3c572 Python 2.3 compatibility Ralf W. Grosse-Kunstleve 2003-02-07 18:56:16 +0000
  • 9c50496d93 second half of introduction rewritten; SWIG, SIP, CXX acknowledged as suggested by the PyConDC reviewers; technical points moved to Library Overview section Ralf W. Grosse-Kunstleve 2003-02-07 01:07:39 +0000
  • 80488e2f23 improved serialization and object interface sections; some sentences added to the end of the conclusion Ralf W. Grosse-Kunstleve 2003-02-06 22:42:36 +0000
  • ad8da7166b edits Dave Abrahams 2003-02-06 20:56:26 +0000
  • 55cb918c51 Add ownership question Dave Abrahams 2003-02-06 13:50:53 +0000