Commit Graph

1562 Commits (a0ee4427a66f681de047636e359bb8fd59f1a605)

Author SHA1 Message Date
Timothy Stack a0ee4427a6 [build] try to fix missing include 3 years ago
Timothy Stack 4564e162d0 [build] try to optimize compile time 3 years ago
Pedro Pombeiro ca3b4b6c8c
unifi: Add kernel-other-proto format 3 years ago
Pedro Pombeiro 5028f84b59
Add ID for 'dnsmasq-dhcp' and 'other' formats 3 years ago
Pedro Pombeiro 16f5886cb1
Improvements to unifi format 3 years ago
Timothy Stack 0e23dcf4b5 [release] bump release number 3 years ago
Pedro Pombeiro 894c36dac4
Add format for UniFi gateway 3 years ago
Peter Schiffer b8a31ae9b4
Add `#include <iterator>` to `string_util.cc`
Lnav fails to build on the next Fedora version due to the following error:
```
make[3]: Entering directory '/builddir/build/BUILD/lnav-0.10.1/src/base'
g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../src   -Wall -I../../src/ -I../../src/third-party -I../../src/fmtlib     -I../../src/third-party/doctest-root  -I/usr/local/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -D_GNU_SOURCE  -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o string_util.o string_util.cc
make[3]: Leaving directory '/builddir/build/BUILD/lnav-0.10.1/src/base'
string_util.cc: In function 'std::string repeat(const std::string&, size_t)':
string_util.cc:199:22: error: 'ostream_iterator' is not a member of 'std'
  199 |     std::fill_n(std::ostream_iterator<std::string>(os), num, input);
      |                      ^~~~~~~~~~~~~~~~
string_util.cc:38:1: note: 'std::ostream_iterator' is defined in header '<iterator>'; did you forget to '#include <iterator>'?
   37 | #include "string_util.hh"
  +++ |+#include <iterator>
   38 |
```

Reason is probably the updated GNU toolchain, more info:
https://fedoraproject.org/wiki/Changes/GNUToolchainF36

This patch fixes the issue.
3 years ago
Cristian Chiru 084b88b6f4 Fix func signature 3 years ago
Cristian Chiru b23e0ad508 Fix lnav homedir for windows 3 years ago
Cristian Chiru e2fe64e536 Fix for building on msys2; Closes #795 3 years ago
Cristian Chiru 092af9b694 Add missing include, closes #956 3 years ago
Timothy Stack 8bb034eeeb [pcap] initial pcap support
Fixes #12
3 years ago
Timothy Stack f74214b9b6 [sql] add a gunzip() SQL function 3 years ago
Tim Stack b9b4d24933
Merge pull request #932 from eladeyal-intel/patch-1
Clarify that keybindings listed are default
3 years ago
Timothy Stack f33a9a580b [docs] add clipboard to the tuning section 3 years ago
eladeyal-intel 0f25ec6c3b
Clarify that keybindings listed are default
User can changfe the keybindings and the help message would not be updated.
3 years ago
Timothy Stack fa3c7048c9 [logfmt] remove noisy log message 3 years ago
Timothy Stack 561262c2f9 [perf] fix a performance issue when interactively loading a text file 3 years ago
Timothy Stack 3d31b2b723 [build] fix lib link order 3 years ago
Timothy Stack 7627c41802 [build] missing file 3 years ago
Timothy Stack 19fd336e9a [formats] add logfmt 3 years ago
Timothy Stack 008b1c827b [build] fix some 32-bit build issues 3 years ago
Timothy Stack 5089347e82 [views] fix some issues on shutdown 3 years ago
Timothy Stack 2cac26cc00 [input] try fix handling of modifier+cursor keys 3 years ago
Timothy Stack 3c36869711 [looper] check for POLLHUP on stdin
Fixes #919
3 years ago
Timothy Stack b3b8ed7f07 [bump] update doctest version 3 years ago
Timothy Stack d228c5a9e1 [build] fix for static 3 years ago
Timothy Stack dc0b7ff631 [cmake] run cmake-format 3 years ago
Timothy Stack b884f732f2 [json-ext] json_contains() should accept null
Related to #447
3 years ago
Timothy Stack 954e368974 [build] rejigger doctest inclusion a bit 3 years ago
Tim Stack f4d9e51f4c
Merge pull request #915 from bowlofeggs/optional_system_doctest
Provide a configure flag to use the system doctest
3 years ago
Timothy Stack 68d7d64948 [rebuild] some more cleanup 3 years ago
Timothy Stack 1c5567157f [build] use other #define for max 3 years ago
Timothy Stack 458b959a13 [headless] fix an issue with headless rebuilds 3 years ago
Timothy Stack 272de832d5 [build] silence a warning 3 years ago
Timothy Stack 2edc3c8382 [lnav_log] fix issue when the debug log file couldn't be opened
Related to #866
3 years ago
Timothy Stack 806e3d934e [ptimec] use FOR_BUILD version of some defines 3 years ago
Timothy Stack 90b8e85e62 [tools] need to use FOR_BUILD version of some defines
Related to #916
3 years ago
Timothy Stack 90b513499c tweak file format display 3 years ago
Timothy Stack b2f11ac27f [intern] some cleanup 3 years ago
Timothy Stack ecb4084b37 [logfile_sub_source] remove alternate 5 min highlight 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 6761e2d7df [usage] add some symbols to the usage message 3 years ago
tstack 2315fc8871 Update tailer 3 years ago
Timothy Stack c317008463 [remote] fix issue with symlinked files 3 years ago
tstack fa8dc6214f Update tailer 3 years ago
Timothy Stack 2f9f72762f [tailer] some more fixes 3 years ago
tstack f5f41ffad9 Update tailer 3 years ago
Timothy Stack 4fc6e60d10 [tailer] fix init offer 3 years ago