-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
submodule update: axl, doxyrest, graco
* axl cad19f45...86495f98 (9): > [ci] run on macos-latest > [test] rename: xor -> memxor (apparently, xor is a keyword on gcc) > [all] trivial: whitespace code-style fix (no space after cast) > [axl_sl] fix: swapByteOrder worked incorrectly for size = 1 > [test] debug bacnet-related code (cobs, crc32k) > [cmake] add support for the MSVC address sanitizer > [test] remove testPcap (axl_io_pcap is not currently built on github-actions-windows) > [axl_io_pcap] pcap_datalink returns DLT_xxx, not LINKTYPE_xxx > [axl_sys] getProcessImageName: specifically handle special PIDs on widows (System & System Idle Process) * doxyrest 7e42f92...8b07047 (1): > [ci] run on macos-latest * graco c7d7675...830c9a8 (4): > [ci] run on macos-latest > [all] trivial: whitespace code-style fix (no space after cast) > [llk] use `return err::fail();` instead of `{ err::setError(...); return false; }` > [llk] after failing a user action, advance to next token to avoid potential loop
- Loading branch information
1 parent
af14afc
commit 11bcd67
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule axl
updated
47 files
Submodule graco
updated
5 files
+1 −1 | .github/workflows/ci.yml | |
+3 −3 | include/llk_Parser.h | |
+2 −2 | src/LaDfaBuilder.cpp | |
+1 −1 | src/Node.cpp | |
+5 −13 | test/llk/jancy/jnc_ct_Expr.llk |