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