open_toontown_panda3d/dtool/src/cppparser
rdb 61665dc8ba cppparser: Remove unused `<list>` include 2024-03-29 16:12:01 +01:00
..
CMakeLists.txt cppparser: Properly record C++11 attributes 2022-10-24 13:23:05 +02:00
cppArrayType.cxx cppparser: Implement is_trivially_copyable type trait 2023-02-20 21:04:36 +01:00
cppArrayType.h cppparser: Implement is_trivially_copyable type trait 2023-02-20 21:04:36 +01:00
cppAttributeList.cxx cppparser: Properly record C++11 attributes 2022-10-24 13:23:05 +02:00
cppAttributeList.h cppparser: Properly record C++11 attributes 2022-10-24 13:23:05 +02:00
cppBison.cxx.prebuilt cppparser: Update prebuilt bison files 2024-03-29 12:19:48 +01:00
cppBison.h.prebuilt cppparser: Update prebuilt bison files 2024-03-29 12:19:48 +01:00
cppBison.yxx cppparser: Fix `volatile` keyword not being parsed in all places 2024-03-29 11:39:51 +01:00
cppBisonDefs.h cppparser: Properly record C++11 attributes 2022-10-24 13:23:05 +02:00
cppClassTemplateParameter.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
cppClassTemplateParameter.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cppClosureType.cxx cppparser: Properly record C++11 attributes 2022-10-24 13:23:05 +02:00
cppClosureType.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cppCommentBlock.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
cppCommentBlock.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cppConstType.cxx cppparser: Implement is_trivially_copyable type trait 2023-02-20 21:04:36 +01:00
cppConstType.h cppparser: Implement is_trivially_copyable type trait 2023-02-20 21:04:36 +01:00
cppDeclaration.cxx cppparser: Properly record C++11 attributes 2022-10-24 13:23:05 +02:00
cppDeclaration.h cppparser: Properly record C++11 attributes 2022-10-24 13:23:05 +02:00
cppEnumType.cxx cppparser: prevent enum values having long chain of additions 2024-03-28 22:49:15 +01:00
cppEnumType.h cppparser: Properly record C++11 attributes 2022-10-24 13:23:05 +02:00
cppExpression.cxx cppparser: Implement is_trivially_copyable type trait 2023-02-20 21:04:36 +01:00
cppExpression.h cppparser: support sizeof operator with constexpr 2020-06-14 12:12:27 +02:00
cppExpressionParser.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
cppExpressionParser.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cppExtensionType.cxx cppparser: Fix crash redefining struct as typedef 2024-03-28 11:18:41 +01:00
cppExtensionType.h cppparser: Implement is_trivially_copyable type trait 2023-02-20 21:04:36 +01:00
cppFile.cxx cppparser: Fix slow parser performance 2024-03-29 12:22:54 +01:00
cppFile.h cppparser: Fix slow parser performance 2024-03-29 12:22:54 +01:00
cppFunctionGroup.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
cppFunctionGroup.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cppFunctionType.cxx cppparser: Implement is_trivially_copyable type trait 2023-02-20 21:04:36 +01:00
cppFunctionType.h cppparser: Implement is_trivially_copyable type trait 2023-02-20 21:04:36 +01:00
cppGlobals.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
cppGlobals.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cppIdentifier.cxx cppparser: Properly record C++11 attributes 2022-10-24 13:23:05 +02:00
cppIdentifier.h cppparser: Properly record C++11 attributes 2022-10-24 13:23:05 +02:00
cppInstance.cxx Merge branch 'release/1.10.x' into master 2023-02-12 14:07:49 +01:00
cppInstance.h cppparser: Properly record C++11 attributes 2022-10-24 13:23:05 +02:00
cppInstanceIdentifier.cxx cppparser: Support `__restrict` and `__restrict__` keywords 2024-03-29 11:36:14 +01:00
cppInstanceIdentifier.h cppparser: Support `__restrict` and `__restrict__` keywords 2024-03-29 11:36:14 +01:00
cppMakeProperty.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
cppMakeProperty.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cppMakeSeq.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
cppMakeSeq.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cppManifest.cxx cppparser: Fix slow parser performance 2024-03-29 12:22:54 +01:00
cppManifest.h cppparser: Fix slow parser performance 2024-03-29 12:22:54 +01:00
cppNameComponent.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
cppNameComponent.h general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
cppNamespace.cxx cppparser: Properly record C++11 attributes 2022-10-24 13:23:05 +02:00
cppNamespace.h cppparser: Properly record C++11 attributes 2022-10-24 13:23:05 +02:00
cppParameterList.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
cppParameterList.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cppParser.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
cppParser.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cppPointerType.cxx cppparser: Implement is_trivially_copyable type trait 2023-02-20 21:04:36 +01:00
cppPointerType.h cppparser: Implement is_trivially_copyable type trait 2023-02-20 21:04:36 +01:00
cppPreprocessor.cxx cppparser: Minor performance improvements 2024-03-29 16:04:04 +01:00
cppPreprocessor.h cppparser: Remove unused `<list>` include 2024-03-29 16:12:01 +01:00
cppReferenceType.cxx cppparser: Implement is_trivially_copyable type trait 2023-02-20 21:04:36 +01:00
cppReferenceType.h cppparser: Implement is_trivially_copyable type trait 2023-02-20 21:04:36 +01:00
cppScope.cxx cppparser: Prefer function over type when searching symbol 2024-03-28 21:02:32 +01:00
cppScope.h general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
cppSimpleType.cxx cppparser: Add special __builtin_va_list type 2024-03-29 11:34:56 +01:00
cppSimpleType.h cppparser: Add special __builtin_va_list type 2024-03-29 11:34:56 +01:00
cppStructType.cxx cppparser: Implement is_trivially_copyable type trait 2023-02-20 21:04:36 +01:00
cppStructType.h cppparser: Implement is_trivially_copyable type trait 2023-02-20 21:04:36 +01:00
cppTBDType.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
cppTBDType.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cppTemplateParameterList.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
cppTemplateParameterList.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cppTemplateScope.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
cppTemplateScope.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cppToken.cxx cppparser: Allow move semantics for CPPToken 2024-03-29 15:00:39 +01:00
cppToken.h cppparser: Allow move semantics for CPPToken 2024-03-29 15:00:39 +01:00
cppType.cxx cppparser: Implement is_trivially_copyable type trait 2023-02-20 21:04:36 +01:00
cppType.h cppparser: Implement is_trivially_copyable type trait 2023-02-20 21:04:36 +01:00
cppTypeDeclaration.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
cppTypeDeclaration.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cppTypeParser.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
cppTypeParser.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cppTypeProxy.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
cppTypeProxy.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cppTypedefType.cxx cppparser: Implement is_trivially_copyable type trait 2023-02-20 21:04:36 +01:00
cppTypedefType.h cppparser: Implement is_trivially_copyable type trait 2023-02-20 21:04:36 +01:00
cppUsing.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
cppUsing.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cppVisibility.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
cppVisibility.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
p3cppParser_composite1.cxx cppparser: Properly record C++11 attributes 2022-10-24 13:23:05 +02:00
p3cppParser_composite2.cxx rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00