Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for tool/omittest.tcl
2025-01-01
| ||
18:18 | [bec70ef0e1] part of check-in [4f6c36a61c] Fix the tool/omittest.tcl script, broken by [d8c0e0184226bdae]. (check-in: [4f6c36a61c] user: drh branch: trunk, size: 5752) | |
2024-08-30
| ||
17:33 | [5ca5e4e017] part of check-in [ddc55efd2d] Do not fail the omittest if ICU libraries are not installed. (check-in: [ddc55efd2d] user: drh branch: trunk, size: 5754) | |
16:24 | [b8e9aae836] part of check-in [99491df19d] Rework the tool/omittest.tcl script so that it works with the configure-generated Makefile, and requires no arguments. Update the configure-generated Makefile with a new "tidy" target which is like "clean" except that is preserves test logs. Use "make tidy" to force everything to be recompiled from scratch without destroying logs. (check-in: [99491df19d] user: drh branch: makefile-improvements, size: 5282) | |
2023-05-05
| ||
14:16 | [e99c9fecc3] part of check-in [fece588b18] Updates to compile-time option usage and especially to the compile-time option test script in tool/omittest.tcl. (check-in: [fece588b18] user: drh branch: trunk, size: 11167) | |
2022-02-21
| ||
13:02 | [3bc9609ace] part of check-in [f36325a6e2] Add SQLITE_OMIT_JSON to the compile-time option test sequence. (check-in: [f36325a6e2] user: drh branch: trunk, size: 9648) | |
2021-05-08
| ||
17:18 | [3d222272b1] part of check-in [6df3b03e00] Enable the sqlite3_serialize() and sqlite3_deserialize() interfaces by default. Omit the SQLITE_ENABLE_DESERIALIZE option and replace it with the SQLITE_OMIT_DESERIALIZE option. (check-in: [6df3b03e00] user: drh branch: trunk, size: 9625) | |
2021-04-07
| ||
18:08 | [38c3e409ae] part of check-in [83b8e4c281] Add the SQLITE_ALLOW_ROWID_IN_VIEW option to omitttest.tcl. (check-in: [83b8e4c281] user: drh branch: no-rowid-on-view, size: 9595) | |
2020-07-29
| ||
16:18 | [e322b9fede] part of check-in [a80ae2c98b] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c98b] user: drh branch: typos, size: 9562) | |
2020-04-14
| ||
15:35 | [962b2255b2] part of check-in [cc56cbdb61] Change the name from NATSORT to UINT. Provide an OMIT compile-time option. (check-in: [cc56cbdb61] user: drh branch: natsort, size: 9593) | |
2020-01-17
| ||
19:14 | [6616fbf384] part of check-in [7584e4b649] Fix #ifdefs so it compiles cleanly with all SQLITE_OMIT compile-time options. Update compile-time option testing. (check-in: [7584e4b649] user: drh branch: trunk, size: 9562) | |
2019-04-10
| ||
18:29 | [27f9413c33] part of check-in [f294cfc173] Update the list of OMIT options in the omittest.tcl script. (check-in: [f294cfc173] user: drh branch: trunk, size: 9425) | |
2017-05-15
| ||
15:05 | [dfc8b18a23] part of check-in [0f05d7e93a] Improvements to the omittest.tcl script. (check-in: [0f05d7e93a] user: drh branch: trunk, size: 9160) | |
2014-01-25
| ||
12:16 | [34d7ac01fe] part of check-in [b30db0ac30] Fix a problem causing SQLITE_OMIT_COMPOUND_SELECT builds to fail. (check-in: [b30db0ac30] user: dan branch: trunk, size: 9001) | |
2012-06-21
| ||
15:09 | [4665982e95] part of check-in [eebd594d6b] Remove more references to OS/2. (check-in: [eebd594d6b] user: mistachkin branch: trunk, size: 8979) | |
2011-10-20
| ||
00:55 | [72a49b8a9a] part of check-in [4344483f7d] Enhancements to the omittest.tcl script used to verify that the SQLITE_OMIT compile-time options are working. (check-in: [4344483f7d] user: drh branch: trunk, size: 9153) | |
2011-06-22
| ||
20:14 | [8086c014cb] part of check-in [f5f46dc7b8] Added limited support to omittest.tcl for nmake makefile. (check-in: [f5f46dc7b8] user: shaneh branch: trunk, size: 9018) | |
2011-04-06
| ||
17:54 | [b1dd290c15] part of check-in [2039ed952a] Changes to support building with various SQLITE_OMIT_XXX options defined. (check-in: [2039ed952a] user: dan branch: trunk, size: 8782) | |
2011-03-12
| ||
05:55 | [ec597b7db5] part of check-in [668b91dbff] Backport the SQLITE_OMIT_UNIQUE_ENFORCEMENT change from check-in [b86999436e] on the trunk. (check-in: [668b91dbff] user: shaneh branch: branch-3.7.2, size: 7388) | |
04:58 | [4f4cc66bb7] part of check-in [b86999436e] More tests for SQLITE_OMIT_UNIQUE_ENFORCEMENT and minor change to implementation. (check-in: [b86999436e] user: shaneh branch: trunk, size: 8379) | |
2011-02-09
| ||
19:55 | [71c6f21afa] part of check-in [7cc515edc9] Make sure code *compiles* with each OMIT and ENABLE option. Mostly changes to test modules. (check-in: [7cc515edc9] user: shaneh branch: trunk, size: 8342) | |
2008-10-13
| ||
15:35 | [27d6f6e3b1] part of check-in [c3f9164515] Fix the SQLITE_OMIT_DATETIME_FUNCS compile-time option so that it builds successfully. (CVS 5815) (check-in: [c3f9164515] user: drh branch: trunk, size: 7341) | |
2008-08-22
| ||
13:57 | [4be55add3e] part of check-in [10e62d4700] fix some tests to take the right branch on OS/2 (hope I got the Tcl syntax right) (CVS 5593) (check-in: [10e62d4700] user: pweilbacher branch: trunk, size: 7369) | |
2008-08-04
| ||
03:51 | [5a25ea687d] part of check-in [9ca975c8fd] Fix (make test) with SQLITE_OMIT_COMPOUND_SELECT. Ticket #3235. (CVS 5530) (check-in: [9ca975c8fd] user: danielk1977 branch: trunk, size: 7212) | |
2008-07-31
| ||
02:43 | [016a42726a] part of check-in [f94239933e] Updated omittest.tcl. Updated OMIT list. Updated for Windows. (CVS 5510) (check-in: [f94239933e] user: shane branch: trunk, size: 7196) | |
2008-06-26
| ||
10:41 | [e29ddad7f5] part of check-in [cdd4cf4ce2] Change the OS_XXX pre-processor symbols to SQLITE_OS_XXX. Symbols "OS_UNIX", "OS_WIN", "OS_WINCE", "OS_OS2" and "OS_OTHER" are now "SQLITE_OS_UNIX", "SQLITE_OS_WIN", "SQLITE_OS_WINCE", "SQLITE_OS_OS2" and "SQLITE_OS_OTHER", respectively. (CVS 5311) (check-in: [cdd4cf4ce2] user: danielk1977 branch: trunk, size: 5859) | |
2007-09-14
| ||
16:20 | [7d1fdf469e] part of check-in [87e37eabf0] Minor fixes for the OMIT_INCRBLOB compilation option. (CVS 4430) (check-in: [87e37eabf0] user: danielk1977 branch: trunk, size: 5852) | |
2006-06-20
| ||
11:01 | [e6b3d6a128] part of check-in [c6ea353bd9] Modifications so that compilation and testing with the various OMIT macros defined works. (CVS 3276) (check-in: [c6ea353bd9] user: danielk1977 branch: trunk, size: 5811) | |
2006-01-26
| ||
13:11 | Added: [3d07c8f67e] part of check-in [540d28a7d3] Add omittest.tcl script to automate testing compile-time OMIT symbols. (CVS 3031) (check-in: [540d28a7d3] user: danielk1977 branch: trunk, size: 5769) | |