Commit Graph

2268 Commits

Author SHA1 Message Date
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
Timothy Stack
f1a47ac1ad [log_format] make logline_value slightly less error-prone 2020-09-16 21:46:44 -07:00
Timothy Stack
90ab6ea8f1 [bro-log] fix an issue with the logline_values in the bro log format 2020-09-16 14:38:58 -07:00
Timothy Stack
ee572a2c86 [init] fix an issue with input not being taken when an empty file is loaded 2020-09-16 14:05:56 -07:00
Tim Stack
c724a44bf4
Update README.md
link to the read-the-docs site
2020-09-15 21:38:30 -07:00
Timothy Stack
dbe252c70c [docs] some more doc stuff 2020-09-15 15:45:29 -07:00
Timothy Stack
bbf06e78ba [init] delay initial command execution until some files are loaded
Fixes #764
2020-09-15 15:44:29 -07:00
Timothy Stack
cc7cba6514 [search] start searching a couple thousand lines before the top 2020-09-14 21:29:06 -07:00
Timothy Stack
c18850aa01 [release] add musl-package to the "release" deps 2020-09-14 13:29:52 -07:00
Tim Stack
648b78359a
Merge pull request #762 from sureshsundriyal/master
[release] Build target for static lnav compiled with musl-libc.
2020-09-14 13:01:53 -07:00
Suresh Sundriyal
271c961085 [release] Build target for static lnav compiled with musl.
`musl-package` compiles a completely static `lnav` binary compiled with
musl-libc.
2020-09-14 06:34:45 -07:00
Timothy Stack
be106fcb8d [docs] add some more keymap/theme docs 2020-09-13 23:03:23 -07:00
Timothy Stack
692cf37e1b [NEWS] mention keymap support 2020-09-12 21:23:26 -07:00
Timothy Stack
5e1f43b4c7 [readline] refine tab-completion for config options 2020-09-12 21:02:20 -07:00
Timothy Stack
9773efd3a5 [keymap] add german keymap 2020-09-12 14:06:23 -07:00
Timothy Stack
ce0383dee1 [build] fix some warnings 2020-09-11 23:10:11 -07:00
Tim Stack
c3f7eac29d
Merge pull request #760 from sureshsundriyal/master
Minor changes to quell some compiler warnings and other miscellaneous changes.
2020-09-11 21:28:01 -07:00
Suresh Sundriyal
9a49035ce6 [Format] Designate non-capturing group 2020-09-11 21:07:03 -07:00
Suresh Sundriyal
7494f5cef5 Optimize the vum-log4cpp expression 2020-09-11 19:52:24 -07:00
Suresh Sundriyal
9b2b9d50ba Remove unused header 2020-09-11 15:30:55 -07:00
Suresh Sundriyal
908c41cb64 Fix compiler warnings about unused variables. 2020-09-11 15:30:55 -07:00
Suresh Sundriyal
1b5fa6d92d Fixup AUTHORS 2020-09-11 15:20:23 -07:00
Tim Stack
94e09c5228
Merge pull request #759 from sureshsundriyal/master
[Format] Add updatemgr's log4cpp format to vmw_log format.
2020-09-11 14:05:32 -07:00
Suresh Sundriyal
a24aa5e414 [Format] Make the levels regex case-insensitive. 2020-09-11 13:00:19 -07:00
Suresh Sundriyal
83a3e69118 [Format] Fix up the greedy match 2020-09-11 12:53:12 -07:00
Suresh Sundriyal
2d30bfd322 [Format] Add updatemgr's log4cpp format to vmw_log format. 2020-09-11 12:18:52 -07:00
Timothy Stack
16c5fdccb4 [build] more win build 2020-09-10 22:15:02 -07:00
Timothy Stack
783c23b62c [build] add disable flag for system path inclusion 2020-09-10 22:09:29 -07:00
Tim Stack
0fa78a3c9f
Merge pull request #755 from amosbird/patch-1
Don't force system library path
2020-09-10 21:48:23 -07:00
Timothy Stack
f9b3884b5e [build] try to fix win build 2020-09-10 21:45:42 -07:00
Timothy Stack
349991a695 [shlex] fix handling of tilde 2020-09-10 21:19:23 -07:00
Timothy Stack
3692c76788 [build] fix uninit var warning 2020-09-10 11:23:17 -07:00
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.
2020-09-11 02:16:08 +08:00
Timothy Stack
f383af4d5f [build] try to fix RTD build 2020-09-09 22:54:05 -07:00
Timothy Stack
f3d172c831 [keymap] add a french keymap 2020-09-09 22:16:06 -07:00
Tim Stack
3438ad1da9
Merge pull request #757 from sureshsundriyal/master
Update AUTHORS
2020-09-09 15:03:02 -07:00
Suresh Sundriyal
fb51c2fd4a Update AUTHORS 2020-09-09 13:50:44 -07:00
Timothy Stack
a3264fb104 [log_format] fix issues with year rollover
Defect Number:
    Reviewed By:
   Testing Done:
2020-09-08 22:11:32 -07:00
Timothy Stack
8a3fbe6375 [cmds] fix error format strings 2020-09-08 09:26:42 -07:00