/ Changes On Branch compile_opts
Login

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

Changes In Branch compile_opts Excluding Merge-Ins

This is equivalent to a diff from 6d910245ad to 76a0294ab4

2010-02-23
20:32
Merge the compile-time option introspection interfaces into the trunk. (check-in: 9f429434c0 user: drh tags: trunk)
20:08
Refactored compile time option diagnostic support to use strings identifiers instead of bitmask. (Closed-Leaf check-in: 76a0294ab4 user: shaneh tags: compile_opts)
17:36
Remove the obsolete sqlite3SafetyOn() mechanism. Add additional logging output for CORRUPT, and CANTOPEN errors. (check-in: 7c4cca6d1a user: drh tags: trunk)
10:56
Fix a segfault that can occur if a malloc fails in ATTACH in shared-cache mode. (check-in: 875f8fa327 user: dan tags: compile_opts)
04:19
Test new api to report which options (defines) were used to compile SQLite. (check-in: 84c9756993 user: shaneh tags: compile_opts)
01:47
Add the ".log" command to the shell. This shows that some errors are logged multiple times and other errors are never logged at all. (check-in: 6d910245ad user: drh tags: trunk)
01:01
Remove the ".genfkey" command from the shell. We've had foreign-key support in the core since 3.6.19. Anyone who still needs the simulated foreign-key triggers can always generate them with an older version of the shell. (check-in: c4401fc93b user: drh tags: trunk)

Changes to Makefile.in.

Changes to Makefile.vxworks.

Changes to main.mk.

Changes to src/attach.c.

Added src/ctime.c.

Changes to src/func.c.

Changes to src/main.c.

Changes to src/pragma.c.

Changes to src/sqlite.h.in.

Changes to test/attachmalloc.test.

Changes to tool/mksqlite3c.tcl.