Commit Graph

1976 Commits

Author SHA1 Message Date
Suresh Sundriyal
cac46e9848 [musl] Remove the unnecessary 'queue.h' dependency 2020-09-27 08:45:52 -07:00
Tim Stack
e539aca4ea
Merge pull request #776 from sureshsundriyal/master
Add explicit dependencies and remove BUILT_SOURCES target.
2020-09-25 20:16:05 -07:00
Suresh Sundriyal
3a9967cbf5 [build] Get rid of BUILT_SOURCES 2020-09-24 19:17:36 -07:00
Suresh Sundriyal
cc6f0a06dd [build] Add some explicit dependencies.
This should fix the individual make targets.
2020-09-24 19:17:36 -07:00
Timothy Stack
0e1eb418c8 [cmake] set a default for the build type 2020-09-24 16:09:28 -07:00
Timothy Stack
8f0c918bb3 [build] fix the hunter config, the LOCAL flag was missing 2020-09-24 16:02:14 -07:00
Timothy Stack
5e01902c60 [travis] disable arm build for now 2020-09-24 14:52:06 -07:00
Timothy Stack
2cd0ee7200 [build] try to fix arm64 travis build 2020-09-24 14:31:40 -07:00
Timothy Stack
15f38ce6ba [travis] try to activate arm builds 2020-09-24 14:25:34 -07:00
Timothy Stack
74bfa21050 [build] missed a file 2020-09-24 13:22:42 -07:00
Timothy Stack
65c991919b [loader] fix format loader and add $schema refs to formats 2020-09-24 13:12:43 -07:00
Timothy Stack
7763d2db7a [cross] try to fix armhf
Defect Number:
    Reviewed By:
   Testing Done:
2020-09-24 09:40:56 -07:00
Timothy Stack
6ec90c521b [build] dump crash log during build 2020-09-24 08:58:20 -07:00
Timothy Stack
e04d49bc98 fix a memory error in extension-functions.cc 2020-09-24 06:49:38 -07:00
Timothy Stack
ec920a771f [snap] nope... 2020-09-23 23:35:13 -07:00
Timothy Stack
0b1b57debb [snap] bump base version to core20 2020-09-23 23:18:29 -07:00
Timothy Stack
267ca92025 [snap] add missing lib 2020-09-23 22:51:29 -07:00
Timothy Stack
c3646be987 [build] fix some issues on 32-bit arch 2020-09-23 22:36:47 -07:00
Timothy Stack
a4e6328ff7 [snap] force snapshot 2020-09-23 19:29:30 -07:00
Tim Stack
0bfb11fcc8
Update snapcraft.yaml 2020-09-23 18:35:04 -07:00
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