Dave Abrahams
96d66f4624
Correct integral constant overflow
...
[SVN r20136]
2003-09-21 18:49:04 +00:00
Dave Abrahams
c3bae63e41
Fix const-correctness problem
...
[SVN r20135]
2003-09-21 17:24:37 +00:00
Bruno da Silva de Oliveira
6c22aceabc
- added return_by_value
...
[SVN r20127]
2003-09-21 02:07:07 +00:00
Dave Abrahams
92a77dfe7f
Implemented injected constructors.
...
Eliminated _DEBUG redefinition warning for CWPro8.
[SVN r20126]
2003-09-21 01:35:19 +00:00
Bruno da Silva de Oliveira
4f2dbeda28
bugs in Enum and export_values option
...
[SVN r20121]
2003-09-19 23:07:14 +00:00
Dave Abrahams
bec2de08fe
Use make_function uniformly to build callable objects.
...
Fix wstring support so it doesn't break gcc2.95.x, which has no wstring.
Modify CallPolicies protocol so it can safely adjust the argument tuple.
[SVN r20090]
2003-09-17 21:36:53 +00:00
Raoul Gough
db192e1e01
Remove incref of Py_None in make_nurse_and_patient - inc already done in detail::none()
...
[SVN r20079]
2003-09-16 17:31:06 +00:00
Dave Abrahams
454654a9cc
Try to ward off personal emails
...
[SVN r20041]
2003-09-12 20:08:05 +00:00
Dave Abrahams
1018bc56eb
put newlines in the list of links
...
[SVN r20037]
2003-09-12 14:54:34 +00:00
Dave Abrahams
f920dc87d0
Added std::wstring conversion support
...
Added std::out_of_range => Python IndexError exception conversion,
thanks to Raoul Gough
[SVN r20027]
2003-09-11 19:19:55 +00:00
Dave Abrahams
8b97caae46
Warn about duplicate to-python converters and show the name of the
...
offending type.
[SVN r20023]
2003-09-11 15:09:11 +00:00
Dave Abrahams
3b74aab818
add pyfinalize safety
...
[SVN r20022]
2003-09-11 11:07:05 +00:00
Dave Abrahams
e78b4939b3
Added new str constructors which take a range of characters, allowing
...
strings containing nul ('\0') characters.
[SVN r20006]
2003-09-11 02:57:24 +00:00
Bruno da Silva de Oliveira
621b5fc2db
- added INTERFACE_FILE
...
[SVN r20005]
2003-09-10 21:55:50 +00:00
Dave Abrahams
6ada069d5a
Update for cross-project capability
...
[SVN r20002]
2003-09-10 16:08:41 +00:00
Joel de Guzman
50db384be1
Used BOOST_WORKAROUND
...
[SVN r19980]
2003-09-09 13:13:44 +00:00
Dave Abrahams
ae7225ae83
Updates for cross-project dependencies
...
[SVN r19977]
2003-09-09 03:14:01 +00:00
Dave Abrahams
911ba333a2
restored python test drivers
...
[SVN r19976]
2003-09-09 02:55:39 +00:00
Dave Abrahams
5cd8cce531
Set up BOOST_ROOT before import python has a chance to use it.
...
[SVN r19974]
2003-09-09 02:42:17 +00:00
Dave Abrahams
6a2a76cea9
Use new cross-project feature
...
[SVN r19969]
2003-09-08 19:36:06 +00:00
Dave Abrahams
7a9a3d30c9
Use the import rule
...
[SVN r19968]
2003-09-08 17:38:49 +00:00
Joel de Guzman
034ca4d5eb
mscv workaround
...
[SVN r19962]
2003-09-08 12:56:33 +00:00
Dave Abrahams
00e3fa32fb
Fix typo
...
[SVN r19949]
2003-09-07 19:45:21 +00:00
Dave Abrahams
0133bdfbe3
Removed unused ConverterGenerators arguments.
...
Updated arg_from_python<T> so that its operator() is nullary -- it
already gets everything it needs in its constructor.
[SVN r19948]
2003-09-07 19:44:44 +00:00
Dave Abrahams
e563def5ba
Update documentation for the use of function objects.
...
[SVN r19947]
2003-09-07 18:03:20 +00:00
Dave Abrahams
b3910f4e4d
Support for wrapping function objects and classes which use virtual
...
inheritance. Completely killed off member_function_cast!
[SVN r19945]
2003-09-07 16:56:05 +00:00
Bruno da Silva de Oliveira
4a7b8fe839
- Wrapper for protected and private pure virtual functions are now generated
...
[SVN r19922]
2003-09-04 22:47:04 +00:00
Joel de Guzman
fc56544da4
added note to use bjam as the preferred build tool
...
[SVN r19889]
2003-09-01 03:12:34 +00:00
Dave Abrahams
c839d25722
Add module_tail for JIT debugging
...
[SVN r19863]
2003-08-29 19:42:39 +00:00
Dave Abrahams
c6b5ecbbdb
Update for select_holder changes
...
[SVN r19862]
2003-08-29 19:03:14 +00:00
Joel de Guzman
d3473afa23
Take 2
...
[SVN r19805]
2003-08-27 12:10:49 +00:00
Joel de Guzman
379b28eb85
Some more tweaks
...
[SVN r19803]
2003-08-27 10:18:37 +00:00
Joel de Guzman
7f5bd33ead
Tweaks
...
[SVN r19802]
2003-08-27 10:14:14 +00:00
Joel de Guzman
eef6fb9891
def_visitor linked in the reference
...
[SVN r19801]
2003-08-27 10:09:08 +00:00
Joel de Guzman
4a7f52ab2c
Initial commit of def_visitor doc
...
[SVN r19800]
2003-08-27 10:00:23 +00:00
Bruno da Silva de Oliveira
10b249a162
- Using the new Boost.Python facility for wrapping pure virtual functions
...
[SVN r19792]
2003-08-26 23:24:02 +00:00
Dave Abrahams
5fc5fce663
removed intro text
...
[SVN r19790]
2003-08-26 15:49:50 +00:00
Dave Abrahams
f00fe3c0b1
Added reference to TODO list
...
[SVN r19789]
2003-08-26 15:48:36 +00:00
Dave Abrahams
3047d51613
revised, ReST-ized HTML-ized
...
[SVN r19788]
2003-08-26 15:47:41 +00:00
Dave Abrahams
f9f7146960
revised, ReST-ized HTML-ized
...
[SVN r19787]
2003-08-26 15:42:51 +00:00
Ralf W. Grosse-Kunstleve
ca9dc3103a
print running... Done.
...
[SVN r19785]
2003-08-26 13:19:51 +00:00
Ralf W. Grosse-Kunstleve
c03afa379c
print Done before sys.exit; this allows us to detect fatal crashes like segmentation faults on import
...
[SVN r19784]
2003-08-26 13:11:51 +00:00
Ralf W. Grosse-Kunstleve
cbacc98e3f
MIPSpro workaround
...
[SVN r19783]
2003-08-26 12:52:21 +00:00
Dave Abrahams
84daf14f1b
Added missing #includes
...
[SVN r19782]
2003-08-26 11:45:47 +00:00
Dave Abrahams
4af28b2a46
Added missing #includes
...
[SVN r19778]
2003-08-26 02:25:33 +00:00
Bruno da Silva de Oliveira
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
...
[SVN r19776]
2003-08-26 00:43:09 +00:00
Dave Abrahams
7ec78eecbd
Implemented pure_virtual(...)
...
[SVN r19774]
2003-08-25 18:44:26 +00:00
Dave Abrahams
87c5e37f5e
vc6 workaround for nested enums
...
[SVN r19773]
2003-08-25 18:41:26 +00:00
Dave Abrahams
d02959e3ed
Remove cwpro7 workarounds; simplified select_holder
...
[SVN r19772]
2003-08-25 18:41:02 +00:00
Dave Abrahams
b844d8b750
Refactoring and cleanups
...
[SVN r19770]
2003-08-25 18:38:39 +00:00