drh
|
6a18c9e06a
All makefiles are responsive to OPTIONS=... command-line arguments, and add
|
3 months ago |
drh
|
ba5994b181
Maybe [7420b13238da4e6b] was not such a good idea. Restore "make test" so
|
3 months ago |
drh
|
d6b56d65a8
Update the "make test" target so that it is really just "mdevtest" with
|
3 months ago |
drh
|
dcea6335c7
New MSVC makefile targets: tclextension, tclextension-install,
|
4 months ago |
drh
|
31079226f7
Add the stmtrand() extension function for use in testing.
|
7 months ago |
drh
|
c6481e0289
Run shell*.test modules with "make mdevtest".
|
9 months ago |
drh
|
aa13f4c132
Fuzzcheck is run automatically by testrunner.tcl, so there is no need to
|
9 months ago |
drh
|
18281494a2
Fix a compiler warning in date.c. Update makefiles to include all necessary
|
9 months ago |
stephan
|
5b985fee64
Extend sqlite3.c makefile rule to support EXTRA_SRC=list-of-c-files to append to the generated sqlite3.c, as discussed in/around [forum:ccda88cf6f1754c5|forum post ccda88cf6f1754c5].
|
10 months ago |
stephan
|
32888c2b30
Bring the extra-src branch up to date with the trunk.
|
10 months ago |
dan
|
99a94a124c
Add start of extension for incremental integrity-checks to ext/intck/.
|
10 months ago |
drh
|
6db9206c18
Enhance sqlite3_analyzer.exe so that it uses the ext/consio extension.
|
11 months ago |
drh
|
4167033eaf
Update the sqldiff.exe utility program so that it uses the sqlite3_str
|
11 months ago |
drh
|
cf6fe5abe3
Add randomjson.c to testfixture. Use it for a new set of invariant tests
|
1 year ago |
drh
|
0d201598a5
Enhancements to the "randomjson.c" extension. Automatically load that extension
|
1 year ago |
drh
|
13264418ba
Enable SQLITE_STRICT_SUBTYPE for default builds of the shell, fuzzcheck,
|
1 year ago |
larrybr
|
d9f3d6d753
Merge console I/O changes for Windows CLI.
|
1 year ago |
larrybr
|
e1edecf5d3
Simplify and make more rational how console I/O package features are selected. (Motivated by Fiddle and other command-line utilities to soon use the package.) No substantive code-execution changes.
|
1 year ago |
larrybr
|
4c78cb50bf
Get dependencies into make recipes. Get legacy console I/O (-DSHELL_LEGACY_CONSOLE_IO) working. Due to movement of MBCS/UTF-8 translation into traditional stream I/O simulacra, the input translation does not happen the same way. (It works the same, but fails differently and a bit better.) Added printf() and fputs() look-alikes, and made CLI use them.
|
1 year ago |
dan
|
ddd1c97500
Fix a problem with SQLITE_ENABLE_FTS5 builds of the non-amalgamation testfixture.exe in Makefile.msc.
|
1 year ago |
dan
|
a238c57eb8
Fix problems with previous commit on Makefile.msc. Also some win32-specific test failures in fts5misc.test.
|
1 year ago |
dan
|
23e8f976dd
Add FTS5 to default Makefile.msc builds. And UNKNOWN_SQL_FUNCTION and STMT_SCANSTATUS to default Makefile.msc shell builds.
|
1 year ago |
dan
|
799e743333
Updates to the mktoolzip.tcl to work on win32.
|
1 year ago |
drh
|
811bece3f7
Add the sqlite3res file to the Windows build of sqldiff.exe so that the
|
1 year ago |
drh
|
50da20d5b1
Turn on SEH by default when building using MSVC.
|
1 year ago |
drh
|
6e2b63893c
Add the "tool-zip" makefile target with the intention of using it to build
|
1 year ago |
mistachkin
|
2065a9b730
Also add support for EXTRA_SRC in the Makefile for MSVC.
|
1 year ago |
drh
|
81ef0f8e89
Enable address sanitizer in Makefile.msc by adding the ASAN=1 argument on
|
1 year ago |
drh
|
07ef60350d
Enable SEH be default in Windows builds.
|
1 year ago |
dan
|
a6f09a0193
Add "mdevtest" target to makefiles. Equivalent to running "devtest" on both debug and non-debug builds.
|
1 year ago |