From b2416925f8845b70ed25fb4ec7cde8ef11e8c239 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 21 Aug 2025 20:39:52 +0100 Subject: Initial commit; basic Apache log parsing --- thirdparty/Jamfile.jam | 17 +++++++++++++++++ thirdparty/scnlib | 1 + 2 files changed, 18 insertions(+) create mode 100644 thirdparty/Jamfile.jam create mode 160000 thirdparty/scnlib (limited to 'thirdparty') diff --git a/thirdparty/Jamfile.jam b/thirdparty/Jamfile.jam new file mode 100644 index 0000000..95481b6 --- /dev/null +++ b/thirdparty/Jamfile.jam @@ -0,0 +1,17 @@ +path-constant inc : scnlib/include ; + +lib scn : + scnlib/src/scn/impl.cpp + : + scnlib/src + SCN_DISABLE_FAST_FLOAT + SCN_DISABLE_REGEX + off + -debug\:on + off + -isystem\ $(inc) + : : + SCN_DISABLE_FAST_FLOAT + SCN_DISABLE_REGEX + -isystem\ $(inc) + ; diff --git a/thirdparty/scnlib b/thirdparty/scnlib new file mode 160000 index 0000000..e937be1 --- /dev/null +++ b/thirdparty/scnlib @@ -0,0 +1 @@ +Subproject commit e937be1a52588621b406d58ce8614f96bb5de747 -- cgit v1.2.3