aboutsummaryrefslogtreecommitdiff
path: root/src/test_init.c
Commit message (Collapse)AuthorAge
* Test app/script patches from Jan Nijtmans for cygwin. Add/replace many more ↵stephan2025-03-08
| | | | | sentinel arguments for TCL variadic functions which specifically need a NULL trailing argument. With this, 'make test' on cygwin runs to completion for me, with 134 of 329227 tests failing. MSC build fails the same 13 tests which fail for me in trunk. FossilOrigin-Name: 84d8fcfca19cd183d05a702d0eb1742bfae462d3383a3db72741a48cefac1058
* First attempt at getting the build to work with Tcl 9.0.drh2024-07-30
| | | FossilOrigin-Name: 6e5bb48a74d63fb8c30528f0005d1763cd2dbb882abf86baf1565721e6bfcf84
* Add a C-source spell-checking facility. make misspell (on Nix)larrybr2023-06-07
| | | FossilOrigin-Name: 26c1bb4bd9e9f56613c3aa87407a7f562fd4ebde5bfd6dece02078001d9a45f8
* Make sure the SQLITE_TCLAPI macro is always defined.mistachkin2016-07-28
| | | FossilOrigin-Name: f2f1323cc4d2ad2d6794dbfae8d50b747213e85d
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ↵mistachkin2016-07-28
| | | | | convention. FossilOrigin-Name: e8be3dfeabaa31b3490793cf8230faae1204be15
* Remove unnecessary memset() calls from test code.drh2013-10-03
| | | FossilOrigin-Name: eec3187bc68ddebdbc2113f77c7f5cd32e9be61f
* Add a version number to the sqlite3_pcache_methods2 object. Other PCACHE2drh2011-11-13
| | | | | documentation improvements. FossilOrigin-Name: 9f839ac05a9f3cfe587d2ccdccd50dac41baedbe
* Experimental change to the pcache interface to allow page buffers to be ↵dan2011-11-08
| | | | | allocated separately from their associated container structures. FossilOrigin-Name: c275c9d323cb1dccb031b199d413ac3a0b244fea
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
| | | FossilOrigin-Name: f6c045f649036958078cb15cd9d5453680c82b0c
* Move error simulation code from the sqlite3_os_init() functions into a wrapper.dan2009-08-17
| | | FossilOrigin-Name: 67ad21abf88abb7a3e2eacddcaf1ab5d54149807
* Add tests to check that sqlite recovers from an error in ↵dan2009-08-17
sqlite3_initialize() correctly. FossilOrigin-Name: 904a371c6c9d3f20332b37767b06161fa0a78113