Commit Graph

148 Commits (master)

Author SHA1 Message Date
Tim Stack 46b2a9f1ee [piper] start support for demux
... and other misc things:

* Bump to C++17
* Add zookeeper_log
4 weeks ago
Tim Stack 547b7308e4 [exec] missed creating workdir
The workdir was not being created in some cases.

Related to #1247

Also, bump version
2 months ago
Tim Stack b33713904e [schemas] anchor patterns in the config/format json schemas
Also, add a check-local that runs a third-party validator
on the builtin configs/formats.
2 months ago
Tim Stack bdc9c5a28d [prql] initial work for integrating PRQL 2 months ago
Tim Stack 4194f12a34 [build] fix for autoconf screwing up the c++ flags 4 months ago
Tim Stack 97e43bc76f [libs] import the c++ date library 9 months ago
Tim Stack 6edc9268d7 [release] bump version number 9 months ago
Suresh Sundriyal d4aa72aec2 [build] Fix build breakage. 10 months ago
Suresh Sundriyal 512e04bea7 [build] Fix the version numbers. 10 months ago
Suresh Sundriyal f03be866df [build] Update the ax_pthread m4 script.
Update the script to fix the use of obsolete construct warnings.
11 months ago
Suresh Sundriyal 7a68f4d833 [build] Fix some build oddness related to cross-compilation.
The Autoconf macro doesn't properly set the required variables properly
when the binaries aren't being cross-compiled. This results in the local
binaries like bin2c and ptime disregarding the compiler flags passed in
to configure scripts.
11 months ago
Tim Stack a7173dd6e3 [configure] add system paths after checking for custom libs 11 months ago
Tim Stack 9f1cf33120 [release] bump deps 12 months ago
Timothy Stack 1627698168 [build] fix static lib name for pcre2 2 years ago
Tim Stack c49e0787f3 [release] bump version and try to automate some stuff 2 years ago
Tim Stack 5a63ece31d [pcre2] migrate from pcre to pcre2
Fixes #974
2 years ago
Tim Stack 9c03938ff3 use scnlib instead of sscanf/strtod 2 years ago
Timothy Stack 6224ed2ce3 [version] change next version to v0.11.0 since there are a bunch of changes 2 years ago
Timothy Stack 45270505e3 [status] some more user notification tweaks 2 years ago
Timothy Stack 3c54f20fce [sysclip] support osc 52 for copying to the clipboard
Fixes #825
2 years ago
Timothy Stack 60251dda84 [w3c_log] handle an invalid log correctly
Fixes #988
2 years ago
Timothy Stack 10a7152ca6 [config] fail if libcurl is not available 2 years ago
Timothy Stack b74dfbfb03 [build] add libunistring for msys 2 years ago
Timothy Stack 54806f7913 [build] try to fix curl config for msys 2 years ago
Timothy Stack 31a670ce27 [md4c] initial markdown support 2 years ago
Timothy Stack 0e23dcf4b5 [release] bump release number 2 years ago
Timothy Stack 8bb034eeeb [pcap] initial pcap support
Fixes #12
3 years ago
Timothy Stack 19fd336e9a [formats] add logfmt 3 years ago
Timothy Stack 954e368974 [build] rejigger doctest inclusion a bit 3 years ago
Randy Barlow 85515b2c19
Provide a configure flag to use the system doctest
This will allow distributions to more easily maintain
incompatibilies between doctest and the rest of their software.

Fixes #912

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
3 years ago
Timothy Stack dd527cf6d4 [version] bump to v0.10.1 3 years ago
Timothy Stack 22ad9f23a9 [release] some static link cleanup 3 years ago
Timothy Stack 4b6fb5ff18 [release] change version to v0.10.0 since there's a lot of stuff and some nits 3 years ago
Timothy Stack f050c7b0a7 [remote] start to wire up remote support 3 years ago
Timothy Stack 444e7e3289 [remote] draft of the tailer 3 years ago
Timothy Stack c0ed59e61e [sqlite] implement .dump SQL command 3 years ago
Timothy Stack 49ebde5953 [build] remove pcrecpp and other stuff
Linking against a binary c++ lib suuuucckkkkkssss...
3 years ago
Timothy Stack 099b32b393 [version] bump to 0.9.1 3 years ago
Timothy Stack 8851c4492f [tests] add a test for decompression 3 years ago
Timothy Stack 4ca6fd7bfd [sqlite] add an xml/xpath extension 3 years ago
Timothy Stack e04d04c1a9 [build] search for tinfow in addition to tinfo
Hopefully fixes #792 without breaking other things...
4 years ago
Timothy Stack 59665368ee [autoconf] check for libarchive 4 years ago
Suresh Sundriyal bc0dc337ef [cross-compiling] Disable document generation during cross-compilation
Document generation requires exec'ing lnav which might not be possible
while cross-compiling.
4 years ago
Suresh Sundriyal d118a60a36 [cross-compile] Allow build artifacts to be built with build compilers.
While cross-compiling; bin2c and ptimec need to run during build on the
build-host. Currently; the host compiler is picked and the generated
binaries cannont be exec'ed causing the build to fail.

The change fixes the bin2c and ptimec compilation units to use the
build host compatible compiler.
4 years ago
Suresh Sundriyal 8646204c5d [simd] fix the config check for enable_simd 4 years ago
Suresh Sundriyal 0dedb3d455 [simd] Allow toggling of simd related functionality 4 years ago
Timothy Stack 4bf048d974 [autoconf] check for -static-libstdc++ flag 4 years ago
Timothy Stack 783c23b62c [build] add disable flag for system path inclusion 4 years ago
Amos Bird 73d41228a9
Don't force system library path
When building with non-root toolchains (gentoo-prefix for instance), it confuses the toolchain to use non-existing libraries.
4 years ago
Timothy Stack 84a7079e3f [main] capture stderr only after initscr() and fix curl configure detection 4 years ago