summaryrefslogtreecommitdiff
path: root/clucene
AgeCommit message (Collapse)Author
2012-08-27fdo#53855: Use the newly added HAVE_GCC_BUILTIN_ATOMIC for cluceneJung-uk Kim
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>: * added clucene-config-MINGW-atomic.h, to not lose _CL_HAVE_GCC_ATOMIC_FUNCTIONS when applicable there * renamed clucene-config-GCC.h to clucene-config-GCC-atomic.h for consistency with above Change-Id: I3dd15721b568fa9358b79ec28bad39249200c773
2012-08-24download clucene tarball only when it's going to be usedMatúš Kukan
Change-Id: I568be2e912d5700ef5d24443e48cf7d0a384292a
2012-08-24adapt clucene for UnpackedTarballDavid Tardon
Change-Id: I52d78c396511ee44c18ba9473b9602fc4e6f947f
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim
Change-Id: Ic6cce351202eca8160f1536981ce5d0985010cb7 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-05-28CLucene contribs-lib artifacts were missing during system wide installationDavid Ostrovsky
Change-Id: I11e9b17336a16bfcaceebe7613c156ff3e2b94d1
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl
Variables should have module name as prefix to prevent collisions.
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-25Fixed placement of commentStephan Bergmann
2012-04-25Mention that the CLucene patch was also sent upstreamCatalin Iacob
2012-04-24do not use internal clucene if building with an external oneLuboš Luňák
2012-04-23WaE: patch CLucene to avoid Clang unused parameter warningCatalin Iacob
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara
2012-04-13gbuildize internal zlibCaolán McNamara
and stick headers into the solver in the same hierarchy as is "standard" so we don't have to patch so much, similiarly rename to libz
2012-04-11CLucene headers are better in inc/externalCaolán McNamara
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-03-31clucene: do not use mixed path hereMatúš Kukan
2012-03-31clucene: use CustomTarget makefileMatúš Kukan
2012-03-23older versions of tar don't do autodetection of compression formatChristian Lohmaier
2012-03-23Enable use of older tars that uses --strip-path to strip componentsFridrich Štrba
2012-03-21chmod -xTor Lillqvist
2012-03-13gtar actually expects --strip-components, with trailing 's'Korrawit Pruegsanusak
2012-03-10patch clucene to avoid narrowing conversionsLuboš Luňák
clang errors out on this
2012-03-06more idle code documentation improvementMichael Meeks
2012-02-25make this consistentMatúš Kukan
2012-02-24filter out not needed uwinapi which is not yet builtMatúš Kukan
2012-02-24MinGW: Make clucene build.Jan Holesovsky
2012-02-24Trailing whitespace cleanup in the clucene configs.Jan Holesovsky
2012-02-23fix for cross-compilingCaolán McNamara
2012-02-23Fix CLucene _DEBUG codeStephan Bergmann
2012-02-23tweak generic config for MacOSXCaolán McNamara
2012-02-23another problematic _CL_HAVE_GCC_ATOMIC_FUNCTIONS for MacOSXCaolán McNamara
2012-02-23use the same compiler test for atomics in clucene as salCaolán McNamara
2012-02-23wcsdup not universally available on non-windowsCaolán McNamara
2012-02-23disable warnings in exported headersCaolán McNamara
2012-02-23need to export more headers from CLuceneCaolán McNamara
2012-02-23use different OUString ctor for RTL_TEXTENCODING_UCS4Caolán McNamara
2012-02-17get clucene building under windows-msvcCaolán McNamara
2012-02-17suppress -Werror for cluceneDavid Tardon
2012-02-17use custom target for preparing sourcesDavid Tardon
2012-02-17first cut at building an internal cluceneCaolán McNamara