Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user stephan occurring on or before 2024-09-17 05:15:54.
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 | |
13:54 | Merge build-rework branch into trunk. Summary: reduce the complexity of the build considerably (while, admittedly, also reducing its flexibility, but that's okay). check-in: ecf32ada1a user: stephan tags: trunk | |
12:39 | • Reply: Another tiny patch for Linux GNUmakefile.in artifact: 8b2088bec8 user: stephan | |
11:50 | • Edit reply: Another tiny patch for Linux GNUmakefile.in artifact: 540cd166ff user: stephan | |
11:47 | Remove the long-unmaintained bindings/s2 dir. Closed-Leaf check-in: 08f28aa79f user: stephan tags: build-rework | |
11:30 | Update subdir makefiles for the build rework. check-in: 07f62bbf5e user: stephan tags: build-rework | |
11:02 | • Edit reply: Another tiny patch for Linux GNUmakefile.in artifact: 7e0ef1c73b user: stephan | |
11:01 | • Reply: Another tiny patch for Linux GNUmakefile.in artifact: 613ab7c54f user: stephan | |
10:59 | Further improvements to the amalgamation build. check-in: 4c6d994afd user: stephan tags: build-rework | |
10:41 | Add -lbsd to fnc build if -lbsd is available on the system (forum post [5fa7ecd1eeba08b5]). Rename LIB_CURSES to LDFLAGS_CURSES for consistency. check-in: b1f5a72dd8 user: stephan tags: build-rework | |
10:16 | Remove another obsolete sub-makefile. check-in: d3fcc259ff user: stephan tags: build-rework | |
10:16 | Improve the build process for the amalgamation. check-in: 95ada2b2b9 user: stephan tags: build-rework | |
09:28 | • Reply: Another tiny patch for Linux GNUmakefile.in artifact: f19c4b140b user: stephan | |
08:00 | Build fixes uncovered on the OpenBSD machine. Edit: the time warp here happened because my pi4 does not keep proper time with OpenBSD - the clock has to be manually re-synced after each reboot (which didn't happen here). This was initially mistaken for an unintentional fork but it's really a linear roller coaster loop in the history. Edit: timestamp was amended to a close approximate of the real time to straighten out the /timeline. check-in: 06424d9854 user: stephan tags: build-rework | |
02:27 | Minor build cleanups. check-in: 181490a1c0 user: stephan tags: build-rework | |
02:12 | Add a output to auto.def indicating that the C++ components are not currently built. check-in: 4de3be33a3 user: stephan tags: build-rework | |
02:10 | Get fnc building. Remove the now-obsolete sub-makefiles. check-in: 160e441f8a user: stephan tags: build-rework | |
01:27 | Get the curses components of f-apps building. check-in: 5c701aadb7 user: stephan tags: build-rework | |
01:23 | Get the f-apps building. check-in: 82493c1ad9 user: stephan tags: build-rework | |
00:56 | Cleanups in the main lib build. check-in: 9c54655f16 user: stephan tags: build-rework | |
00:27 | Get the core lib building. Move make-amalgamation.bash into ./tools. check-in: df99c89b4f user: stephan tags: build-rework | |