Mystic -- the Halloween version. Haunted!

david fec31c343f ghost.ans added credit to Beanzilla před 4 roky
hh fec31c343f ghost.ans added credit to Beanzilla před 4 roky
.gitmodules d9fa0e92f7 Added googletest, zf_log README.md to fix. před 4 roky
CMakeLists.txt 930ebe20ff Ansi file to .c/.cpp. show ansi file in linux console před 4 roky
README.md d9fa0e92f7 Added googletest, zf_log README.md to fix. před 4 roky
TODO.md bb9a193fa7 Directions on setting this up. před 4 roky
ansi-color.c 391202b7c6 Example ANSI color file from před 4 roky
ansi-to-src.cpp 24672a897b Remove any non-alpha chars from the filename. před 4 roky
lastseen.cpp 5b83c281c0 Updated using C++ objects. Tests next to do. před 4 roky
lastseen.h 5b83c281c0 Updated using C++ objects. Tests next to do. před 4 roky
mystic.cpp 6cb11e21d7 Trimmed comments, added deprecated. před 4 roky
render.cpp 3ac1940504 Updated: breaking up main. před 4 roky
render.h 3ac1940504 Updated: breaking up main. před 4 roky
rsync_list.txt b453b5da1f I'm including my update script. před 4 roky
show 930ebe20ff Ansi file to .c/.cpp. show ansi file in linux console před 4 roky
terminal.cpp 3ac1940504 Updated: breaking up main. před 4 roky
terminal.h 3ac1940504 Updated: breaking up main. před 4 roky
test_lastseen.cpp 5ebec0c585 Ok, LGTM. před 4 roky
try-re.c 3cff6c70e5 Updated re for clean output. Added zf_log. před 4 roky
update_example b453b5da1f I'm including my update script. před 4 roky

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