Commit History

Author SHA1 Message Date
  rdb 1b857d6bda A few interrogate improvements 10 years ago
  rdb 0a9f9887f9 Merge branch 'release/1.9.x' 10 years ago
  rdb 4c61db6374 Consider non-const overload before considering const overload in Python bindings 10 years ago
  rdb d3885b665e Fix static MAKE_SEQs (eg WebcamVideo.get_options(), MicrophoneAudio.get_options()) 10 years ago
  rdb ac1c036cac interrogatedb 3.0 to restructure make_seq, improve make_seq handling and performance 10 years ago
  rdb da17cce447 Fix error and warnings in 32-bit Windows build 10 years ago
  rdb 0ae2df7e02 Merge branch 'release/1.9.x' 10 years ago
  rdb 63a9b5dfec Re-expose MouseWatcherGroup; clearer error message for make_seq when getter is not exposed 10 years ago
  rdb 7738294657 Fix a few more type size issues 10 years ago
  rdb 18ad6d1543 Replace many int params with size_t params where appropriate, and work towards fixing type conversion warnings 10 years ago
  rdb 036adff924 Merge branch 'release/1.9.x' 10 years ago
  rdb fcd3bfd15c Fix interrogate issues with long, streampos, streamoff, streamsize and ptrdiff_t 10 years ago
  rdb d3487eba6b Set visibility attributes on all exported bindings 10 years ago
  rdb 3cd15c3d48 Merge branch 'release/1.9.x' 10 years ago
  rdb 56b94eb815 Don't raise exception in tp_traverse, instead silently passing case where object is already destructed 10 years ago
  rdb 64144955a0 Fix for typedefs to external types in interrogate 10 years ago
  rdb 5913546229 Proper overflow checking for numeric chars 10 years ago
  rdb 342b9a8db8 Merge remote-tracking branch 'origin/release/1.9.x' 10 years ago
  rdb 828e52578d Allow a long (provided it is not overflowing) where an int is accepted 10 years ago
  rdb cbcb2416d7 Merge branch 'release/1.9.x' 10 years ago
  rdb 69b8d6a4b5 Fix memory leak in tuple-returning getters 10 years ago
  rdb 7026854cc2 Fixes to get the C binding generator to work 10 years ago
  rdb d9342043b0 Deprecate pandac.PandaModules and genPyCode, move extensions to panda3d/, clean up imports and deprecated behaviour 10 years ago
  rdb 269b4eac27 Fix METH_NOARGS calling convention violations in interrogate, and special support for LINK_ALL_STATIC in interrogated code 10 years ago
  rdb 7a836cbbd9 Merge branch 'release/1.9.x' 10 years ago
  rdb 8ecf6a7b9f Fix getattr() and hasattr() of vector classes when invalid attribute name is used 10 years ago
  rdb 11ed8a4d8d Use dynamic type lookup for interrogate to eliminate inter-module dependencies 10 years ago
  rdb e2dfc935a1 Various refactoring, esp. of GLSL input system 10 years ago
  rdb 52288e299b Fix interrogate regression that broke multiview support 10 years ago
  rdb 426fdf0842 Fix issue where overloads with invalid default arg types weren't exported at all 10 years ago