2018-10-25 |
Jay Krell | [cxx] Fix WebAssembly/C++ (ICALL_EXPORT) (#11359)
|
commit | commitdiff | tree |
2018-10-25 |
Alexander Köplinger | [build] Enable netstandard facade in the "build" profile...
|
commit | commitdiff | tree |
2018-10-24 |
Jay Krell | Stack-based icall parameter handles and only one managed...
|
commit | commitdiff | tree |
2018-10-24 |
Alexis Christoforides | [corlib] Import System.IO.TextReader/StreamReader from...
|
commit | commitdiff | tree |
2018-10-23 |
Aleksey Kliger ... | [marshal] Emit GC Safe transitions around foreign internal... Fixes https://github.com/mono/mono/issues/11138
|
commit | commitdiff | tree |
2018-10-22 |
Jay Krell | Remove two accidentally added functions from old version...
|
commit | commitdiff | tree |
2018-10-22 |
Jay Krell | [coop] Transition all functions in object.h to MONO_RT_EXTER...
|
commit | commitdiff | tree |
2018-10-22 |
Jay Krell | Fix warnings about unprototyped icalls and duplicate...
|
commit | commitdiff | tree |
2018-10-22 |
Alexis Christoforides | [class] Ensure 'cast_class' is initialized for array... Fixes https://github.com/mono/mono/issues/9507
|
commit | commitdiff | tree |
2018-10-22 |
Bernhard Urban | [ci] run regression tests with AOT (#11092)
|
commit | commitdiff | tree |
2018-10-22 |
Bernhard Urban | [ci] run regression tests with AOT (#11092)
|
commit | commitdiff | tree |
2018-10-21 |
Zoltan Varga | [wasm] Fix AOT support. (#11291)
|
commit | commitdiff | tree |
2018-10-21 |
Alexander Köplinger | [Microsoft.Build.Engine] Fix race condition in TestTasks...
|
commit | commitdiff | tree |
2018-10-20 |
Jay Krell | Disable direct x86 aot tailcalls. Except to self. ... ...FullAOT has other problems (https://github.com/mono/mono/issues/11276). This addresses https://github.com/mono/mono/issues/11265. This regressed presumably https://github.com/mono/mono/commit/f5373adc8a89d4b0d1...
|
commit | commitdiff | tree |
2018-10-19 |
Jay Krell | Typesafe coop handles for all platforms. (#11012) ...alternative or precursor to https://github.com/mono/mono/pull/10212. ...3+ per call to 1 (like https://github.com/mono/mono/pull/10212).
|
commit | commitdiff | tree |
2018-10-19 |
Alexander Köplinger | [System] Don't throw NIE for ServicePoint.ConnectionLeaseTim... Fixes https://github.com/dotnet/standard/issues/642
|
commit | commitdiff | tree |
2018-10-19 |
Ludovic Henry | [sdks] Package what's missing for XA (#11253)
|
commit | commitdiff | tree |
2018-10-19 |
Vlad Brezae | [interp] Remove mint_type uses at execution time (...
|
commit | commitdiff | tree |
2018-10-18 |
Alexis Christoforides | [corlib] Import System.IO.UnmanagedMemoryStream from...
|
commit | commitdiff | tree |
2018-10-18 |
Ludovic Henry | [tests] Embed Mono.Data.Sqlite test resource (#11244)
|
commit | commitdiff | tree |
2018-10-18 |
Alexander Köplinger | [Mono.Debugger.Soft] Simplify building dtest-app.exe...
|
commit | commitdiff | tree |
2018-10-17 |
Alexis Christoforides | [corlib] Ensure that Console Streams are thread-safe... CoreFX code does: https://github.com/mono/corefx/blob/1748f6492e8b96842f... Possible fix for https://github.com/mono/mono/issues/11146
|
commit | commitdiff | tree |
2018-10-17 |
Ludovic Henry | [bcl] Build all XUnit and NUnit tests for monodroid...
|
commit | commitdiff | tree |
2018-10-17 |
Alexander Köplinger | [pkg] Add preinstall which removes existing Mono of... Fixes https://github.com/mono/mono/issues/11202
|
commit | commitdiff | tree |
2018-10-17 |
Johan Lorensson | Merge pull request #11100 from lateralusX/lateralusX...
|
commit | commitdiff | tree |
2018-10-17 |
Alexander Köplinger | Upstream a few test related commits from my Helix work...
|
commit | commitdiff | tree |
2018-10-16 |
Ludovic Henry | [sdks] Build tests for BCL targets (#11141)
|
commit | commitdiff | tree |
2018-10-16 |
Alexander Köplinger | [mcs] Fix platform-specific build of "build" profile...
|
commit | commitdiff | tree |
2018-10-16 |
Ludovic Henry | [sdks] Add Groovy script to build the SDKs archives...
|
commit | commitdiff | tree |
2018-10-16 |
Zoltan Varga | [WIP] [wasm] AOT work. (#11071)
|
commit | commitdiff | tree |
2018-10-15 |
Jay Krell | Remove GC mode transitions from mono_array_length,...
|
commit | commitdiff | tree |
2018-10-15 |
lateralusX | Additional checks for correct environment when doing...
|
commit | commitdiff | tree |
2018-10-15 |
lateralusX | Add lib prefix of msvc build BTLS library.
|
commit | commitdiff | tree |
2018-10-15 |
lateralusX | Fix BTLS build warnings on Windows.
|
commit | commitdiff | tree |
2018-10-15 |
lateralusX | Fix case insensitive compares.
|
commit | commitdiff | tree |
2018-10-15 |
lateralusX | Add vcxproj to build btls as part of regular mono msvc...
|
commit | commitdiff | tree |
2018-10-15 |
lateralusX | Bump external/boringssl commit.
|
commit | commitdiff | tree |
2018-10-15 |
lateralusX | Build script for btls using msvc.
|
commit | commitdiff | tree |
2018-10-15 |
lateralusX | Fix mono btls build using msvc 2015/2017.
|
commit | commitdiff | tree |
2018-10-15 |
Alexander Köplinger | Fix Mono.Debugger.Soft to use test exe's from different...
|
commit | commitdiff | tree |
2018-10-15 |
monojenkins | Merge pull request #11127 from lewurm/mono-ppc-sigill Fixes https://github.com/mono/mono/issues/11021
|
commit | commitdiff | tree |
2018-10-15 |
Zoltan Varga | [sdks] Switch the invocation of the offsets too to...
|
commit | commitdiff | tree |
2018-10-12 |
Jay Krell | mono_class_from_mono_type to mono_class_from_mono_type_inter...
|
commit | commitdiff | tree |
2018-10-12 |
Jay Krell | Replace MONO_CLASS_IS_INTERFACE with MONO_CLASS_IS_INTERFACE...
|
commit | commitdiff | tree |
2018-10-12 |
Jay Krell | mono_method_signature to mono_method_signature_internal...
|
commit | commitdiff | tree |
2018-10-10 |
monojenkins | Merge pull request #11053 from BrzVlad/fix-interp-static...
|
commit | commitdiff | tree |
2018-10-10 |
Marek Safar | [build] Unify bootstrap profiles (#11024)
|
commit | commitdiff | tree |
2018-10-09 |
Ludovic Henry | [sdks] Add cmake toolchain file for LLVM MXE builds...
|
commit | commitdiff | tree |
2018-10-08 |
Ludovic Henry | [llvm] Add as a submodule (#11010)
|
commit | commitdiff | tree |
2018-10-08 |
Alexander Köplinger | AOT: use 32 bit flags for as/ld when targetting x86...
|
commit | commitdiff | tree |
2018-10-08 |
Jay Krell | [Coop] Convert mono_object_clone_checked, mono_object_new_fr...
|
commit | commitdiff | tree |
2018-10-08 |
Ludovic Henry | [mcs] Fix dependencies on `mcs/class/lib/<Profile>...
|
commit | commitdiff | tree |
2018-10-08 |
Ludovic Henry | [sdks] Build Android SDKs archive in Debug configuration...
|
commit | commitdiff | tree |
2018-10-06 |
Ludovic Henry | [sdks] Fix wasm order-only dependency on .PHONY target...
|
commit | commitdiff | tree |
2018-10-05 |
Ludovic Henry | Bump to llvm/release_60/117a508c (#10983)
|
commit | commitdiff | tree |
2018-10-05 |
Rodrigo Kumpera | Merge pull request #10962 from kumpera/another_vtable_bug
|
commit | commitdiff | tree |
2018-10-04 |
Alexander Köplinger | [tests] Remove magic which prepends MonoTests to NUnit...
|
commit | commitdiff | tree |
2018-10-04 |
Alexander Köplinger | [corlib] Simplify confusing "SSPI" error message and... https://github.com/dotnet/corefx/blob/a10890f4ffe0fadf...
|
commit | commitdiff | tree |
2018-10-04 |
monojenkins | Merge pull request #10749 from lewurm/interp-fixes... ...24 36" src="https://user-images.githubusercontent.com/75403/45907566...
|
commit | commitdiff | tree |
2018-10-04 |
Alexander Kyte | Merge pull request #10468 from alexanderkyte/fix_stacktrace
|
commit | commitdiff | tree |
2018-10-03 |
monojenkins | Merge pull request #10672 from jaykrell/fault-addr...
|
commit | commitdiff | tree |
2018-10-03 |
Alexander Köplinger | [bcl] Put xunit tests in mcs/class/lib/PROFILE/tests...
|
commit | commitdiff | tree |
2018-10-03 |
Johan Lorensson | Merge pull request #10646 from lateralusX/lateralusX...
|
commit | commitdiff | tree |
2018-10-03 |
Ludovic Henry | [sdks] Use `make --output-sync=recurse` on CI (#10939)
|
commit | commitdiff | tree |
2018-10-03 |
Ludovic Henry | Update azure-pipelines.yml
|
commit | commitdiff | tree |
2018-10-03 |
Ludovic Henry | Update azure-pipelines.yml
|
commit | commitdiff | tree |
2018-10-03 |
Ludovic Henry | Update azure-pipelines.yml
|
commit | commitdiff | tree |
2018-10-03 |
Ludovic Henry | Update azure-pipelines.yml
|
commit | commitdiff | tree |
2018-10-03 |
Ludovic Henry | Update azure-pipelines.yml
|
commit | commitdiff | tree |
2018-10-03 |
Ludovic Henry | Update azure-pipelines.yml
|
commit | commitdiff | tree |
2018-10-03 |
Ludovic Henry | Update azure-pipelines.yml
|
commit | commitdiff | tree |
2018-10-03 |
Ludovic Henry | Update azure-pipelines.yml
|
commit | commitdiff | tree |
2018-10-02 |
Ludovic Henry | [sdks] Build llvm-llvm{,win}{32.64} on Linux on CI...
|
commit | commitdiff | tree |
2018-10-02 |
Ludovic Henry | [sdks] Ensure LLVM is cloned before trying to download...
|
commit | commitdiff | tree |
2018-10-02 |
Alexander Köplinger | [packaging] Remove installation of openssl via brew...
|
commit | commitdiff | tree |
2018-10-02 |
Alexander Köplinger | Merge pull request #10912 from akoeplinger/test-precompile
|
commit | commitdiff | tree |
2018-10-02 |
Jay Krell | [cxx] Do not define C++ keywords: bool, inline, final...
|
commit | commitdiff | tree |
2018-10-01 |
Ludovic Henry | [sdks] Create archive targets for pre-building on CI...
|
commit | commitdiff | tree |
2018-10-01 |
Jo Shields | Merge pull request #10898 from directhex/master
|
commit | commitdiff | tree |
2018-10-01 |
lateralusX | Fix scheduling problem related to thread-suspend-suspended... ...investigation can be found in, https://github.com/mono/mono/issues/10508.
|
commit | commitdiff | tree |
2018-09-28 |
Alexander Köplinger | Merge pull request #10862 from akoeplinger/bcl-tests...
|
commit | commitdiff | tree |
2018-09-27 |
Jay Krell | Restore sqrtf/-lm accidentally deleted in https://github... ...accidentally deleted in https://github.com/mono/mono/commit/4259352d3a7d4b8d6b...
|
commit | commitdiff | tree |
2018-09-27 |
Alexander Köplinger | [tests] Disable bug-80392.2.exe and monitor-wait-abort... They frequently fail, see https://github.com/mono/mono/issues/10845
|
commit | commitdiff | tree |
2018-09-27 |
Jay Krell | Assume C99 signbit is always present, and link to it...
|
commit | commitdiff | tree |
2018-09-27 |
Ludovic Henry | [sdks] Add download/pack capabilities for LLVM (#10806)
|
commit | commitdiff | tree |
2018-09-26 |
Jay Krell | [cxx] Rework C++ linkage to C99 trunc, isnan, isinf...
|
commit | commitdiff | tree |
2018-09-26 |
Zoltan Varga | [wasm] AOT fixes (#10706) ...emscripten with the patch from https://github.com/kripken/emscripten/pull/7182.
|
commit | commitdiff | tree |
2018-09-25 |
Jay Krell | [Coop] Mostly convert appdomain.c. (#10733)
|
commit | commitdiff | tree |
2018-09-25 |
Alexander Köplinger | Bump nunitlite to get xunit xml output format reporter...
|
commit | commitdiff | tree |
2018-09-25 |
Alexander Köplinger | [runtime-tests] Add xunit xml output option to test...
|
commit | commitdiff | tree |
2018-09-25 |
Alexander Köplinger | [mcs] Add option to specify reference directory to...
|
commit | commitdiff | tree |
2018-09-25 |
Alexander Köplinger | [mcs] Add xUnit xml output option to compiler-tester...
|
commit | commitdiff | tree |
2018-09-24 |
Jay Krell | Remove hacks.h. Mostly it is unused. (#10766)
|
commit | commitdiff | tree |
2018-09-24 |
Alexander Kyte | Merge pull request #10287 from alexanderkyte/nunit_telemetry
|
commit | commitdiff | tree |
2018-09-24 |
Jay Krell | [ci][cxx][sdks] C++ support for SDKs. (#10701)
|
commit | commitdiff | tree |
2018-09-22 |
Jay Krell | [w32handle] Fix duplicated handles for WaitAny and... Fixes https://github.com/mono/mono/issues/9089
|
commit | commitdiff | tree |
2018-09-21 |
Jay Krell | [Coop] Convert or partially convert mono_domain_try_type_res...
|
commit | commitdiff | tree |
2018-09-21 |
Ludovic Henry | [sdks] Fix llvm-llvm32 build (#10611)
|
commit | commitdiff | tree |
2018-09-21 |
Ludovic Henry | [sdks] Run Android tests on CI (#10577)
|
commit | commitdiff | tree |
2018-09-20 |
Jay Krell | [Coop] Convert assembly.c. (#10677)
|
commit | commitdiff | tree |