Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for SQLite.Interop/SQLite.Interop.2010.vcxproj
2024-06-25
| ||
15:28 | Project and build updates to better support per-configuration values. file: [dc2e8f95ea] check-in: [1e25aa29cc] user: mistachkin branch: trunk, size: 31614 | |
2024-06-05
| ||
00:52 | Add the 'compress' and 'zipfile' extensions to the interop assembly. file: [0ab09cf31c] check-in: [2353287b09] user: mistachkin branch: trunk, size: 31561 | |
2022-11-22
| ||
20:16 | Add experimental support for native sha3 extension. file: [c931a84070] check-in: [dd498797e7] user: mistachkin branch: trunk, size: 31332 | |
2022-08-30
| ||
21:23 | Add MSVC version to the resource defines. file: [6ad444da2f] check-in: [098c877ec4] user: mistachkin branch: trunk, size: 31217 | |
20:37 | Stub-in extra defines for the interop assembly resource file. file: [9429215e53] check-in: [feb02a19c6] user: mistachkin branch: trunk, size: 31089 | |
2022-03-03
| ||
19:34 | Update SQLite core library to the 3.38.0 release. Update version history docs. file: [ba1609bb21] check-in: [31236fc07d] user: mistachkin branch: trunk, size: 30865 | |
2019-07-27
| ||
01:48 | Add SQLITE_USER_DEFINES and INTEROP_USER_DEFINES placeholders to the native project files. file: [2584d8d6cc] check-in: [7324638166] user: mistachkin branch: trunk, size: 30977 | |
2018-02-20
| ||
14:34 | Enhance support for building the managed projects using Mono. file: [5b1d0f1a29] check-in: [850533f006] user: mistachkin branch: trunk, size: 30601 | |
2017-02-02
| ||
19:26 | Add experimental support for native sha1 extension. file: [cb6e051afb] check-in: [f1feb19c18] user: mistachkin branch: trunk, size: 30516 | |
2016-10-13
| ||
18:54 | Fix typo in the VCX project files that was preventing the interop DLL from being copied during post-build in the 'ReleaseNativeOnly' configuration on x64. file: [886b7cadee] check-in: [1077726517] user: mistachkin branch: trunk, size: 30405 | |
2016-08-31
| ||
20:55 | Further refinements. file: [e17b4c959f] check-in: [1df1cd4fec] user: mistachkin branch: interopPostBuild, size: 30407 | |
20:28 | More work on the PostBuildEvent replacements. file: [be0ec1ce42] check-in: [999c925007] user: mistachkin branch: interopPostBuild, size: 30399 | |
19:21 | Import the custom MSBuild targets file from the appropriate interop assembly project files. file: [5baf31143c] check-in: [46d5646194] user: mistachkin branch: trunk, size: 31177 | |
2016-03-23
| ||
00:42 | Move the primary interop assembly source code files into the 'generic' sub-directory. file: [154a0de313] check-in: [347ba2f872] user: mistachkin branch: trunk, size: 31110 | |
2015-12-12
| ||
04:49 | Fix typo in SQLite interop project files (for VS 20XX) that impacts customization of INTEROP_LIBRARY_DEPENDENCIES. file: [e2d39089b0] check-in: [70131d4f23] user: mistachkin branch: trunk, size: 31102 | |
2015-09-11
| ||
19:31 | Add experimental support for the 'json1' extension, enabled by default. file: [6ccc271095] check-in: [206cf1bc0a] user: mistachkin branch: trunk, size: 31102 | |
2015-07-14
| ||
22:03 | Add experimental support for the FTS5 loadable extension. file: [43cb90a721] check-in: [b1750e5eba] user: mistachkin branch: trunk, size: 30990 | |
2014-03-12
| ||
02:27 | 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. file: [1b3f3607ae] check-in: [d6f98596b9] user: mistachkin branch: trunk, size: 30879 | |
2014-02-04
| ||
08:07 | For the MSBuild based SQLite interop assembly projects, make sure the solution settings file is imported after the properties files. file: [960d1e6a4b] check-in: [f7ed2c1f03] user: mistachkin branch: trunk, size: 30861 | |
07:28 | Make sure that PDB files are copied along with all their SQLite interop assembly files. Cleanup OutDir/TargetDir macro use in all interop assembly project files. file: [07a4099dc9] check-in: [e413195c8e] user: mistachkin branch: trunk, size: 30861 | |
2014-01-24
| ||
01:27 | More work on getting 32-bit on 64-bit testing support working. file: [6761f7801f] check-in: [b310edde93] user: mistachkin branch: trunk, size: 30773 | |
2013-12-02
| ||
19:53 | Add the percentile loadable extension to the interop assembly. file: [156cde3d80] check-in: [ebd58ca385] user: mistachkin branch: trunk, size: 30461 | |
2013-10-28
| ||
07:59 | Add experimental support for the regexp extension. file: [191acbd81e] check-in: [c0260ae9bc] user: mistachkin branch: regexp, size: 30344 | |
2013-10-15
| ||
06:26 | Update SQLite core library to the latest trunk code. Add the 'totype' extension. file: [61c8707258] check-in: [159d24c754] user: mistachkin branch: trunk, size: 30231 | |
2013-07-25
| ||
08:23 | Enable better integration with external native libraries to be linked with the interop assembly. file: [ba10e360cd] check-in: [52cb9b7778] user: mistachkin branch: trunk, size: 30118 | |
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: [8f4563b5eb] check-in: [a85fc42853] user: mistachkin branch: virtualTables, size: 28567 | |
2013-06-20
| ||
01:40 | More work on disposable vtable integration. file: [dc4301efc7] check-in: [5a2bdec84f] user: mistachkin branch: virtualTables, size: 27452 | |
2012-11-16
| ||
19:04 | Enhance project files for Visual Studio 2010/2012 to allow easier targeting of the .NET Framework 3.5. file: [e5ff148e25] check-in: [6f8cffd539] user: mistachkin branch: trunk, size: 27406 | |
2012-10-06
| ||
05:58 | Remove superfluous Unicode related defines in the native project files. file: [85159fe97f] check-in: [e84d4d5613] user: mistachkin branch: trunk, size: 27235 | |
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: [1f31dbb7a1] check-in: [5759e099be] user: mistachkin branch: trunk, size: 27371 | |
2012-09-14
| ||
09:03 | Make the strong name signing target(s) and build steps more robust when Visual Studio 2012 is installed. file: [86fbc41a7a] check-in: [bca430acc5] user: mistachkin branch: vs2012, size: 27271 | |
07:34 | Initial work on supporting Visual Studio 2012. file: [22b2bc9c6d] check-in: [58dc41d4c8] user: mistachkin branch: vs2012, size: 26391 | |
2012-04-07
| ||
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: [eabf56f71a] check-in: [fd6a7e09b8] user: mistachkin branch: trunk, size: 26407 | |
2012-02-24
| ||
15:41 | Add Visual Studio 2005 support to all the applicable solution/project files, their associated supporting files, and the test suite. file: [cd498189b7] check-in: [a594f67d47] user: mistachkin branch: trunk, size: 26207 | |
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: [02715564d9] check-in: [d3df632e9f] user: mistachkin branch: trunk, size: 26197 | |
2011-11-23
| ||
07:12 | Correct native platform checks in the interop project files and the test runner batch file. file: [708d87613f] check-in: [f42a1a5da8] user: mistachkin branch: trunk, size: 25860 | |
2011-09-11
| ||
13:14 | Fix debug builds of the native interop assembly by making sure that SQLITE_WIN32_MALLOC is not defined with SQLITE_MEMDEBUG (i.e. they are mutually exclusive at compile-time). file: [61c715cc0f] check-in: [7ef5b80330] user: mistachkin branch: trunk, size: 25793 | |
2011-07-09
| ||
20:37 | Fix incorrect resource name for SR.resx in the VC 2010 mixed-mode assembly. file: [583c8a4a41] check-in: [55f56ce508] user: mistachkin branch: trunk, size: 25689 | |
18:10 | Remove NDEBUG from common defines. Move SQLITE_HAS_CODEC to 'extra' defines. file: [96d23b42de] check-in: [739ba4e18c] user: mistachkin branch: trunk, size: 25698 | |
2011-07-01
| ||
13:25 | Re-enable building all projects for Windows CE. Not yet tested. file: [fb29b1588e] check-in: [afaaa2b085] user: mistachkin branch: build-enhancements, size: 25506 | |
2011-06-29
| ||
13:46 | Add support for build_all tool. Disable GAC task in setup when the native DLL is necessary. file: [7b9d8366c8] check-in: [78aa3287dc] user: mistachkin branch: build-enhancements, size: 25459 | |
11:31 | Enhancements to command line build and test automation. file: [2538f0a75f] check-in: [046dc70fd1] user: mistachkin branch: build-enhancements, size: 25471 | |
2011-04-23
| ||
23:41 | Removed the need for the sqlite3.def file. This should fix issue [e486f6be57]. file: [a08e98fef2] check-in: [c3a442319f] user: shaneh branch: trunk, size: 25333 | |
2011-04-13
| ||
19:12 | Update setup baking tool to revise fix for escaping parenthesis. Temporarily disable use of bcsmake for the interop project. file: [3e1cd40a13] check-in: [fdf1e3ca74] user: mistachkin branch: trunk, size: 25959 | |
2011-04-12
| ||
16:03 | Fix post-build conditional for XCOPY task. Remove superfluous ItemGroup for embedded resources from LINQ projects. file: [ac97afa50f] check-in: [c584d03d83] user: mistachkin branch: trunk, size: 26367 | |
2011-04-10
| ||
01:50 | Make sure all new build system metadata files are accessible in the IDE via the solutions. file: [4270e6a445] check-in: [191aeaf73e] user: mistachkin branch: trunk, size: 26293 | |
2011-04-09
| ||
19:42 | Unbreak StrongName signing on VS 2010 RTM. MSDN ref: 4b8f353d-8153-45d6-b286-10403cdf159a file: [f771141fe2] check-in: [742a2fd061] user: mistachkin branch: trunk, size: 26198 | |
19:20 | Fix post-build step condition for Debug and Release configurations of the interop project (i.e. they should always try to re-sign the assembly). file: [d93d5bca2e] check-in: [e5e8c081f5] user: mistachkin branch: trunk, size: 25874 | |
2011-04-08
| ||
11:47 | Allow manual override of common setup baking properties. Also, clarify conditions for VS 2010 post-build steps in the interop assembly project. file: [6b1dd4f5d5] check-in: [bd6bc1aab9] user: mistachkin branch: trunk, size: 25697 | |
05:14 | Add post-build step to copy interop dll to test directory (VS 2008). Also, add trailing backslash to VS 2010 post-build commands. file: [3ce671b690] check-in: [a512f4ae40] user: mistachkin branch: trunk, size: 25693 | |
04:40 | Add post-build step to copy interop dll to test directory. file: [c86941c852] check-in: [de383c669e] user: mistachkin branch: trunk, size: 25689 | |
04:10 | Add VS 2010 x64 project configurations for the SQLite.Interop assembly to the new build system. file: [7db89ccb6f] check-in: [acc3e52af9] user: mistachkin branch: trunk, size: 24763 | |
2011-04-07
| ||
23:43 | Fix StrongName signing issue with the SQLite.Interop assembly file. Make sure all build configurations and platforms are properly mapped in the solution files. file: [1fd7f8c4bf] check-in: [56f84a6f6c] user: mistachkin branch: trunk, size: 13564 | |
2011-02-26
| ||
15:09 | Enable native-only targets for the interop assembly. file: [a3a4939341] check-in: [26379a6c73] user: mistachkin branch: trunk, size: 13304 | |
13:51 | Preparation for the native-only interop targets (i.e. SQLite.Interop.dll). Avoid having the project name being used to help name any of the output files. file: [28a14bdcf4] check-in: [1688fbec2c] user: mistachkin branch: trunk, size: 8368 | |
12:37 | Fix issue with the VERSIONINFO resource where the DEBUG flag was not being set correctly. file: [e8f23f213d] check-in: [ddd4705c67] user: mistachkin branch: trunk, size: 8259 | |
12:11 | Fix issue with the INTEROP_ASSEMBLY_RESOURCES build macro. file: [7f0ed6dbe5] check-in: [9ffa2eeb33] user: mistachkin branch: trunk, size: 8245 | |
12:03 | Added: Fix strong name signing with embedded manifests and add the VS 2010 project file for the interop assembly. file: [aab5c46a28] check-in: [6660802dd0] user: mistachkin branch: trunk, size: 8281 | |