Mystic -- the Halloween version. Haunted!

david 767ce4686f Git merge... why!?! il y a 4 ans
hh fec31c343f ghost.ans added credit to Beanzilla il y a 4 ans
.gitmodules d9fa0e92f7 Added googletest, zf_log README.md to fix. il y a 4 ans
CMakeLists.txt 930ebe20ff Ansi file to .c/.cpp. show ansi file in linux console il y a 4 ans
README.md d9fa0e92f7 Added googletest, zf_log README.md to fix. il y a 4 ans
TODO.md bb9a193fa7 Directions on setting this up. il y a 4 ans
ansi-color.c 391202b7c6 Example ANSI color file from il y a 4 ans
ansi-to-src.cpp 24672a897b Remove any non-alpha chars from the filename. il y a 4 ans
lastseen.cpp 5b83c281c0 Updated using C++ objects. Tests next to do. il y a 4 ans
lastseen.h 5b83c281c0 Updated using C++ objects. Tests next to do. il y a 4 ans
mystic.cpp c37db9701f Added 'Segmentation Fault (core dumped)' il y a 4 ans
render.cpp 6c6a6e7d50 Fix issue with render and new buffer char*/len system. il y a 4 ans
render.h 3ac1940504 Updated: breaking up main. il y a 4 ans
rsync_list.txt b453b5da1f I'm including my update script. il y a 4 ans
show 930ebe20ff Ansi file to .c/.cpp. show ansi file in linux console il y a 4 ans
terminal.cpp 3ac1940504 Updated: breaking up main. il y a 4 ans
terminal.h 3ac1940504 Updated: breaking up main. il y a 4 ans
test_lastseen.cpp 5ebec0c585 Ok, LGTM. il y a 4 ans
try-re.c 3cff6c70e5 Updated re for clean output. Added zf_log. il y a 5 ans
update_example b453b5da1f I'm including my update script. il y a 4 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