Commit Graph

1747 Commits (6cbc88878606b282995307aae4d80502bb820e4c)
 

Author SHA1 Message Date
Timothy Stack 6cbc888786 [snap] update snapcraft.yaml 4 years ago
Timothy Stack b2d5a41762 [NEWS] some cleanup of the text 4 years ago
Tim Stack 20c6ec3166
Merge pull request #773 from sureshsundriyal/master
[build] Get rid of configure errors
4 years ago
Suresh Sundriyal 091f3c04b4 [build] Get rid of configure errors 4 years ago
Timothy Stack f39a208472 [cmake] ptimec doesn't belong in libdiag 4 years ago
Timothy Stack f43d05a49a [build] more dist fixes 4 years ago
Tim Stack d570a86232
Merge pull request #772 from sureshsundriyal/master
[dist] Prevent distributing built sources
4 years ago
Suresh Sundriyal 63ed3ee677 [dist] Prevent distributing built sources 4 years ago
Timothy Stack a5171058c7 [build] some built files were being included in the dist 4 years ago
Timothy Stack d8bc5b71c8 [cmake] bump hunter gate version 4 years ago
Timothy Stack 8ff80ceff0 [lnav_log] shorten file name to the base name 4 years ago
Tim Stack d58ce0cc90
Merge pull request #769 from sureshsundriyal/freebsd
[freebsd] Remove basename from log_msg.cc and update the FreeBSD image in the VagrantFile.
4 years ago
Timothy Stack 48d4b51fd7 [view_curses] fix mvwattrline for utf chars
Fixes #675
4 years ago
Suresh Sundriyal 46e97f67df [freebsd] Update the vagrant box
Also update the boot_time since the newer version of FreeBSD image seems
to take a lot longer to come up.
4 years ago
Suresh Sundriyal 70847429fa [freebsd] Remove the use of basename from log_msg.
Fix
4 years ago
Tim Stack 49ae32a986
Merge pull request #770 from sureshsundriyal/master
[cross-compile] Use 'BUILD_EXEEXT' as the suffix for build binaries.
4 years ago
Suresh Sundriyal 2062a0c740 [cross-compile] Use 'BUILD_EXEEXT' as the suffix for build binaries.
Some compilers automatically append the system binary suffix. If lnav is
cross compiled on such systems; then we should be using this suffix for
the binaries that are built and run as part of the build process.
4 years ago
Tim Stack 89cb6fbe76
Merge pull request #768 from sureshsundriyal/master
Miscellaneous fixes.
4 years ago
Suresh Sundriyal a6920cc320 [AUTHORS] Update the file. 4 years ago
Suresh Sundriyal f35f855458 [tests] Remove use of deprecated std::random_shuffle 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
Timothy Stack 37b9b346a9 [logger] fix for queue.h removal change 4 years ago
Timothy Stack 99805c61bb [build] missing include 4 years ago
Timothy Stack e8e89ad0fd [build] remove queue.h refs 4 years ago
Tim Stack 5b7e5a7513
Merge pull request #767 from sureshsundriyal/fix-ci
[cirrus/ci] Use a recent FreeBSD image
4 years ago
Tim Stack 8fe8654d23
Merge pull request #766 from sureshsundriyal/master
[cross-compile] Allow build artifacts to be built with build compilers.
4 years ago
Suresh Sundriyal a14d47ae76 [cirrus/ci] Use a recent FreeBSD image 4 years ago
Suresh Sundriyal bc09aad96c Undo changes to cmd-ref.rst 4 years ago
Suresh Sundriyal 4946f79ec1 [ptimec] Rename ptimec.cc -> ptimec.c 4 years ago
Suresh Sundriyal 57e0b9f3f3 [cross-compiling] Fix distcheck target 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
Timothy Stack ba4b31b24a remove noisy debug log 4 years ago
Timothy Stack 7d886a4e29 Merge branch 'sureshsundriyal-master' 4 years ago
Timothy Stack e6c8f49c29 Merge branch 'master' of https://github.com/sureshsundriyal/lnav into sureshsundriyal-master 4 years ago
Timothy Stack cfc285ce2d [release] fix bzip2 URL and fail download-pkgs if a package fails to download 4 years ago
Suresh Sundriyal 8646204c5d [simd] fix the config check for enable_simd 4 years ago
Suresh Sundriyal 24b964c65d [release] Update bzip2 download URL 4 years ago
Suresh Sundriyal 0dedb3d455 [simd] Allow toggling of simd related functionality 4 years ago
Timothy Stack cc12e6359c [release] do not upgrade virtualbox additions on musl 4 years ago
Timothy Stack da772a6486 [build] try to fix distclean issue 4 years ago
Timothy Stack 4bf048d974 [autoconf] check for -static-libstdc++ flag 4 years ago
Timothy Stack f1a47ac1ad [log_format] make logline_value slightly less error-prone 4 years ago
Timothy Stack 90ab6ea8f1 [bro-log] fix an issue with the logline_values in the bro log format 4 years ago
Timothy Stack ee572a2c86 [init] fix an issue with input not being taken when an empty file is loaded 4 years ago
Tim Stack c724a44bf4
Update README.md
link to the read-the-docs site
4 years ago
Timothy Stack dbe252c70c [docs] some more doc stuff 4 years ago
Timothy Stack bbf06e78ba [init] delay initial command execution until some files are loaded
Fixes #764
4 years ago
Timothy Stack cc7cba6514 [search] start searching a couple thousand lines before the top 4 years ago
Timothy Stack c18850aa01 [release] add musl-package to the "release" deps 4 years ago
Tim Stack 648b78359a
Merge pull request #762 from sureshsundriyal/master
[release] Build target for static lnav compiled with musl-libc.
4 years ago