Ullrich Köthe
9f30f7dfd7
implemented export of operators
...
[SVN r8203]
2000-11-14 19:34:43 +00:00
Dave Abrahams
52e9d5d531
Added new tests
...
[SVN r8196]
2000-11-12 22:39:52 +00:00
Ullrich Köthe
692123408b
generalized the new def_raw() feature
...
[SVN r8168]
2000-11-10 15:54:08 +00:00
Ullrich Köthe
03dbf0387a
added new feature: def_raw()
...
[SVN r8162]
2000-11-10 11:44:42 +00:00
Dave Abrahams
48c5fd3bf2
Added regression tests to verify that the phantom base class issue is resolved.
...
[SVN r8145]
2000-11-06 05:13:01 +00:00
Dave Abrahams
82e59c6d5f
Add proof-of-concept for one technique of wrapping function that return a
...
pointer
[SVN r8112]
2000-11-03 16:06:45 +00:00
Dave Abrahams
b69f998c2c
Add a regression test for const double& parameters
...
[SVN r8102]
2000-11-02 19:32:21 +00:00
Ullrich Köthe
48315568c4
*** empty log message ***
...
[SVN r8099]
2000-11-02 17:39:01 +00:00
Dave Abrahams
d472c7b789
Add a regression test for a reference-counting bug thanks to Mark Evans (<mark.evans@clarisay.com>)
...
[SVN r8089]
2000-10-31 23:46:10 +00:00
Dave Abrahams
72deb5224e
tests for special attributes __del__, __doc__, and __dict__ (still need __class__ and __bases__)
...
tests for multiple-inheritance from Python Classes and ExtensionClasses
tests for passing non-const references to constructors
[SVN r8054]
2000-10-28 22:14:21 +00:00
Ullrich Köthe
b43865d494
fixed bug in the conversion tests
...
[SVN r7998]
2000-10-18 13:22:56 +00:00
Dave Abrahams
c410b83b36
Added numeric support
...
[SVN r7995]
2000-10-18 04:59:46 +00:00
Ullrich Köthe
3f0eb18183
added more test
...
changed some function names
[SVN r7972]
2000-10-17 17:34:41 +00:00
Ullrich Köthe
26bf57c4e9
added ExtensionClass<...>::declare_base(...) which
...
- declares a wrapped C++ class to be a base class of another wrapped class
- enables conversions between those classes
- ensures that base class methods are inherited by the subclass
[SVN r7971]
2000-10-17 14:50:07 +00:00
Ullrich Köthe
f6f8a3d5d0
added more tests for function/constructor/method overloading
...
[SVN r7970]
2000-10-17 12:21:56 +00:00
Dave Abrahams
6a7455b528
Some fixes for Python 2.0 compatibility
...
[SVN r7944]
2000-10-15 01:09:17 +00:00
Ullrich Köthe
12a881ead5
This commit was generated by cvs2svn to compensate for changes in r315,
...
which included commits to RCS files with non-trunk default branches.
[SVN r7932]
2000-10-13 13:49:34 +00:00