Commit Graph

949 Commits

Author SHA1 Message Date
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
Timothy Stack
033c861028 [cmd] next/prev-mark commands 2015-03-29 14:50:34 -07:00
Tim Stack
61ece9649d Merge pull request #164 from sureshsundriyal/wip
[pretty print] Avoid extra new lines.
2015-03-29 10:09:01 -07:00
Timothy Stack
e30ada3983 [build] fix automake version in release script 2015-03-29 07:58:24 -07:00
Suresh Sundriyal
a46d33de2b [pretty print] Avoid extra new lines.
With the recent change to enable pretty print on all the log lines in
the current view, 'lnav' adds extra new lines between all the normal log
lines. This change removes the extra new lines.
2015-03-29 03:28:05 -07:00
Suresh Sundriyal
c156175822 Merge pull request #163 from sureshsundriyal/wip
More release build related fixes.
2015-03-29 01:57:50 -07:00
Suresh Sundriyal
82dbc1dad1 [build] autogen 2015-03-29 01:53:29 -07:00
Suresh Sundriyal
b9c8e18611 [build] Revert the LIBS variable after readline checks. 2015-03-29 01:53:29 -07:00
Suresh Sundriyal
af21670065 Merge pull request #162 from sureshsundriyal/wip
Fix the release builds.
2015-03-29 01:29:07 -07:00
Suresh Sundriyal
27b0a67168 [build] autogen 2015-03-29 01:23:57 -07:00
Suresh Sundriyal
707ccce9c0 [build] Stop readline macro from polluting the environment variables. 2015-03-29 01:19:51 -07:00
Timothy Stack
712f1f732b [build] bump sqlite and automake versions for the release build 2015-03-28 21:00:20 -07:00
Suresh Sundriyal
cb8778ec20 [build] autogen 2015-03-28 19:45:18 -07:00
Suresh Sundriyal
58e3b20f17 [build] Add the package name and URL to autoconf script. 2015-03-28 19:44:36 -07:00
Suresh Sundriyal
2ff4b0a8df Merge pull request #161 from sureshsundriyal/wip
More coverity fixes.
2015-03-28 18:47:34 -07:00
Suresh Sundriyal
4ed9765610 [Coverity] Fix dereference before null check. 2015-03-28 18:41:06 -07:00
Suresh Sundriyal
c386814850 [Coverity] Printf arg type mismatch. 2015-03-28 18:20:44 -07:00
Tim Stack
1afe9b0d9d Merge pull request #160 from sureshsundriyal/wip
Coverity related fixes.
2015-03-28 16:13:51 -07:00
Suresh Sundriyal
6a2c28450e [Coverity] Initialize class variables. 2015-03-28 14:46:10 -07:00
Suresh Sundriyal
0c30d52ca2 [Coverity] Remove dead code.
Given the fact that rem += SECSPERDAY is executed only when rem < 0,
it won't be possible for the condition 'rem >= SECSPERDAY' to be true.
2015-03-28 13:46:42 -07:00
Suresh Sundriyal
44b67edfd0 Merge pull request #159 from sureshsundriyal/wip
Revert "Enable Coverity scan."
2015-03-28 13:40:52 -07:00
Suresh Sundriyal
d47c17e2e8 Revert "Enable Coverity scan."
This reverts commit 7898d4d0d5.
2015-03-28 13:39:37 -07:00
Suresh Sundriyal
d5f3bba71c Merge pull request #158 from sureshsundriyal/wip
Enable Coverity scan.
2015-03-28 13:27:02 -07:00
Suresh Sundriyal
7898d4d0d5 Enable Coverity scan. 2015-03-28 13:08:48 -07:00
Tim Stack
fdcb75d198 Merge pull request #157 from sureshsundriyal/wip
Fix the tests when not compiled with bz2 support.
2015-03-28 12:11:03 -07:00
Timothy Stack
44d2e12403 [text] add filtering support to the plain text view
Fixes #149 #148
2015-03-28 06:30:30 -07:00
Suresh Sundriyal
94e3051257 [tests] Fix the conditional. 2015-03-28 02:32:59 -07:00
Suresh Sundriyal
521767eeb9 [build] autogen 2015-03-28 01:26:28 -07:00
Suresh Sundriyal
b371a680b3 [tests] Skip bzip2 tests if not compiled with bzip2. 2015-03-28 01:25:09 -07:00
Suresh Sundriyal
ef686b6932 Merge pull request #156 from sureshsundriyal/wip
[Compile errors] test_override.cc -> test_override.c
2015-03-27 12:15:16 -07:00
Suresh Sundriyal
acd913b9f9 [Compile errors] test_override.cc -> test_override.c 2015-03-27 11:21:08 -07:00
Suresh Sundriyal
ab257af0c7 Merge pull request #154 from sureshsundriyal/wip
More refactoring and autogen run.
2015-03-27 04:51:52 -07:00
Suresh Sundriyal
2554f19b23 [build] macro refactor 2015-03-27 04:34:25 -07:00
Suresh Sundriyal
229db9b446 [build] autogen 2015-03-27 04:25:35 -07:00
Suresh Sundriyal
9f1da30515 [build] Add the '-pthread' to the list of extra libraries.
Instead of setting it manually.
2015-03-27 04:14:39 -07:00
Suresh Sundriyal
b8d7841342 Merge pull request #152 from sureshsundriyal/wip
Fix some brokenness.
2015-03-26 20:53:03 -07:00