3022 Commits (crash_MI_virtual_from_secondary)
 

Author SHA1 Message Date
triton 24eb7cf825 Fixed VTables.GetVTableIndex to work with base/derived overrides. 10 years ago
triton 7ec100c47e Document the purpose of Class.OriginalClass. 10 years ago
Dimitar Dobrev 007fb4b57c Removed parameters wrapped in v-table delegate hooks from the native to managed map. 10 years ago
triton 0108a5a23e Invert the if condition to reduce nesting. 10 years ago
Dimitar Dobrev c4a5cdb893 Fixed the v-table hooks for functions with indirect return params. 10 years ago
Dimitar Dobrev c28b8db3e5 Removed the TODO-s about marshalling char and bool because those are not bugs. 10 years ago
Dimitar Dobrev 91b3a5aef1 Worked around an MS .NET bug which prevents marshalling bools in certain cases. 10 years ago
Dimitar Dobrev cdd6e0eaa8 Restored a deleted piece that helps generate simpler code. 10 years ago
Dimitar Dobrev 89483ec17a Fixed a regression when having an array with dependent elements. 10 years ago
Dimitar Dobrev 170e0a5934 Removed char from internal fields because marshalling is broken. 10 years ago
Dimitar Dobrev e9fcc76918 Restored the code formatting of the tests after an accident. 10 years ago
Dimitar Dobrev 908988e70e Fixed some warnings about missing default values of params in overrides. 10 years ago
triton f7838cf894 Pass the -nologo option to NUnit so we get less verbose output. 10 years ago
triton 5ef899366c Renamed the test suite projects. 10 years ago
triton 18bc6729ac Removed useless ignored TestChar16 test. 10 years ago
triton 5e3706c879 Fixed marshaling of regular UTF16 strings. 10 years ago
triton 144d26749f Fixed wide string marshaling on UTF-32 platforms. 10 years ago
João Matos 464476b200 Clean up previous fix by using Environment.Is64BitProcess instead of invoking Mono --version. 10 years ago
João Matos 5ff8efa085 Fixed some tests under OS X by auto detecting the Mono bitness. 10 years ago
triton 53ebfa4fd2 Switch to the nightly Mono development package on Travis. 10 years ago
triton d265a0f345 Remove unnecessary workarounds in test suite for P/Invoke fixed arrays bug. 10 years ago
triton 6623161200 Workaround Mono crasher bug when handling P/Invokes with fixed arrays. 10 years ago
triton 4db4bfa567 Do not use safeIdentifier id to store the full type name (refactoring). 10 years ago
triton 2593f4727f Added support for getting the array element size to the AST. 10 years ago
Dimitar Dobrev db937b5e71 Removed some duplication of code. 10 years ago
Dimitar Dobrev 4e37adf4b7 Added conversion operators for ctors with default params. 10 years ago
Dimitar Dobrev a04ac2237a Fixed the potential generation of explicit and implicit conversion from the same type. 10 years ago
Dimitar Dobrev 9f5945db79 Merge pull request #548 from genuinelucifer/outParams 10 years ago
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