12 Commits (2f7934569e6036b629fb365318a66f2c2fbaecb9)

Author SHA1 Message Date
triton 5586acdbaf Added accurate return and argument type ABI information by querying Clang's code gen layer for the correct information. This does add a lot of extra dependencies on LLVM and Clang libraries. 13 years ago
triton a6fa8af39d Added full support for C++ documentation comments to the AST and parser. 13 years ago
triton c488dcbfde Prefix all the libraries and project names with CppSharp. 13 years ago
Bright Twin 74b82a21eb Got CppSharp building against the head of LLVM and Clang. 13 years ago
Tom Spilman b66cefc062 Fixed Parser to compile against latest LLVM. 13 years ago
triton fe85a6590b Added support for parsing native library symbols. 13 years ago
triton d4a469ddf9 Link with LLVM's BitReader and BitWriter libraries since the new revision requires it. 13 years ago
triton e5364bfb6f Fixed the Parser build: it should not depend on the Generator project. 13 years ago
triton 669219118e Added a build dependency to Generator in the Parser project. 13 years ago
triton c751f417dc Simplified the Premake build files. 13 years ago
triton 726319e5a9 Improved Parser.lua to point to correct files and set the assembly search paths. 13 years ago
triton 7cffd56d6d Moved Parser.lua to its own folder like the other project build files. 13 years ago
triton ebccaba862 Untabify the premake build files. 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 c5cf6d2abf Build changes. 13 years ago
triton 6828527628 Added new Premake-4 based build system. 14 years ago