1524 Commits (1593cb882da4b59b13a3f7afb11938ebdff8d258)
 

Author SHA1 Message Date
triton 1593cb882d Fixed examples build functions. 12 years ago
triton b853713b03 Re-generated the parser bindings. 12 years ago
triton 72f1289c25 Generate the CLI parser bindings by default. 12 years ago
triton 6838e63956 Fixed parser generation by searching for the source directory. 12 years ago
triton 341fd7d0d1 Fixed comment typo. 12 years ago
triton d61f6f1a53 Fixed library parsing by passing SymbolContext to the native parser. 12 years ago
triton c619d67eb6 DriverOptions now inherits from ParserOptions instead of providing a member. 12 years ago
triton 300127a234 Remove ParserLib and use SetupParser() in Generator.Test build script. 12 years ago
triton cc0e0dab8d Changed the test setup to search for the tests output directory. 12 years ago
triton d3b0ab7192 Added missing Generator file. 12 years ago
triton a9ace86cd7 Fixed the Runtime project build by adding missing defines. 12 years ago
triton 24184ca0fa Added missing SetupParser() function to the build scripts. 12 years ago
triton ca9c332618 Changed the test setup to search for the tests directory. 12 years ago
triton 60bdf71ca8 Use the project-level options for now instead of the file-specific options. 12 years ago
triton 565d73a4d0 Fixed CLI type references to work correctly with library namespaces. 12 years ago
triton 63e37d29ba Added missing Postprocess method. 12 years ago
triton 162ff9f14a Added missing Declaration default constructor declaration. 12 years ago
triton 847769a9d8 Fixed the tests build scripts. 12 years ago
triton 07c5f7339f Simplify the tests Main method. 12 years ago
triton 3cc15b5f48 Revert "Removed the ABI setters since this is provided per layout anymore." 12 years ago
triton 8fe1ec60ac Added work-in-progress std::string interop support. 12 years ago
triton b02e7aa86a Added work-in-progress std::vector interop support. 12 years ago
triton 71d9ba5761 Added NativeDataSize property to the ICppMarshal interface. 12 years ago
triton ece5fb6e56 Updated the generator to be able to use the new parser. 12 years ago
triton ebfb2c233b Removed the ABI setters since this is provided per layout anymore. 12 years ago
triton 98e4c52beb Whitespace fixes. 12 years ago
triton 27a28d49e3 Moved the ClangParser class to the CppSharp::Parser namespace. 12 years ago
triton 6b799ece52 CppAbi is now provided by the parser. 12 years ago
triton a2ec94639b Build fixes. 12 years ago
triton c602f3b331 Formatting fixes. 12 years ago
triton 7bf1ce39d6 Removed unused using namespaces. 12 years ago
triton a4c8883244 Formatting change. 12 years ago
triton 61431f8595 Added default constructor to TranslationUnit. 12 years ago
triton 047f6dd227 Updated examples to work with latest CppSharp. 12 years ago
triton d5e48425da Added missing class TypeReference. 12 years ago
triton 480d35dd27 Re-generated CppParser bindings CLI and C#. 12 years ago
triton 4ca3ee08a1 Updated the CppParser bindings generator. 12 years ago
triton 7c85c31fcd Simplified checks for valid options in CppParser. 12 years ago
triton f11d7a3fc0 Rearranged members order in ParserOptions. 12 years ago
triton 1d15feaea7 Added ASTContext to ParserOptions. 12 years ago
triton d3a25d69ea Initialize ParserOptions members in its default constructor. 12 years ago
triton 901f42eb1d Added a default constructor to Declaration to initialize the members. 12 years ago
triton b409d75bb6 Simplified the way generators are created in the driver. 12 years ago
triton d114ac0f0e Renamed LanguageGeneratorKind to GeneratorKind. 12 years ago
triton edc833e69f Updated the C++ parser AST to the ASTContext class. 12 years ago
triton 3e489c9a06 Updated the generators and tests for new class names. 12 years ago
triton 2c4ef76f8a Updated the driver to the new ASTContext and SymbolContext classes. 12 years ago
triton 401d31ac97 Added a simple project abstraction that keeps all the source files and their build settings. 12 years ago
triton a3c1285297 Added a new class SymbolContext that provides native library symbol management. 12 years ago
triton 6da5347e32 Updated the C++/CLI parser to the new ASTContext class. 12 years ago