Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | More readability fixes for the wiki pages. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
13e4a1ba1f90d9bbb0131399e0999845 |
User & Date: | mistachkin 2013-12-31 07:39:01.124 |
Context
2013-12-31
| ||
07:40 | Update test suite infrastructure to make it possible to easily test the native library pre-loading code. check-in: 1a3f35c77a user: mistachkin tags: trunk | |
07:39 | More readability fixes for the wiki pages. check-in: 13e4a1ba1f user: mistachkin tags: trunk | |
07:23 | Readability improvements to the wiki pages. check-in: d072c28ba4 user: mistachkin tags: trunk | |
Changes
Changes to www/build.wiki.
1 2 3 4 5 6 7 8 9 10 11 12 | <title>Build Procedures</title> <nowiki> <a name="procedures"></a> <h2>Build Procedures</h2> <p> Follow these steps to build the System.Data.SQLite ("SDS") binaries. Unless otherwise noted, all steps need to be done in the order specified. </p> <p> | > | | | | | < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | <title>Build Procedures</title> <nowiki> <a name="procedures"></a> <h2>Build Procedures</h2> <p> Follow these steps to build the System.Data.SQLite ("SDS") binaries. Unless otherwise noted, all steps need to be done in the order specified. </p> <p> You will need a Visual Studio 2005, Visual Studio 2005 SP1, Visual Studio 2008, Visual Studio 2008 SP1, Visual Studio 2010, Visual Studio 2010 SP1, Visual Studio 2012, or Visual Studio 2013 development environment for this build. In order to build both the managed (C#) and native projects (C++) for a particular solution together, the "Professional Edition" (or better) of that particular version of Visual Studio is required. </p> <p> The new build system has been setup using modular solution, project, and property files. </p> |
︙ | ︙ | |||
88 89 90 91 92 93 94 | The string "<root>" represents the root directory of your local source tree (i.e. the working check-out directory) for the System.Data.SQLite project. </li> <li> The string "<year>" represents the version of Visual | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 | The string "<root>" represents the root directory of your local source tree (i.e. the working check-out directory) for the System.Data.SQLite project. </li> <li> The string "<year>" represents the version of Visual Studio being used (e.g. 2005, 2008, 2010, 2012, or 2013). </li> <li> For now, the project will always be built on modern Windows using the .NET Framework even when they will eventually be deployed to run under Mono on Unix. </li> |
︙ | ︙ |
Changes to www/features.wiki.
1 2 3 4 5 6 | <title>Features</title> <h2>Features</h2> <ul> <li> | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | <title>Features</title> <h2>Features</h2> <ul> <li> Written from scratch on Visual Studio 2005 specifically for ADO.NET, implementing all the base classes and features recently introduced in the framework, including automatic transaction enlistment. </li> <li> Supports the Full and Compact .NET Framework, and native C/C++ development. 100% binary compatible with the original sqlite3.dll. |
︙ | ︙ |
Changes to www/source.wiki.
︙ | ︙ | |||
106 107 108 109 110 111 112 | [./build.wiki | build procedures] and/or [./test.wiki | test procedures]. </li> <li> In the future, to update the local working copy with the latest changes from the official System.Data.SQLite repository (i.e. instead of having to re-clone the entire thing), enter the following command from the same | | > > | 106 107 108 109 110 111 112 113 114 115 116 117 118 | [./build.wiki | build procedures] and/or [./test.wiki | test procedures]. </li> <li> In the future, to update the local working copy with the latest changes from the official System.Data.SQLite repository (i.e. instead of having to re-clone the entire thing), enter the following command from the same directory where the working copy is located: <br /> <br /> <b>fossil [http://www.fossil-scm.org/index.html/help/update | update]</b> </li> </ol> |
Changes to www/test.wiki.
︙ | ︙ | |||
8 9 10 11 12 13 14 | The string "<root>" represents the root directory of your local source tree (i.e. the working check-out directory) for the System.Data.SQLite project. </li> <li> The string "<year>" represents the version of Visual Studio | | | | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | The string "<root>" represents the root directory of your local source tree (i.e. the working check-out directory) for the System.Data.SQLite project. </li> <li> The string "<year>" represents the version of Visual Studio used (e.g. "2005", "2008", "2010", "2012", or "2013") to build the binaries being tested. </li> <li> The string "<configuration>" represents the build configuration for the binaries being tested (e.g. "Debug" or "Release"). </li> |
︙ | ︙ |