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 (Collapse)Author
2017-10-25Bump roslynMarek Safar
2017-10-19[System.Data] move to corefx (#4893)Egor Bogatov
* [System.Data] move to corefx * [System.Data] Missing API: SqlTypesSchemaImporters * [System.Data] Missing API: SqlNotification* * [System.Data] Missing API: SqlDataSourceEnumerator * [System.Data] Missing API: SQLDebugging * [System.Data] fix build * [System.Data] remove public API from different assemblies * Apply corefx changes * Hide some PropertiesTest (missing API in corefx) * Missing API: TypedDataSetGenerator*, etc * Missing API: SqlClientMetaDataCollectionNames * Missing API: SqlCredential * SqlMetaDataFactory.cs is actually sqlmetadatafactory.cs (case sensitive) * Missing API: PoolBlockingPeriod * Fix case-sensitive issues * Odbc support (requires changes in corefx) * ODBC support * Re-enable ODBC ProviderTests * Apply corefx changes * temp commit: fix build * Missing API: Microsoft.SqlServer.Server.* * Missing API: DBDataPermission, OdbcPermission, SqlClientPermission * Missing API: DbProviderFactoriesConfigurationHandler, DbProviderConfigurationHandler, DbProviderFactory.CreatePermission * Missing API: DbProviderFactories * Missing API: SqlCommand BeginXXX methods, SqlException.Message, OdbcFactory.CreatePermission * Add System.Data.SqlClient.SqlMetaData.xml (embedded resource) * reorganize *.sources files for win32, macos and linux * bump corefx * [System.Data] API: SqlDataSourceEnumerator, SqlClientFactory, SqlParameter, SqlMetaData * [System.Data] cleanup * [System.Data] mobile profile, cleanup * [System.Data] Fix few odbc tests (changes are in corefx PR) * [System.Data] fix Open_ConnectionString_DatabaseInvalid test * [System.Data] enable all tests * Add AsynchronousProcessing and ConnectionReset to SqlConnectionStringBuilder * [System.Data] fix build * fix all ProvierTests * fix tests (files several issues against the corefx) * system-data code cleanup * system-data code cleanup * add SqlTypesSchemaImporters * remove corefx/RuntimeInformation.cs, add OleDbPermission stub * OleDbPermission should be serializable (fixing tests) * remove ODBC from mobile profile * fix linux build - add 619 (obsolete) to nowarn list. * temp commit * fix a few api diff issues * add OleDbType type (currently exists even in mobile profiles) * add stubs * Add stubs for OleDb * improve oledb stubs * improve oledb stubs * improve oledb stubs * more oledb stubs * add xunit tests from corefx * Add SqlClient corefx tests * use corefx sources for System.Data.DataSetExtensions * Remove [InternalsVisibleTo ("System.Data.DataSetExtensions")] from System.Data * [System.Data] sync with external/corefx * fix linux\macOS builds * Fix xunit tests * System.Data/Makefile cleanup * tabify System.Data * Rollback changes in System.Web & SqlSharpCli * small cleanup * [System.Data] Remove redundant .sources files * [System.Data] update odbc Res.cs * [System.Data] Remove redundant .sources files * fix System.Data.dll.sources (add a blank line) * remove TypeForwarder for DBNull and register xunit tests for System.Data * Bump API snapshot submodule
2017-10-19Bump RoslynMarek Safar
2017-10-18Bump xunit dependencyMarek Safar
2017-10-17Bump linkerBernhard Urban
2017-10-17[corlib] Add corefx System.Text.Encoding testsAlexander Köplinger
This adds about 9800 Encoding related tests from corefx, all passing after the latest fixes.
2017-10-10[bcl] Fix csi to work on Mono (#5737)Alexander Köplinger
It'd fail to find System.Runtime.dll and System.ValueTuple.dll. Changed the csi.rsp to include those from the Facades/ dir and added a test. Workaround for https://bugzilla.xamarin.com/show_bug.cgi?id=58965
2017-10-10Merge pull request #5714 from alexischr/update_bockbuildAlexis Christoforides
Update Bockbuild
2017-10-06Update BockbuildAlexis Christoforides
2017-10-06Bump API snapshot submodulemonojenkins
2017-10-05Bump corefxMarek Safar
2017-10-02Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)Ankit Jain
2017-09-30[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)Alexander Köplinger
* [corlib] Make Marshal.BufferToBSTR(Array, int) non-public again It was accidentally made public in https://github.com/mono/mono/commit/c5cdfaec1e0973ced3f97ef589cd0bece56067ad. Unfortunately this was before we had the API diff check on Mono and the manual checks in XI/XA integration didn't catch it either. * Bump API snapshot submodule
2017-09-21Bump bockbuild to get gtk Japanese IME fixesCody Russell
2017-09-19Update bockbuild for XCode 9 build fixAlexis Christoforides
2017-09-15Bump API snapshot submodulemonojenkins
2017-09-13Bump ikdasmMarek Safar
2017-09-07Bump RoslynMarek Safar
2017-09-07Update reference-assemblies (#5519)Alexander Köplinger
2017-09-07Bump roslyn to 2.3.2Marek Safar
2017-09-06[Mono.Security]: Remove some unused `Mono.Security.Interface` classes. (#5509)Martin Baulig
* [Mono.Security]: Remove some unused `Mono.Security.Interface` classes. * Mono.Security.Interface: removed `IBufferOffsetSize` and `BufferOffsetSize` (these were not general-purpose BOS APIs, but depend on the internal `SecretParameters` class). * Mono.Security.Interface: removed `SecretParameters`, `SecureBuffer`, `IMonoTlsEventSink`, `TlsBuffer` and `TlsMultiBuffer`. * Bump API snapshot submodule
2017-09-02[ci] Retry flaky tests only on PRs (#5492)Alexander Köplinger
So we can still see failures in master and release branches.
2017-08-31Merge pull request #5479 from marek-safar/cecil-bumpMarek Safar
Bump cecil and linker
2017-08-31Bump API snapshot submodulemonojenkins
2017-08-31Add retrying of failed tests by default to reduce flaky tests (#5461)Alexander Köplinger
Whenever a test fails we retry it five times and then decide the overall result based on that. If three or more of the five retries fail too then the overall result is FAIL, two or lower means PASS. We're modifying nunitlite here so this only works for those tests right now, we'd need to add it to the other test runners too.
2017-08-31Bump cecil and linkerMarek Safar
2017-08-30Bump api-snapshotAlexander Köplinger
2017-08-17Bump bockbuild to remove gtk+ screen patchAlexander Köplinger
2017-08-17Bump bockbuildAlexander Köplinger
2017-08-16Bump bockbuildAlexander Köplinger
2017-08-16netstandard dependant facades update after 2.0 release (#5371)Marek Safar
2017-08-14[MacSDK] Update bockbuild to work around build/staging issueAlexis Christoforides
Commit message: Allow for non-fatal shell execution, and turn “install_name_tool” staging failures to warnings as we find a more permanent solution to AOT dylibs not always having enough field space for the new path (all other dylibs made in the build with the XCode toolchain typically do, as they are built with the “-headerpad_max_install_names” flag.
2017-08-14Bump nuget-buildtasksAlexander Köplinger
Includes https://github.com/NuGet/NuGet.BuildTasks/pull/35
2017-08-12Bump roslyn-binaries.Zoltan Varga
2017-08-11Update Bockbuild for a CI fix/update (shorter build paths for MacSDK)Alexis Christoforides
2017-08-08Bump API snapshotAlexander Köplinger
2017-08-05Bump corefxMarek Safar
2017-08-04Bump API snapshot submodulemonojenkins
2017-08-04Bump cecil and linkerMarek Safar
2017-08-03Bump ikdasm.Zoltan Varga
2017-07-25Bump roslyn (to include more files)Marek Safar
2017-07-25Bump API snapshot submodulemonojenkins
2017-07-25Bump CoreFXMarek Safar
2017-07-25Update bockbuild. Fixes #57002Alexis Christoforides
2017-07-25Bump bockbuild.Zoltan Varga
2017-07-24Bump roslyn to 2.3.1Marek Safar
2017-07-24Bump bockbuild.Zoltan Varga
2017-07-21Bump API snapshot submodulemonojenkins
2017-07-16Bump corefx (#5217)Alexander Köplinger
2017-07-07Bump api-snapshotAlexander Köplinger