summaryrefslogtreecommitdiffstats
path: root/external/clucene
Commit message (Collapse)AuthorAgeFilesLines
* remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl2014-10-021-10/+10
| | | | | | | This is supported in GCC 4.6.0 already: https://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcc/Diagnostic-Pragmas.html Change-Id: I2f67e588eea3a323a2e9c81e39e56ab2e715a817
* VS 2013 already has float_tTor Lillqvist2014-07-071-0/+2
| | | | Change-Id: Ibf6f1d60fc7ec92e24fc366dc193cbd70f13c18c
* Record patch upstream notificationStephan Bergmann2014-05-221-0/+2
| | | | Change-Id: I102160cb6fac41f5ba3caa5cb947aebbcd62681f
* external/clucene: Avoid InitOrderFiascoStephan Bergmann2014-05-212-0/+27
| | | | | | | | | | ...as reported by AddressSanitizer, where src/core/CLucene/index/IndexWriter.cpp initializes IndexWriter::MAX_TERM_LENGTH with the value of DocumentsWriter::MAX_TERM_LENGTH before the latter is initialized in src/core/CLucene/index/DocumentsWriter.cpp. But turns out that IndexWriter::MAX_TERM_LENGTH is completely unused. Change-Id: Ica01186584ec05a989a13dc58823f4751e8724e2
* Record patch upstream notificationStephan Bergmann2014-05-081-1/+3
| | | | Change-Id: I210b995d4a8eb3e2f00ba982f7a6cf5ecd8e6f0d
* CLucene: Helgrind reported "pthread_mutex_destroy of a locked mutex"Stephan Bergmann2014-05-082-0/+14
| | | | | | | | | | | | | > pthread_mutex_destroy (/usr/src/debug/valgrind-3.9.0/helgrind/hg_intercepts.c:478) > lucene::util::mutex_thread::~mutex_thread() (workdir/UnpackedTarball/clucene/src/shared/CLucene/config/threads.cpp:179) > lucene::store::FSDirectory::FSIndexInput::close() (workdir/UnpackedTarball/clucene/src/core/CLucene/store/FSDirectory.cpp:225) > lucene::index::SegmentInfos::read(lucene::store::Directory*, char const*) (workdir/UnpackedTarball/clucene/src/core/CLucene/index/SegmentInfos.cpp:770) > lucene::index::IndexFileDeleter::IndexFileDeleter(lucene::store::Directory*, lucene::index::IndexDeletionPolicy*, lucene::index::SegmentInfos*, std::ostream*, lucene::index::DocumentsWriter*) (workdir/UnpackedTarball/clucene/src/core/CLucene/index/IndexFileDeleter.cpp:149) > lucene::index::IndexWriter::init(lucene::store::Directory*, lucene::analysis::Analyzer*, bool, bool, lucene::index::IndexDeletionPolicy*, bool) (workdir/UnpackedTarball/clucene/src/core/CLucene/index/IndexWriter.cpp:262) > lucene::index::IndexWriter::IndexWriter(char const*, lucene::analysis::Analyzer*, bool) (workdir/UnpackedTarball/clucene/src/core/CLucene/index/IndexWriter.cpp:158) > HelpIndexer::indexDocuments() (helpcompiler/source/HelpIndexer.cxx:55) Change-Id: I19cb9bd49b339d206a624c1f1d3dacdd909f4e25
* CLucene: Some trivial GCC -fsanitize=undefined fixesStephan Bergmann2014-04-112-0/+34
| | | | Change-Id: I40132f735eabbead0a1f16d44dbd8878b03902ce
* EXTERNAL_WARNINGS_NOT_ERRORS -> ENABLE_WERROR and be "TRUE"/""Matúš Kukan2014-02-201-4/+0
| | | | | | It's easier to type 'make ENABLE_WERROR= <module>' if one wants that. Change-Id: I2bb9911259f41ecae27dc110723f3364b3ff09cf
* external/clucene: -Werror,-Wunused-parameterStephan Bergmann2013-11-141-1/+2
| | | | Change-Id: Iedb2d7c62f6498691bffd0beb529e479d62d004e
* clucene: stop using #pragma GCC system_headerMichael Stahl2013-11-141-10/+76
| | | | | | ... it breaks dependency generation. Change-Id: I992e47ecea697617820358f711b7a6408fdabbe3
* Fix building from inside modules moved to externalKhaled Hosny2013-10-181-1/+1
| | | | Change-Id: Id6023dc3751fe70984f489682be17d1ab1855f71
* fdo#70393: move clucene to a subdir of externalKhaled Hosny2013-10-1722-0/+1711
Change-Id: Ia9b7b18526119e29e21eb315d84d099861e15ea0 Reviewed-on: https://gerrit.libreoffice.org/6285 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>