2894 Commits (364ea2660f1a17fc190cfd17898cc13454eb1470)
 

Author SHA1 Message Date
Abhinav Tripathi 364ea2660f Fixed code gen for out Parameters. 10 years ago
Abhinav Tripathi 2b3917d92f Ignored Temp files. 10 years ago
triton 460e1b8f32 Added OSX Travis build badge. 10 years ago
triton f8456963d2 Remove build dependency on unnecessary LLVMObjCARCOpts library. 10 years ago
triton 763176bc29 Updated the AppVeyor LLVM package URL and fix the extracting code. 10 years ago
triton f0ec54a30d Added a batch script to package an Windows LLVM build for CI. 10 years ago
triton e4d66bc1c9 Fixed Make build configuration to work on OSX. 10 years ago
triton b349626496 Only use GCC 4.8 on Linux. 10 years ago
triton a411a03a2f Install the official OSX Mono package in Travis. 10 years ago
triton 116de4a204 Fixed Premake invocation on OSX. 10 years ago
triton f2f66d1919 Get rid of the spaces around the variable equals. 10 years ago
triton 16648974c8 Quote the LLVM package URLs. 10 years ago
triton c65b3ac880 Fixed Nuget invocation with Mono. 10 years ago
triton f68d8e9b46 Install Mono with brew on OSX. 10 years ago
triton b8cc2ac134 Remove brew installation as Travis already provides it. 10 years ago
triton 6a3b8cb295 Install wget and p7zip dependencies with brew on OSX. 10 years ago
triton 45f8b3a8fc Added support for OSX LLVM binary dependencies to Travis. 10 years ago
triton ddaa1e4422 Download official binary for Nuget and call it from Mono on Travis. 10 years ago
triton 15994dc281 Conditionalize Linux-specific commands in Travis. 10 years ago
Dimitar Dobrev 4b8e5eae1f Enabled the Travis multi-OS feature so that we have an OS X build as well. 10 years ago
João Matos f23cd53010 Disable this workaround for now as it's not working as intended. 10 years ago
João Matos f799e0fb82 Rewrite Clang resource directory lookup logic in test driver. 10 years ago
João Matos e11dd7b4f7 Fixed build by removing now unexisting LLVMipa library. 10 years ago
João Matos aa5b1377ca Fixed GCC build by removing extra qualification on ELFDumper. 10 years ago
Dimitar Dobrev d1dabba983 Fixed a warning about an ambiguous (dangling) "else". 10 years ago
Dimitar Dobrev 0e3b5f81a5 Updated C++# to the latest LLVM/Clang. 10 years ago
João Matos 91a1fe0d49 Merge pull request #546 from ddobrev/master 10 years ago
Dimitar Dobrev e1256d4621 Moved the LLVM and Clang commits to separate files. 10 years ago
João Matos b991f1e54b Update the Vagrant script for building and packaging LLVM. 10 years ago
Dimitar Dobrev 98986cc8d6 Merge pull request #544 from genuinelucifer/fixedArrayValueType 10 years ago
Abhinav Tripathi 2df3722a14 Fixed getter code for static REf Type arrays. 10 years ago
Dimitar Dobrev 3d19216158 Merge pull request #541 from genuinelucifer/fixedArrayValueType 10 years ago
Abhinav Tripathi e0c561d731 Fixed build on linux due to newline. 10 years ago
João Matos 1cb60c433b Merge pull request #539 from genuinelucifer/fixedArrayValueType 10 years ago
Abhinav Tripathi c6ae35ff7d Added marshalling of fixed size ref type arrays. 10 years ago
Dimitar Dobrev 9377845ba7 Decreased the pass for abstract impls in half. 10 years ago
Dimitar Dobrev 8a499bb95a Removed "content" from the verbs because it's used more often as the noun. 10 years ago
João Matos 5af039f11c Merge pull request #540 from ddobrev/master 10 years ago
Dimitar Dobrev 6432d910fa Removed the memory leak in the AST converter. 10 years ago
Dimitar Dobrev 5c66aa2730 Implemented IDisposable.Dispose in the C++/CLI front end. 10 years ago
Dimitar Dobrev 922c329d78 Fixed uncompilable code when a virtual function has a param called "target". 10 years ago
Dimitar Dobrev 997a317e27 Ignored pure overrides in the pass for abstract impls. 10 years ago
Dimitar Dobrev 63bc07e965 Fixed the cleaning of invalid names to allow custom names for enums. 10 years ago
Dimitar Dobrev ea8e167e6e Prevented duplication when a class and its base each have a field with the same name. 10 years ago
Dimitar Dobrev 9d9d7b520a Generated correct code when overriding a property from an indirect secondary base. 10 years ago
Dimitar Dobrev de02c1af27 Fixed the implementation of secondary bases with overloads caused by default values. 10 years ago
Dimitar Dobrev b7187c80c7 Generated valid code when C++ changes method access when overriding. 10 years ago
Dimitar Dobrev a2b8614f54 Improved the support for constructor expressions. 10 years ago
Dimitar Dobrev 4d626e1d68 Ensured the pass for resolving declarations completes types of ignored fields. 10 years ago
Dimitar Dobrev 56b02cfcf9 Converted to 0 default expressions calling an empty ctor of a type mapped to an enum. 10 years ago