Login
Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent events by user stephan occurring on or after 2024-09-14 13:56:04.

2024-09-26
12:55
Do not add -gdwarf-4 to the CFLAGS if --assume-c99 is used. TODO: add a proper test of that flag to see if the compiler supports it. check-in: a22ed480f1 user: stephan tags: trunk
11:20
An alternative, supposedly more portable, approach to applying the rpath to the f-apps. Add the --assume-c99 configure flag to bypass the explicit check for C99, as a potential workaround for gcc 4.x on QNX. check-in: dcbf5cf9d4 user: stephan tags: trunk
11:02 Reply: Typo autosetup/wh-common.tcl:227-ish artifact: 8e915c2253 user: stephan
2024-09-25
02:00
In fsl_checkin_commit(), be sure to propagate the privateness of content when the commit derives from a private checkin. This should have been part of [f511d7e63292]. check-in: 9eecc8a2be user: stephan tags: trunk
01:52
Add a license header to wh-common.tcl. check-in: 0f66ef287d user: stephan tags: trunk
2024-09-24
21:37
Some insignificant internal touchups. check-in: 76751c68a6 user: stephan tags: trunk
21:24
Comment cleanups. check-in: 5861c30dce user: stephan tags: trunk
21:13
Add --private flag to f-ci. It seems to work, too. check-in: f511d7e632 user: stephan tags: trunk
18:22
Comment and doc cleanups. check-in: 6c21831158 user: stephan tags: trunk
15:58
Remove some stray debug output added in [71fbbe959b34]. check-in: 57771ce4fc user: stephan tags: trunk
15:48 Edit reply: Typo autosetup/wh-common.tcl:227-ish artifact: fb48755f9c user: stephan
15:47
Remove some auto.def debug output and add a comment explaining the new test in f-sanity.c. check-in: b096fe0978 user: stephan tags: trunk
15:43
Extend fsl_mtime_of_manifest_file() to be able to return the mtime of any artifact type if given a file ID of 0 or less. Simplify its internal impl a bit. check-in: 71fbbe959b user: stephan tags: trunk
14:31 Reply: Typo autosetup/wh-common.tcl:227-ish artifact: 1d7e938b0d user: stephan
14:05
Minor autosetup-related reorgs. check-in: ed02fb6b2d user: stephan tags: trunk
13:55 Reply: Typo autosetup/wh-common.tcl:227-ish artifact: 218b2823b3 user: stephan
13:51 Reply: Typo autosetup/wh-common.tcl:227-ish artifact: b9967fccef user: stephan
11:17 Reply: Typo autosetup/wh-common.tcl:227-ish artifact: 51993056ea user: stephan
2024-09-20
18:52
Fix a call to free() which should have been fsl_free(). check-in: 5474491f74 user: stephan tags: trunk
2024-09-18
18:52
Minor cleanups and doc tweaks. check-in: 2ee07f48f0 user: stephan tags: trunk
2024-09-17
05:15
Update fsl_cx_empty_m to C99-style. check-in: 071f8b629f user: stephan tags: trunk
2024-09-16
23:03
EOL whitespace cleanups and simplify one silly code block. check-in: 2074b15145 user: stephan tags: trunk
22:31
Simplify fsl__cx_db_hook_transaction() a bit. check-in: 40d724d923 user: stephan tags: trunk
21:26
Merge db-hooks branch into trunk. Summary: eliminate the fsl_db class's hard dependency on the fsl_cx class via introduction of hooks which fsl_cx installs in its db instance. check-in: 8884282b35 user: stephan tags: trunk
21:22
Remove some debug output. Update some docs. Closed-Leaf check-in: ccd8bc3369 user: stephan tags: db-hooks
21:05
Docs and cleanups related to the new fsl_db hooks. check-in: a189336bdd user: stephan tags: db-hooks
20:34
Remove the fsl_db::f (fsl_cx*) member. This touches a lot of code lines but was not anywhere near as invasive as expected. check-in: f00a5025f5 user: stephan tags: db-hooks
18:52 Reply: Typo autosetup/wh-common.tcl:227-ish artifact: 0ef319e465 user: stephan
17:41
More work towards moving fsl_cx-specific pieces of fsl_db internals into fsl_cx-side hooks. check-in: 7fce228983 user: stephan tags: db-hooks
17:06
More work on the db hooks. check-in: 12b3603cd3 user: stephan tags: db-hooks
16:02
Initial work on adding some hooks to the fsl_db API, the goal being to eliminate the hard dependency of fsl_cx in fsl_db internals. This compiles but is untested (not counting this commit, which will do at least a minimal test) but other matters require attention so this is being stashed for later development. check-in: 1c4ec95d75 user: stephan tags: db-hooks
12:21
Add --date-override and --allow-older flags to f-ci. check-in: 580ec03020 user: stephan tags: trunk
11:41
Remove the --languages flags from the ctags/etags invocation, as it's a GNU-ism. check-in: 7613d9182b user: stephan tags: trunk
11:23 Reply: Typo autosetup/wh-common.tcl:227-ish artifact: e68b48f47e user: stephan
11:22
Rework the tags to support both ctags and etags. Use the --etags and/or --ctags configure flag to opt in to tags generation. They're off by default because they can be slow and aren't commonly used. check-in: ec5d660e8f user: stephan tags: trunk
11:14 Reply: Typo autosetup/wh-common.tcl:227-ish artifact: a5e4b5735a user: stephan
10:14 Reply: Another tiny patch for Linux GNUmakefile.in artifact: 2ae5a89bb0 user: stephan
10:08 Reply: Typo autosetup/wh-common.tcl:227-ish artifact: 5295695266 user: stephan
10:07
Doc typo fix reported in the forum. check-in: 391184a785 user: stephan tags: trunk
2024-09-15
22:18 Reply: Another tiny patch for Linux GNUmakefile.in artifact: c00fb4cb1b user: stephan
15:32 Edit [8e0da47996461a2b|8e0da47996]: Edit check-in comment. artifact: 626dbaf383 user: stephan
09:57 Reply: Another tiny patch for Linux GNUmakefile.in artifact: 17aedb8bcb user: stephan
09:55
Remove -DSQLITE_USE_ALLOCA from build flags. No idea why it was there but it causes grief (see [/forumpost/f4f1fdb1df]). check-in: 6f743f092d user: stephan tags: trunk
2024-09-14
23:54
Re-integrate the C++ bits into the build. Remove some obsolete files. check-in: 60415d2654 user: stephan tags: trunk
14:37
Update to latest upstream fnc. check-in: 0dfa7dd72c user: stephan tags: trunk
14:25 Edit [06424d9854305bcb|06424d9854]: Edit check-in comment. artifact: c2c72ef219 user: stephan
14:23 Edit [06424d9854305bcb|06424d9854]: Timestamp 2024-09-14T08:00:00Z. artifact: da3c931b42 user: stephan
14:03 Reply: Another tiny patch for Linux GNUmakefile.in artifact: 44249a80e0 user: stephan
14:01 Edit [06424d9854305bcb|06424d9854]: Edit check-in comment. artifact: 57b603f1c9 user: stephan
13:56 Edit [181490a1c091d9e8|181490a1c0]: Mark "Closed" with note "Not sure what happened here - inadvertent fork.". artifact: c8621afcb5 user: stephan