Commit Graph

1201 Commits (48d4b51fd7dae236019585c02407e02649da358f)

Author SHA1 Message Date
Timothy Stack 48d4b51fd7 [view_curses] fix mvwattrline for utf chars
Fixes #675
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
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
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
Suresh Sundriyal 0dedb3d455 [simd] Allow toggling of simd related functionality 4 years ago
Timothy Stack da772a6486 [build] try to fix distclean issue 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
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 be106fcb8d [docs] add some more keymap/theme docs 4 years ago
Timothy Stack 5e1f43b4c7 [readline] refine tab-completion for config options 4 years ago
Timothy Stack 9773efd3a5 [keymap] add german keymap 4 years ago
Timothy Stack ce0383dee1 [build] fix some warnings 4 years ago
Suresh Sundriyal 9a49035ce6 [Format] Designate non-capturing group 4 years ago
Suresh Sundriyal 7494f5cef5 Optimize the vum-log4cpp expression 4 years ago
Suresh Sundriyal 9b2b9d50ba Remove unused header 4 years ago
Suresh Sundriyal 908c41cb64 Fix compiler warnings about unused variables. 4 years ago
Suresh Sundriyal a24aa5e414 [Format] Make the levels regex case-insensitive. 4 years ago
Suresh Sundriyal 83a3e69118 [Format] Fix up the greedy match 4 years ago
Suresh Sundriyal 2d30bfd322 [Format] Add updatemgr's log4cpp format to vmw_log format. 4 years ago
Timothy Stack 16c5fdccb4 [build] more win build 4 years ago
Timothy Stack f9b3884b5e [build] try to fix win build 4 years ago
Timothy Stack 349991a695 [shlex] fix handling of tilde 4 years ago
Timothy Stack 3692c76788 [build] fix uninit var warning 4 years ago
Timothy Stack f3d172c831 [keymap] add a french keymap 4 years ago
Timothy Stack a3264fb104 [log_format] fix issues with year rollover
Defect Number:
    Reviewed By:
   Testing Done:
4 years ago
Timothy Stack 8a3fbe6375 [cmds] fix error format strings 4 years ago
Timothy Stack 815a05577e [keymap] suggest the config option to set for an unknown keystroke
Also, add a unicode green-check/red-X mark for the success/error
message for commands.
4 years ago
Timothy Stack 8734795505 [keymap] handle unicode keys and add UK keymap
Fixes #392
4 years ago
Timothy Stack 82b34bb02a [config] remove :save-config 4 years ago
Timothy Stack ead1d3eb36 [build] fix some more warnings 4 years ago
Timothy Stack c5a82240ec [build] try to fix some warnings 4 years ago
Timothy Stack 84a7079e3f [main] capture stderr only after initscr() and fix curl configure detection 4 years ago
Timothy Stack f0934a6e3c [theme] fix background color in the default theme 4 years ago
Timothy Stack 0940e97b2b [nits] fix some naming issues
Fixes #169
4 years ago
Timothy Stack 1f2cf13739 [text] highlight rust code 4 years ago
Timothy Stack 6182b6b41c [mouse] do not require xterm for mouse use
Fixes #727
4 years ago
Timothy Stack 4fa4a7057b [log_format] gracefully handle a misconfigured log format
Fixes #742
4 years ago
Timothy Stack d0f2f9e800 [view_curses] fix attribute range when the line contains UTF-8 chars
Fixes #745
4 years ago
Timothy Stack a2b3427502 [tests] add tests for SQL annotation functionality 4 years ago