Commit Graph

2206 Commits

Author SHA1 Message Date
Timothy Stack
cb58f3d1ae [snap] add debug 2020-09-23 17:49:57 -07:00
Tim Stack
4434e9f2aa
Merge pull request #775 from sureshsundriyal/master
[dist] Some more distribution related cleanup.
2020-09-23 17:48:08 -07:00
Suresh Sundriyal
f8e990cf76 [dist] Some more distribution related cleanup.
Remove init-sql.h from the distributed package and remove the redundant
files from DISTCLEAN.
2020-09-23 16:20:11 -07:00
Tim Stack
65b999c5ca
Merge pull request #774 from sureshsundriyal/master
[dist] Stop packaging builtin-scripts.h
2020-09-23 15:18:51 -07:00
Timothy Stack
dd2fb1d0c5 [snap] remove curl dep 2020-09-23 15:05:43 -07:00
Suresh Sundriyal
8b2bcca752 [dist] Stop packaging builtin-scripts.h 2020-09-23 14:57:17 -07:00
Timothy Stack
47c8a32481 [snap] remove source-tag 2020-09-23 14:54:10 -07:00
Timothy Stack
82c7b236ee [readme] add snap link 2020-09-23 14:51:11 -07:00
Timothy Stack
b1e89be4c3 [snap] try to build latest 2020-09-23 14:47:44 -07:00
Timothy Stack
6cbc888786 [snap] update snapcraft.yaml 2020-09-23 14:15:48 -07:00
Timothy Stack
b2d5a41762 [NEWS] some cleanup of the text 2020-09-23 14:03:20 -07:00
Tim Stack
20c6ec3166
Merge pull request #773 from sureshsundriyal/master
[build] Get rid of configure errors
2020-09-22 18:21:29 -07:00
Suresh Sundriyal
091f3c04b4 [build] Get rid of configure errors 2020-09-22 17:23:51 -07:00
Timothy Stack
f39a208472 [cmake] ptimec doesn't belong in libdiag 2020-09-22 14:38:24 -07:00
Timothy Stack
f43d05a49a [build] more dist fixes 2020-09-22 14:31:27 -07:00
Tim Stack
d570a86232
Merge pull request #772 from sureshsundriyal/master
[dist] Prevent distributing built sources
2020-09-22 14:05:01 -07:00
Suresh Sundriyal
63ed3ee677 [dist] Prevent distributing built sources 2020-09-22 13:50:37 -07:00
Timothy Stack
a5171058c7 [build] some built files were being included in the dist 2020-09-22 12:01:13 -07:00
Timothy Stack
d8bc5b71c8 [cmake] bump hunter gate version 2020-09-21 23:33:27 -07:00
Timothy Stack
8ff80ceff0 [lnav_log] shorten file name to the base name 2020-09-21 07:25:40 -07:00
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.
2020-09-21 07:10:16 -07:00
Timothy Stack
48d4b51fd7 [view_curses] fix mvwattrline for utf chars
Fixes #675
2020-09-21 06:53:05 -07:00
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.
2020-09-20 23:27:22 -07:00
Suresh Sundriyal
70847429fa [freebsd] Remove the use of basename from log_msg.
Fix
2020-09-20 23:27:22 -07:00
Tim Stack
49ae32a986
Merge pull request #770 from sureshsundriyal/master
[cross-compile] Use 'BUILD_EXEEXT' as the suffix for build binaries.
2020-09-20 22:15:08 -07:00
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.
2020-09-20 20:50:47 -07:00
Tim Stack
89cb6fbe76
Merge pull request #768 from sureshsundriyal/master
Miscellaneous fixes.
2020-09-20 20:38:59 -07:00
Suresh Sundriyal
a6920cc320 [AUTHORS] Update the file. 2020-09-19 16:22:30 -07:00
Suresh Sundriyal
f35f855458 [tests] Remove use of deprecated std::random_shuffle 2020-09-19 15:10:28 -07:00
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.
2020-09-19 14:39:24 -07:00
Timothy Stack
37b9b346a9 [logger] fix for queue.h removal change 2020-09-19 14:17:22 -07:00
Timothy Stack
99805c61bb [build] missing include 2020-09-19 13:04:21 -07:00
Timothy Stack
e8e89ad0fd [build] remove queue.h refs 2020-09-19 12:34:44 -07:00
Tim Stack
5b7e5a7513
Merge pull request #767 from sureshsundriyal/fix-ci
[cirrus/ci] Use a recent FreeBSD image
2020-09-19 12:33:44 -07:00
Tim Stack
8fe8654d23
Merge pull request #766 from sureshsundriyal/master
[cross-compile] Allow build artifacts to be built with build compilers.
2020-09-19 12:32:50 -07:00
Suresh Sundriyal
a14d47ae76 [cirrus/ci] Use a recent FreeBSD image 2020-09-18 16:38:10 -07:00
Suresh Sundriyal
bc09aad96c Undo changes to cmd-ref.rst 2020-09-18 12:32:36 -07:00
Suresh Sundriyal
4946f79ec1 [ptimec] Rename ptimec.cc -> ptimec.c 2020-09-18 12:20:40 -07:00
Suresh Sundriyal
57e0b9f3f3 [cross-compiling] Fix distcheck target 2020-09-18 11:44:06 -07:00
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.
2020-09-18 10:03:12 -07:00
Timothy Stack
ba4b31b24a remove noisy debug log 2020-09-18 09:41:35 -07:00
Timothy Stack
7d886a4e29 Merge branch 'sureshsundriyal-master' 2020-09-18 09:01:07 -07:00
Timothy Stack
e6c8f49c29 Merge branch 'master' of https://github.com/sureshsundriyal/lnav into sureshsundriyal-master 2020-09-18 09:00:57 -07:00
Timothy Stack
cfc285ce2d [release] fix bzip2 URL and fail download-pkgs if a package fails to download 2020-09-18 08:57:29 -07:00
Suresh Sundriyal
8646204c5d [simd] fix the config check for enable_simd 2020-09-18 05:54:08 -07:00
Suresh Sundriyal
24b964c65d [release] Update bzip2 download URL 2020-09-18 04:39:51 -07:00
Suresh Sundriyal
0dedb3d455 [simd] Allow toggling of simd related functionality 2020-09-17 21:20:52 -07:00
Timothy Stack
cc12e6359c [release] do not upgrade virtualbox additions on musl 2020-09-17 09:11:23 -07:00
Timothy Stack
da772a6486 [build] try to fix distclean issue 2020-09-16 23:14:05 -07:00
Timothy Stack
4bf048d974 [autoconf] check for -static-libstdc++ flag 2020-09-16 22:58:42 -07:00