| .. |
|
.gitignore
|
ebf10096a5
*** empty log message ***
|
21 years ago |
|
cppArrayType.cxx
|
7026854cc2
Fixes to get the C binding generator to work
|
10 years ago |
|
cppArrayType.h
|
11ed8a4d8d
Use dynamic type lookup for interrogate to eliminate inter-module dependencies
|
10 years ago |
|
cppBison.cxx.prebuilt
|
c93e50ca05
Merge branch 'release/1.9.x'
|
10 years ago |
|
cppBison.h.prebuilt
|
b65ad853fe
Support C++11/14 features: nullptr, decltype, unicode literals, custom literals, alignof
|
10 years ago |
|
cppBison.yxx
|
c93e50ca05
Merge branch 'release/1.9.x'
|
10 years ago |
|
cppBisonDefs.h
|
b65ad853fe
Support C++11/14 features: nullptr, decltype, unicode literals, custom literals, alignof
|
10 years ago |
|
cppClassTemplateParameter.cxx
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
|
cppClassTemplateParameter.h
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
|
cppCommentBlock.cxx
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
|
cppCommentBlock.h
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
|
cppConstType.cxx
|
11ed8a4d8d
Use dynamic type lookup for interrogate to eliminate inter-module dependencies
|
10 years ago |
|
cppConstType.h
|
11ed8a4d8d
Use dynamic type lookup for interrogate to eliminate inter-module dependencies
|
10 years ago |
|
cppDeclaration.cxx
|
ecf627b315
Fix a bug substituting some enums
|
11 years ago |
|
cppDeclaration.h
|
ecf627b315
Fix a bug substituting some enums
|
11 years ago |
|
cppEnumType.cxx
|
3b667a83ed
general: Fix several missing includes.
|
10 years ago |
|
cppEnumType.h
|
6db5d0dc11
Huge cppparser and interrogate overhaul, bringing:
|
11 years ago |
|
cppExpression.cxx
|
da17cce447
Fix error and warnings in 32-bit Windows build
|
10 years ago |
|
cppExpression.h
|
b65ad853fe
Support C++11/14 features: nullptr, decltype, unicode literals, custom literals, alignof
|
10 years ago |
|
cppExpressionParser.cxx
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
|
cppExpressionParser.h
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
|
cppExtensionType.cxx
|
b65ad853fe
Support C++11/14 features: nullptr, decltype, unicode literals, custom literals, alignof
|
10 years ago |
|
cppExtensionType.h
|
b65ad853fe
Support C++11/14 features: nullptr, decltype, unicode literals, custom literals, alignof
|
10 years ago |
|
cppFile.cxx
|
48208b0f27
Support #pragma once in interrogate
|
10 years ago |
|
cppFile.h
|
48208b0f27
Support #pragma once in interrogate
|
10 years ago |
|
cppFunctionGroup.cxx
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
|
cppFunctionGroup.h
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
|
cppFunctionType.cxx
|
11ed8a4d8d
Use dynamic type lookup for interrogate to eliminate inter-module dependencies
|
10 years ago |
|
cppFunctionType.h
|
11ed8a4d8d
Use dynamic type lookup for interrogate to eliminate inter-module dependencies
|
10 years ago |
|
cppGlobals.cxx
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
|
cppGlobals.h
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
|
cppIdentifier.cxx
|
155ae811aa
Fix some edge cases for preprocessor, support auto keyword, MSVC compile fix
|
10 years ago |
|
cppIdentifier.h
|
e327c7e978
Vastly improve quality of Interrogate error messages, also fix erroneous location indications
|
10 years ago |
|
cppInstance.cxx
|
920210c999
Fix the vast majority of Interrogate parse issues and warnings, add support for inline namespace and constexpr
|
10 years ago |
|
cppInstance.h
|
920210c999
Fix the vast majority of Interrogate parse issues and warnings, add support for inline namespace and constexpr
|
10 years ago |
|
cppInstanceIdentifier.cxx
|
7f3f546cdd
Interrogate now parses "volatile" qualifier in instance identifiers correctly
|
10 years ago |
|
cppInstanceIdentifier.h
|
7f3f546cdd
Interrogate now parses "volatile" qualifier in instance identifiers correctly
|
10 years ago |
|
cppMakeProperty.cxx
|
c178aba639
Add property support to interrogate (using MAKE_PROPERTY or using published members)
|
11 years ago |
|
cppMakeProperty.h
|
a65b477734
Commit patches by cfsworks:
|
11 years ago |
|
cppMakeSeq.cxx
|
ac1c036cac
interrogatedb 3.0 to restructure make_seq, improve make_seq handling and performance
|
10 years ago |
|
cppMakeSeq.h
|
5ebb6c511f
general: Fix missing includes.
|
10 years ago |
|
cppManifest.cxx
|
a43d6a45c1
Fix issue building with pre-C++11 compiler
|
10 years ago |
|
cppManifest.h
|
a43d6a45c1
Fix issue building with pre-C++11 compiler
|
10 years ago |
|
cppNameComponent.cxx
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
|
cppNameComponent.h
|
e327c7e978
Vastly improve quality of Interrogate error messages, also fix erroneous location indications
|
10 years ago |
|
cppNamespace.cxx
|
155ae811aa
Fix some edge cases for preprocessor, support auto keyword, MSVC compile fix
|
10 years ago |
|
cppNamespace.h
|
155ae811aa
Fix some edge cases for preprocessor, support auto keyword, MSVC compile fix
|
10 years ago |
|
cppParameterList.cxx
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
|
cppParameterList.h
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
|
cppParser.cxx
|
155ae811aa
Fix some edge cases for preprocessor, support auto keyword, MSVC compile fix
|
10 years ago |
|
cppParser.h
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
|
cppPointerType.cxx
|
11ed8a4d8d
Use dynamic type lookup for interrogate to eliminate inter-module dependencies
|
10 years ago |
|
cppPointerType.h
|
11ed8a4d8d
Use dynamic type lookup for interrogate to eliminate inter-module dependencies
|
10 years ago |
|
cppPreprocessor.cxx
|
c93e50ca05
Merge branch 'release/1.9.x'
|
10 years ago |
|
cppPreprocessor.h
|
155ae811aa
Fix some edge cases for preprocessor, support auto keyword, MSVC compile fix
|
10 years ago |
|
cppReferenceType.cxx
|
11ed8a4d8d
Use dynamic type lookup for interrogate to eliminate inter-module dependencies
|
10 years ago |
|
cppReferenceType.h
|
11ed8a4d8d
Use dynamic type lookup for interrogate to eliminate inter-module dependencies
|
10 years ago |
|
cppScope.cxx
|
c93e50ca05
Merge branch 'release/1.9.x'
|
10 years ago |
|
cppScope.h
|
5e905d4463
Fix various parser bugs, improve error reporting
|
11 years ago |
|
cppSimpleType.cxx
|
155ae811aa
Fix some edge cases for preprocessor, support auto keyword, MSVC compile fix
|
10 years ago |
|
cppSimpleType.h
|
155ae811aa
Fix some edge cases for preprocessor, support auto keyword, MSVC compile fix
|
10 years ago |
|
cppStructType.cxx
|
920210c999
Fix the vast majority of Interrogate parse issues and warnings, add support for inline namespace and constexpr
|
10 years ago |
|
cppStructType.h
|
3b667a83ed
general: Fix several missing includes.
|
10 years ago |
|
cppTBDType.cxx
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
|
cppTBDType.h
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
|
cppTemplateParameterList.cxx
|
6db5d0dc11
Huge cppparser and interrogate overhaul, bringing:
|
11 years ago |
|
cppTemplateParameterList.h
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
|
cppTemplateScope.cxx
|
5e905d4463
Fix various parser bugs, improve error reporting
|
11 years ago |
|
cppTemplateScope.h
|
5e905d4463
Fix various parser bugs, improve error reporting
|
11 years ago |
|
cppToken.cxx
|
3b667a83ed
general: Fix several missing includes.
|
10 years ago |
|
cppToken.h
|
e327c7e978
Vastly improve quality of Interrogate error messages, also fix erroneous location indications
|
10 years ago |
|
cppType.cxx
|
7026854cc2
Fixes to get the C binding generator to work
|
10 years ago |
|
cppType.h
|
11ed8a4d8d
Use dynamic type lookup for interrogate to eliminate inter-module dependencies
|
10 years ago |
|
cppTypeDeclaration.cxx
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
|
cppTypeDeclaration.h
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
|
cppTypeParser.cxx
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
|
cppTypeParser.h
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
|
cppTypeProxy.cxx
|
6db5d0dc11
Huge cppparser and interrogate overhaul, bringing:
|
11 years ago |
|
cppTypeProxy.h
|
6db5d0dc11
Huge cppparser and interrogate overhaul, bringing:
|
11 years ago |
|
cppTypedefType.cxx
|
7026854cc2
Fixes to get the C binding generator to work
|
10 years ago |
|
cppTypedefType.h
|
11ed8a4d8d
Use dynamic type lookup for interrogate to eliminate inter-module dependencies
|
10 years ago |
|
cppUsing.cxx
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
|
cppUsing.h
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
|
cppVisibility.cxx
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
|
cppVisibility.h
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
|
p3cppParser_composite1.cxx
|
6db5d0dc11
Huge cppparser and interrogate overhaul, bringing:
|
11 years ago |
|
p3cppParser_composite2.cxx
|
dfe16c64f6
rename all Panda-built libraries to begin with libp3 or libpanda
|
14 years ago |