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
AgeCommit message (Expand)Author
2017-02-02Revert "Default powerpc to build with mcs (#4313)"Vlad Brezae
2017-02-01Default powerpc to build with mcs (#4313)Alexander Köplinger
2017-01-31Don't try to AOT test assemblies in runtime_preset=all (#4303)Alexander Köplinger
2017-01-27Fix non-osx build.Rodrigo Kumpera
2017-01-27[profiler] Don't link to libmonosgen on OSX. Fixes in tree execution.Rodrigo Kumpera
2017-01-27Add .sh extension to update_submodules so it gets correct line endingAlexander Köplinger
2017-01-26Fix PLATFORM_AOT_SUFFIX check in configure.acAlexander Köplinger
2017-01-25Skip AOTing profile assemblies if AOT_BUILD_FLAGS is not setAlexander Köplinger
2017-01-25Disable winaot in the runtime_preset=all as wellAlexander Köplinger
2017-01-25Updates for winaot profileHenric Müller
2017-01-25Added support for Windows AOT suffixHenric Müller
2017-01-25Temporarily exclude orbis from the runtime_preset=all to fix build breakAlexander Köplinger
2017-01-23[build] Add new profileMarek Safar
2017-01-21[io-layer] Extract error (#4279)Ludovic Henry
2017-01-13[runtime] Add an --enable-minimal=mdb option for disabling support for .mdb s...Zoltan Varga
2017-01-12[configure] avoid avoid 'no symbols' warnings on darwin (2nd attempt)Bernhard Urban
2017-01-12Merge pull request #3563 from lewurm/interpreterRodrigo Kumpera
2017-01-11Lldb support code for mono (#4225)Zoltan Varga
2017-01-10Revert "[configure] avoid 'no symbols' warnings on darwin"Zoltan Varga
2017-01-10[interpreter] add configure flag and `--regression` flagBernhard Urban
2017-01-05[configure] avoid 'no symbols' warnings on darwinBernhard Urban
2017-01-04[btls] Pass CC and CXX to the BTLS CMake and disable BTLS on older GCC (#4200)Alexander Köplinger
2017-01-02Roslyn 2.0 (rc2) upgradeMarek Safar
2016-12-22configure.ac: set CSC variable to mcs.exe when using mcs as the compilerAlexander Köplinger
2016-12-21Renamed profile to winaot (#4190)Henric Müller
2016-12-21Merge pull request #4159 from akoeplinger/aot-only-renameAlexander Köplinger
2016-12-21[amd64] Disable boehm on osx64.Zoltan Varga
2016-12-20Add test profiles as a list on configure.ac summaryAlexander Köplinger
2016-12-20[bcl] Rename aot_hybrid profile to testing_aot_hybridAlexander Köplinger
2016-12-20[bcl] Rename aot_only profile to testing_aot_fullAlexander Köplinger
2016-12-19[build] Add new profileMarek Safar
2016-12-18configure.ac: import makedev() and friends from <sys/sysmacros.h> (#4170)Sergei Trofimovich
2016-12-09Expose mono_build_root to mcs build systemAlexander Köplinger
2016-12-09[configure] fix out-of-tree-build with roslynBernhard Urban
2016-12-08[jenkins] Rename runtime presets to match CI tagsLudovic Henry
2016-12-08[jenkins] Add `bitcode` CI tag and rename `bitcode_aot_only` runtime preset t...Ludovic Henry
2016-12-08[jenkins] Add `aot_llvm` and `aot` CI tag as well as `aot` runtime presetLudovic Henry
2016-12-07[jenkins] Add hybridaot_llvm CI tag and rename aot_preferred to hybridLudovic Henry
2016-12-03[runtime] Provide fallback for Linux systems that lack CPU_COUNT in sched.h, ...Miguel de Icaza
2016-12-03[io-layer] Remove FormatMessage (#4055)Ludovic Henry
2016-11-30[configure] Detect endianess and use mcs for big-endian systems.Miguel de Icaza
2016-11-30[build] Add --with-mcs-compiler config optionMarek Safar
2016-11-29[configure.ac] Rename `hybrid` runtime preset to `aot_preferred`Ludovic Henry
2016-11-28[build] Roslyn switchMarek Safar
2016-11-24Rename the mobile_static profile to aot_onlyAlexander Köplinger
2016-11-23[runtime] Disable the Wformat-zero-length warning.Zoltan Varga
2016-11-22[profiles] Fix MOBILE assemblies and tests compilation + Rename MOBILE to AOT...Ludovic Henry
2016-11-21Revert "[runtime] Default mobile_static AOT type to FullAOT"Marek Safar
2016-11-21Merge pull request #3406 from alexanderkyte/mobile_static_defaultMarek Safar
2016-11-18[configure.ac] Factor common code for runtime presetLudovic Henry