9 Commits (0070b5f0d64730ba06e3e6160555c4039cd2ba8a)

Author SHA1 Message Date
triton 0070b5f0d6 Update to the new driver interface. 13 years ago
triton 34eeb8e052 Renamed Options to DriverOptions. 13 years ago
triton 8f04cdd3af Renamed the CodeGenerator class to Driver. 13 years ago
triton 5e3263fd95 Moved the startup code to its own file. 13 years ago
triton 2923a262a3 Fixed extra diffs added by the rebasing proccess. 13 years ago
Tarmo Pikaro e203d5fcea Wire -Ddefine support. 13 years ago
Tarmo Pikaro bc317f8984 Add -vs <number> command line argument, add vs probing, hello world compilation with system headers. 13 years ago
Tarmo Pikaro d4e80fe566 Make -a command line optional, fix #include's, disable warnings. 13 years ago
Tarmo Pikaro dd0209275b Make compilable under vs2010, add build instructions, delete solutions as auto-generated, tune premake4 files. 13 years ago
triton a0a324974d Use the new passes for processing the source code. 13 years ago
triton d2ebc48068 Change the CodeGenerator and Program class to public since the Generator can now be used as a library. 13 years ago
triton faded38014 Keep the declaration order of classes and sort them before processing. This helps with some referencing order problems in the generated code. 13 years ago
triton 3c0b6e5620 Changed the generator to get the AST of each header individually. This fixes some problems that the old way had related to keeping track of forward references. 13 years ago
triton d421ce780f Clean up variable declaration. 13 years ago
triton f1ac9d7bc8 Propagate the type map database to the various generation steps. 13 years ago
triton f5fcef50f1 Massive update to the codebase. 13 years ago