Dave Abrahams
f02a3c5b47
Now inheriting object_cref from object
...
[SVN r14270]
2002-07-01 21:23:10 +00:00
Dave Abrahams
d7df5126ce
list implementation
...
[SVN r14263]
2002-06-29 19:51:12 +00:00
Dave Abrahams
97ecfe7e03
a couple more tests
...
[SVN r14262]
2002-06-29 19:27:42 +00:00
Dave Abrahams
f30fde3a52
list implementation
...
[SVN r14261]
2002-06-29 19:24:11 +00:00
Dave Abrahams
d7273dee1c
added missing 'explicit'
...
[SVN r14260]
2002-06-29 18:49:43 +00:00
Dave Abrahams
55dff4d512
slicing
...
[SVN r14219]
2002-06-20 21:47:26 +00:00
Ralf W. Grosse-Kunstleve
693b21188c
previous patch breaks Visual C++ 6 & 7 compilations. Roll-back to a state that allows others to use CVS while we do more experiments.
...
[SVN r14208]
2002-06-20 10:33:34 +00:00
Ralf W. Grosse-Kunstleve
220734ccac
workaround for IRIX CC (EDG238) bug; move to namespace boost::python::api
...
[SVN r14193]
2002-06-20 02:53:25 +00:00
Ralf W. Grosse-Kunstleve
bf84024d6b
maybe slower but certainly conforming
...
[SVN r14190]
2002-06-20 00:19:59 +00:00
Ralf W. Grosse-Kunstleve
7bb39ae541
IRIX CC (EDG 238) fix/workaround.
...
[SVN r14189]
2002-06-19 23:00:43 +00:00
Dave Abrahams
d250057a7c
GCC 3 workaround
...
[SVN r14188]
2002-06-19 22:58:58 +00:00
Dave Abrahams
d07454659a
Work around some gcc-2.95.x bugs
...
Optimize code slightly by eliminating temporaries
[SVN r14185]
2002-06-19 19:18:21 +00:00
Dave Abrahams
913d2984ce
Fixed object proxy chaining for everything bug GCC 2.9x
...
[SVN r14183]
2002-06-19 16:34:26 +00:00
Dave Abrahams
e2d75c0b76
Fixed is_borrowed_ptr
...
[SVN r14174]
2002-06-19 02:45:39 +00:00
Dave Abrahams
8aba486295
Fix tru64cxx problems, remove operator*/-> from object
...
[SVN r14173]
2002-06-19 02:12:14 +00:00
Dave Abrahams
66f2cd81a8
object operator support
...
[SVN r14168]
2002-06-18 13:49:09 +00:00
Dave Abrahams
87bda9e124
work around early EDG problem
...
[SVN r14164]
2002-06-17 22:26:17 +00:00
Dave Abrahams
954d019895
work around early EDG problem
...
[SVN r14163]
2002-06-17 20:23:13 +00:00
Dave Abrahams
41132af773
Bug fix
...
[SVN r14160]
2002-06-16 22:59:09 +00:00
Dave Abrahams
9a5b89da59
initial checkin
...
[SVN r14159]
2002-06-16 21:31:29 +00:00
Dave Abrahams
c12ffa21da
beginning of object support
...
[SVN r14157]
2002-06-16 20:41:54 +00:00
Dave Abrahams
0b5937a396
type -> boost::type
...
[SVN r14154]
2002-06-16 20:18:51 +00:00
Dave Abrahams
773bb0651e
borrow() -> borrowed()
...
type -> boost::type
[SVN r14153]
2002-06-16 20:13:38 +00:00
Dave Abrahams
8817b1e2af
fixed missing template parameter
...
[SVN r14140]
2002-06-13 14:06:08 +00:00
Dave Abrahams
366ee6d24b
reference<> => handle<>
...
[SVN r14136]
2002-06-12 21:59:17 +00:00
Dave Abrahams
0d58869d6e
Fix refcounting bug
...
[SVN r14135]
2002-06-12 21:57:35 +00:00
Dave Abrahams
52ba3c7f80
expect_non_null optimization
...
[SVN r14134]
2002-06-12 20:52:53 +00:00
Dave Abrahams
14d2bae238
initial commit
...
[SVN r14131]
2002-06-11 19:51:44 +00:00
Dave Abrahams
e331512473
fix typo
...
[SVN r14130]
2002-06-11 15:48:32 +00:00
Dave Abrahams
1de6a21f3a
Fix transform_iterator nonconformance
...
[SVN r14114]
2002-06-08 16:51:16 +00:00
Dave Abrahams
43d8c81104
use sys.maxint
...
[SVN r14112]
2002-06-08 15:35:10 +00:00
Ralf W. Grosse-Kunstleve
89930f34d7
undo accidental commit
...
[SVN r14103]
2002-06-07 17:14:13 +00:00
Ralf W. Grosse-Kunstleve
59ea6b120c
MIPSpro 7.3.1.3 adjustments
...
[SVN r14102]
2002-06-07 16:37:24 +00:00
Ralf W. Grosse-Kunstleve
7c312d358b
work-around for mipspro linker problem.
...
[SVN r14095]
2002-06-06 21:57:16 +00:00
Dave Abrahams
ac2746f680
* Generalized use of force_instantiate()
...
* Proper handling for numeric conversion overflows
* Moved internal converter names out of the way to prepare for user conversions
* Added comments
* Fixed a bug where None could be converted to the NULL target of a member function call, causing a crash.
* Wiped out and restarted todo.txt
* long long support
* Added more regression tests and checks for current limitations
[SVN r14094]
2002-06-06 20:24:39 +00:00
Ralf W. Grosse-Kunstleve
e2b4178f42
work-around for MIPSpro 7.3.1.3 problems that avoids #ifdef
...
[SVN r14085]
2002-06-05 23:47:18 +00:00
Ralf W. Grosse-Kunstleve
266954be99
adjustments for SGI MIPSpro 7.3.1.3m; tested with gcc, tru64_cxx65, vc7 tool sets.
...
[SVN r14084]
2002-06-05 22:13:34 +00:00
Dave Abrahams
2e3ae9decb
fixup for __module__ attribute setting
...
[SVN r14082]
2002-06-04 20:26:18 +00:00
Dave Abrahams
6741698f71
Added comment as syncmail test
...
[SVN r14080]
2002-06-04 12:38:14 +00:00
Dave Abrahams
ccae1cc430
cleanup refcounting/naming
...
[SVN r14077]
2002-06-04 04:18:47 +00:00
Dave Abrahams
241a5bf4e5
operators documentation
...
[SVN r14076]
2002-06-04 03:30:34 +00:00
Dave Abrahams
e36aba8c66
bug fix
...
[SVN r14075]
2002-06-04 03:22:37 +00:00
Dave Abrahams
1a0baef147
fixed mod. date
...
[SVN r14074]
2002-06-04 02:41:30 +00:00
Ralf W. Grosse-Kunstleve
9a49d267eb
EDG 245: trailing comma is nonstandard
...
[SVN r14073]
2002-06-03 19:12:40 +00:00
Ralf W. Grosse-Kunstleve
7a832f1fdb
automatic addition of __module__ to class dict
...
[SVN r14072]
2002-06-03 18:35:59 +00:00
Dave Abrahams
16c391c78c
enable operators.hpp for v2
...
eliminate dependence on full boost/function.hpp
[SVN r14071]
2002-06-02 19:09:03 +00:00
Dave Abrahams
92aae63af2
str(), pow(), complex() support
...
[SVN r14070]
2002-06-02 18:35:09 +00:00
Dave Abrahams
b042644c85
bind() doesn't work on extern "C" functions
...
[SVN r14069]
2002-06-02 12:01:35 +00:00
Dave Abrahams
97afc4bd0c
operator support
...
[SVN r14068]
2002-06-02 05:44:06 +00:00
Dave Abrahams
a67b29a576
Flotsam removal; in theory this works around some Sun incompatibility also.
...
See http://mail.python.org/pipermail/c++-sig/2002-May/001193.html
[SVN r14066]
2002-06-02 05:39:41 +00:00