CJ van den Berg neurocyte
neurocyte pushed to master at neurocyte/flow 2026-03-11 18:48:03 +00:00
44755db745 build: add cleanup script for night builds
neurocyte created branch remoting in neurocyte/thespian 2026-03-10 22:04:11 +00:00
neurocyte pushed to remoting at neurocyte/thespian 2026-03-10 22:04:11 +00:00
bbcc800964 refactor: add remote exit test
981ab22c5c feat: implement endpoint link and exit handling
9a7cc8faed refactor: implement transport_error
bf45b592ac refactor: remove proxy_id concept entirely
e32dc6e9b8 refactor: make all tests write to a test trace file when TRACE=true
Compare 10 commits »
neurocyte pushed to master at neurocyte/nightwatch 2026-03-09 11:19:47 +00:00
6b0cbe7171 build: add option to install tests
neurocyte pushed to master at neurocyte/nightwatch 2026-03-09 11:17:26 +00:00
5b2962fdc0 build: rename test executable
2aa3c1afc7 refactor: clean-up empty test targets
Compare 2 commits »
neurocyte pushed to master at neurocyte/nightwatch 2026-03-09 10:57:09 +00:00
163150690f feat(cli): add colored output when stdout is a tty
19b7fd4c4a refactor: move on watch messages to stdout
Compare 2 commits »
neurocyte pushed to master at neurocyte/nightwatch 2026-03-09 10:43:15 +00:00
7b47ff775a refactor: comment on watch messages
neurocyte pushed to master at neurocyte/nightwatch 2026-03-09 10:40:26 +00:00
e0eac53bca fix: flush stderr after watch startup
neurocyte pushed to master at neurocyte/nightwatch 2026-03-09 10:38:25 +00:00
d1864f26fb fix: cli should use the selected watcher interface
neurocyte pushed to master at neurocyte/nightwatch 2026-03-09 10:34:06 +00:00
adc8f81b4f refactor: run tests for all available variants
neurocyte pushed to master at neurocyte/nightwatch 2026-03-09 10:20:11 +00:00
0813294652 refactor: select fsevents by default if it is enabled in build
neurocyte pushed to master at neurocyte/nightwatch 2026-03-09 10:18:20 +00:00
b82c86acc9 refactor: misc cleanup
neurocyte pushed to master at neurocyte/nightwatch 2026-03-09 10:16:25 +00:00
dd2bbb66ed refactor: use polling interface on linux in nightwatch cli
6f8cfc946b refactor: misc minor clean-ups
aa4e2920dd build: allow selecting a backend at comptime instead of via a build flag
6930adae7f refactor: re-organize backends into separate files
Compare 4 commits »
neurocyte pushed to master at neurocyte/nightwatch 2026-03-08 21:17:51 +00:00
e5373cb143 build: remove unused flags dep
dfebd9ba4b feat: add --ignore option to cli
Compare 2 commits »
neurocyte pushed to master at neurocyte/nightwatch 2026-03-08 21:04:17 +00:00
37f16a03b7 refactor: make detects_file_modifications a backend member
08ff4a6231 feat: add alternate directory only kqueue backend
3ba8b2bac5 refactor: arean allocate temporaries in kqueue backend
0548953460 refactor: move pending_renames so we don't have to re-allocate it all the time
Compare 4 commits »
neurocyte pushed to master at neurocyte/nightwatch 2026-03-08 19:57:33 +00:00
e3c093c729 refactor: fixup windows backend allocator usage
0dcd30acb4 feat: add object type to APIs and CLI output
Compare 2 commits »
neurocyte pushed to master at neurocyte/nightwatch 2026-03-08 19:12:07 +00:00
a2523a5b53 docs: add some more platform support details to the readme
a951162c52 docs: reformat README.md
Compare 2 commits »
neurocyte pushed to master at neurocyte/nightwatch 2026-03-08 19:07:35 +00:00
0f048dc47d build: add the other BSDs
neurocyte pushed to master at neurocyte/nightwatch 2026-03-08 13:13:49 +00:00
1e29da7765 fix(fsevents): fix FSEvents backend
neurocyte pushed to master at neurocyte/nightwatch 2026-03-08 09:00:30 +00:00
4a8ab550e9 build: rename use_fsevents build option to macos_fsevents