492 Commits (207354a68815585dc9858e2d94c7543b55c1d16b)
 

Author SHA1 Message Date
triton 207354a688 Update the examples. 13 years ago
triton 7cd86515d1 Pass the driver to the setup method. 13 years ago
triton 597dd4c960 Renamed IgnoreModulessWithName to IgnoreHeadersWithName to better reflect what it does. 13 years ago
triton ef50c60f00 Moved the SplitCamelCase method to the utils. 13 years ago
triton 40f69e87ef Remove useless namespaces. 13 years ago
triton f8c16c0ca7 Added a way to find a type maps from a given type. 13 years ago
triton 657300c2ea Remove unused library property on type printers. 13 years ago
triton e6de2de511 Fields now keep a reference to their class. 13 years ago
triton 91febfd156 Added C++ type printing support. 13 years ago
triton d9789418ab Added event support. 13 years ago
triton 3d1612f747 Refactored the parameter type printing code to be more re-usable. 13 years ago
triton c060a1bdf0 Refactor some methods to be more re-usable. 13 years ago
triton 27efb0875f Removed unused support text generator. 13 years ago
triton ea3efb0884 Removed unused ConvertModifierToString method. 13 years ago
triton e02ccf8735 Added helper method to set an enumeration as flags. 13 years ago
triton 25ae63013b Added helper property to check if class has a base. 13 years ago
triton 9cde4f9baf Added a missing virtual keyword. 13 years ago
triton c833cf212f Added stubs for template parameter types. 13 years ago
triton bb4085fc5f Added support for events in the AST. 13 years ago
triton 2564730771 Big rework of the type system to preserve the qualifiers on types. 13 years ago
triton 17167baca8 Added missing unit testing dependencies. 13 years ago
triton de8d3758a6 Fixed marshaling of reference parameters. 13 years ago
triton fc0b978878 Refactor code to use the text generator indentation helpers. 13 years ago
triton e891df479a Since now the native pointer of the wrapper class can be of a base class, we need to explicitly cast to the current type. 13 years ago
triton 93b7642920 Pass the class argument when marshaling methods. 13 years ago
triton 1174f4727d Remove value restriction in handling of class pointers marshals. 13 years ago
triton 094fc9c594 Do not create a new native pointer property if the base class already provides one. 13 years ago
triton 4ee4c719df Updated the SDL example. 13 years ago
triton e2147823d5 Remove build bat file. 13 years ago
triton 6b2e558fd8 Added very preliminary bindings for some basic classes of Qt. 13 years ago
triton 80695254cc Remove the Makefile-based build system. 13 years ago
triton c39bfcb3a2 Move the native Qt files to a folder. 13 years ago
triton f75d16456e Re-organize the class marshaling code a bit to make it easier to follow. 13 years ago
triton f7c2275b59 Extract the logic of managed to native marshaling of classes into methods. 13 years ago
triton 7b4a544407 Added marshaling of native to managed when constructing structs from native objects. 13 years ago
triton cc1eb14fcc Cleaned up the constructor generation logic. 13 years ago
triton efabb08943 Added native to managed marshaling of fields. 13 years ago
triton 508898ccc9 Small cleanup. 13 years ago
triton 4832d5d648 Walk through typedefs when checking for void pointers. 13 years ago
triton 733b535d25 Update the Premake build. 13 years ago
triton b81271ada7 Added an object variable to store type references. 13 years ago
triton f6f5142531 Fixed formatting of property. 13 years ago
triton 0c376f66a6 Use the new type references unit convention. 13 years ago
triton 6f71abc99f Only ignore constructors with zero parameters (which might not be the default). 13 years ago
triton 901c0a6832 Extract the function parameter marshal logic into its own method. 13 years ago
triton c0fd74f7aa Added much better support for base classes. 13 years ago
triton 5a7d9b3fe5 Use the new type reference class in unit in the CLI generator. 13 years ago
triton 1d151178ff Fixed processing of type locations in the case of template specializations (the new behavior deals properly with elaborated and qualified types). Fixes some crashes in template-heavy code. 13 years ago
triton fdc35a40da Do not try to get the layout of classes with dependent fields since upstream added an assert to check for dependent types in getTypeSize. 13 years ago
triton 95fc7b1781 Do not try to call the base constructor of a value type. 13 years ago