Merge branch 'LUCY-295-misc2'

Misc int type fixes for -Wconversion, part 2.

*   frequencies (term freq, doc freq)
*   doc counts
*   pointer math results
*   change return type of Sim_Encode_Norm to uint8_t
*   grab bag of other fixes

This closes #49.


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/3f9b4a7f
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/3f9b4a7f
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/3f9b4a7f

Branch: refs/heads/master
Commit: 3f9b4a7fa3db7f5f1929c645b2af27ee703c4d8a
Parents: e914c3c 110cfc2
Author: Marvin Humphrey <[email protected]>
Authored: Tue May 31 12:59:19 2016 -0700
Committer: Marvin Humphrey <[email protected]>
Committed: Tue May 31 12:59:19 2016 -0700

----------------------------------------------------------------------
 core/Lucy/Highlight/HeatMap.c              |  5 +++--
 core/Lucy/Index/DocVector.c                |  2 +-
 core/Lucy/Index/LexiconReader.c            |  2 +-
 core/Lucy/Index/Posting/MatchPosting.c     |  2 +-
 core/Lucy/Index/Posting/RichPosting.c      |  6 +++---
 core/Lucy/Index/Posting/ScorePosting.c     |  6 +++---
 core/Lucy/Index/PostingListWriter.c        |  4 ++--
 core/Lucy/Index/PostingListWriter.cfh      |  2 +-
 core/Lucy/Index/PostingPool.c              | 11 ++++++++---
 core/Lucy/Index/Similarity.c               |  4 ++--
 core/Lucy/Index/Similarity.cfh             |  2 +-
 core/Lucy/Index/SortFieldWriter.c          | 14 +++++++-------
 core/Lucy/Index/SortFieldWriter.cfh        |  4 ++--
 core/Lucy/Index/SortWriter.c               |  4 ++--
 core/Lucy/Index/SortWriter.cfh             |  4 ++--
 core/Lucy/Object/BitVector.c               |  4 ++--
 core/Lucy/Search/Collector/SortCollector.c |  8 ++++----
 core/Lucy/Search/IndexSearcher.c           |  4 ++--
 core/Lucy/Search/PhraseMatcher.c           |  2 +-
 core/Lucy/Search/PhraseQuery.c             |  6 +++---
 core/Lucy/Search/QueryParser/QueryLexer.c  |  4 ++--
 core/Lucy/Search/TermQuery.c               |  8 ++++----
 core/Lucy/Store/InStream.c                 |  4 ++--
 core/Lucy/Store/Lock.c                     |  2 +-
 core/Lucy/Store/RAMFileHandle.c            |  2 +-
 core/Lucy/Util/BlobSortEx.c                |  5 ++---
 core/Lucy/Util/SortExternal.c              | 20 ++++++++++----------
 core/LucyX/Search/ProximityMatcher.c       |  2 +-
 core/LucyX/Search/ProximityQuery.c         |  6 +++---
 perl/buildlib/Lucy/Build/Binding/Index.pm  |  2 +-
 30 files changed, 78 insertions(+), 73 deletions(-)
----------------------------------------------------------------------


Reply via email to