open_toontown_panda3d/dtool/src/interrogate
rdb db3ab953e4 Remove ppremake, genPyCode, and all hacks created to support them 2015-11-09 19:06:49 +01:00
..
functionRemap.cxx Fix error and warnings in 32-bit Windows build 2015-11-01 16:57:52 +01:00
functionRemap.h Fix error and warnings in 32-bit Windows build 2015-11-01 16:57:52 +01:00
functionWriter.cxx we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
functionWriter.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
functionWriterPtrFromPython.cxx this should fix obj.this on 64-bits architectures 2012-03-09 21:32:47 +00:00
functionWriterPtrFromPython.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
functionWriterPtrToPython.cxx this should fix obj.this on 64-bits architectures 2012-03-09 21:32:47 +00:00
functionWriterPtrToPython.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
functionWriters.cxx we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
functionWriters.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
interfaceMaker.cxx interrogatedb 3.0 to restructure make_seq, improve make_seq handling and performance 2015-11-09 18:03:30 +01:00
interfaceMaker.h interrogatedb 3.0 to restructure make_seq, improve make_seq handling and performance 2015-11-09 18:03:30 +01:00
interfaceMakerC.cxx Wrap TypeHandle and ButtonHandle as ints in C wrappers 2015-09-10 15:29:31 +02:00
interfaceMakerC.h Wrap TypeHandle and ButtonHandle as ints in C wrappers 2015-09-10 15:29:31 +02:00
interfaceMakerPython.cxx Support for comments in enums. Improve comment handling in C++ parser. Improve doxygen reference. Update interrogate interface. (Addendum to interrogatedb v2.3.) 2014-09-19 23:34:11 +00:00
interfaceMakerPython.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
interfaceMakerPythonNative.cxx interrogatedb 3.0 to restructure make_seq, improve make_seq handling and performance 2015-11-09 18:03:30 +01:00
interfaceMakerPythonNative.h Use dynamic type lookup for interrogate to eliminate inter-module dependencies 2015-06-06 19:36:40 +02:00
interfaceMakerPythonObj.cxx Set visibility attributes on all exported bindings 2015-09-07 23:31:15 +02:00
interfaceMakerPythonObj.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
interfaceMakerPythonSimple.cxx Fix the vast majority of Interrogate parse issues and warnings, add support for inline namespace and constexpr 2015-10-16 14:57:40 +02:00
interfaceMakerPythonSimple.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
interrogate.cxx Add -nomangle flag to interrogate do disable mangled aliases of function names 2015-10-17 14:25:37 +02:00
interrogate.h Huge cppparser and interrogate overhaul, bringing: 2014-12-30 16:43:52 +01:00
interrogateBuilder.cxx interrogatedb 3.0 to restructure make_seq, improve make_seq handling and performance 2015-11-09 18:03:30 +01:00
interrogateBuilder.h Huge cppparser and interrogate overhaul, bringing: 2014-12-30 16:43:52 +01:00
interrogate_composite1.cxx *** empty log message *** 2005-05-23 21:04:31 +00:00
interrogate_composite2.cxx Wrap TypeHandle and ButtonHandle as ints in C wrappers 2015-09-10 15:29:31 +02:00
interrogate_module.cxx Deprecate pandac.PandaModules and genPyCode, move extensions to panda3d/, clean up imports and deprecated behaviour 2015-06-28 13:55:31 +02:00
parameterRemap.I we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
parameterRemap.cxx we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
parameterRemap.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
parameterRemapBasicStringPtrToString.cxx Add missing includes. 2015-07-12 19:27:13 -07:00
parameterRemapBasicStringPtrToString.h support tinyxml's (const string *) return types. 2009-08-11 17:24:56 +00:00
parameterRemapBasicStringRefToString.cxx Add missing includes. 2015-07-12 19:27:13 -07:00
parameterRemapBasicStringRefToString.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
parameterRemapBasicStringToString.cxx Add missing includes. 2015-07-12 19:27:13 -07:00
parameterRemapBasicStringToString.h Fixes to get the C binding generator to work 2015-07-05 16:07:08 +02:00
parameterRemapCharStarToString.cxx interrogate supports wchar_t * and L"foo" 2011-11-29 23:25:23 +00:00
parameterRemapCharStarToString.h interrogate supports wchar_t * and L"foo" 2011-11-29 23:25:23 +00:00
parameterRemapConcreteToPointer.cxx Various interrogate improvements 2015-02-27 15:01:42 +01:00
parameterRemapConcreteToPointer.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
parameterRemapConstToNonConst.cxx we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
parameterRemapConstToNonConst.h Big interrogate cleanup, new extension system, add __iter__ support, add buffer protocol support 2013-09-17 10:11:43 +00:00
parameterRemapEnumToInt.cxx we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
parameterRemapEnumToInt.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
parameterRemapHandleToInt.cxx Wrap TypeHandle and ButtonHandle as ints in C wrappers 2015-09-10 15:29:31 +02:00
parameterRemapHandleToInt.h Wrap TypeHandle and ButtonHandle as ints in C wrappers 2015-09-10 15:29:31 +02:00
parameterRemapPTToPointer.cxx we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
parameterRemapPTToPointer.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
parameterRemapReferenceToConcrete.cxx we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
parameterRemapReferenceToConcrete.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
parameterRemapReferenceToPointer.cxx Various interrogate improvements 2015-02-27 15:01:42 +01:00
parameterRemapReferenceToPointer.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
parameterRemapThis.cxx Wrap TypeHandle and ButtonHandle as ints in C wrappers 2015-09-10 15:29:31 +02:00
parameterRemapThis.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
parameterRemapToString.cxx Fixes to get the C binding generator to work 2015-07-05 16:07:08 +02:00
parameterRemapToString.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
parameterRemapUnchanged.cxx we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
parameterRemapUnchanged.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
parse_file.cxx Fix issue building with pre-C++11 compiler 2015-10-12 14:20:23 +02:00
typeManager.cxx Fix the vast majority of Interrogate parse issues and warnings, add support for inline namespace and constexpr 2015-10-16 14:57:40 +02:00
typeManager.h Merge branch 'release/1.9.x' 2015-09-30 14:07:21 +02:00