1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 13:05:51 +03:00
Commit Graph

710 Commits

Author SHA1 Message Date
Timothy Stack
a300ce9977 [format] order the formats based on sample matches 2015-04-05 07:12:20 -07:00
Tim Stack
fd55176df8 Merge pull request #195 from sureshsundriyal/wip
Clean up the autogenerated build files.
2015-04-05 07:08:19 -07:00
Suresh Sundriyal
e7fdaf871f [README.md] Fix the instruction about autogen.sh. 2015-04-05 02:59:04 -07:00
Suresh Sundriyal
05b408b568 [cleanup] Remove generated files and add to .gitignore.
- Remove the build generated files from the source tree.
  - This should take care of these files going out of sync or not be
    compatible with the version of autotools installed on users'
    machines.
- Add the generated files to .gitignore.
- Add a note in the installation instructions to run autogen.sh before
  running configure.
2015-04-05 02:43:54 -07:00
Suresh Sundriyal
7e3036cb86 [build] autogen 2015-04-05 01:39:14 -07:00
Suresh Sundriyal
7948bc0e04 Merge pull request #193 from sureshsundriyal/wip
compiler flags.
2015-04-05 00:54:35 -07:00
Suresh Sundriyal
fc91faaa00 Enable '-Werror' on the tests. 2015-04-05 00:34:36 -07:00
Suresh Sundriyal
bfee33b7fd Turn on 'sign-compare' error check for tests. 2015-04-05 00:23:25 -07:00
Suresh Sundriyal
b1a2a88d98 Merge pull request #188 from sureshsundriyal/wip
[build] Turn 'sign-compare' in to an error.
2015-04-04 17:20:38 -07:00
Suresh Sundriyal
dd88c6543a [build] Turn 'sign-compare' in to an error.
Can't turn on the same on tests because it breaks on some test cases.
2015-04-04 17:07:59 -07:00
Timothy Stack
a0ccbc9872 [build] quiet a format warning 2015-04-04 16:32:14 -07:00
Timothy Stack
0452bc0438 [build] some more sign-compare stuff 2015-04-04 16:13:12 -07:00
Suresh Sundriyal
87a669169d Merge pull request #187 from sureshsundriyal/wip
[build] Fix 'make distcheck'
2015-04-04 15:23:20 -07:00
Suresh Sundriyal
89cc9e09fd [build] Fix 'make distcheck' 2015-04-04 15:17:57 -07:00
Timothy Stack
8d20474e42 set the timestamp for the syslog file 2015-04-04 14:06:32 -07:00
Timothy Stack
397412aea3 don't check ws in diff 2015-04-04 13:43:46 -07:00
Timothy Stack
38e56b63ea [hist] fix the histogram when filters change 2015-04-04 13:36:53 -07:00
Tim Stack
1a204c6915 remove leftover test code 2015-04-04 11:41:55 -07:00
Timothy Stack
0d97e7ef59 override gettimeofday for testing 2015-04-04 03:42:26 -07:00
Timothy Stack
62011b4226 fix an errant include 2015-04-04 02:55:06 -07:00
Timothy Stack
408c690192 [log] some more logging cleanup 2015-04-04 02:15:34 -07:00
Timothy Stack
f0f819b119 [log] dump more state on a crash 2015-04-04 02:15:34 -07:00
Suresh Sundriyal
a1fd8f9dd9 [time_fmt] Add the new time_fmt to Makefile.am.
Makefile.in is a generated file and will get overwritten on the next
autogen run.
2015-04-03 12:00:44 -07:00
Tim Stack
38476316b2 Merge pull request #185 from androm3da/master
[time_formats] Added another time format
2015-04-03 11:13:12 -07:00
androm3da
a66db0fd8b [time_formats] Added another time format
Added a new time format to the list
2015-04-03 12:55:04 -05:00
Suresh Sundriyal
0065badf1f Merge pull request #183 from sureshsundriyal/wip
[-Wformat] Fix scripty.cc again.
2015-04-02 19:13:34 -07:00
Suresh Sundriyal
e62172fb63 [-Wformat] Fix scripty.cc again.
Seems like timeval is defined differently on OS X than on Linux. So
fixing the format specifier on one breaks it on the other. Explicitly
cast the value being passed in to fix the problem on both the platforms.
2015-04-02 19:06:46 -07:00
Suresh Sundriyal
814a549c72 Merge pull request #182 from sureshsundriyal/wip
[-Wunused-result] Bunch of test files.
2015-04-02 17:30:26 -07:00
Suresh Sundriyal
e359f8552a [-Wunused-result] Bunch of test files. 2015-04-02 13:44:27 -07:00
Suresh Sundriyal
c45496b593 [-Wformat] test/scripty.cc 2015-04-02 10:42:40 -07:00
Suresh Sundriyal
62777a92cd Merge pull request #181 from sureshsundriyal/wip
[Coverity] Fix a forward null.
2015-04-02 09:17:03 -07:00
Suresh Sundriyal
32c6874665 [-Wsign-compare] lnav_log.cc 2015-04-02 01:59:49 -07:00
Suresh Sundriyal
19e6303fac [-Wsign-compare] lnav.cc 2015-04-02 01:48:21 -07:00
Suresh Sundriyal
8c329130ed [-Wsign-compare] logfile_sub_source.cc 2015-04-02 01:40:21 -07:00
Suresh Sundriyal
410c2a3cd7 [-Wsign-compare] lnav_commands.cc 2015-04-02 01:27:50 -07:00
Suresh Sundriyal
c61bfbecad [-Wsign-compare] log_vtab_impl.cc 2015-04-02 00:19:44 -07:00
Suresh Sundriyal
ff4db03d5b [-Wsign-compare *&& -Wuninitailzed] log_format.cc 2015-04-01 23:50:28 -07:00
Suresh Sundriyal
a21c172d8e [Coverity] Fix a forward null. 2015-04-01 23:36:11 -07:00
Suresh Sundriyal
baa5ca1ea1 Revert "Enable coverity scan."
This reverts commit 661ecbeec9.
2015-04-01 22:44:00 -07:00
Suresh Sundriyal
661ecbeec9 Enable coverity scan. 2015-04-01 22:36:34 -07:00
Tim Stack
605d18ebcb Merge pull request #180 from sureshsundriyal/wip
More compiler warnings.
2015-04-01 22:21:22 -07:00
Suresh Sundriyal
e6d97795fe [-Wunused-but-set-variable] vt52_curses.cc 2015-04-01 21:58:32 -07:00
Suresh Sundriyal
fe6f3ec1ae [-Wsign-compare] view_curses.hh 2015-04-01 21:50:34 -07:00
Suresh Sundriyal
72bdbb5839 [-Wsign-compare] statusview_curses.hh 2015-04-01 21:43:33 -07:00
Suresh Sundriyal
67e79fb07c [-Wsign-compare] readline_curses.cc 2015-04-01 21:38:28 -07:00
Suresh Sundriyal
36b012eba3 [-Wsign-compare] filter_observer.hh 2015-04-01 21:31:18 -07:00
Suresh Sundriyal
35feb28212 [-Wsign-compare] textview_curses.hh 2015-04-01 21:18:22 -07:00
Suresh Sundriyal
c23ea2cf96 [-Wsign-compare] json_ptr.hh 2015-04-01 21:09:49 -07:00
Suresh Sundriyal
04471054d8 [-Wsign-compare] data_scanner.hh 2015-04-01 20:42:14 -07:00
Suresh Sundriyal
de34380aed [-Wsign-compare] readline_highlighters.cc 2015-04-01 19:19:40 -07:00