..
CMakeLists.txt
CMake: Use find_program to detect host tools when cross-compiling
2019-11-13 15:30:26 -07:00
README.md
Add README.md files for various directories
2017-10-31 19:20:24 +01:00
functionRemap.cxx
interrogate: envelop function calls in parentheses
2019-10-08 19:43:34 +02:00
functionRemap.h
general: Fully qualify header references into the std namespace
2018-06-07 10:35:12 +02:00
functionWriter.cxx
general: Remove `using std::*` from headers
2018-06-14 16:04:49 +02:00
functionWriter.h
general: Fully qualify header references into the std namespace
2018-06-07 10:35:12 +02:00
functionWriterPtrFromPython.cxx
general: Remove `using std::*` from headers
2018-06-14 16:04:49 +02:00
functionWriterPtrFromPython.h
general: Fully qualify header references into the std namespace
2018-06-07 10:35:12 +02:00
functionWriterPtrToPython.cxx
general: Remove `using std::*` from headers
2018-06-14 16:04:49 +02:00
functionWriterPtrToPython.h
general: Fully qualify header references into the std namespace
2018-06-07 10:35:12 +02:00
functionWriters.cxx
general: Remove `using std::*` from headers
2018-06-14 16:04:49 +02:00
functionWriters.h
general: Fully qualify header references into the std namespace
2018-06-07 10:35:12 +02:00
interfaceMaker.cxx
general: Remove `using std::*` from headers
2018-06-14 16:04:49 +02:00
interfaceMaker.h
general: Fully qualify header references into the std namespace
2018-06-07 10:35:12 +02:00
interfaceMakerC.cxx
interrogate: fix comment in C bindings for default arguments
2019-09-10 09:37:25 +02:00
interfaceMakerC.h
general: Fully qualify header references into the std namespace
2018-06-07 10:35:12 +02:00
interfaceMakerPython.cxx
general: Remove `using std::*` from headers
2018-06-14 16:04:49 +02:00
interfaceMakerPython.h
general: Fully qualify header references into the std namespace
2018-06-07 10:35:12 +02:00
interfaceMakerPythonNative.cxx
Merge branch 'release/1.10.x'
2020-10-02 12:20:58 +02:00
interfaceMakerPythonNative.h
interrogate: fix misbehaving == and != operator if only < is defined
2020-09-16 23:21:16 +02:00
interfaceMakerPythonObj.cxx
general: Remove `using std::*` from headers
2018-06-14 16:04:49 +02:00
interfaceMakerPythonObj.h
general: Fully qualify header references into the std namespace
2018-06-07 10:35:12 +02:00
interfaceMakerPythonSimple.cxx
interrogate: use fully qualified module name in PyModule_Create
2019-12-11 16:49:42 +01:00
interfaceMakerPythonSimple.h
general: Fully qualify header references into the std namespace
2018-06-07 10:35:12 +02:00
interrogate.cxx
interrogate: exit with nonzero status when failing to write -oc/od
2019-06-07 22:10:13 +02:00
interrogate.h
general: Fully qualify header references into the std namespace
2018-06-07 10:35:12 +02:00
interrogateBuilder.cxx
interrogate: remove apparently-unused definition
2019-09-16 21:22:16 +02:00
interrogateBuilder.h
general: Fully qualify header references into the std namespace
2018-06-07 10:35:12 +02: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
interrogate: use fully qualified module name in PyModule_Create
2019-12-11 16:49:42 +01:00
parameterRemap.I
general: Replace NULL (and 0 as pointer) with C++11 nullptr
2018-06-03 16:35:13 -06:00
parameterRemap.cxx
general: Remove `using std::*` from headers
2018-06-14 16:04:49 +02:00
parameterRemap.h
general: Fully qualify header references into the std namespace
2018-06-07 10:35:12 +02:00
parameterRemapBasicStringPtrToString.cxx
general: Remove `using std::*` from headers
2018-06-14 16:04:49 +02:00
parameterRemapBasicStringPtrToString.h
general: Fully qualify header references into the std namespace
2018-06-07 10:35:12 +02:00
parameterRemapBasicStringRefToString.cxx
general: Remove `using std::*` from headers
2018-06-14 16:04:49 +02:00
parameterRemapBasicStringRefToString.h
general: Fully qualify header references into the std namespace
2018-06-07 10:35:12 +02:00
parameterRemapBasicStringToString.cxx
interrogate: fix missing std:: prefix for string_holder
2019-09-10 09:37:25 +02:00
parameterRemapBasicStringToString.h
general: Fully qualify header references into the std namespace
2018-06-07 10:35:12 +02:00
parameterRemapCharStarToString.cxx
New file headers, new comment style
2016-02-17 17:47:48 +01:00
parameterRemapCharStarToString.h
New file headers, new comment style
2016-02-17 17:47:48 +01:00
parameterRemapConcreteToPointer.cxx
interrogate: do not use MOVE in generated code, but use std::move
2018-09-09 13:48:50 +02:00
parameterRemapConcreteToPointer.h
general: Fully qualify header references into the std namespace
2018-06-07 10:35:12 +02:00
parameterRemapConstToNonConst.cxx
general: Remove `using std::*` from headers
2018-06-14 16:04:49 +02:00
parameterRemapConstToNonConst.h
general: Fully qualify header references into the std namespace
2018-06-07 10:35:12 +02:00
parameterRemapEnumToInt.cxx
general: Remove `using std::*` from headers
2018-06-14 16:04:49 +02:00
parameterRemapEnumToInt.h
general: Fully qualify header references into the std namespace
2018-06-07 10:35:12 +02:00
parameterRemapHandleToInt.cxx
general: Remove `using std::*` from headers
2018-06-14 16:04:49 +02:00
parameterRemapHandleToInt.h
general: Fully qualify header references into the std namespace
2018-06-07 10:35:12 +02:00
parameterRemapPTToPointer.cxx
general: Remove `using std::*` from headers
2018-06-14 16:04:49 +02:00
parameterRemapPTToPointer.h
general: Fully qualify header references into the std namespace
2018-06-07 10:35:12 +02:00
parameterRemapReferenceToConcrete.cxx
general: Remove `using std::*` from headers
2018-06-14 16:04:49 +02:00
parameterRemapReferenceToConcrete.h
general: Fully qualify header references into the std namespace
2018-06-07 10:35:12 +02:00
parameterRemapReferenceToPointer.cxx
interrogate: do not use MOVE in generated code, but use std::move
2018-09-09 13:48:50 +02:00
parameterRemapReferenceToPointer.h
general: Fully qualify header references into the std namespace
2018-06-07 10:35:12 +02:00
parameterRemapThis.cxx
general: Remove `using std::*` from headers
2018-06-14 16:04:49 +02:00
parameterRemapThis.h
general: Fully qualify header references into the std namespace
2018-06-07 10:35:12 +02:00
parameterRemapToString.cxx
general: Remove `using std::*` from headers
2018-06-14 16:04:49 +02:00
parameterRemapToString.h
general: Fully qualify header references into the std namespace
2018-06-07 10:35:12 +02:00
parameterRemapUnchanged.cxx
New file headers, new comment style
2016-02-17 17:47:48 +01:00
parameterRemapUnchanged.h
New file headers, new comment style
2016-02-17 17:47:48 +01:00
parse_file.cxx
Remove pystub dependency from interrogate and friends
2018-11-06 21:49:17 +01:00
typeManager.cxx
interrogate: fix ability to return ReferenceCount-like classes
2020-02-22 12:10:55 +01:00
typeManager.h
interrogate: do not wrap methods with rvalue arguments
2018-06-30 21:38:45 +02:00