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-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
2012-02-17Cleanup some assembly attributesMarek Safar
2012-02-10Add VS project files for test projectMarek Safar
2012-02-09Update class library csproj filesMarek Safar
2012-01-11Merge pull request #214 from QuickJack/cd2c570c5543963d987f51080218715407c5d4b9Marek Safar
2011-12-29Fixes a warning in Mono.Data.Sqlite.dllQuickJack
2011-12-22Do not add the Create flag when ReadOnly is used. Fix http://stackoverflow.co...Sebastien Pouliot
2011-12-13Fix x #2191Miguel de Icaza
2011-09-24Provide binding for sqlite3_config to allow setting the threading model. Fix ...Sebastien Pouliot
2011-09-16Allow commit/rollback/update events to work under MonoTouch. Fix bug #233Sebastien Pouliot
2011-02-13Add solution filesMiguel de Icaza
2011-02-02Clean up resource filesMarek Safar