diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:06:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:06:44 +0000 |
commit | ed5640d8b587fbcfed7dd7967f3de04b37a76f26 (patch) | |
tree | 7a5f7c6c9d02226d7471cb3cc8fbbf631b415303 /external/clucene/inc/pch | |
parent | Initial commit. (diff) | |
download | libreoffice-ed5640d8b587fbcfed7dd7967f3de04b37a76f26.tar.xz libreoffice-ed5640d8b587fbcfed7dd7967f3de04b37a76f26.zip |
Adding upstream version 4:7.4.7.upstream/4%7.4.7upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'external/clucene/inc/pch')
-rw-r--r-- | external/clucene/inc/pch/precompiled_clucene.cxx | 12 | ||||
-rw-r--r-- | external/clucene/inc/pch/precompiled_clucene.hxx | 108 |
2 files changed, 120 insertions, 0 deletions
diff --git a/external/clucene/inc/pch/precompiled_clucene.cxx b/external/clucene/inc/pch/precompiled_clucene.cxx new file mode 100644 index 000000000..98e81ca8e --- /dev/null +++ b/external/clucene/inc/pch/precompiled_clucene.cxx @@ -0,0 +1,12 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ + +#include "precompiled_clucene.hxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/external/clucene/inc/pch/precompiled_clucene.hxx b/external/clucene/inc/pch/precompiled_clucene.hxx new file mode 100644 index 000000000..f68f71e87 --- /dev/null +++ b/external/clucene/inc/pch/precompiled_clucene.hxx @@ -0,0 +1,108 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ + +/* + This file has been autogenerated by update_pch.sh. It is possible to edit it + manually (such as when an include file has been moved/renamed/removed). All such + manual changes will be rewritten by the next run of update_pch.sh (which presumably + also fixes all possible problems, so it's usually better to use it). + + Generated on 2019-10-13 10:16:55 using: + ./bin/update_pch external/clucene clucene --cutoff=1 --exclude:system --include:module --include:local + + If after updating build fails, use the following command to locate conflicting headers: + ./bin/update_pch_bisect ./external/clucene/inc/pch/precompiled_clucene.hxx "make external/clucene.build" --find-conflicts +*/ + +#if PCH_LEVEL >= 1 +#include <algorithm> +#include <assert.h> +#include <cctype> +#include <climits> +#include <errno.h> +#include <fcntl.h> +#include <iostream> +#include <limits.h> +#include <map> +#include <sstream> +#include <zlib.h> +#endif // PCH_LEVEL >= 1 +#if PCH_LEVEL >= 2 +#endif // PCH_LEVEL >= 2 +#if PCH_LEVEL >= 3 +#include <CLucene/_ApiHeader.h> +#include <CLucene/_SharedHeader.h> +#include <CLucene/analysis/AnalysisHeader.h> +#include <CLucene/analysis/Analyzers.h> +#include <CLucene/analysis/cjk/CJKAnalyzer.h> +#include <CLucene/analysis/standard/StandardFilter.h> +#include <CLucene/analysis/standard/StandardTokenizer.h> +#include <CLucene/document/DateField.h> +#include <CLucene/document/DateTools.h> +#include <CLucene/document/Document.h> +#include <CLucene/document/Field.h> +#include <CLucene/document/FieldSelector.h> +#include <CLucene/index/IndexReader.h> +#include <CLucene/index/IndexWriter.h> +#include <CLucene/index/MergePolicy.h> +#include <CLucene/index/MultipleTermPositions.h> +#include <CLucene/index/Term.h> +#include <CLucene/index/TermVector.h> +#include <CLucene/index/Terms.h> +#include <CLucene/index/_IndexFileNameFilter.h> +#include <CLucene/index/_IndexFileNames.h> +#include <CLucene/index/_Term.h> +#include <CLucene/search/BooleanClause.h> +#include <CLucene/search/BooleanQuery.h> +#include <CLucene/search/ConstantScoreQuery.h> +#include <CLucene/search/Explanation.h> +#include <CLucene/search/FieldCache.h> +#include <CLucene/search/FieldSortedHitQueue.h> +#include <CLucene/search/FuzzyQuery.h> +#include <CLucene/search/IndexSearcher.h> +#include <CLucene/search/MatchAllDocsQuery.h> +#include <CLucene/search/MultiPhraseQuery.h> +#include <CLucene/search/PhraseQuery.h> +#include <CLucene/search/PrefixQuery.h> +#include <CLucene/search/Query.h> +#include <CLucene/search/RangeQuery.h> +#include <CLucene/search/Scorer.h> +#include <CLucene/search/SearchHeader.h> +#include <CLucene/search/Similarity.h> +#include <CLucene/search/Sort.h> +#include <CLucene/search/TermQuery.h> +#include <CLucene/search/WildcardQuery.h> +#include <CLucene/search/spans/Spans.h> +#include <CLucene/snowball/SnowballFilter.h> +#include <CLucene/store/Directory.h> +#include <CLucene/store/FSDirectory.h> +#include <CLucene/store/IndexInput.h> +#include <CLucene/store/IndexOutput.h> +#include <CLucene/store/Lock.h> +#include <CLucene/store/LockFactory.h> +#include <CLucene/store/_Lock.h> +#include <CLucene/store/_RAMDirectory.h> +#include <CLucene/util/Array.h> +#include <CLucene/util/BitSet.h> +#include <CLucene/util/CLStreams.h> +#include <CLucene/util/Misc.h> +#include <CLucene/util/PriorityQueue.h> +#include <CLucene/util/StringBuffer.h> +#include <CLucene/util/VoidList.h> +#include <CLucene/util/_Arrays.h> +#include <CLucene/util/_FastCharStream.h> +#include <CLucene/util/_MD5Digester.h> +#include <CLucene/util/_StringIntern.h> +#include <CLucene/util/_ThreadLocal.h> +#include <CLucene/util/dirent.h> +#endif // PCH_LEVEL >= 3 +#if PCH_LEVEL >= 4 +#endif // PCH_LEVEL >= 4 + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |