16 Commits (58b2529df381f4dbff1d83c4558d17c9e85753f0)

Author SHA1 Message Date
Dimitar Dobrev 90db6eb95d Added an option for the used ABI to the C++ Parser class. 12 years ago
triton 4f1a179ba9 Respect the verbose option in the driver when calling the parser. 12 years ago
triton 68ddfbdd6f Move the AST project to the CppSharp.AST namespace. 12 years ago
triton 35180f7e24 Remove some unused fields from the Library class. 12 years ago
triton 4e0b6f5d7a Organize driver options. 12 years ago
triton 6ab16c43ac Added support for a lot more driver options, including ignoring built-in and standard includes, target triple and ABIs, and system include directories. 12 years ago
triton cc8f7cd1db Renamed Cxxi references to CppSharp. 12 years ago
triton 5b1e773a14 Added the parser code to parse native libraries. 12 years ago
triton dc63a57805 Do not print diagnostic in the driver directly. 12 years ago
triton cb41f904e8 Clean up the contributed diagnostic code. 12 years ago
Tarmo Pikaro d99858e436 Error handling - report compiler error when it occurs. Add extra option for ignoring errors. 12 years ago
triton b70f4d6483 Rename toolSetToUse to ToolSetToUse. 13 years ago
triton 34eeb8e052 Renamed Options to DriverOptions. 13 years ago
triton 9462ddbcfd The parser now returns a ParserResult struct with diagnostic and library information. 13 years ago
triton 7ca4be7c65 Added header parsed callback. 13 years ago
triton 8cd61f8c1b Extract the parser-related code to a Parser.cs file. 13 years ago