Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file include/fossil-scm/fossil-vtbl_fossil_settings.h at check-in 0ab8c75c499f558f
2021-07-29
| ||
09:10 | Deleted: Removed references to a now-unused file. check-in: [7acda68f55] user: stephan branch: trunk, size: 0 | |
2014-11-10
| ||
19:31 | (gcc complaint) file: [eb3f8cb5c9] check-in: [42a790e72e] user: dave branch: feech-VerSetVtblXtnCbk, size: 2381 | |
19:30 | fix parsing bug for hex address; change notification order to be after creates/updates, and before deletes. inhibit 'dtor' notification for the time being; it seems to get invoked twice for some unknown reason (like sqlite has two copies of the vtable object, or something). file: [bdb3937f8a] check-in: [e80ed55cdf] user: dave branch: feech-VerSetVtblXtnCbk, size: 2382 | |
2014-11-08
| ||
18:41 | ...and gcc didn't like it of course, so let's pleasure it file: [80227e188b] check-in: [a1fdbeebad] user: dave branch: feech-VerSetVtblXtnCbk, size: 2379 | |
18:01 | interim checkin; let's see what gcc thinks of all of this... file: [deeed1cd11] check-in: [9352ddfbad] user: dave branch: feech-VerSetVtblXtnCbk, size: 2379 | |
2014-11-03
| ||
17:56 | Renamed include/fossil-scm/fossil-vtbl_fossil_settings.h → src/fossil-vtbl_fossil_settings.h. As discussed with Dave: moved the vtable/regex headers into src, as they are private impl details. Patched amalgamation build for this change. file: [69cf9e404f] check-in: [cd9d570464] user: stephan branch: trunk, size: 995 | |
17:56 | Renamed to src/fossil-vtbl_fossil_settings.h. As discussed with Dave: moved the vtable/regex headers into src, as they are private impl details. Patched amalgamation build for this change. check-in: [cd9d570464] user: stephan branch: trunk, size: 0 | |
2014-10-21
| ||
19:50 | can build on gcc on Linux in conventional and amalgamation. now to test on other platforms... file: [69cf9e404f] check-in: [6f02a467b1] user: dave branch: feech-versionedsettingsupport, size: 995 | |
2014-10-20
| ||
17:09 | sqlite3ext.h should not have been included unconditionally -- it is specific to dlls where host app provides sqlite impl. sqlite3ext.h needed to be added to repo, nonetheless, for some configurations. As such, sqlite3.h,.c were updated to be consistent with that file version (and also the final released version of 3.8.7) file: [90044d52f9] check-in: [0ab8c75c49] user: dave branch: feech-versionedsettingsupport, size: 1044 | |
13:02 | Added: interim; add source for settings vtable and regexp extension functions; not wired it yet. update VC/DS projects. minor mod to auto.def to avoid redefining a define that oftentimes comes from the command line to cl, and would otherwise generate a warning in some projects. file: [0dffa654bb] check-in: [4e32063e22] user: dave branch: dave, size: 919 | |