Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sdks
AgeCommit message (Expand)Author
2019-01-07[Android] Fix build with NDK r18 (#11016) (#12291)Marek Habersack
2018-11-15[ios] cosmetic fix for WatchOS Makefile (#11668)monojenkins
2018-11-07[ios] remove DISABLE_POLICY_EVIDENCE (#11581)monojenkins
2018-10-16[sdks] Add Groovy script to build the SDKs archives for the products (#11192)Ludovic Henry
2018-10-12[2018-08] [sdks] Create archive targets for pre-building on CI (#10932)Ludovic Henry
2018-10-12[sdks] Add cmake toolchain file for LLVM MXE builds (#11055)Ludovic Henry
2018-10-12[sdks] Fix llvm-llvm32 build (#11117)Ludovic Henry
2018-10-04[sdks/ios] Build libMonoPosixHelper for device architectures, so that zlib-he...Rolf Bjarne Kvinge
2018-09-28[sdks] One more update to get XA PR builds working on Linux (#10856)monojenkins
2018-09-27[sdks] Debian Linux doesn't need to build MXE (#10820)monojenkins
2018-09-25[SDKS] Build host runtime with correct bitness (#10741)monojenkins
2018-09-02[2018-08] [sdks] Add cross-{arm,arm64,x86,x86_64}{,-win} runtimes for XA + Un...Ludovic Henry
2018-08-30Bump target requirement to OSX 10.9 MavericksAlexander Köplinger
2018-08-30[sdks] Allow for overwriting llvm-{llvm32,llvm64} CC, CXX, CFLAGS and CXXFLAG...Ludovic Henry
2018-08-23[sdks] Use separate temporary dirs for llvm36/llvm. (#9975)monojenkins
2018-08-20[2018-08] Enable mono-state-based telemetry for crashing on CI (#9963)monojenkins
2018-08-19[sdks] Fix local testing for Android (#10176)monojenkins
2018-08-16[sdks] Fix typo in ios template (#10131)monojenkins
2018-08-07[sdks] Rename LLVM_VERSION make var to LLVM_RELEASE, LLVM_VERSION is already ...monojenkins
2018-08-06[sdks] Switch the 32 bit cross compilers back to the old llvm 3.6, the new ve...Zoltan Varga
2018-08-05[coop] Turn hybrid suspend on by default on desktop platforms (#9811)Aleksey Kliger (λgeek)
2018-08-04[runtime] Cross32 changes. (#9866)Zoltan Varga
2018-07-31Add support for Blazor custom interop support. (#9713)Kenneth Pouncey
2018-07-27Revert "[System.Native] Build a reduced library on Android and iOS"Jay Krell
2018-07-27[System.Native] Build a reduced library on Android and iOSAlexis Christoforides
2018-07-20[sdks]: Call `MonoTlsProviderFactory.Initialize()` on test startup. (#9629)Martin Baulig
2018-07-19[wasm] Remove dead code and add fetch callback to mono_load_runtime_and_bcl. ...Rodrigo Kumpera
2018-07-12[sdks] add interp-mixed to iOS SDKBernhard Urban
2018-07-11[sdk] Do not fix android platform-tools version. Make it configurable.Atsushi Eno
2018-07-11[ios sdk] add interp-only support (#9427)Bernhard Urban
2018-07-08[sdks] Remove obsolete ios/MonoTestRunner project. (#9428)Zoltan Varga
2018-07-06[runtime] Bump build requirement to 10.8Alexander Kyte
2018-07-03[sdks] Restore the meaning of the IGNORE_PACKAGE_LLVM option. (#9412)Zoltan Varga
2018-06-30Merge pull request #8792 from alexanderkyte/llvm_uniAlexander Kyte
2018-06-29[wasm] Reorganize and simplify the location of all debugging support code. It...Rodrigo Kumpera
2018-06-29[llvm] Fix build for Mono SDKsLudovic Henry
2018-06-28 [sdks] Only rebuild MXE when it doesn't exist, not when we just cloned the s...Ludovic Henry
2018-06-27Fix the wasm bcl build. Ordering was wrong.Rodrigo Kumpera
2018-06-27fix typo in the readme. Thanks @SuchimanRodrigo Kumpera
2018-06-27[sdks] Enable building of nunitlite and test suites for the bcl.Rodrigo Kumpera
2018-06-27[wasm] Adjust packager to better work with our sample. Update the sample to ...Rodrigo Kumpera
2018-06-27[wasm] Switch the test suites to use packager. This massively simplify the Ma...Rodrigo Kumpera
2018-06-27[wasm] Introduce packager that simplifies A LOT deploying a wasm app with mon...Rodrigo Kumpera
2018-06-27[wasm] Rought sample of the debugger.Rodrigo Kumpera
2018-06-27[wasm] Small set of changes that are wasm specific. (#9305)Rodrigo Kumpera
2018-06-25[sdks] Download LLVM with llvm/Ludovic Henry
2018-06-25[sdks] Build LLVM+MXE with llvm/Ludovic Henry
2018-06-25[runtime] Remove sdks targets that configure llvm, non-mxeAlexander Kyte
2018-06-25[runtime] Made mono build llvm if it can't find itAlexander Kyte
2018-06-25Merge pull request #9151 from kumpera/de_engine_part6Rodrigo Kumpera