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
2015-12-05Bump reference source to .net 4.6.1Marek Safar
2015-12-02[csproj] Update order.xml and csproj filesAlexander Köplinger
2015-12-02[csproj] Remove *net_4_5.csproj files from the class libsAlexander Köplinger
2015-11-17Add monotouch_*_runtime profiles for watchOS and tvOS.Rolf Bjarne Kvinge
2015-11-02[System.Core] Make sure DateTime.AddDays() is preserved by the linker in a testAlexander Köplinger
2015-10-21[interpreter] Relax check for forcing compilation for built-in structsAlexander Köplinger
2015-10-17[bcl] Update to 4.6 referencesourceMarek Safar
2015-10-14[interpreter] Implement comparing string values in (Not)EqualInstructionAlexander Köplinger
2015-09-14Add a monotouch_tv profile.Rolf Bjarne Kvinge
2015-09-14Merge pull request #2046 from rolfbjarne/profile-simplificationRolf Bjarne Kvinge
2015-09-14[build] Generated up-to-date net_4_x MSBuild projects.João Matos
2015-09-11Remove profile-specific logic from makefiles.Rolf Bjarne Kvinge
2015-08-21[BCL] Partial compilation fix for xammac_4_5. Facades still busted.Rodrigo Kumpera
2015-07-26[bcl] Remove NET_4_0 defines from class libsAlexander Köplinger
2015-07-17[build] Update facades to mobile profilesMarek Safar
2015-07-16[Facades] Add v3 facadesMarek Safar
2015-07-15[tests] Android behaves the same as desktop MonoMarek Habersack
2015-07-15[build] Switch to 4.6 profile as default profileMarek Safar
2015-06-25Add a monotouch_watch profile.Rolf Bjarne Kvinge
2015-06-18Create xammac_net_4_5 profile for XM 4.5 Unified to remove references to unsh...Chris Hamons
2015-06-18[System.Core] Test MemoryMappedFile.CreateFromFileMarcos Henrich
2015-06-16[System.Core] Updated MemoryMappedFileTestMarcos Henrich
2015-06-15[System.Core] Using more reference source files.Marcos Henrich
2015-06-03[System.Core] Implemented PointerOffsetMarcos Henrich
2015-06-03[System.Core] Test MemoryMappedFile views.Marcos Henrich
2015-03-24[tests] Tweak MemoryMappedFile test case that fails on iOS/ARM64 [#27667]Sebastien Pouliot
2015-03-17[genproj] Re-generated the class library projects.João Matos
2015-03-02[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to redu...Zoltan Varga
2015-02-27[build] Add dependency information for class libraries using a LIB_REFS varia...Zoltan Varga
2015-02-23[system.core] Switch to dynamic visitor from reference sources and remove unu...Marek Safar
2015-02-23[Linq] Replace implementation by Microsoft reference sourcesLudovic Henry
2015-02-20Use more resource text strings from reference sourcesMarek Safar
2015-02-12[system.core] Fix wrong 405f9534df56496068a4af85d05ba12cf0bc157fMarek Safar
2015-02-11[system.core] Update aes test to match imported codeMarek Safar
2015-02-10Moved android-dump-tzdata make target to corlib.Marcos Henrich
2015-02-04Move TimeZoneInfo tests to corlibMarek Safar
2015-02-04[corlib] Fix overflow in TimeZoneInfo utc conversionMarek Safar
2015-02-02[System.Core/Android] Update TimeZone database self test.Jonathan Pryor
2015-01-29[build] Updated the class library MSBuild projects.João Matos
2015-01-29[System.Core] Fixed interpreter build.João Matos
2015-01-29[system.core] Fixes MT buildMarek Safar
2015-01-28Merge pull request #1510 from BrzVlad/fix-file-mapRodrigo Kumpera
2015-01-28[System.Core] More reference sourcesMarek Safar
2015-01-28[corlib] Move Aes.cs to corlibMarek Safar
2015-01-28[system.core] Profiles cleanupMarek Safar
2015-01-28[corlib] Move TimeZoneInfo source files to assembly they are usedMarek Safar
2015-01-28[system.core] Cleanup TimeZoneInfo ifdefsMarek Safar
2015-01-27When map size is 0, use the aligned size of the file.Vlad Brezae
2015-01-27Fail on mappings that exceed the file size.Vlad Brezae
2015-01-27Fix handling of mappings over file size.Vlad Brezae