Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
31 check-ins using file auto.def version 31a23f5674
2021-03-18
| ||
03:46 | Fix the 'unversioned' test. ... (check-in: a517a2feea user: mistachkin tags: trunk) | |
03:35 | Fix the 'settings-repo' test. ... (check-in: 1f4932404a user: mistachkin tags: trunk) | |
03:28 | Fix the 'settings' test. ... (check-in: 93bd55f3c3 user: mistachkin tags: trunk) | |
03:22 | When using the VsWhere tool, require the MSVC toolset, not MSBuild. ... (check-in: 9cd7d67da0 user: mistachkin tags: trunk) | |
03:21 | Fix for the 'reserved-names' test. ... (check-in: 84e2abea1c user: mistachkin tags: trunk) | |
03:21 | Fix compiler warning seen with MSVC. ... (check-in: 2dbc715496 user: mistachkin tags: trunk) | |
02:01 | Fixes for the 'th1' tests. ... (check-in: e57dc731a9 user: mistachkin tags: trunk) | |
01:40 | Object files based on checked-out source files should not be ignored. The final build products (e.g. 'fossil', 'fossil.exe') are exempt from this rule. ... (check-in: 0d21459e35 user: mistachkin tags: trunk) | |
01:36 | For consistency, add 'msvcbld' to the Docker ignore file. ... (check-in: ab168a89bc user: mistachkin tags: trunk) | |
01:34 | Re-add the 'wbld' directory to 'clean-glob' as it is used by MinGW. ... (check-in: bb86eb6291 user: mistachkin tags: trunk) | |
01:30 | Update the custom MinGW makefile. ... (check-in: d425ea6b4c user: mistachkin tags: trunk) | |
01:16 | Make detection and use of VsWhere tool consistent and support 32-bit installs. ... (check-in: 9fef4e01ba user: mistachkin tags: trunk) | |
2021-03-17
| ||
19:34 | Update the built-in SQLite to version 3.35.2. ... (check-in: 4c56126612 user: drh tags: trunk) | |
18:24 | Update build infos for Windows. ... (check-in: 8c361b3ac5 user: danield tags: trunk) | |
15:50 | Be clearer about the definition of technote comment & id. Improve technote doc. ... (check-in: 51292810f8 user: danshearer tags: trunk) | |
15:27 | Improve description of technotes as per forum post [forum:225b049220] ... (check-in: ae70df7550 user: danshearer tags: trunk) | |
12:38 | Add explanation of how to use [/file/src/makemake.tcl|makemake.tcl] script (and how not to break the build) ... (check-in: e11efff8e4 user: danshearer tags: trunk) | |
2021-03-16
| ||
21:08 | Regenerated makefiles to account for webmail.c removal in [274df1cad42f]. ... (check-in: 8228ed34ea user: stephan tags: trunk) | |
20:10 | Finish off webmail delete ... (check-in: 274df1cad4 user: danshearer tags: trunk) | |
19:59 | Remove smtpd server functionality first pass ... (check-in: db5c2d399c user: danshearer tags: trunk) | |
18:09 | Add item for a quote button, as per forum post [forum:7ad03cd73d] ... (check-in: a9427d9d39 user: danshearer tags: trunk) | |
17:33 | Make timestamps displayed on forum posts consistent with those on timeline. Technically this means that forum rendering now respects (repo-local) "timeline-utc" setting ... (check-in: c67f5bf299 user: george tags: trunk) | |
16:13 | Detect and use Visual Studio 2017 and later in buildmsvc.bat. ... (check-in: bf5df255d8 user: danield tags: trunk) | |
2021-03-15
| ||
13:14 | Add example of creating technote from the commandline ... (check-in: a498b132b2 user: danshearer tags: trunk) | |
12:59 | Use ./local form of url, and add reference to hackers-howto.wiki ... (check-in: 620c8175c2 user: danshearer tags: trunk) | |
12:12 | Made a more general list of projects and tasks. There will be a GSoC next year, but this has value meantime. ... (check-in: 47b1f6ad54 user: danshearer tags: trunk) | |
07:27 | Added link to technotes list on the /wikihelp page, per request in forum post [forum:7a4609bad3]. ... (check-in: c00e5d60a0 user: stephan tags: trunk) | |
2021-03-13
| ||
22:55 | Add missing defined() when testing for _WIN32. ... (check-in: 556479b245 user: danield tags: trunk) | |
22:15 | Avoid segfault while serving [/help?cmd=/wdiff|/wdiff] page with empty "pid" parameter in a query string. Segfault occurs due to dereferencing of a NULL pointer in pW2, which happens because both name_to_typed_rid("","w") and manifest_get(0,...) return 0. ... (check-in: 7b81aac17a user: george tags: wiki-history) | |
21:39 | Merge from trunk ... (check-in: 1a403a7a0c user: george tags: wiki-history) | |
17:11 | Mention the ./configure --print-minimum-sqlite-version feature in the change log. Improved comments on the two places in the code that check the minimum SQLite version, so that they refer to one another, to remind developers to change both places if they change either. ... (check-in: 7018d7c158 user: drh tags: trunk) | |