2 Commits (597dd4c9600166df9c6be2a0c3e83115f7ba9d6d)

Author SHA1 Message Date
triton 597dd4c960 Renamed IgnoreModulessWithName to IgnoreHeadersWithName to better reflect what it does. 13 years ago
triton 9b7e5dc7c0 Renamed LibraryHelpers.cs to Library.cs. 13 years ago
triton dda4132b9a Added a method to setup the library that takes DriverOptions. 13 years ago
triton 84044619bd Move the InlineMethods enum to the Bridge project. 13 years ago
triton 85223040bd Use extension methods to cleanup the LibraryHelpers class. 13 years ago
triton 497625bd67 Fixed some comments. 13 years ago
triton d3220fcdc3 Added a new helper transform to ignore a function that matches a pattern. 13 years ago
triton e8804b7f63 Added an helper transform to set the name of a function. 13 years ago
triton 019a840347 Use the enumerable version of FindFunction in the IgnoreFunctionWithName helper. 13 years ago
triton c957cdf9ca Change FindFunction to return an enumeration of all functions and use Linq to do the query. 13 years ago
triton 7f7d774fdc Added an helper method to set the name of a class method. 13 years ago
triton 06c4ec1697 Fixed the transformation helpers to pass through every type that matches. This fixes wrong behavior in the case of same class being referenced in multiple translation units. 13 years ago
triton 0631c091f5 Added a new method to declare the header sources. 13 years ago
triton f5fcef50f1 Massive update to the codebase. 13 years ago