2307 Commits (ef4be0b959b7f64080a04e5e123c47a3b2e8adfb)
 

Author SHA1 Message Date
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
triton f61517c6f7 Improved template parsing error handling. 11 years ago
Elias Holzer 933df5e65a Improved support in parser for template classes and functions. 11 years ago
Elias Holzer b1c5cb3bf3 Fixed crash when file path of a unit was invalid. 11 years ago
triton 7594df6d11 Skip dependent types when handling CLI type references. 11 years ago
João Matos cd37e10e5f Merge pull request #249 from tomba/normalize 11 years ago
Tomi Valkeinen 4e185973e5 Normalize all the line endings 11 years ago
Tomi Valkeinen e22accaedd Add .gitattributes 11 years ago
João Matos 5b440d7bb5 Merge pull request #247 from tomba/minor-fixes 11 years ago
triton 4a7e3cdc03 Stubbed out function template in the AST converter. 11 years ago
triton af06f32fd5 Reworked static class support in CLI and C#. 11 years ago
Tomi Valkeinen c5bf0b0199 CppParser: fix compilation warnings 11 years ago
Tomi Valkeinen 16ccc38221 CppParser: fix compilation warnings 11 years ago
triton b03a73efa8 Added a cast to get rid of a warning. 11 years ago
João Matos 0212376b90 Merge pull request #245 from azeno/parser-fixes 11 years ago
Elias Holzer d3fb9289cf Synced new and old parser. 11 years ago
Elias Holzer 3f813bc3ee Fixed line endings. 11 years ago
João Matos 8658a6b731 Merge pull request #229 from azeno/unnamed-enum-support 11 years ago
João Matos 4c9a1f5998 Merge pull request #233 from azeno/property-improvements 11 years ago
João Matos b2f419f350 Merge pull request #244 from esdrubal/internal-fields 11 years ago
triton 8c75289033 Check for defines before defining to get rid of some warnings. 11 years ago
triton eb2bbba883 Added better support for nullptr_t types. 11 years ago
triton 6edcb8dd44 Added support for decltype types. 11 years ago
marcos henrich 3e3e605a26 Declaration.IsInternal is no longer true when Declaration.GenerationKind is Generate. 11 years ago
marcos henrich b5fc658888 CheckIgnoreField now properly handles internal fields. 11 years ago