2115 Commits (a72c43fd2fe7c2ce1713cecdb072b7f9ee269a71)
 

Author SHA1 Message Date
Elias Holzer a72c43fd2f Added marshaling code for std::ostream using a System.TextWriter to CLI backend. 11 years ago
Elias Holzer 911ce43e07 Use List<IntPtr> when mapping a std::vector<T*> where T is a primitive type. 11 years ago
Elias Holzer f88d59d9cf Fixed the duplicated names pass check for conversion operators. 11 years ago
João Matos c11be1e0f0 Merge pull request #234 from vovkasm/fix_osx_detection 11 years ago
Vladimir Timofeev 2db8884c27 Fix osx detection, we do not parse result of os.getversion() in premake (seems it return something strange). Instead use internal os detection in premake. 11 years ago
triton ac778cd593 Fixed whitespace in new test in TestDelegates. 11 years ago
triton e85d8cd7eb Fixed CDECL to actually attribute as `cdecl` and not `stdcall`. 11 years ago
Elias Holzer cc3cc40fc4 When generating delegates attributed types need to be taken into account or proper calling convention won't get picked up. 11 years ago
Elias Holzer 2736088957 CSharp and CLI backend use same function to convert the calling convention. 11 years ago
Elias Holzer dcbf34b8e2 Add special marshaling attribute to delegate declaration if calling convention differs. 11 years ago
triton f5e66ba439 Added IsExplicit support to ASTConverter. 11 years ago
triton baa08c8e8c Re-generated the parser bindings with IsExplicit. 11 years ago
Elias Holzer a0ee284d00 Removed the const restriction in the constructor to conversion operator pass. 11 years ago
Elias Holzer fe6ac28c60 Constructor to conversion operator pass makes use of newly introduced Method.IsExplicit property. 11 years ago
Elias Holzer 2fac4d47b8 Introduced new property Method.IsExplicit in AST. 11 years ago
Elias Holzer 474f82b513 Added support for explicit conversion operators and added new pass which will create implicit and explicit conversion operators out of single argument constructors. 11 years ago
marcos henrich 7125109e3f Deprecated ExplicityIgnored use ExplicitlyIgnore(). Getting ExplicityIgnored and setting ExplicityIgnored to false don't make much sense anymore. 11 years ago
marcos henrich df7319d8bc External declarations are now only marked as such when being generated. 11 years ago
marcos henrich 2a162489c2 TypeIgnoreChecker now ignores declarations when GenerationKind == GenerationKind.None. 11 years ago
marcos henrich 94eda74596 Removed non generated headers from includes collected. 11 years ago
marcos henrich 0416a35e8d Added CheckIgnoreProperty to AST/Utils.cs. Changed CheckIgnoreField to handle value class fields declared in linked assemblies. 11 years ago
marcos henrich d63ef03200 Changed Driver.Diagnostics setter to public. Replaced TextDiagnosticPrinter Verbose field by Level. 11 years ago
marcos henrich 951ba999b4 Added to macro pass CS_CONSTRAINT which can be use to constraint generic arguments. 11 years ago
marcos henrich 9af08fd551 Changed property fields generation kind to internal. 11 years ago
marcos henrich 7794e52103 Fixed QualifiedIdentifier when QualifiedName is empty (case of namespaces) 11 years ago
marcos henrich 0300f45c1b Replaced usage of «IsGenerated with IsDeclared when handling with base classes and value types properties. 11 years ago
marcos henrich 2b3d907ce8 Changed CS_IGNORE_GEN to set generation kind to internal. 11 years ago
marcos henrich 3f96bdbfe3 Replaced declaration IgnoreFlags by GenerationKind. Added methods IsInternal and IsDeclared to declaration. Replaced IsGenerated = true by GeneratioKind = GeneratioKind.Internal. Deprecated Ignore, replace Ignore set by ExplicityIgnored, replace Ignore get by IsGenerated, IsInternal or IsDeclared. 11 years ago
Tom Spilman f6aaa7400b Checking for null like FindClass(). 11 years ago
Tom Spilman 2027212e85 Fixed FindFunction() to search namespaces. 11 years ago
triton 5c8d7cceb6 Add "lib" folder to lib dirs even in VS to allow ninja builds. 11 years ago
triton ec6147f648 Added a warning about VS 2013 compatibility. 11 years ago
João Matos e89606836e Update GettingStarted.md 11 years ago
triton cf9df7330e Fixed more declarations to define their members at global scope. 11 years ago
triton 36230fc667 Fixed more declarations to define their members at global scope. 11 years ago
triton 69b8b6e6d0 Move the definitions to the header again, but provide them at global scope. 11 years ago
triton a33277f233 Moved some tests definitions from the header to the source file. 11 years ago
triton acbe8b44d2 Added GCC visibility macro to export declarations. 11 years ago
triton 341140b929 Factor DLL API macros into its own shared header for tests. 11 years ago
triton b6cf05e140 Explicitly initialize Enumeration class members. 11 years ago
triton 74ad732550 Link native projects with libc++ on OSX. 11 years ago
triton d6c2004ca4 Comment this test since it's not reproducible between platforms. 11 years ago
triton b14d527106 Fixed CppParser build guard so it works in VS/Windows. 11 years ago
João Matos ab5e7a3a8b Fixed vtable generation for the Itanium case. 11 years ago
João Matos 8781cc0854 Fixed the resource stream loading to work with Mono resources. 11 years ago
João Matos 0847815da3 Calll the binding generator with a debug Mono when building the tests. 11 years ago
João Matos 3b097d8379 Improved the build scripts on OSX. 11 years ago
João Matos 21ecc669a8 Added a way to directly specify the output directory independent of the action. 11 years ago
triton 96479e7bdd Do a null check for the verbs resource since non-VS Premake does not know how to embed it yet. 11 years ago
triton c7dba1b5bd Fixed type map matching regression introduced in d68b7b3. 11 years ago