3491 Commits (7c9c91acc369903da2bb7300e39e6d1be4fe6a3f)
 

Author SHA1 Message Date
triton b84196c0b7 Renamed a few functions and factored out the SDL transforms. 13 years ago
triton 9fb449bc10 Updated the build files to the new changes. 13 years ago
triton 6f5f491afc Updated the code generator to the new namespaces API changes. 13 years ago
triton 0f71342594 Removed CSharpModule.cs which should be auto-generated. 13 years ago
triton 0224542925 Fixed the native code parser to deal with namespaces. 13 years ago
triton bd63f64062 Added a new file with SDL library related transformations. 13 years ago
triton dee42a91a8 Factor out the SDL-related code to separate file. 13 years ago
triton edec622b66 Rename and document the existing transforms. Added a few more transformation helpers. 13 years ago
triton 76819bc044 Removed unused using declarations. 13 years ago
triton e7f337f99c Added support for nested namespaces in Namespace.cs. 13 years ago
triton 4193645beb Fixed void-return function pointers to use Action. Added a method to check for primitive types. 13 years ago
triton 14722e5757 Moved declarations around in Declaration.cs. 13 years ago
triton aac88f961a Added some documentation to Library.cs. 13 years ago
triton 204c585f64 This patch has been committed in Clang mainline. 13 years ago
triton 6828527628 Added new Premake-4 based build system. 13 years ago
triton 5696b5e002 Added new documentation to the tool. 13 years ago
triton 3a5faff28c Removed the old solution file. 13 years ago
triton bcf9625b03 Added needed patches for Clang. 13 years ago
triton d474f0a04f Added a bridge project containing the managed files bridging the native Clang parser. 13 years ago
triton e819156c3b Added the new extensible wrapper generator. 13 years ago
triton c4fd9ae614 Added C++/CLI wrapper around the C++ Clang parser. 13 years ago
triton 2040d8271e Renamed current generator to GCC generator (part 2). 13 years ago
triton 894e574876 Renamed current generator to GCC generator. 13 years ago
triton ef66f1586d Removed old build files. 13 years ago
Alex Corrado b0796517cb Apply Miguel's patch to fix the build 14 years ago
Alex Corrado 4561c6182c Move qt into examples directory and don't build examples by default. Fix tests build 14 years ago
Alex Corrado 9f574493c1 [generator] Get correct native layout size when a field is typed as a class by value 14 years ago
Alex Corrado 7662dd4430 [generator] Correctly handle fields that are fixed-length arrays 14 years ago
Alex Corrado 8f2dbdc3ae Remove more bitrot to fix the build 14 years ago
Alex Corrado ce9d2e262b [CppField] Add support for IntPtr fields 14 years ago
Alex Corrado eb59e306c2 [ItaniumAbi] Flesh out mangling type codes a bit 14 years ago
Alex Corrado fb85e5a3ed Experimental support for initing the native vtptr ourselves (enable with -define:INIT_NATIVE_VTABLES) 14 years ago
Alex Corrado aefe6e0e2a Remove some bitrot 14 years ago
Alex Corrado 6825982069 Minor CppTypeInfo clean up. Add HasVTable property 14 years ago
Alex Corrado 58566ee37c [ItaniumAbi] Improve compression in name mangling 14 years ago
Alex Corrado 1317b0e9cf [generator] Fix nested classes in C# template 14 years ago
Alex Corrado f008291cbe Fix issue with value types that don't implement ICppObject 14 years ago
Alex Corrado 5d096f616b Commit last qt bindings work from the summer 14 years ago
Alexander Corrado 73fb2eb2a1 Fix ICppObject native-to-managed marshaling when there is no vtable 14 years ago
Alexander Corrado bf12d1cd84 Mangling support for namespaces; generate MangleAs attribute on interfaces 14 years ago
Alexander Corrado d1231ca335 Stub in mangling tests with a failing Itanium compression test case. 14 years ago
Alexander Corrado 588165294d Generator: add support for enums and namespaces 14 years ago
Alexander Corrado ade252db80 CppType: value types and IEnumerable<CppModifiers> 14 years ago
Alex Corrado a69511b6e6 Account for alignment when calculating NativeSize, and fix bug with cloning base CppTypeInfos. 14 years ago
Alex Corrado 6b01512bee If InlinePolicy is "NotPresent," do not add those methods to the generated wrapper (unless they are virtual). Make things prettier :) 14 years ago
Alexander Corrado 961a351592 Remove auto-generated warning from handwritten file 14 years ago
Alexander Corrado 6a2a76216a Generator: make interfaces partial, make filter files more expressive. Update qt bindings to build correctly out of the box 14 years ago
Alexander Corrado cb888f8440 Hack up the build 14 years ago
Alexander Corrado bdd77ead03 Reorganize Qt bindings 14 years ago
Alexander Corrado a7770c3ab4 Oops that was only a mem leak for value types! 14 years ago