2254 Commits (2912d6601bd53268749155543a2ca5a1accaa05f)
 

Author SHA1 Message Date
Tom Spilman 2912d6601b Merge branch 'master' into outenum 12 years ago
João Matos 0406a10517 Merge pull request #267 from tomspilman/inout 12 years ago
Tom Spilman ab4440fb14 Fixed in/out for CLI. 12 years ago
Tom Spilman 47e7e68c12 Fixed IsInOut primitives to correctly pass the input value to the native code. 12 years ago
Tom Spilman f60d267168 This fixes out or in/out enum parameters to generate correctly. 12 years ago
Tom Spilman 5e63406de0 Added tests for out enums. 12 years ago
Tom Spilman d39ec43431 Whitespace fix. 12 years ago
Tom Spilman 51fa468cfa Added unit test for in/out for primitive parameters. 12 years ago
Tom Spilman 209aeafe76 Fixed InOut parameter bug where there was no space between the ref and the type. 12 years ago
triton fd1dc49745 Fixed the build. 12 years ago
triton 43dc88b5de Added support for representing and parsing source locations. 12 years ago
triton 27fa2ca03d Renamed Location to MacroLocation in PreprocessedEntity. 12 years ago
triton 57bae49b4b Explicitly qualify clang types in the parser. 12 years ago
triton ed634a76fc Re-generated the OSX parser bindings. 12 years ago
triton e53870021d Fixed type printer changes to work with old parser. 12 years ago
Tomi Valkeinen 3cbf465a49 Update CppParser bindings 12 years ago
Tomi Valkeinen 018a7b294c CSharpTypePrinter: use type width to convert C++ types to C# types 12 years ago
Tomi Valkeinen 4818d3974d Pass Driver to CSharpTypePrinter 12 years ago
Tomi Valkeinen 7289a06b9e Rename PrimitiveType Int32 and UInt32 to Int and UInt 12 years ago
Tomi Valkeinen c702e928e8 Rename PrimitiveType Int64 and UInt64 to LongLong and ULongLong 12 years ago
Tomi Valkeinen 065570de74 Rename PrimitiveType Int16 and UInt16 to Short and UShort 12 years ago
Tomi Valkeinen 1cd9f0a16c Remove PrimitiveTypes Int8 and UInt8 12 years ago
Tomi Valkeinen f90d469f1d Fix CppTypePrinter use of Long and ULong 12 years ago
Tomi Valkeinen 8f44adb48d Fix CLITypePrinter's use of Long and ULong 12 years ago
Tomi Valkeinen 3902dd4acc Add PrimitiveTypes Long and ULong 12 years ago
Tomi Valkeinen 765bc4219d Remove PrimitiveTypeExtensions.ConvertToType 12 years ago
triton 279d65147b Updated the OSX parser bindings. 12 years ago
João Matos 7fcd81ebbc Merge pull request #262 from tomba/fix-warnings 12 years ago
João Matos 8e64fb433a Merge pull request #261 from tomba/parser-mem-fix 12 years ago
Tomi Valkeinen 5becf8cd9f build: remove -fpermissive from non-VS builds 12 years ago
Tomi Valkeinen 043e54d3da Update windows bindings 12 years ago
Tomi Valkeinen 6536beb0ab CppParser: fix warning about Parser 12 years ago
Tomi Valkeinen d843ac1fd3 CppParser: fix warning about FullComment 12 years ago
Tomi Valkeinen 7b8902e023 CppParser: fix warning about RawCommentKind 12 years ago
Tomi Valkeinen f5412c2d67 CppParser: fix memory corruption issue 12 years ago
João Matos fee0f18ee0 Merge pull request #257 from tomba/fix-test 12 years ago
João Matos cdf9b9462e Merge pull request #255 from tomba/fix-warnings 12 years ago
João Matos 5844c5c466 Merge pull request #258 from tomba/remove-includes 12 years ago
Tomi Valkeinen 13dc201053 Basic: fix compile warning 12 years ago
Tomi Valkeinen 4c3a4f48d8 Parser: fix compile warnings 12 years ago
Tomi Valkeinen 42178543d6 CppParser: fix compile warnings 12 years ago
Tomi Valkeinen 7f690802ea CppParser: remove unnecessary #includes 12 years ago
Tomi Valkeinen f6679213b2 fix CSharpTemp.TestDestructors 12 years ago
triton ff6d9214dc Improve error handling when looking for symbols with Options.CheckSymbols. 12 years ago
triton 75f8100653 Do not use getFileEntryForID when setting an OriginalPtr for units. 12 years ago
triton 51b8d74e61 Improved type loc handling when walking types. 12 years ago
triton f49aa2f3ef Fixed InjectedClassNameType layout in the AST. 12 years ago
triton b0b14f6960 Implemented support for decayed types in the AST converter. 12 years ago
triton bf1ce5b523 Implemented support for pack expansion types in the AST converter. 12 years ago
triton 55d35defae Added Vagrant file for Linux CI build bot. 12 years ago