Commit Graph

2301 Commits (516a20b94a8ac28c4cff72314d8f185c5f689761)
 

Author SHA1 Message Date
Timothy Stack 516a20b94a [cmake] add user preset example 2 years ago
Timothy Stack 66ef5fdae1 [clang-format] init 2 years ago
Timothy Stack d0ba84d9be [build] run cmake-init and switch from hunter to conan for packages 2 years ago
Timothy Stack a0ee4427a6 [build] try to fix missing include 2 years ago
Timothy Stack 4564e162d0 [build] try to optimize compile time 2 years ago
Tim Stack f2256c7aab
Merge pull request #965 from pedropombeiro/unifi-improvements
UniFi improvements
2 years ago
Pedro Pombeiro ca3b4b6c8c
unifi: Add kernel-other-proto format 2 years ago
Pedro Pombeiro 5028f84b59
Add ID for 'dnsmasq-dhcp' and 'other' formats 2 years ago
Pedro Pombeiro 16f5886cb1
Improvements to unifi format 2 years ago
Timothy Stack 0e23dcf4b5 [release] bump release number 2 years ago
Timothy Stack 87beb6dd78 [tests] set TZ for pcap test 2 years ago
Tim Stack d43576e41a
Merge pull request #963 from pedropombeiro/unifi_log
Add format for UniFi gateway
2 years ago
Pedro Pombeiro 894c36dac4
Add format for UniFi gateway 2 years ago
Tim Stack 30c603c1c8
Merge pull request #961 from pschiffe/master
Add `#include <iterator>` to `string_util.cc`
2 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.
2 years ago
Tim Stack 4d62826cae
Merge pull request #960 from thedataflows/master
Proposal to add github actions to build for Windows
2 years ago
Cristian Chiru 146a2ad857 Add github actions to build for Windows 2 years ago
Tim Stack c254c7ebc6
Merge pull request #959 from thedataflows/master
Fixes for building on Windows
2 years ago
Cristian Chiru 084b88b6f4 Fix func signature 2 years ago
Cristian Chiru b23e0ad508 Fix lnav homedir for windows 2 years ago
Cristian Chiru e2fe64e536 Fix for building on msys2; Closes #795 2 years ago
Cristian Chiru 092af9b694 Add missing include, closes #956 2 years ago
Tim Stack b2c7018d2d
Merge pull request #958 from solsticedhiver/patch-1
Mention the name of the remote binary file
2 years ago
solsTiCe d'Hiver 62901ac89d
Mention the name of the remote binary file
To avoid surprise, just mention the name of the remote binary file that is written and deleted immediately.

Sometimes it is not deleted. (when ?)
2 years ago
Tim Stack f02a8e2fe9
Update c-cpp.yml
remove apt update
2 years ago
Timothy Stack 43df8f75a2 [site] add goatcounter 2 years ago
Timothy Stack 8bb034eeeb [pcap] initial pcap support
Fixes #12
3 years ago
Timothy Stack c52240a25d [pages] update version number 3 years ago
Timothy Stack f74214b9b6 [sql] add a gunzip() SQL function 3 years ago
Timothy Stack b8945232f7 [test] update expected help output 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 782878b05c [tests] fix builddir 3 years ago
Timothy Stack 6e6487935a [test] fix broken path 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
Tim Stack a9278b400d
Update snapcraft.yaml 3 years ago
Tim Stack 1c8e0f2ef3
Update snapcraft.yaml 3 years ago
Timothy Stack 7c51c3264b [snap] bump lib version 3 years ago
Tim Stack 1bc6b91dd7
Update snapcraft.yaml 3 years ago
Timothy Stack d71fd7bff2 [snap] bump curses version 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