Commit Graph

822 Commits (bb5f3cc9c445c98083624b2ef023bad71cb48619)
 

Author SHA1 Message Date
Suresh Sundriyal 58e3b20f17 [build] Add the package name and URL to autoconf script. 9 years ago
Suresh Sundriyal 2ff4b0a8df Merge pull request #161 from sureshsundriyal/wip
More coverity fixes.
9 years ago
Suresh Sundriyal 4ed9765610 [Coverity] Fix dereference before null check. 9 years ago
Suresh Sundriyal c386814850 [Coverity] Printf arg type mismatch. 9 years ago
Tim Stack 1afe9b0d9d Merge pull request #160 from sureshsundriyal/wip
Coverity related fixes.
9 years ago
Suresh Sundriyal 6a2c28450e [Coverity] Initialize class variables. 9 years ago
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.
9 years ago
Suresh Sundriyal 44b67edfd0 Merge pull request #159 from sureshsundriyal/wip
Revert "Enable Coverity scan."
9 years ago
Suresh Sundriyal d47c17e2e8 Revert "Enable Coverity scan."
This reverts commit 7898d4d0d5.
9 years ago
Suresh Sundriyal d5f3bba71c Merge pull request #158 from sureshsundriyal/wip
Enable Coverity scan.
9 years ago
Suresh Sundriyal 7898d4d0d5 Enable Coverity scan. 9 years ago
Tim Stack fdcb75d198 Merge pull request #157 from sureshsundriyal/wip
Fix the tests when not compiled with bz2 support.
9 years ago
Timothy Stack 44d2e12403 [text] add filtering support to the plain text view
Fixes #149 #148
9 years ago
Suresh Sundriyal 94e3051257 [tests] Fix the conditional. 9 years ago
Suresh Sundriyal 521767eeb9 [build] autogen 9 years ago
Suresh Sundriyal b371a680b3 [tests] Skip bzip2 tests if not compiled with bzip2. 9 years ago
Suresh Sundriyal ef686b6932 Merge pull request #156 from sureshsundriyal/wip
[Compile errors] test_override.cc -> test_override.c
9 years ago
Suresh Sundriyal acd913b9f9 [Compile errors] test_override.cc -> test_override.c 9 years ago
Suresh Sundriyal ab257af0c7 Merge pull request #154 from sureshsundriyal/wip
More refactoring and autogen run.
9 years ago
Suresh Sundriyal 2554f19b23 [build] macro refactor 9 years ago
Suresh Sundriyal 229db9b446 [build] autogen 9 years ago
Suresh Sundriyal 9f1da30515 [build] Add the '-pthread' to the list of extra libraries.
Instead of setting it manually.
9 years ago
Suresh Sundriyal b8d7841342 Merge pull request #152 from sureshsundriyal/wip
Fix some brokenness.
9 years ago
Timothy Stack a15f08cfd3 [build] autogen 9 years ago
Suresh Sundriyal a903873f1b [build] Add '-pthread' to sqlite macro.
On some systems, sqlite3 requires pthread libraries to be linked in. Add
the flag so that autoconf can successfully compile and look for
'sqlite3_open'.
9 years ago
Suresh Sundriyal a3bdb2355d [build] Fix the check for editline in readline macro. 9 years ago
Suresh Sundriyal 45238cc451 Merge pull request #151 from sureshsundriyal/wip
Remove quotes from LNAV_ADDTO arguments.
9 years ago
Suresh Sundriyal fcdc67eda9 Remove quotes from LNAV_ADDTO arguments. 9 years ago
Timothy Stack 282e70445e [pretty] reformat all displayed lines instead of just the top one
Fixes #150
9 years ago
Tim Stack d7d9a16179 Merge pull request #146 from sureshsundriyal/wip
update NEWS
9 years ago
Suresh Sundriyal d7f432fcc9 Merge pull request #147 from sureshsundriyal/wip2
[build] Add custom silent rules.
9 years ago
Suresh Sundriyal ed0baf7c1c [build] Add custom silent rules.
Add custom silent rules for ptime/bin2c/sqlite3/rm commands.
9 years ago
Suresh Sundriyal 9badd2e5ba update NEWS 9 years ago
Timothy Stack 8fb15e455a [cmd] add a relative-goto command 9 years ago
Suresh Sundriyal 82f28a9f61 Merge pull request #145 from sureshsundriyal/wip
Let BSD definitions take precedence.
9 years ago
Suresh Sundriyal 1025015bc8 [build] autogen.sh run 9 years ago
Suresh Sundriyal 0ec996e4aa [build] Reinstate _BSD_SOURCE
Comment and case '*' and everything.
9 years ago
Suresh Sundriyal 63bd013645 Merge pull request #144 from sureshsundriyal/wip
[build] Warn if libgpm is missing and other minor changes.
9 years ago
Suresh Sundriyal 40250d41d9 [build] autogen.sh run 9 years ago
Suresh Sundriyal 3445ee5dc6 [build] Warn if libgpm is missing and other minor changes.
* On some misconfigured systems, libgpm is required along with ncurses.
  I haven't been able to figure out the correct way to figure out these
  dependencies without resorting to using external tools like 'nm'. So
  for the moment, if libgpm is not found, at least warn the user that
  the build might fail later.

* Ncurses on OS X does not require libgpm, so there is no need to test
  for it.

* There seems to be an 'AC_DEFINE' _BSD_SOURCE which does not seem to be
   used anywhere. Removing this for now.

* Remove some artifacts left behind by Emacs.
9 years ago
Suresh Sundriyal b111dca671 Merge pull request #142 from sureshsundriyal/wip
[build] Make readline macro depend on curses.
9 years ago
Suresh Sundriyal 9aaf5d12c3 [build] Make readline macro depend on curses. 9 years ago
Timothy Stack 4ea800a8f8 [build] messed up sigset init 9 years ago
Timothy Stack 219a4baad1 [ui] lower the index rebuild frequency when the command line is active 9 years ago
Suresh Sundriyal ef36548b82 Merge pull request #141 from sureshsundriyal/wip
Some more build related additions/fixes.
9 years ago
Suresh Sundriyal bc5a6cd154 [minor] Fix the tinfo disable message. 9 years ago
Suresh Sundriyal 498efe4bbb [build] autogen.sh run 9 years ago
Suresh Sundriyal 2c7f70d56c [build] Provide an option to disable tinfo linking.
In some cases, tinfo is not required to build but the library still gets
linked in because it's present on the system. There should be an
explicit way to disable linking with tinfo.
9 years ago
Suresh Sundriyal de7024e820 [yajl macro] Remove unnecessary addition to libs. 9 years ago
Suresh Sundriyal 182279db6c Merge pull request #140 from sureshsundriyal/wip
Fix the filename in pcre macro
9 years ago