13 Commits (42f38ec99eed9b126720852a821ad42c12659fea)

Author SHA1 Message Date
Joao Matos 88fc5b9c36 Rewrite GenerateEnumFromMacros helper to also look into enum items. 5 years ago
Joao Matos d6dd93d2f8 Minor code cleanups. 5 years ago
Joao Matos 2296f8b63c Added some helper methods in `Enumeration` to work with scoped enumerations. 7 years ago
Dimitar Dobrev 32122a1bba Properly handled enumeration items in default values of parameters. 10 years ago
Dimitar Dobrev f88c20aa94 Some refactoring in preparation for the default values of parameters. 12 years ago
Tomi Valkeinen 7289a06b9e Rename PrimitiveType Int32 and UInt32 to Int and UInt 12 years ago
triton 5c3ffc0e24 Fixed EnumModifiers to define proper power of two values. 12 years ago
triton 05877ddcb5 Converted enum items to be declarations in the AST. 12 years ago
triton 523e8d7989 Fixed issue with signed enum constants with tests. 13 years ago
Dimitar Dobrev 31fe7760ad Added 3 hacks so that QtCore reaches the end of code generation: 13 years ago
triton acac3fc00d Re-work handling of enum constants fixing signedness and formatting issues. 13 years ago
triton 68ddfbdd6f Move the AST project to the CppSharp.AST namespace. 13 years ago
triton c488dcbfde Prefix all the libraries and project names with CppSharp. 13 years ago
triton cc8f7cd1db Renamed Cxxi references to CppSharp. 13 years ago
triton d9801eb00b Added an INamedDecl interface for named declarations. 13 years ago
triton bc75f77261 Added helper property to check if enum entries are flags. 13 years ago
triton f5fcef50f1 Massive update to the codebase. 13 years ago
triton d474f0a04f Added a bridge project containing the managed files bridging the native Clang parser. 14 years ago