Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for f-apps/f-_template.c
|
2025-08-20
| ||
| 15:56 | Remove deprecated SPDX-ArtifactOfProjectName header. file: 0d75b3038b check-in: [31bb2bd4bf] user: stephan branch: trunk, size: 4564 | |
|
2025-05-31
| ||
| 09:33 | Re-add -Wextra -pedantic CC flags, and work out its complaints across many files, but they're disabled without the --pedantic flag because they break with the upstream fnc.c and sqlite3.c. file: e86e2fd550 check-in: [84ef1197c3] user: stephan branch: trunk, size: 4604 | |
|
2024-10-12
| ||
| 18:37 | Part 1 of N of some restructuring of the fcli_t struct: consolidate fcli.clientFlags and fcli.config into fcli.config. file: 14f5f26c5d check-in: [2f7bf3f7d0] user: stephan branch: trunk, size: 4593 | |
|
2024-09-13
| ||
| 12:57 | Document an obscure, difficult-to-trigger misinteraction between revert/merge ops (fixing it is todo, once a good solution is found). Fix fsl_ckout_has_changes() to return true also when vfile.deleted is true and restrict it to matching only when vid=current-ckout-version to cover a wildly hypothetical case of multiple distinct vfile.vid values being in the table. file: 1a7164a3f6 check-in: [00377f482a] user: stephan branch: trunk, size: 4598 | |
|
2024-06-20
| ||
| 10:45 | Add f-apps/f-test-ckout-db-search.c to test for a bug in fsl_ckout_db_search() discovered by Przemysław Kamiński. Fixing the bug is the next step. file: 9489f16245 check-in: [f73f305f22] user: stephan branch: trunk, size: 4599 | |
|
2021-12-21
| ||
| 20:38 | Corrected f-apps broken by previous checkin. file: df92c01576 check-in: [5427afd00d] user: stephan branch: trunk, size: 4601 | |
|
2021-12-14
| ||
| 23:08 | First-ever fsl_ckout_merge() test worked, but there's still lots of testing and client status callback support to add to fsl_ckout_merge(). Added vmerge state to f-status/fcli_chkout_show_info() output. file: bb2a155146 check-in: [9e719cffc5] user: stephan branch: trunk, size: 4653 | |
|
2021-03-20
| ||
| 21:36 | Minor restructuring of the fcli struct. file: 5eef340173 check-in: [436ae2c47f] user: stephan branch: trunk, size: 4684 | |
|
2021-03-18
| ||
| 16:07 | Some minor API renaming for clarity and started work on an app for porting over the update op (noting that it's currently nothing more than a skeleton). Changed how fsl_repo_ckout_state reports filenames: ckout-relative instead of absolute seems more appropriate. Might want to include both, though. file: 456183af9f check-in: [045532178f] user: stephan branch: trunk, size: 4672 | |
|
2021-03-15
| ||
| 04:25 | Globally renamed _checkout to _ckout, as some of these names are getting a bit long. file: ade73f6221 check-in: [bc9e88ee2c] user: stephan branch: trunk, size: 4673 | |
|
2021-02-28
| ||
| 09:50 | Reworked the fcli flag handling to accept and convert a range of flag types. It requires some pointer care on the user's part but is far more flexible. file: 1f557eae55 check-in: [fa7c45e1ef] user: stephan branch: trunk, size: 4676 | |
| 08:13 | Added: Changed how fcli handles verbose help mode (multiple -? act like higher verbosity levels). Improved catching/reporting of flags which require a value but don't get one (lol, which breaks f-checking -d -). Added f-_template.c for use as a copy/paste basis for new f-apps. file: 1753dbb114 check-in: [41295403c0] user: stephan branch: trunk, size: 4657 | |