-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Branch commit log: ase/Makefile.mk: ungroup parallel output to allow --color ase/logging.cc: default to colorized logs ase/logging: always pass location into logging functions ase/logging.cc: colorize log ase/regex: always use PCRE2 Got rid of C++11 <regex> which is slow and lacks essentials. ase/regex: sub(): support PCRE2 style substitutions package.json, electron/main.js: fixup old log2file use ase/main: auto-open a log file in ~/.cache/anklang/ ase/logging: allow logging configuration via a __weak__ log_setup() impl ase/logging: simplify logging to logex() and log() ase/: avoid global "strings.hh" include ase/formatter: simplify the string_format() implementation Breaking: treat (void*)"FOO" as pointer, not char[] string. misc/config-uname.mk: add -Wno-vla-cxx-extension for clang (mimick gcc) doc/ch-appendix.md: add todo Signed-off-by: Tim Janik <[email protected]>
- Loading branch information
Showing
37 changed files
with
798 additions
and
788 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.