Commit Graph

1765 Commits (7763d2db7ae89c7ff89b2ae8baeca9d923e439a4)
 

Author SHA1 Message Date
Timothy Stack 7763d2db7a [cross] try to fix armhf
Defect Number:
    Reviewed By:
   Testing Done:
4 years ago
Timothy Stack 6ec90c521b [build] dump crash log during build 4 years ago
Timothy Stack e04d49bc98 fix a memory error in extension-functions.cc 4 years ago
Timothy Stack ec920a771f [snap] nope... 4 years ago
Timothy Stack 0b1b57debb [snap] bump base version to core20 4 years ago
Timothy Stack 267ca92025 [snap] add missing lib 4 years ago
Timothy Stack c3646be987 [build] fix some issues on 32-bit arch 4 years ago
Timothy Stack a4e6328ff7 [snap] force snapshot 4 years ago
Tim Stack 0bfb11fcc8
Update snapcraft.yaml 4 years ago
Timothy Stack cb58f3d1ae [snap] add debug 4 years ago
Tim Stack 4434e9f2aa
Merge pull request #775 from sureshsundriyal/master
[dist] Some more distribution related cleanup.
4 years ago
Suresh Sundriyal f8e990cf76 [dist] Some more distribution related cleanup.
Remove init-sql.h from the distributed package and remove the redundant
files from DISTCLEAN.
4 years ago
Tim Stack 65b999c5ca
Merge pull request #774 from sureshsundriyal/master
[dist] Stop packaging builtin-scripts.h
4 years ago
Timothy Stack dd2fb1d0c5 [snap] remove curl dep 4 years ago
Suresh Sundriyal 8b2bcca752 [dist] Stop packaging builtin-scripts.h 4 years ago
Timothy Stack 47c8a32481 [snap] remove source-tag 4 years ago
Timothy Stack 82c7b236ee [readme] add snap link 4 years ago
Timothy Stack b1e89be4c3 [snap] try to build latest 4 years ago
Timothy Stack 6cbc888786 [snap] update snapcraft.yaml 4 years ago
Timothy Stack b2d5a41762 [NEWS] some cleanup of the text 4 years ago
Tim Stack 20c6ec3166
Merge pull request #773 from sureshsundriyal/master
[build] Get rid of configure errors
4 years ago
Suresh Sundriyal 091f3c04b4 [build] Get rid of configure errors 4 years ago
Timothy Stack f39a208472 [cmake] ptimec doesn't belong in libdiag 4 years ago
Timothy Stack f43d05a49a [build] more dist fixes 4 years ago
Tim Stack d570a86232
Merge pull request #772 from sureshsundriyal/master
[dist] Prevent distributing built sources
4 years ago
Suresh Sundriyal 63ed3ee677 [dist] Prevent distributing built sources 4 years ago
Timothy Stack a5171058c7 [build] some built files were being included in the dist 4 years ago
Timothy Stack d8bc5b71c8 [cmake] bump hunter gate version 4 years ago
Timothy Stack 8ff80ceff0 [lnav_log] shorten file name to the base name 4 years ago
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.
4 years ago
Timothy Stack 48d4b51fd7 [view_curses] fix mvwattrline for utf chars
Fixes #675
4 years ago
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.
4 years ago
Suresh Sundriyal 70847429fa [freebsd] Remove the use of basename from log_msg.
Fix
4 years ago
Tim Stack 49ae32a986
Merge pull request #770 from sureshsundriyal/master
[cross-compile] Use 'BUILD_EXEEXT' as the suffix for build binaries.
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
Tim Stack 89cb6fbe76
Merge pull request #768 from sureshsundriyal/master
Miscellaneous fixes.
4 years ago
Suresh Sundriyal a6920cc320 [AUTHORS] Update the file. 4 years ago
Suresh Sundriyal f35f855458 [tests] Remove use of deprecated std::random_shuffle 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
Tim Stack 5b7e5a7513
Merge pull request #767 from sureshsundriyal/fix-ci
[cirrus/ci] Use a recent FreeBSD image
4 years ago
Tim Stack 8fe8654d23
Merge pull request #766 from sureshsundriyal/master
[cross-compile] Allow build artifacts to be built with build compilers.
4 years ago
Suresh Sundriyal a14d47ae76 [cirrus/ci] Use a recent FreeBSD image 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