Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for f-apps/f-timeline.c
2023-04-19
| ||
04:03 | Add more missing f(void). file: [a7a89206bd] check-in: [43181beb49] user: mgagnon branch: trunk, size: 10123 | |
2022-05-12
| ||
08:44 | Adapted [fossil:32b11546c830e328 | upstream 32b11546c830e328] so that f-timeline's -b BRANCH flag now includes branch-specific wiki pages in its results. file: [d5da13781d] check-in: [31e5cc636e] user: stephan branch: trunk, size: 10119 | |
2021-12-30
| ||
05:37 | Replaced f-apps fcli_setup() calls with fcli_setup_v2(). file: [cd18762a1e] check-in: [313b59841e] user: stephan branch: trunk, size: 9045 | |
2021-12-21
| ||
08:28 | Moved fossil-scm/fossil.h to ../libfossil.h so that client code can build from both the canonical tree and amalgamation using the same include name. file: [b3e6dccffb] check-in: [76d6359435] user: stephan branch: trunk, size: 9077 | |
2021-04-16
| ||
16:17 | Implemented repo/checkout fingerprint check and added a check for it in f-status, f-timeline, and f-ci (failing fatally on a mismatch, instead of just warning like fossil does). We now update the fingerprint in the ckout db whenever we update the ckout version. We do not yet have an automatic recovery mechanism analog to fossil's vfile.c:vfile_rid_renumbering_event(). file: [0851c8890a] check-in: [8c9cf48702] user: stephan branch: trunk, size: 9091 | |
2021-04-13
| ||
16:04 | Added option to toggle R-card generation for f-test-ciwoco. Added extra/unhandled args check to f-timeline.c. file: [c6120615dc] check-in: [2b05c5915f] user: stephan branch: trunk, size: 9033 | |
2021-04-04
| ||
05:07 | f-apps: modernized/simplified usage of exit-on-help. Removed some bogus CLI flag entries from f-config. file: [0a5765d9ed] check-in: [1d3192c82b] user: stephan branch: trunk, size: 9023 | |
04:58 | f-apps: use fcli_cx() instead of accessing fcli.f directly. file: [37c8d2f4af] check-in: [9c7cf37828] user: stephan branch: trunk, size: 9061 | |
2021-03-15
| ||
04:25 | Globally renamed _checkout to _ckout, as some of these names are getting a bit long. file: [16eae50aea] check-in: [bc9e88ee2c] user: stephan branch: trunk, size: 9055 | |
2021-03-10
| ||
17:36 | Minor fcli API usage modernization. file: [98630d8918] check-in: [c04ce8aaf1] user: stephan branch: trunk, size: 9058 | |
2021-03-01
| ||
16:21 | Arguably a typo fix in the new header. Thank goodness for stream editors. file: [43da89e73e] check-in: [386316db07] user: stephan branch: trunk, size: 9098 | |
15:46 | Replaced the overwhelming majority of license headers with the new project-standard one. Left a few as they were for files which were imported essentially unchanged from Fossil or, in the case of SHA1/SHA3/MD5 bits, other 3rd-party sources. file: [2d8206415b] check-in: [fa5fb24496] user: stephan branch: trunk, size: 9090 | |
2021-02-28
| ||
04:57 | fcli now uses its own FCLI_RC_HELP, instead of hijacking FSL_RC_BREAK, to indicate that --help was triggered. file: [cb1bd82d06] check-in: [d0edf4583f] user: stephan branch: trunk, size: 9347 | |
2021-02-27
| ||
14:29 | Finished porting the f-apps to the new CLI handling bits. Replaced fcli::appHelp with what was formerly fcli::appHelp2. file: [9d6ea9d6f4] check-in: [ca464b5b74] user: stephan branch: trunk, size: 9344 | |
10:59 | f-timeline ported to new CLI flag handling. file: [4c272db365] check-in: [62eb079a3c] user: stephan branch: trunk, size: 9345 | |
2021-02-26
| ||
14:04 | Reworking how fcli flag handling is done. file: [c014ce9d52] check-in: [dad2f76f30] user: stephan branch: fcli-flag-rework, size: 9471 | |
2021-02-24
| ||
06:00 | f-timeline: renamed event to technote. file: [f3c952a758] check-in: [ab9b5ace37] user: stephan branch: trunk, size: 9465 | |
2021-02-12
| ||
22:09 | libfossil is now C99, rather than C89, per discussion at [https://fossil.wanderinghorse.net/r/libfossil-forum/forumpost/e02ff0e8d0]. fsl_int{16,32,64}_t have been replaced by the standard uint{16,32,64}_t, FSL_xxx_T_PFMT/SFMT replaced with PRIx32 and friends, and auto.def now checks for -std=c99 capability (but that check could probably be done differently/improved). fsl_int_t and fsl_uint_t are retained, as they're more about documentation/intent than fixed sizes. file: [8e352f82ad] check-in: [ee070353b9] user: stephan branch: trunk, size: 9462 | |
15:22 | Implemented crosslink begin/end steps, minus still-pending ticket/wiki-specific features. Crosslinking wiki pages updated to use fossil's newer wiki timeline comment format and updated f-timeline to recognize it as well. file: [478b704dff] check-in: [31c8bddf22] user: stephan branch: trunk, size: 9476 | |
2021-02-11
| ||
19:13 | Completely reimplemented ownership semantics of fcli argument/flag memory, greatly simplifying app-side management of those. Now fcli sticks all of them in fcli_fax() so that their lifetime is predictable and managed, so clients no longer have to free them. file: [3c0b1996cb] check-in: [4307886eab] user: stephan branch: trunk, size: 9114 | |
2021-02-09
| ||
00:18 | Updated license text in almost all C/H to claim copyright while attributing all of the files as heavily derived from DRH's work. file: [e6a2de78e1] check-in: [631fb3f69a] user: stephan branch: trunk, size: 9206 | |
2021-02-08
| ||
23:48 | Added forum type to f-timeline. file: [446b405c72] check-in: [c2d78cbb4b] user: stephan branch: trunk, size: 9170 | |
18:23 | f-apps compile and f-sanity runs. MILESTONE. Still need to test the other f-apps, though. file: [f39d0619ca] check-in: [76c290eb05] user: stephan branch: sha3-port, size: 9133 | |
2014-12-16
| ||
12:45 | f-timeline: added -c|--comment=TEXT to filter on a comment glob. file: [0909cd3962] check-in: [01c49aaa16] user: stephan branch: trunk, size: 9146 | |
2014-03-31
| ||
17:46 | Improved f-timeline to show mod/deleted/added status. Shows renames as add/remove pairs, though. file: [b99650fbdc] check-in: [a291c43e3a] user: stephan branch: trunk, size: 8667 | |
2014-03-27
| ||
20:44 | help text fix. file: [00cc3b3530] check-in: [3f14cc92b5] user: stephan branch: trunk, size: 7927 | |
18:24 | Added --branch/-b=BRANCH and --tag/-t=TAG filters to f-timeline. file: [16d8d2fcfe] check-in: [30a5655813] user: stephan branch: trunk, size: 7926 | |
2014-03-12
| ||
19:44 | Swaped fsl_checkout_version_info() arg order, for consistency. More work on the checkin bits. file: [f29feaa739] check-in: [ccb9a1e941] user: stephan branch: trunk, size: 6269 | |
2014-02-14
| ||
09:05 | Globally changes the API docs from fossil/sqlite-style '**' to Doxygen-friendly format because the extra stars hinder writability/changability and require an extra filter at the doxygen-processing level. file: [5913b1ece8] check-in: [a2cbd2e343] user: stephan branch: trunk, size: 6269 | |
2014-02-11
| ||
14:31 | Renamed f-timeline.c → f-apps/f-timeline.c. Build cleanups. Moved f-* apps to f-apps/ subdir. Now builds a shared (instead of static) lib by default because that now (since the file move) simplifies the linking of the f-apps (and th1ish). Adapted f-sanity.c tests to the new directory structure. file: [663b595b4c] check-in: [e85b45eda2] user: stephan branch: trunk, size: 6269 | |