4117614861Workaround MSVC6 bug
Dave Abrahams
2002-09-09 03:34:01 +0000
e76440e940Work around PP lib bug with GCC
Dave Abrahams
2002-09-09 03:03:39 +0000
f8490a8850Fixed init<...> bug where there are no default arguments. Added a test case for this.
Joel de Guzman
2002-09-09 02:36:54 +0000
ee1cc99c65Added support for enums
Dave Abrahams
2002-09-09 02:24:41 +0000
dcf7e7cf0cAdded support for enums
Dave Abrahams
2002-09-09 02:00:53 +0000
4c8bcd918bcope with recent PP lib changes
Dave Abrahams
2002-09-09 01:59:45 +0000
a26bb0390dBOOST_PP_LINE inclusion
Paul Mensonides
2002-09-08 23:20:16 +0000
26a0df8253pp-lib update
Paul Mensonides
2002-09-08 22:03:22 +0000
526d99f832Embed C++ objects directly in Python objects
Dave Abrahams
2002-09-07 04:44:17 +0000
acbb5be6abAdded call policies to def(init<...>) and added tests to see that the call policies is working in default.cpp
Joel de Guzman
2002-09-07 01:35:42 +0000
522a29241badded call policies to the default stubs.
Joel de Guzman
2002-09-06 23:11:09 +0000
b8d3c84d3cmacro names changed to be more self-documenting
Ralf W. Grosse-Kunstleve
2002-09-05 23:31:30 +0000
9d520877d1adjustment for IRIX CC; also tested with gcc 3.0.4, VC7, cxx 6.5
Ralf W. Grosse-Kunstleve
2002-09-05 14:00:57 +0000
5cda0581cdbug fix (IRIX CC diagnostics)
Ralf W. Grosse-Kunstleve
2002-09-05 13:59:46 +0000
ce2e9de6fbfixed case where function has all default arguments, also added a test in defaults.cpp
Joel de Guzman
2002-09-04 23:51:24 +0000
4d53fb97b6update to defaults gen that fixes member functions with zero arguments (added a test in defaults.cpp)
Joel de Guzman
2002-09-04 22:36:05 +0000
d274a8395bpardon, wrong commit. one more try. sorry.
Joel de Guzman
2002-09-04 22:10:37 +0000
ba86f516d8Fixed case where member function has no arguments.
Joel de Guzman
2002-09-04 21:58:21 +0000
ac02c763c7Fixed to workaround init<...> only for intel compilers
Joel de Guzman
2002-09-04 16:28:24 +0000
7407a6b144use def_init() for compilers that don't support init<... optional<...> >; with this all tru64_cxx test pass; (I know this is not testing the default argument support, but a failing test isn't very inspiring for others, and the addition shows people what the alternative is.)
Ralf W. Grosse-Kunstleve
2002-09-04 07:33:35 +0000
0453e05bb2Suppress private inheritance warning
Dave Abrahams
2002-09-03 18:30:18 +0000
946a93164aRemove colliding "MAX" macro
Dave Abrahams
2002-09-03 18:23:13 +0000
fe02cae4f7Add missing #include
Dave Abrahams
2002-09-03 18:20:59 +0000
5762eb9b33Add missing #include
Dave Abrahams
2002-09-03 16:57:17 +0000
73ffc4a13fSupport for free-function def() invocation (no module object) Fix bugs relying on initialization of objects in the Python DLL
Dave Abrahams
2002-09-03 13:20:08 +0000
865ef2ab7fSupport for free-function def() invocation (no module object) Fix bugs relying on initialization of objects in the Python DLL
Dave Abrahams
2002-09-03 05:51:15 +0000
7d35ed4edaMove converter registration from body of individual Holder classes to select_holder implementation, which prevents Holder instantiation in case the class being wrapped is abstract.
Dave Abrahams
2002-09-03 05:48:20 +0000
ec3cc6abe8Implemented less-liberal conversion rules
Dave Abrahams
2002-09-02 23:23:27 +0000