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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-24Fix System.Data.Odbc configurations for support package and run UpdateVSConfi...Santiago Fernandez Madero
2017-10-10Add S.R.CS.Unsafe.AsRef<T>(ref readonly T) (#24479)ektrah
2017-10-10Making some small updates to Memory and S.R.CS test projects. (#24436)Ahson Ahmed Khan
2017-10-03Reenabling disabled tests and disabling others (for uapaot) (#24385)Ahson Ahmed Khan
2017-09-12Enable S.R.CS.Unsafe and System.Memory tests for UAP (#23905)Ahson Ahmed Khan
2017-09-01Fix library packages overlapping with framework packagesEric St. John
2017-08-29Update VS configurationsEric St. John
2017-08-28S.R.CS.Unsafe.AsRef remove unnecessary IL instructions for netcoreapp (#23437)nietras
2017-08-15Ensure packages continue to build for NETCoreApp2.0Eric St. John
2017-08-04Improve directory deletion stack pressure (#22596)Jeremy Kuhne
2017-06-30Adding void* APIs for Add and Subtract (#20886)Ahson Ahmed Khan
2017-05-17Increment versions post 2.0Eric St. John
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-04-03Fix incremental build of S.R.CS.UnsafeEric St. John
2017-03-07Refresh current solutions and project configurationsWes Haggard
2017-03-02Add Unsafe.ReadUnaligned/WriteUnaligned (#16570)mikedn
2017-03-01Restore ilasm from external directoryEric Mellino
2017-02-28Revert "Update buildtools and re-enable projects disabled due to Unix ilasm"Eric Mellino
2017-02-27Update buildtools and re-enable projects disabled due to Unix ilasmEric Mellino
2017-02-17Make sure Memory and Unsafe are packaged w/o RIDEric St. John
2017-02-16Remove all .builds files under pkg/ref/src/tests library foldersWes Haggard
2017-02-09Enable tests to compile with netstandard (#15956)Tarek Mahmoud Sayed
2017-02-07Remove versioned configuration from test projects (#15879)Tarek Mahmoud Sayed
2017-02-04Merge pull request #15770 from weshaggard/FixSolutionsToUseWindowsSlashesWes Haggard
2017-02-04Update Solution files to use windows path slashes.Wes Haggard
2017-02-03Revert "Mark System.Memory and Unsafe as .NET Core App assemblies."Eric Mellino
2017-02-03Sync BuildConfiguration with project PropertyGroupsEric St. John
2017-02-03Enable compiling the test projects against the configuration (#15743)Tarek Mahmoud Sayed
2017-02-03Update all solution files using solution generation toolWes Haggard
2017-02-03Add ProjectGuids for all projects and empty configs for projects without Buil...Wes Haggard
2017-02-01Mark System.Memory and Unsafe as .NET Core App assemblies.Eric Mellino
2017-01-31Sync PropertyGroups and BuildConfigurationsEric St. John
2017-01-26Disable Unsafe outside Windows (ilproj's cannot build there yet)Eric Mellino
2017-01-26Add a Configurations.props file for CompilerServices.UnsafeEric Mellino
2017-01-19Remove use of NuGetTargetMonikerEric St. John
2017-01-18Update project configuration and sln files (#15182)Karthik Rajasekaran
2017-01-11Cleaning up src.builds and tests.builds and build System.ConfigurationsJose Perez Rodriguez
2017-01-11Automated update of ns1.7->ns2.0 and nca1.1->nca2.0Alex Perovich
2017-01-06Merge branch master into dev/engJose Perez Rodriguez
2017-01-04Add Configurations.props files for test projects, include tests in build.proj...Eric Mellino
2016-12-17Use static configurations for building a vertical (#14489)chcosta
2016-12-16Make Unsafe.AsRef inlineable (#14547)Jan Kotas
2016-12-15S.R.CS.Unsafe: Add CopyBlock/CopyBlockUnaligned and InitBlock/InitBlockUnalig...nietras
2016-12-14Make Test projects compile against the Targeting pack. (1/3 of the work) (#14...Jose Perez Rodriguez
2016-12-13Remove builds files (#14449)chcosta
2016-12-10vertical build port to Dev/eng [Do not merge] (#14171)chcosta
2016-12-09More ordering consistencyStephen Toub
2016-12-07Make System.Memory and Unsafe target 1.1 packages (#14271)Eric StJohn
2016-10-29Enable S.R.CS.Unsafe tests that depend on ref locals and returns (#13141)Jan Kotas
2016-10-22S.R.CS.Unsafe: Add 'IntPtr ByteOffset<T>(ref T origin, ref T target)' (#12895)nietras