Commit Graph

984 Commits

Author SHA1 Message Date
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
Suresh Sundriyal
1eca34b99d [travis] test-suite.log disappearance.
Seems like this is related to differences in the automake version.
2015-04-01 18:16:11 -07:00
Tim Stack
9c4568f15b Merge pull request #179 from sureshsundriyal/wip
[travis] Fix travis behavior.
2015-04-01 17:47:05 -07:00
Suresh Sundriyal
873f29c1ac [travis] List the files in test directory. 2015-04-01 17:36:40 -07:00
Suresh Sundriyal
8d6d321ec5 [travis] Print the pwd.
Travis can't seem to find the test-logs anymore.
2015-04-01 17:27:14 -07:00
Suresh Sundriyal
7d5ddc5994 [travis] Fix travis behavior.
Something seems to have changed in the travis infrastructure. It has
suddenly started complaining about 'test' usage in test_logfile.sh and
not printing out the test logs after the run.
2015-04-01 17:15:10 -07:00
Suresh Sundriyal
dd8ebbd11e Merge pull request #178 from sureshsundriyal/wip
[-Wsign-compare] Type mismatch: db_sub_source.hh
2015-04-01 16:54:48 -07:00
Suresh Sundriyal
e1f922d25a [-Wsign-compare] Type mismatch: db_sub_source.hh 2015-04-01 14:22:59 -07:00
Tim Stack
e03b734ba1 Merge pull request #176 from sureshsundriyal/wip
[-Wsign-compare] Fix the type mismatch warnings.
2015-04-01 09:46:41 -07:00
Suresh Sundriyal
e41549f96c [-Wsign-compare] Fix the type mismatch warnings. 2015-04-01 05:31:12 -07:00
Suresh Sundriyal
b619860704 Merge pull request #175 from sureshsundriyal/wip
Make autogen.sh work with older versions of Automake.
2015-04-01 05:01:24 -07:00
Suresh Sundriyal
a333658bc6 [travis] Use the older versions of Automake. 2015-04-01 04:56:03 -07:00
Suresh Sundriyal
7e7f75d669 [build] Point aclocal to the 'm4' directory.
This should hopefully make the autogen script work with older versions
of automake as well.
2015-04-01 04:55:52 -07:00
Suresh Sundriyal
9018238b46 Merge pull request #173 from sureshsundriyal/wip
[build] Get rid of warnings from autoreconf.
2015-04-01 01:48:10 -07:00
Suresh Sundriyal
b53e3f2401 [build] Get rid of warnings from autoreconf.
* Remove some of the obsolete macros.
* Use AC_CONFIG_MACRO_DIR to allow compatibility with older versions of
  autoconf.
* Remove AU_ALIAS from curses macro.
2015-04-01 01:04:12 -07:00
Timothy Stack
66c5d9413e fix piping lnav 2015-03-31 13:00:34 -07:00
Timothy Stack
7efedcdafc [lint] remove unnecessary null checks 2015-03-31 06:34:53 -07:00
Suresh Sundriyal
fed9f08cb1 Merge pull request #168 from sureshsundriyal/wip2
Try and fail if libgpm is really required.
2015-03-30 23:52:31 -07:00
Suresh Sundriyal
a6a55af2e3 [build] autogen 2015-03-30 23:44:18 -07:00
Suresh Sundriyal
b4d7781539 [build] Try a bit harder to resolve libgpm dependency. 2015-03-30 20:32:56 -07:00
Timothy Stack
e71985a951 need to check the view stack in rebuild_indexes() 2015-03-30 13:23:43 -07:00
Suresh Sundriyal
d5d2e219e1 Merge pull request #166 from sureshsundriyal/wip
More build stuff.
2015-03-29 17:19:09 -07:00
Suresh Sundriyal
538f97b13e [build] autogen 2015-03-29 17:14:29 -07:00
Suresh Sundriyal
78efe35f3f [build] Pick up readline '.a' files.
And give preference to user specified/ac discovered paths rather than
system directories.
2015-03-29 17:12:34 -07:00
Tim Stack
62675db140 Merge pull request #165 from sureshsundriyal/wip
[travis] Print out the logs after failure.
2015-03-29 16:07:10 -07:00
Suresh Sundriyal
e73397587a [travis] Shell conditional shorthands are also special in YAML. 2015-03-29 15:36:57 -07:00
Suresh Sundriyal
f5a9259df5 [travis] Print out the logs after failure.
If `make check` fails, the && will short out and will not print the logs
when it is most useful. Print out the log as an 'after_script'.
2015-03-29 15:28:49 -07:00