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-02[csproj] Remove *net_4_5.csproj files from the class libsAlexander Köplinger
2015-11-26[Mono.Data.Sqlite] Remove p/invokes to symbols that are not available on iOS ...Sebastien Pouliot
2015-09-23[mono.data.sqlite] Using sqlite_close_v2 when availableMiguel de Icaza
2015-09-14[build] Generated up-to-date net_4_x MSBuild projects.João Matos
2015-07-29[tests] iOS9 (beta) have fixed bug #27864, adjust testSebastien Pouliot
2015-06-26[mono.sqlite] Provide the full path to the library for iOSSebastien Pouliot
2015-03-25[MonoDataSqlite] Add test for Xamarin.iOS specific bug 27864Alex Soto
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-01-17[bcl] Remove more NET_2_0 checks from class libsAlexander Köplinger
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2015-01-13[bcl] Remove NET_2_0 defines from the class libs. This has been done using: u...Zoltan Varga
2015-01-13[build] Updated csproj files.Marcos Henrich
2014-12-04Remove 4.0 profileMarek Safar
2014-11-24Remove 2.0 profile csproj filesMarek Safar
2014-08-06[Cleanup] Removed a bunch of superfluous .csproj and .sln filesAlexander Köplinger
2014-06-26[Mono.Data.Sqlite] Add support for Scalar and Aggregate functions in Xamarin....Rolf Bjarne Kvinge
2014-05-25[build] the csproj files can now do a full class libraries buildMiguel de Icaza
2014-05-24[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2014-04-19Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
2014-02-06[Mono.Data.Sqlite] Add SqliteFunction tests.Rolf Bjarne Kvinge
2014-02-06[Mono.Data.Sqlite] Add support for custom collation functions in MonoTouch.Rolf Bjarne Kvinge
2013-11-24[Mono.Data.Sqlite] Fixed for Windows .NET 4.0Jeffrey Stedfast
2013-07-02Update csproj filesMarek Safar
2013-05-18[Mono.Data.Sqlite] Stop DataAdapter.Fill exploding when using Sqlite built w/...Michael Hutchinson
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-07Update csproj filesMarek Safar
2012-11-07[Mono.Data.Sqlite] Fix a MonoTouch memory leakRolf Bjarne Kvinge
2012-10-11Merge pull request #438 from mattleibow/masterRodrigo Kumpera
2012-08-28[Mono.Data.Sqlite] Use a prebuilt resources file like Managed.Windows.Forms d...Rolf Bjarne Kvinge
2012-08-21UInt32 is too large for Int32Matthew Leibowitz
2012-08-09[Sqlite] Rework type mapping between sqllite and .net using sqlite's substrin...Rolf Bjarne Kvinge
2012-06-26Fix System.Core reference in VS projectsMarek Safar
2012-06-25Sqlite: Map BOOLEAN to System.Boolean. Fixes #5768.Rolf Bjarne Kvinge
2012-06-19Sqlite: Map GUIDBLOB to System.Guid. Fixes #5577.Rolf Bjarne Kvinge
2012-05-25Merge pull request #289 from alaendle/masterMiguel de Icaza
2012-05-21Fix typoRolf Bjarne Kvinge
2012-05-18Sqlite: Map DATETIME to System.DateTime. Fixes #5078.Rolf Bjarne Kvinge
2012-05-17Add gitignore for Mono.Data.SqliteRolf Bjarne Kvinge
2012-05-17Sqlite: Close the command before the connection when CommandBehavior.CloseCon...Rolf Bjarne Kvinge
2012-05-03Force disposal of Sqlite commands with using-statements in order to better is...Andreas
2012-04-23Fix leak when an error message is returned from sqlite3_execSebastien Pouliot
2012-04-05Update csproj filesMarek Safar
2012-03-07Mono.Data.Sqlite: Add support for TIMESTAMP / UnixEpoch column. Fixes #638.Rolf Bjarne Kvinge
2012-03-07Mono.Data.Sqlite: Fix type name comparison to compare the entire name, not ju...Rolf Bjarne Kvinge
2012-02-20Document the iOS5 specific connection string featuresMiguel de Icaza
2012-02-20Add the inline docs into the documentation using: mdoc update -i doc.xml -o D...Miguel de Icaza
2012-02-20Add stubs for Mono.Data.SqliteMiguel de Icaza
2012-02-19Add iOS FileProtection attributes to the Connection StringMiguel de Icaza