SQLite

Changes On Branch omit-awk
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch omit-awk Excluding Merge-Ins

This is equivalent to a diff from 0abd6529 to 6d9cdb93

2015-10-14
20:03
Update makefiles to remove all uses of "awk" - to make building SQLite easier on Windows systems. The only requirements now are tclsh, a C compiler, and common file utilities. (check-in: 4bd0d43d user: drh tags: trunk)
2015-10-12
03:56
Remove AWK requirement from the MSVC batch build tool. (Closed-Leaf check-in: 6d9cdb93 user: mistachkin tags: omit-awk)
03:44
The TclKit batch tool should not download the TclKit SDK when the TCLKIT_NOSDK environment variable is set. (check-in: 7c5d583b user: mistachkin tags: omit-awk)
2015-10-07
03:07
When running tests on Tcl 8.6 under Windows, skip tests 'uri-1.12.*' due to a change in Tcl behavior related to NTFS ADS (alternate data streams). (check-in: 8a0a2aa5 user: mistachkin tags: trunk)
02:52
Change mkopcodeh.awk into tool/mkopcodeh.tcl. (check-in: ed0ebc46 user: drh tags: omit-awk)
00:35
Remove three obsolete and unused files from tool/ (check-in: 0abd6529 user: drh tags: trunk)
2015-10-06
21:49
Fix typo in comments. No changes to code. (check-in: a05f903c user: mistachkin tags: trunk)

Deleted Makefile.arm-wince-mingw32ce-gcc.

Changes to Makefile.in.

Changes to Makefile.linux-gcc.

Changes to Makefile.msc.

Deleted Makefile.vxworks.

Deleted addopcodes.awk.

Changes to configure.

Changes to configure.ac.

Changes to main.mk.

Deleted mkopcodec.awk.

Deleted mkopcodeh.awk.

Added tool/GetFile.cs.

Added tool/GetTclKit.bat.

Added tool/addopcodes.tcl.

Changes to tool/build-all-msvc.bat.

Added tool/mkopcodec.tcl.

Added tool/mkopcodeh.tcl.

Added tool/replace.tcl.

Deleted tool/tostr.awk.

Added tool/tostr.tcl.