kestred
|
b940bbc88e
|
Add python_libaries for linker to p3interrogatedb target (when not HAVE_PYTHON, PYTHON_LIBRARIES will be empty).
|
2014-01-19 00:53:11 -07:00 |
rdb
|
57c9b1ae64
|
Add composite_sources, add bison macro, emulate CMAKE_CURRENT_DIR_IN_INTERFACE in pre-2.8.11
|
2013-12-16 17:21:11 +01:00 |
Sam Edwards
|
03e79fce99
|
Build dtool/interrogatedb under CMake.
|
2013-11-29 02:34:18 -07:00 |
rdb
|
7926a5fa7b
|
backward compatibility with Python 2.7
|
2013-10-27 18:51:20 +00:00 |
rdb
|
d2720d4365
|
fix line endings
|
2013-09-17 15:23:14 +00:00 |
rdb
|
cc3bae7e76
|
Big interrogate cleanup, new extension system, add __iter__ support, add buffer protocol support
|
2013-09-17 10:11:43 +00:00 |
David Rose
|
5178fb9523
|
fix problem with infinite recursion on coercion within constructors
|
2013-03-25 15:15:08 +00:00 |
rdb
|
dc20f793b6
|
Support Python 2.5
|
2013-02-19 22:24:40 +00:00 |
rdb
|
0925d9265f
|
fix oops
|
2013-02-18 11:35:20 +00:00 |
rdb
|
192d10b937
|
Experimental Python 3 support to the C++ code including interrogate. Also adds support for rich comparison in interrogate.
|
2013-02-16 19:22:26 +00:00 |
rdb
|
608643da5a
|
another fix for .this -> T_ULONG
|
2012-03-09 22:26:59 +00:00 |
David Rose
|
f9658303e7
|
ah, *this* is the proper fix to recent interrogate bug.
|
2011-12-09 05:56:27 +00:00 |
David Rose
|
dfe16c64f6
|
rename all Panda-built libraries to begin with libp3 or libpanda
|
2011-12-06 02:39:21 +00:00 |
David Rose
|
134e9a9e92
|
dual names for interrogate
|
2011-10-11 00:45:51 +00:00 |
David Rose
|
25a303055d
|
possible fix for build break
|
2010-02-14 18:05:11 +00:00 |
David Rose
|
816ddc0387
|
low-level support for python copy and pickle modules
|
2009-12-10 01:09:06 +00:00 |
David Rose
|
1ef4fd333d
|
found pydtool.cxx; bring it up-to-date
|
2009-11-25 22:44:50 +00:00 |
David Rose
|
79a19901a3
|
add interrogate_wrapped.cxx
|
2009-11-25 22:27:09 +00:00 |
rdb
|
f7009a0602
|
Fixes some really weird typo's, heh.
|
2009-11-20 19:28:50 +00:00 |
David Rose
|
1872104e61
|
add per-overload comments and make_seq synthetic functions to interrogatedb
|
2009-09-15 13:36:07 +00:00 |
David Rose
|
9d6ebb4c34
|
implicitly coerce strings to InternalName pointers if needed
|
2009-08-06 18:49:41 +00:00 |
David Rose
|
ed15b2bec3
|
build on optimize 1
|
2009-07-29 23:37:56 +00:00 |
David Rose
|
638e46d489
|
coercion memory leak fix, part 2
|
2009-06-10 17:28:49 +00:00 |
David Rose
|
58c13de4ca
|
integrate changes from Schell Games (plus some tab character fixes)
|
2009-06-01 21:51:15 +00:00 |
David Rose
|
83155fc832
|
support python 2.4
|
2009-02-19 00:25:54 +00:00 |
David Rose
|
9b952e3922
|
a few more warning squelches
|
2009-02-18 23:59:31 +00:00 |
David Rose
|
a6f4fb2377
|
operator bool () -> __nonzero__()
|
2009-01-20 03:17:44 +00:00 |
David Rose
|
4cd50fa68d
|
fix performance issues with implicit parameter coercion
|
2009-01-07 20:05:57 +00:00 |
rdb
|
227c7c3497
|
Compatibility with Python 2.3
|
2008-11-30 13:22:34 +00:00 |
David Rose
|
29969b0fa5
|
compiler bug with msvc9
|
2008-11-12 01:30:25 +00:00 |
David Rose
|
58e0537e3c
|
wide interrogate improvements: sequence protocol, MAKE_SEQ, __setitem__, and parameter coercion
|
2008-11-07 21:12:42 +00:00 |
David Rose
|
964c76f2e0
|
pandaFileStream
|
2008-09-09 00:06:47 +00:00 |
David Rose
|
9198427dbc
|
remove unreliable 'interpreter' memory category
|
2008-07-17 22:38:50 +00:00 |
David Rose
|
fb9c56432a
|
we are now using the modified BSD license
|
2008-05-28 18:37:20 +00:00 |
David Rose
|
06a36aff63
|
get runtime info for things that don't inherit from TypedObject
|
2007-06-22 22:35:57 +00:00 |
Roger Hughston
|
ad4aa44a6b
|
If you pick this up you need to re interigate every thing you have
|
2007-05-12 01:16:04 +00:00 |
David Rose
|
88fee08547
|
fix error message output
|
2007-04-18 20:26:09 +00:00 |
David Rose
|
8eb5baa427
|
show proper interrogate name instead of 'type'
|
2007-02-22 19:03:50 +00:00 |
David Rose
|
0be53cccf6
|
interrogate changes: respect const, use Python names in diagnostic messages
|
2007-02-08 20:15:54 +00:00 |
David Rose
|
5779007507
|
more memory tracking stuff
|
2006-11-24 22:59:44 +00:00 |
David Rose
|
55225290b8
|
add MemoryBase to fix malloc issues, especially on OSX
|
2006-11-17 02:13:10 +00:00 |
David Rose
|
0161aabf5d
|
constrain tp_compare() to return -1, 0, or 1
|
2006-10-13 21:14:15 +00:00 |
David Rose
|
616de46c25
|
use as_typed_object()
|
2006-09-07 17:22:22 +00:00 |
David Rose
|
7e063748f6
|
static init ordering issues with MutexImpl
|
2006-04-21 15:27:40 +00:00 |
David Rose
|
8a78fffd8f
|
multithreading optimizations, tau profiler, related changes
|
2006-04-05 19:36:05 +00:00 |
David Rose
|
b82652aaaa
|
check-debug-notify-protect
|
2006-03-20 21:39:20 +00:00 |
Roger Hughston
|
42b3ba9c82
|
OSX big Commit ...
|
2006-03-17 22:55:08 +00:00 |
David Rose
|
8ab0b63fd0
|
move mutexImpl etc. from pandaexpress
|
2006-02-21 23:11:05 +00:00 |
David Rose
|
eaf21c7e2b
|
fix unary - in interrogate
|
2006-01-21 00:49:17 +00:00 |
David Rose
|
572a146c24
|
untabify
|
2006-01-13 18:38:07 +00:00 |