Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
44 check-ins using file include/fossil-scm/fossil-cli.h version 2e79ef6e38
2014-03-30
| ||
10:37 | Added caching of versionable config results but then removed it because it introduces inconsistencies in string ownership vis-a-vis non-versioned config. Various little cleanups and additions along the way. check-in: 48eec586a9 user: stephan tags: trunk | |
10:35 | Added -Wsign-compare to CFLAGS. check-in: a4509078f4 user: stephan tags: trunk | |
08:52 | minor non-functional cleanups. check-in: fab9aad9f8 user: stephan tags: trunk | |
2014-03-29
| ||
10:09 | Introducing the highly arguable fsl_simplify_sql() utility routine. check-in: 7b0022b9a5 user: stephan tags: trunk | |
2014-03-28
| ||
21:52 | some numeric type changes and casts to fix warnings. They pass the sanity checks but if new weirdness starts happening, this is a prime suspect. check-in: 1f3e7bc558 user: stephan tags: trunk | |
21:33 | All sorts of minor warning fixes revealed by compiling the amalgamation in Qt Creator. fsl_delta.c is not warning-free yet b/c my attempts to fix the signedness complaints have broken it. check-in: cb99e115a4 user: stephan tags: trunk | |
20:42 | Defined how fsl_rid_is_a_checkin() behaves for rid 0. check-in: cb4fddb37f user: stephan tags: trunk | |
20:41 | Fixed a broken assertion. check-in: a227bb265b user: stephan tags: trunk | |
20:41 | Fixed an #include in amalgamation output. check-in: a9fc16e4f6 user: stephan tags: trunk | |
20:40 | Switched #include style so downstream amalgamation build works. check-in: d5cb2f8736 user: stephan tags: trunk | |
20:40 | Fixed f-status to work with a new/empty repo lacking an initial checkin. check-in: 83afcc7892 user: stephan tags: trunk | |
20:39 | Fixed arg handling to accept -m before the filename. check-in: 6cff5486ec user: stephan tags: trunk | |
20:31 | fixed an assertion broken by changes made earlier tonight. check-in: 1c29a59830 user: stephan tags: trunk | |
19:52 | Added clang to the C++ amalgamation build sanity check. check-in: ec6c74699a user: stephan tags: trunk | |
19:50 | Moved libfossil++.?pp up one dir, analog to how src/Makefile does it. check-in: bc3be95ae0 user: stephan tags: trunk | |
19:49 | Renamed libfossil_amalgamation.XXX to libfossil.XXX. Added amalgamation build for C++ API. check-in: 74bd766e66 user: stephan tags: trunk | |
19:45 | added some untested code to play with later. check-in: 35f5b6a5e2 user: stephan tags: trunk | |
19:45 | fsl_checkin_commit() now works on an empty repo (version RID==0). check-in: 41f65654ce user: stephan tags: trunk | |
16:10 | Minor cleanups made while adding and then removing some code which really didn't belong there. check-in: 3fcc1aeafc user: stephan tags: trunk | |
15:34 | added a TODO check-in: 88252f4d23 user: stephan tags: trunk | |
15:27 | Added infrastructure for the various xxx-glob config options. fsl_cx now caches them when a repo/checkout is opened and provides APIs for querying them. check-in: aa8f7bd1be user: stephan tags: trunk | |
15:12 | Fixed some braindeadedry in fsl_buffer_fill_from_filename(). check-in: 01dd5d61e7 user: stephan tags: trunk | |
13:29 | added another test app to ignore-glob. check-in: b5d1020bae user: stephan tags: trunk | |
2014-03-27
| ||
20:44 | modernized the ignore-glob a bit. check-in: 5ab733637a user: stephan tags: trunk | |
20:44 | help text fix. check-in: 3f14cc92b5 user: stephan tags: trunk | |
20:25 | Added the untested fsl_card_F_content() utility function. Possibly YAGNI. check-in: 4bd5798ec4 user: stephan tags: trunk | |
20:24 | added a couple reminder notes. check-in: 8b118cc522 user: stephan tags: trunk | |
20:24 | should have been part of previous commit. check-in: 0c7d3a1056 user: stephan tags: trunk | |
20:23 | moved the fsl_list impl code into its own file. check-in: b668b02447 user: stephan tags: trunk | |
20:15 | Moved versionable settings tests to the standard test battery. check-in: 9f64472a1d user: stephan tags: trunk | |
20:13 | Added fsl_cx::cache::projectCode to store the project-code setting, needed for up-coming authentication-related hashing. check-in: 1b07ec684c user: stephan tags: trunk | |
20:11 | Added rename info. check-in: a903843a52 user: stephan tags: trunk | |
20:10 | Added basic infrastructure for reading versionable settings. check-in: 5f501363c4 user: stephan tags: trunk | |
19:59 | fixed a memory misuse in the %z fsl_buffer_appendf() specifier. check-in: 77cb96a0f7 user: stephan tags: trunk | |
18:24 | Added --branch/-b=BRANCH and --tag/-t=TAG filters to f-timeline. check-in: 30a5655813 user: stephan tags: trunk | |
18:21 | minor comment addition. check-in: 0f7b938ae8 user: stephan tags: trunk | |
18:21 | added c++11 check to configure script. check-in: 675c4d9bcd user: stephan tags: trunk | |
16:23 | Ported in the DContext::same_fn() bits from fossil(1). Have not tested them but no existing code was broken by them. check-in: dab9579623 user: stephan tags: trunk | |
11:09 | Adapt ignore-glob to latest changes in build environment check-in: 7b109ef77b user: jan.nijtmans tags: trunk | |
10:39 | Upgrade to SQLite 3.8.4.2 (retaining the SQLITE_MAX_MMAP_SIZE bug-fix which - unfortunately - didn't appear in the official version yet) check-in: 39121d2e23 user: jan.nijtmans tags: trunk | |
2014-03-26
| ||
17:18 | minor tinkering with the diff code. check-in: 304a5dc4d0 user: stephan tags: trunk | |
17:15 | trying a different query for the partial-merge check. check-in: 485be3449e user: stephan tags: trunk | |
15:50 | removed extraneous newlines. check-in: 30eaf1465a user: stephan tags: trunk | |
15:48 | Fluff: started adding basic ANSI color support to text-mode diffs. Only context diffs for the time being. check-in: 41e6280df7 user: stephan tags: trunk | |