Commit Graph

  • 4b926b7c7f Changed library name to libboost_python.a, various cleanups, attempted Cygwin compatibility. Still needs testing on Linux. Dave Abrahams 2001-03-04 15:48:50 +0000
  • 4aa4f1c3b3 Added DebugPython target; cleaned up some mess introduced by others Dave Abrahams 2001-03-04 15:45:02 +0000
  • 71aff9f0e8 Changed library name to libboost_python.a Dave Abrahams 2001-03-04 15:41:47 +0000
  • a40daca9ef *** empty log message *** Dave Abrahams 2001-03-04 15:14:04 +0000
  • 0b97d9bae5 Some fixes so it will compile with Intel C++ Dave Abrahams 2001-03-04 15:12:30 +0000
  • 28e6a84acb Fixed std::complex<> stuff to work with MSVC Dave Abrahams 2001-03-04 15:10:16 +0000
  • fc62d3b44e New Makefiles for tru64_cxx, linux_gcc, mingw32. Ralf W. Grosse-Kunstleve 2001-03-03 14:46:26 +0000
  • b06d9e50eb added: pickle safety measures; bug fix: use bound_function::create() Ralf W. Grosse-Kunstleve 2001-03-03 12:55:53 +0000
  • 1d4427c056 "T" replaced by "Held" to reduce chances of name clashes. Ralf W. Grosse-Kunstleve 2001-03-03 12:05:15 +0000
  • 51d60a6035 added: converters for [plain] char and std::complex Ralf W. Grosse-Kunstleve 2001-03-03 11:48:52 +0000
  • f5fa4a460a Wrong file name replaced (instance.hpp -> singleton.hpp). Ralf W. Grosse-Kunstleve 2001-03-03 10:22:35 +0000
  • 977841a7f3 Use PyObject_INIT() instead of hand-initializing objects Dave Abrahams 2001-03-02 01:48:30 +0000
  • b000c75947 Fix for python::tuple.set_item() memory leak. Ralf W. Grosse-Kunstleve 2001-02-23 08:58:32 +0000
  • f3d9193743 Fix for linux gcc-2.95.2 Ralf W. Grosse-Kunstleve 2001-02-08 01:54:59 +0000
  • 0d04bf8e34 Remove example files that were accidentally added to the main branch. Ralf W. Grosse-Kunstleve 2001-02-07 23:58:44 +0000
  • 1d17690f69 Add back old example files that were accidentally removed from the main branch. Ralf W. Grosse-Kunstleve 2001-02-07 23:50:41 +0000
  • 4d19be8ea4 PyExtensionClassConverters<Foo> -> python_extension_class_converters&ltFoo&gt Dave Abrahams 2001-02-06 03:08:00 +0000
  • 1d4dfdf271 converted <> to &lt;&gt; Dave Abrahams 2001-02-05 23:28:01 +0000
  • f24a95c917 fix for reference count bug. Ralf W. Grosse-Kunstleve 2001-01-31 19:27:17 +0000
  • e508842da6 BPL support for exporting/importing class wrappers. Ralf W. Grosse-Kunstleve 2001-01-27 17:35:02 +0000
  • b0d9bbc0b1 Another stupid typo fix by Ralf W. Grosse-Kunstleve Dave Abrahams 2001-01-23 22:41:46 +0000
  • 6238770324 Added a fix from Ralf W. Grosse-Kunstleve Dave Abrahams 2001-01-22 22:58:37 +0000
  • a8641c69cc A bug fix that I failed to check in long ago for the use of strstream Dave Abrahams 2001-01-21 05:29:26 +0000
  • 7d9332e94f added directure structure proposal John Maddock 2000-12-30 11:28:30 +0000
  • 7ca17b7bd9 Fixed links to avoid www.pythonlabs.com Dave Abrahams 2000-12-12 03:37:33 +0000
  • e5670d5e3c Correct the generated filenames Dave Abrahams 2000-12-10 03:42:28 +0000
  • 826c1bd894 Correct asynchrony with python generator Dave Abrahams 2000-12-10 03:41:32 +0000
  • 7ea7f87a9f Fixed broken link Beman Dawes 2000-12-08 15:12:31 +0000
  • b91d11431d Applied fixes for como courtesy of Jens Maurer. Dave Abrahams 2000-12-01 02:27:06 +0000
  • ff31b16285 Fixed __module__ name extraction logic so that when a module is not initializing the module name comes from the global __name__. Dave Abrahams 2000-11-30 04:53:31 +0000
  • 81cf5333c3 Added module() function to get the module being built Added initializing() function to distinguish whether a module is initializing Changed logic so that multiple non-overlapping module_builders() may be constructed. This fixes a bug when BPL is built as a shared lib. Dave Abrahams 2000-11-30 04:51:05 +0000
  • 9dca983e33 changed name of extension_class_coerce to standard_coerce. Dave Abrahams 2000-11-29 14:18:37 +0000
  • 0f43a2fe9b changed name of extension_class_coerce to standard_coerce. Dave Abrahams 2000-11-29 13:42:45 +0000
  • ecdf8e1591 changed name of extension_class_coerce to standard_coerce, applied Ullrich's documentation fix for standard_coerce. Dave Abrahams 2000-11-29 13:41:18 +0000
  • 8a5de60b33 fixed html bugs recovered by "validator.w3.org" Ullrich Köthe 2000-11-28 21:38:21 +0000
  • 8637e270a9 minor improvements, fix of typos Ullrich Köthe 2000-11-28 21:22:21 +0000
  • c278310d1b Fix for compatibility with STLport using native iostreams Dave Abrahams 2000-11-28 05:19:10 +0000
  • 7f58e66754 removed non-portable but beautiful &ldquo;/&rdquo; Dave Abrahams 2000-11-28 05:17:55 +0000
  • 4e27f8de27 boost-ification Dave Abrahams 2000-11-28 05:17:07 +0000
  • 445b0438a2 bug fix Dave Abrahams 2000-11-28 04:42:46 +0000
  • 23441191c3 boost-ification Dave Abrahams 2000-11-27 12:57:10 +0000
  • 57dd8ff535 boost-ification Dave Abrahams 2000-11-27 08:04:05 +0000
  • 01e60ac711 Comeau Compatibility Dave Abrahams 2000-11-27 07:59:10 +0000
  • 89760f95f1 boost-ification Dave Abrahams 2000-11-27 07:54:02 +0000
  • c44498ea69 boost-ification Dave Abrahams 2000-11-27 07:53:09 +0000
  • 16c12f1830 boost-ification Dave Abrahams 2000-11-27 07:23:39 +0000
  • 308f3acb46 boost-ification Dave Abrahams 2000-11-27 07:02:14 +0000
  • 6691261130 This commit was generated by cvs2svn to compensate for changes in r715, which included commits to RCS files with non-trunk default branches. Dave Abrahams 2000-11-27 06:57:31 +0000
  • 8ab19a2354 Undo CVS mistake Dave Abrahams 2000-11-26 16:42:51 +0000
  • 2e5d8dbff7 This commit was generated by cvs2svn to compensate for changes in r711, which included commits to RCS files with non-trunk default branches. Dave Abrahams 2000-11-26 15:49:26 +0000