Mystic -- the Halloween version. Haunted!

bugz 881d89d462 Fixed ANSI_CLS, no raw ansi in logs. il y a 5 ans
hh 87cda97405 We now display ansi screens on ANSI_CLS il y a 5 ans
.gitmodules d9fa0e92f7 Added googletest, zf_log README.md to fix. il y a 5 ans
CMakeLists.txt c4d9b66959 Working tests for lastseen. il y a 5 ans
README.md d9fa0e92f7 Added googletest, zf_log README.md to fix. il y a 5 ans
TODO.md bb9a193fa7 Directions on setting this up. il y a 5 ans
ansi-color.c 391202b7c6 Example ANSI color file from il y a 5 ans
lastseen.cpp 5b83c281c0 Updated using C++ objects. Tests next to do. il y a 5 ans
lastseen.h 5b83c281c0 Updated using C++ objects. Tests next to do. il y a 5 ans
mystic.cpp 881d89d462 Fixed ANSI_CLS, no raw ansi in logs. il y a 5 ans
test_lastseen.cpp 5ebec0c585 Ok, LGTM. il y a 5 ans
try-re.c 3cff6c70e5 Updated re for clean output. Added zf_log. il y a 5 ans

README.md

To Use:

git submodule update --init

Do this instead. Avoid the submodule hell.

git clone https://github.com/wonder-mice/zf_log.git git clone https://github.com/google/googletest.git

sudo apt install cmake

cmake . make

Also:

codium clang-format extension

apt install clang-format

Build a "release" build

cmake -DCMAKE_BUILD_TYPE=Release . make

To switch back to "debug" build

cmake -DCMAKE_BUILD_TYPE=Debug . make