3900 Commits (230d0366d25b1b73c11ccb95cfb51aa54123942e)
 

Author SHA1 Message Date
Joao Matos 9a5728ec16 Fixed equality testing of unsugared template specializalition types. 8 years ago
Joao Matos e034bd6f85 Re-use binding context from driver instead of creating new one for test. 8 years ago
Joao Matos f95ea6bdc8 Fixed TestAst.TestSignature under non-Windows platforms. 8 years ago
Joao Matos fe0ee21392 Remove and sort usings. 8 years ago
Joao Matos 86f2eca475 Rewrite the way we do embedded resource loading to work with VS for Mac. 8 years ago
Joao Matos e3ff818433 Throw an exception when embedded verbs file is not found. 8 years ago
Joao Matos d50ee38470 Fixed GeneratorTests.GetOutputDirectory to work with VS for Mac. 8 years ago
Joao Matos 5e7a7d5d54 Fixed build directory path when copying test libraries in Travis. 8 years ago
Joao Matos ed08714e9c Run the AST tests under Travis. 8 years ago
Joao Matos a2a51fa1a0 Update bundled NUnit to Nuget version. 8 years ago
Joao Matos b23fd0d21d Update Git ignore patterns for NUnit Nuget install. 8 years ago
Joao Matos 6c96750d0d Do not write NUnit XML result files when running tests. 8 years ago
Joao Matos fd2fd4b96b Use the test runner script in Travis CI. 8 years ago
Joao Matos 460f32e229 Add a script for running the test suite in Linux/OSX. 8 years ago
Joao Matos 04686b4b60 Modify CovariantTypeComparer to be a pass and remove dummy visitor implementations. 8 years ago
Joao Matos 34ace7c966 Fix indentation for some test cases. 8 years ago
Joao Matos 035c3707e5 Rename template variable. 8 years ago
Joao Matos 2595e2426e Reduce nesting in CheckMacrosPass.CheckForTemplateConstraints. 8 years ago
Joao Matos 00e29e25b2 Reduce nesting in CheckIgnoredDecls.CheckIgnoredBaseOverridenMethod. 8 years ago
Joao Matos 4043449ddc Extract inlines code generator handling code into its own method. 8 years ago
Joao Matos e11314143a Global qualify ConcurrentDictionary references in generated code. 8 years ago
Joao Matos 307af5836f Rewrite shell script OS detection to please Travis. 8 years ago
Joao Matos f2b7577b03 Fixed NUnit paths in Nuget install script. 8 years ago
Joao Matos 99902c75c1 Fixed Mono install in build script. 8 years ago
Joao Matos 226836f0a6 Updated Travis to use build scripts. 8 years ago
Joao Matos c210e2f4b9 Added build script to install Nuget deps. 8 years ago
Joao Matos 023ea543f4 Added build script to install Mono. 8 years ago
Joao Matos 7ce23aebc0 Clean up compilation warnings. 8 years ago
Joao Matos 04ee2e5b7d Rename CodeGenerator.Templates to Outputs. 8 years ago
Joao Matos b49389e409 Rename CodeTemplate to CodeGenerator. 8 years ago
Dimitar Dobrev 87a75e3acd Changed the generation of C++ for inlines not to rely on -fkeep-inline-functions. 8 years ago
Dimitar Dobrev 5a17cc12e1 Extended the searching for type maps to try resolving type defs. 8 years ago
Dimitar Dobrev 99bb582e57 Fixed a crash when blocking the pass for finding symbols from outside. 8 years ago
Dimitar Dobrev 8fa4a1082e Supported the "volatile" qualifier in the CPP printer. 8 years ago
Dimitar Dobrev fc55c7ed09 Added a mechanism for external code to block the pass for finding symbols. 8 years ago
Dimitar Dobrev e490343dfc Skipped checking for symbols of virtual functions as we call those through the v-table. 8 years ago
Joao Matos 28b28d7420 Remove unused using. 8 years ago
Joao Matos 2e2310a159 Remove some dead code from ClassExtensions.cs. 8 years ago
Dimitar Dobrev 930dd85f15 Ensured delegates are generated within the main name-space and reused them more. 8 years ago
Joao Matos 9807ffdec7 Fixed class documentation for ASTContext. 8 years ago
Joao Matos 2b0380a77e Simplify return condition in CheckStaticClass.IsProtectedClassMember. 8 years ago
Dimitar Dobrev c82c6f0048 Removed the method for constructing the type of a function as we now read it in the parser. 8 years ago
Dimitar Dobrev 2531d631c6 Ensured template arguments of specialised functions are read. 8 years ago
Dimitar Dobrev 5899f0e0c4 Handled base "setters" overridden in derived types with a getter. 8 years ago
Joao Matos 6c1efef92b Remove unused patches/ top level dir. 8 years ago
Joao Matos 90abca7dc2 Remove CheckVTableComponentsPass. 8 years ago
Joao Matos dad7ec8ccb Refactor protected class member checking in CheckStaticClass. 8 years ago
Joao Matos 0798cc8a8b Extract operator creation to its own method. 8 years ago
Joao Matos d5273df4f5 Document CheckFlagEnumsPass class. 8 years ago
Joao Matos 6de27837cd Improve readability. 8 years ago