System.Data.SQLite

All files named ”SQLite.NET.Settings.targets”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for SQLite.NET.Settings.targets

2014-03-12
02:27
Renamed to Targets/SQLite.NET.Settings.targets. Move all strong name keys, targets, and configuration files into their own sub-directories. Move all resources for the core System.Data.SQLite assembly into their own sub-directory. Update list of SQLite keywords contained in the resource file. check-in: [d6f98596b9] user: mistachkin branch: trunk, size: 0
2014-02-11
02:30
Add TRACE_DETECTION compile-time define and modify several Trace.WriteLine calls in the native library pre-loading code to use it. file: [e85e4e6dd6] check-in: [a614401f38] user: mistachkin branch: trunk, size: 28521
2014-01-10
23:28
Initial work on supporting Entity Framework 6. file: [61f76b72b3] check-in: [ccffecfbb0] user: mistachkin branch: ef6, size: 28210
2013-12-27
04:03
Merge testing changes. Rename the XML configuration file to 'System.Data.SQLite.dll.config'. Break out shared native library pre-loading code to fix compilation issues. file: [3d62a271fe] check-in: [c43afb58ea] user: mistachkin branch: refactorNativeLibraryPreLoader, size: 27810
2013-11-27
01:24
Add project and solution files for Visual Studio 2013. file: [10fa472395] check-in: [3daf352762] user: mistachkin branch: vs2013, size: 27577
2013-06-22
02:51
Support compiling without built-in support for creating virtual tables in managed code, thus allowing the vtshim extension module to be excluded. file: [3367309e9b] check-in: [a85fc42853] user: mistachkin branch: virtualTables, size: 26268
2013-06-21
05:39
Move the native memory allocation wrapper methods into the new SQLiteMemory class. file: [6f5d0bae23] check-in: [c16bb56cfd] user: mistachkin branch: virtualTables, size: 25436
05:14
Fix memory leak in the SQLiteModuleBase class. Add support for optionally tracking memory usage of the SQLiteMarshal class. Make sure sqlite3_*_interop() functions are only used when SQLITE_STANDARD is not defined. file: [acf2b0409c] check-in: [4aab5f9721] user: mistachkin branch: virtualTables, size: 25441
2013-03-20
23:00
In the interop assembly, use the sqlite3_prepare_v2() function when available. In the managed assembly, use the sqlite3_prepare_v2() function when enabled. Sync up the list of define constants used by the test suite. file: [531e3e8eb1] check-in: [160e7ea1f6] user: mistachkin branch: trunk, size: 24975
2013-02-20
07:09
Allow loading of the .NET Framework version-specific MSBuild settings files to be skipped. file: [b7ad0b4098] check-in: [05ba00cd36] user: mistachkin branch: trunk, size: 24582
2013-02-15
01:14
Add the ability to select the legacy connection closing algorithm at compile-time. file: [b2d7f96510] check-in: [2f90848c8e] user: mistachkin branch: legacyClose, size: 22138
2012-11-16
19:04
Enhance project files for Visual Studio 2010/2012 to allow easier targeting of the .NET Framework 3.5. file: [7d30c1c1ff] check-in: [6f8cffd539] user: mistachkin branch: trunk, size: 21453
2012-10-27
02:38
Add native logging callback to the interop assembly for use in the debug build. Make the test for ticket [72905c9a77] shutdown SQLite prior to attempting to enable logging. Fix test constraints on tests for tickets [72905c9a77] and [e1b2e0f769] (i.e. wrap them using the fixConstraints helper procedure). Enhancements to the test suite infrastructure. file: [b67053bb2f] check-in: [4b64a8d444] user: mistachkin branch: trunk, size: 20052
2012-10-26
20:37
Add the ability for the test suite to track counts of CriticalHandle derived object instances. Also, slightly simplify test for ticket [6c6ecccc5f]. file: [baca556cfc] check-in: [09c5128542] user: mistachkin branch: trunk, size: 19083
2012-10-13
19:09
Add object disposal diagnostic support for the sqlite3_changes() API. file: [0c73c38e77] check-in: [32459aa7cd] user: mistachkin branch: trunk, size: 18328
2012-10-08
09:11
Add support for extra diagnostics in the native interop assembly when compiled in the debug build configuration. Fix several tests to account for recent changes to the setupDb and cleanupDb test suite infrastructure procedures. file: [31ddeea4e0] check-in: [e8a0cf1336] user: mistachkin branch: trunk, size: 18115
2012-09-21
05:31
Fix build issue due to not setting the new .NET Framework properties. Revise batch testing tool to support testing more build variations. Skip handling the LINQ assembly in the design-time installer when targeting Visual Studio 2005. Miscellaneous test cleanup. file: [ef6fb618fb] check-in: [9ff332924a] user: mistachkin branch: trunk, size: 16670
2012-09-20
11:53
Allow opened connections to skip adding the extension functions included in the interop assembly. Support loading of SQLite extensions. Add more notifications that use the new static Changed event. Miscellaneous comment cleanup. Cleanup usage of compile-time options for the .NET Framework version. Fix argument checking for the batch file tools. file: [1cb26e5773] check-in: [5759e099be] user: mistachkin branch: trunk, size: 14743
2012-09-16
01:47
Correct the system directory used by the design-time installer when running in WoW64. Also, set the Assembly, AssociatedSource, DefaultProvider values for the VS package. file: [451211c6d6] check-in: [65ffbd08e5] user: mistachkin branch: trunk, size: 13808
2012-07-16
04:58
Add define constants to support enabling or disabling individual groups of trace statements. Remove superfluous cast from the call to the sqlite3_config_none P/Invoke method. Make sure to remove any stale database from previous stress test runs. Stop leaking callbacks from the stress test. file: [033ce2026c] check-in: [1164a207ef] user: mistachkin branch: trunk, size: 13488
2012-07-12
07:11
Add support for internal state checking at key points in the public classes that use a connection. Also, adjust the number of iterations for the stress test. file: [bbba897810] check-in: [007a7bb78f] user: mistachkin branch: trunk, size: 12012
2012-04-07
22:26
Correct typos in comments. Skip null entries in the define constants list. file: [d6001759a6] check-in: [72b0eea67d] user: mistachkin branch: trunk, size: 11739
22:18
Update all versions to 1.0.81.0. Add DefineConstants property to the SQLiteConnection class to return the list of define constants used when compiling the core managed assembly. Support compiling the interop assembly without support for the custom extension functions and the CryptoAPI based codec. file: [24628840ef] check-in: [fd6a7e09b8] user: mistachkin branch: trunk, size: 11739
2012-03-11
07:01
Enable the PreLoadNativeLibrary build property by default. This feature has now been tested on the 32-bit and 64-bit variants of Windows 7 as well as 32-bit Windows XP with no issues. file: [d936d40f40] check-in: [0cf606caf6] user: mistachkin branch: trunk, size: 10006
2012-02-22
03:54
Add experimental support for pre-loading the native SQLite library based on the processor architecture of the current process. For now, this feature is disabled by default. file: [b9dcd7c6d8] check-in: [d3df632e9f] user: mistachkin branch: trunk, size: 10007
2011-12-16
03:32
Start of making sure that all core components containing IDisposable objects implement IDisposable and that they follow the established best-practices when doing so. file: [253b4d6832] check-in: [c532a87e4d] user: mistachkin branch: IDisposablePattern, size: 9437
2011-06-29
11:31
Enhancements to command line build and test automation. file: [3a0af19295] check-in: [046dc70fd1] user: mistachkin branch: build-enhancements, size: 8875
2011-04-09
01:33
Silence excessive non-CLS-compliant warnings from the VS designer project. Move StrongName properties for the legacy VS designer project into the project file itself. file: [cc3f97b3d9] check-in: [b1a322d016] user: mistachkin branch: trunk, size: 8812
2011-04-08
01:53
First attempt at using InnoSetup for setup. Adjust default solution settings to favor using the custom 'SQLite.Interop.dll' instead of the standard 'sqlite3.dll'. file: [92e0693526] check-in: [19ee37dcd5] user: mistachkin branch: trunk, size: 8802
2011-02-26
10:21
Added interop project to streamlined build system. Updated SQLite to version 3.7.5. Fixed several warnings about unused local variables in extension-functions.c and interop.c. Group the source files by their origin (for clarity). Heavily revised the RC file for consistency and to centralize version information. Unfortunately, VS2008 / VS2010 use entirely different schemas for their property files; therefore, two sets of property files are required. Deleted the extraneous resource.h file. file: [9fe0d52aa7] check-in: [98361f4a6b] user: mistachkin branch: trunk, size: 8802
2011-02-17
07:52
More work on streamlined build system. file: [f08f54d253] check-in: [55bbb6741b] user: mistachkin branch: trunk, size: 8600
06:00
Added: Initial work on streamlining the build system. Also, partial fix for building with Visual Studio 2008 and/or the .NET Framework 2.0 [2737c06ea1] (for the primary assembly only). file: [d7898310ff] check-in: [6d2a2db720] user: mistachkin branch: trunk, size: 7979