rdb
|
fcd3bfd15c
Fix interrogate issues with long, streampos, streamoff, streamsize and ptrdiff_t
|
10 gadi atpakaļ |
rdb
|
56b94eb815
Don't raise exception in tp_traverse, instead silently passing case where object is already destructed
|
10 gadi atpakaļ |
rdb
|
828e52578d
Allow a long (provided it is not overflowing) where an int is accepted
|
10 gadi atpakaļ |
rdb
|
69b8d6a4b5
Fix memory leak in tuple-returning getters
|
10 gadi atpakaļ |
rdb
|
8ecf6a7b9f
Fix getattr() and hasattr() of vector classes when invalid attribute name is used
|
10 gadi atpakaļ |
rdb
|
52288e299b
Fix interrogate regression that broke multiview support
|
10 gadi atpakaļ |
rdb
|
426fdf0842
Fix issue where overloads with invalid default arg types weren't exported at all
|
10 gadi atpakaļ |
rdb
|
ff58db25ac
Fix inheritance of hash functions, restore compare_to(), slot get_hash/get_key
|
10 gadi atpakaļ |
rdb
|
eaedfa68dc
Fix regression: methods returning const char pointer were ignored.
|
10 gadi atpakaļ |
rdb
|
53d10aa3a3
Fix sticky exception when passing over overloads with single string arg.
|
10 gadi atpakaļ |
Sam Edwards
|
64120cd7d8
general: Add missing includes and forward-declarations.
|
10 gadi atpakaļ |
rdb
|
c9f8ccf901
Fix interrogate bug with detecting parameter coercion possibility
|
10 gadi atpakaļ |
rdb
|
3371df8403
Fix tp_compare, better __repr__/__str__ handling
|
10 gadi atpakaļ |
rdb
|
de0b0dd879
Fix various issues with Python 3 support, fix samples to work with Python 3
|
10 gadi atpakaļ |
rdb
|
b63d5fbe8c
Support cyclic garbage collection through PythonTask objects
|
10 gadi atpakaļ |
rdb
|
e608fa69c7
Merge branch 'master' into interrogate-overhaul
|
10 gadi atpakaļ |
rdb
|
04d4309b14
SSE2-enhanced sRGB encode (with runtime CPU detection)
|
10 gadi atpakaļ |
rdb
|
da3f642902
Various interrogate improvements
|
10 gadi atpakaļ |
rdb
|
e29efdd0c9
Don't use swap() as fallback for std::move(), it's more picky
|
11 gadi atpakaļ |
rdb
|
9513046e59
Various substantial changes to Interrogate:
|
11 gadi atpakaļ |
rdb
|
4dc4c9eb3d
Merge branch 'master' into interrogate-overhaul
|
11 gadi atpakaļ |
rdb
|
cbd70ad8af
Move all Python bindings out of core DLLs into the .pyd files.
|
11 gadi atpakaļ |
rdb
|
5e905d4463
Fix various parser bugs, improve error reporting
|
11 gadi atpakaļ |
rdb
|
6db5d0dc11
Huge cppparser and interrogate overhaul, bringing:
|
11 gadi atpakaļ |
rdb
|
be1eb1d812
More minor linux packaging fixes
|
11 gadi atpakaļ |
rdb
|
a65b477734
Commit patches by cfsworks:
|
11 gadi atpakaļ |
rdb
|
f3094043df
Fix left shift in Python (LP bug #1289475)
|
11 gadi atpakaļ |
rdb
|
31a71c990d
Fix issues with OS X 10.9 compilation, fix issues uncovered by clang
|
11 gadi atpakaļ |
rdb
|
902bedc314
Fix Python 3 crash on Windows, and fix some Python 3-related compile errors
|
11 gadi atpakaļ |
rdb
|
24386cdc1e
Use a table to make InternalName::make more efficient for Python interned strings
|
11 gadi atpakaļ |