2268 Commits (4291cb7fa3fc18056441ebafa4eb5eea14f90bd7)
 

Author SHA1 Message Date
João Matos 4291cb7fa3 Merge pull request #272 from ddobrev/master 11 years ago
Dimitar Dobrev e4b860c053 Fixed wrong code generated for indexers in value types. 11 years ago
João Matos 6310ce6ecc Merge pull request #271 from ddobrev/def_vals 11 years ago
Dimitar Dobrev f88c20aa94 Some refactoring in preparation for the default values of parameters. 11 years ago
João Matos c01ede7fbd Merge pull request #208 from ddobrev/master 11 years ago
Dimitar Dobrev ea0f6e8c56 Ignored all pointers to members because they are not currently (if ever) supported. 11 years ago
triton 70dfd42e07 Added support for C records to the parser. 11 years ago
triton 7f927db6c8 Renamed ASTContext parameters. 11 years ago
triton ca6884c19c Fixed the AST converter for the new macro location name. 11 years ago
triton f95d013651 Re-generated the parser bindings. 11 years ago
triton c67e6a5ffb Fixed naming conflict in Location field in the AST. 11 years ago
João Matos 3d39b62589 Merge pull request #268 from tomspilman/outenum 11 years ago
Tom Spilman ba8c29c1ac Fixed simple mistake in the EnumOut tests. 11 years ago
Tom Spilman ba4eedd131 Fixed CLI to support out/inout Enums. 11 years ago
Tom Spilman 2912d6601b Merge branch 'master' into outenum 11 years ago
João Matos 0406a10517 Merge pull request #267 from tomspilman/inout 11 years ago
Tom Spilman ab4440fb14 Fixed in/out for CLI. 11 years ago
Tom Spilman 47e7e68c12 Fixed IsInOut primitives to correctly pass the input value to the native code. 11 years ago
Tom Spilman f60d267168 This fixes out or in/out enum parameters to generate correctly. 11 years ago
Tom Spilman 5e63406de0 Added tests for out enums. 11 years ago
Tom Spilman d39ec43431 Whitespace fix. 11 years ago
Tom Spilman 51fa468cfa Added unit test for in/out for primitive parameters. 11 years ago
Tom Spilman 209aeafe76 Fixed InOut parameter bug where there was no space between the ref and the type. 11 years ago
triton fd1dc49745 Fixed the build. 11 years ago
triton 43dc88b5de Added support for representing and parsing source locations. 11 years ago
triton 27fa2ca03d Renamed Location to MacroLocation in PreprocessedEntity. 11 years ago
triton 57bae49b4b Explicitly qualify clang types in the parser. 11 years ago
triton ed634a76fc Re-generated the OSX parser bindings. 11 years ago
triton e53870021d Fixed type printer changes to work with old parser. 11 years ago
Tomi Valkeinen 3cbf465a49 Update CppParser bindings 11 years ago
Tomi Valkeinen 018a7b294c CSharpTypePrinter: use type width to convert C++ types to C# types 11 years ago
Tomi Valkeinen 4818d3974d Pass Driver to CSharpTypePrinter 11 years ago
Tomi Valkeinen 7289a06b9e Rename PrimitiveType Int32 and UInt32 to Int and UInt 11 years ago
Tomi Valkeinen c702e928e8 Rename PrimitiveType Int64 and UInt64 to LongLong and ULongLong 11 years ago
Tomi Valkeinen 065570de74 Rename PrimitiveType Int16 and UInt16 to Short and UShort 11 years ago
Tomi Valkeinen 1cd9f0a16c Remove PrimitiveTypes Int8 and UInt8 11 years ago
Tomi Valkeinen f90d469f1d Fix CppTypePrinter use of Long and ULong 11 years ago
Tomi Valkeinen 8f44adb48d Fix CLITypePrinter's use of Long and ULong 11 years ago
Tomi Valkeinen 3902dd4acc Add PrimitiveTypes Long and ULong 11 years ago
Tomi Valkeinen 765bc4219d Remove PrimitiveTypeExtensions.ConvertToType 11 years ago
triton 279d65147b Updated the OSX parser bindings. 11 years ago
João Matos 7fcd81ebbc Merge pull request #262 from tomba/fix-warnings 11 years ago
João Matos 8e64fb433a Merge pull request #261 from tomba/parser-mem-fix 11 years ago
Tomi Valkeinen 5becf8cd9f build: remove -fpermissive from non-VS builds 11 years ago
Tomi Valkeinen 043e54d3da Update windows bindings 11 years ago
Tomi Valkeinen 6536beb0ab CppParser: fix warning about Parser 11 years ago
Tomi Valkeinen d843ac1fd3 CppParser: fix warning about FullComment 11 years ago
Tomi Valkeinen 7b8902e023 CppParser: fix warning about RawCommentKind 11 years ago
Tomi Valkeinen f5412c2d67 CppParser: fix memory corruption issue 11 years ago
João Matos fee0f18ee0 Merge pull request #257 from tomba/fix-test 11 years ago