Mystic -- the Halloween version. Haunted!

bugz 3dfca8e138 Updated: moved more to utils. %!s(int64=4) %!d(string=hai) anos
hh ca50c4d5ba Oops, vscodium will mangle ansi files! %!s(int64=4) %!d(string=hai) anos
.gitmodules d9fa0e92f7 Added googletest, zf_log README.md to fix. %!s(int64=4) %!d(string=hai) anos
CMakeLists.txt 3dfca8e138 Updated: moved more to utils. %!s(int64=4) %!d(string=hai) anos
README.md d9fa0e92f7 Added googletest, zf_log README.md to fix. %!s(int64=4) %!d(string=hai) anos
TODO.md bb9a193fa7 Directions on setting this up. %!s(int64=4) %!d(string=hai) anos
ansi-color.c 391202b7c6 Example ANSI color file from %!s(int64=4) %!d(string=hai) anos
ansi-to-src.cpp 3dfca8e138 Updated: moved more to utils. %!s(int64=4) %!d(string=hai) anos
bat.ans c7771086c8 bugz' ansi work branch. %!s(int64=4) %!d(string=hai) anos
build_images.sh 4e20fb8a79 Working images / ansi-to-src :D %!s(int64=4) %!d(string=hai) anos
ghead.ans c7771086c8 bugz' ansi work branch. %!s(int64=4) %!d(string=hai) anos
ghost.ans c7771086c8 bugz' ansi work branch. %!s(int64=4) %!d(string=hai) anos
images.cpp 4e20fb8a79 Working images / ansi-to-src :D %!s(int64=4) %!d(string=hai) anos
lastseen.cpp 5b83c281c0 Updated using C++ objects. Tests next to do. %!s(int64=4) %!d(string=hai) anos
lastseen.h 5b83c281c0 Updated using C++ objects. Tests next to do. %!s(int64=4) %!d(string=hai) anos
mystic.cpp 3dfca8e138 Updated: moved more to utils. %!s(int64=4) %!d(string=hai) anos
panther.ans c7771086c8 bugz' ansi work branch. %!s(int64=4) %!d(string=hai) anos
render-test.cpp 2f326cecd7 Fixing render. %!s(int64=4) %!d(string=hai) anos
render.cpp 2f326cecd7 Fixing render. %!s(int64=4) %!d(string=hai) anos
render.h 3ac1940504 Updated: breaking up main. %!s(int64=4) %!d(string=hai) anos
rsync_list.txt b453b5da1f I'm including my update script. %!s(int64=4) %!d(string=hai) anos
show 930ebe20ff Ansi file to .c/.cpp. show ansi file in linux console %!s(int64=4) %!d(string=hai) anos
show_bat_issue.sh c7771086c8 bugz' ansi work branch. %!s(int64=4) %!d(string=hai) anos
show_skull_issue.sh c7771086c8 bugz' ansi work branch. %!s(int64=4) %!d(string=hai) anos
skull-blink.ans c7771086c8 bugz' ansi work branch. %!s(int64=4) %!d(string=hai) anos
skull.ans c7771086c8 bugz' ansi work branch. %!s(int64=4) %!d(string=hai) anos
terminal.cpp 3ac1940504 Updated: breaking up main. %!s(int64=4) %!d(string=hai) anos
terminal.h 3ac1940504 Updated: breaking up main. %!s(int64=4) %!d(string=hai) anos
test_lastseen.cpp 5ebec0c585 Ok, LGTM. %!s(int64=4) %!d(string=hai) anos
try-re.c 3cff6c70e5 Updated re for clean output. Added zf_log. %!s(int64=4) %!d(string=hai) anos
update_example b453b5da1f I'm including my update script. %!s(int64=4) %!d(string=hai) anos
utils.cpp 3dfca8e138 Updated: moved more to utils. %!s(int64=4) %!d(string=hai) anos
utils.h 3dfca8e138 Updated: moved more to utils. %!s(int64=4) %!d(string=hai) anos
wolf.ans c7771086c8 bugz' ansi work branch. %!s(int64=4) %!d(string=hai) anos

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