Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
8 check-ins using file Makefile.msc version 1edbab21c9
2013-07-29
| ||
15:54 | Comment and preprocessor macro cleanup. (check-in: c0809b5e32 user: drh tags: trunk) | |
13:51 | In main.mk, always recompile vdbe.o and parse.o first, since changes to either parse.y or vdbe.c will cause all files to be recompiled and if there are syntax errors in vdbe.c or parse.y we want to hit them early in the compile process. (check-in: a94a66d10f user: drh tags: trunk) | |
2013-07-25
| ||
17:07 | In the command-line shell, work around the fact that popen() and pclose() are not defined in stdio.h. in C89 and later. (check-in: 8bcbb33fd0 user: drh tags: trunk) | |
16:41 | Fix a typo in main.c: SQLITE_DEAULT_AUTOMATIC_INDEX -> SQLITE_DEFAULT_AUTOMATIC_INDEX (check-in: cc78e21c77 user: dan tags: trunk) | |
16:27 | Enhance the progress handler so that it keeps track of the number of VDBE cycles across sqlite3_step() calls and issues callbacks when the cumulative instruction count reaches threshold. (check-in: 4698a82ef8 user: drh tags: trunk) | |
2013-07-24
| ||
14:54 | Another attempt at generalizing the URI parsing so that it works with a wider variety of file URIs and yet remains backwards compatible. (check-in: de05eb75ec user: drh tags: uri-enhancement) | |
2013-07-20
| ||
00:39 | Merge updates from trunk. (check-in: dd4b77c82a user: mistachkin tags: toTypeFuncs) | |
00:34 | Add 'queryplantest' target to the MSVC makefile. (check-in: ad0551e039 user: mistachkin tags: trunk) | |