2381 Commits (af101c5f60dd684711f4bf0965b5a8b8100ac994)
 

Author SHA1 Message Date
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
João Matos cdf9b9462e Merge pull request #255 from tomba/fix-warnings 11 years ago
João Matos 5844c5c466 Merge pull request #258 from tomba/remove-includes 11 years ago
Tomi Valkeinen 13dc201053 Basic: fix compile warning 11 years ago
Tomi Valkeinen 4c3a4f48d8 Parser: fix compile warnings 11 years ago
Tomi Valkeinen 42178543d6 CppParser: fix compile warnings 11 years ago
Tomi Valkeinen 7f690802ea CppParser: remove unnecessary #includes 11 years ago
Tomi Valkeinen f6679213b2 fix CSharpTemp.TestDestructors 11 years ago
triton ff6d9214dc Improve error handling when looking for symbols with Options.CheckSymbols. 11 years ago
triton 75f8100653 Do not use getFileEntryForID when setting an OriginalPtr for units. 11 years ago
triton 51b8d74e61 Improved type loc handling when walking types. 11 years ago
triton f49aa2f3ef Fixed InjectedClassNameType layout in the AST. 11 years ago
triton b0b14f6960 Implemented support for decayed types in the AST converter. 11 years ago
triton bf1ce5b523 Implemented support for pack expansion types in the AST converter. 11 years ago
triton 55d35defae Added Vagrant file for Linux CI build bot. 11 years ago
João Matos 128d70a849 Merge pull request #253 from azeno/const-method-overload-fix 11 years ago
Elias Holzer c8f266ef85 Check for constness first in CheckAmbiguousFunctionPass before doing the check for default parameters. 11 years ago
Elias Holzer 79f0d41d5c Added failing test for the CheckAmbiguousFunctionsPass. 11 years ago
João Matos 8e0de2db96 Merge pull request #250 from azeno/tostring-override 11 years ago
João Matos f291eaff04 Merge pull request #251 from tomba/misc-improvements 11 years ago
Elias Holzer 1cab6e5f02 Do not generate ToString override for value types - not handled properly in generated code yet. 11 years ago
Tomi Valkeinen 480a06f260 Generator: Remove DriverOptions.Is32Bit 11 years ago
Tomi Valkeinen 5b474483fe AST: Fix compilation warning 11 years ago
Tomi Valkeinen 1053aa79d1 ParserGen: print what is being generated 11 years ago
Tomi Valkeinen dc5e961695 build: add os.is_linux() 11 years ago
Tomi Valkeinen 6d09688241 ParserGen: fix compilation warning 11 years ago
Tomi Valkeinen 0fb1bacae7 CppParser: Fix compilation warning 11 years ago
Tomi Valkeinen 7021d7ca01 build: use path.join() for objdir 11 years ago
Tomi Valkeinen 7f612e22e5 build: remove setting libdirs in premake4.lua 11 years ago
Tomi Valkeinen b812873378 build: move windows bindings to i686-pc-win32 directory 11 years ago
Elias Holzer 06218ec48a Extended the ObjectOverridesPass to generate ToString methods if the insertion operator (<<) is overloaded. 11 years ago
Tomi Valkeinen fc7c84b65a build: rename osx premake binary 11 years ago
Tomi Valkeinen 1400361711 build: fix nunit dll filename 11 years ago
triton 572d0df792 Re-generated OSX parser bindings. 11 years ago
João Matos 73c4212c43 Merge pull request #248 from azeno/improved-template-support 11 years ago
Elias Holzer 1782715f93 Increased the initial capacity of the used SmallString when generating a USR. 11 years ago
Elias Holzer e29e7eac7e Removed redundant code. 11 years ago
Elias Holzer 3c914a0907 Applied "Improved template parsing error handling" to old parser. 11 years ago