summaryrefslogtreecommitdiffstats
path: root/clucene
Commit message (Collapse)AuthorAgeFilesLines
* rename: set_cxx_suffix -> set_generated_cxx_suffix; used for external libsMatúš Kukan2012-09-081-1/+1
| | | | Change-Id: I023c6b35c2a65da566ff5bb3aea772c99c90dda3
* gbuild: UnpackedTarball: do not rename files; set cxx suffix for libraryMatúš Kukan2012-08-312-2/+2
| | | | Change-Id: I8bf119a4ab3fc7c2febfa80176358f668003b7d1
* fdo#53855: Use the newly added HAVE_GCC_BUILTIN_ATOMIC for cluceneJung-uk Kim2012-08-275-33/+305
| | | | | | | | | | 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
* download clucene tarball only when it's going to be usedMatúš Kukan2012-08-241-1/+1
| | | | Change-Id: I568be2e912d5700ef5d24443e48cf7d0a384292a
* adapt clucene for UnpackedTarballDavid Tardon2012-08-245-278/+240
| | | | Change-Id: I52d78c396511ee44c18ba9473b9602fc4e6f947f
* fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim2012-08-142-0/+23
| | | | | Change-Id: Ic6cce351202eca8160f1536981ce5d0985010cb7 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* CLucene contribs-lib artifacts were missing during system wide installationDavid Ostrovsky2012-05-281-0/+23
| | | | Change-Id: I11e9b17336a16bfcaceebe7613c156ff3e2b94d1
* normalize variable names in gbuild user makefilesMichael Stahl2012-05-101-10/+10
| | | | Variables should have module name as prefix to prevent collisions.
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | 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
* Fixed placement of commentStephan Bergmann2012-04-251-2/+2
|
* Mention that the CLucene patch was also sent upstreamCatalin Iacob2012-04-251-0/+2
|
* do not use internal clucene if building with an external oneLuboš Luňák2012-04-241-0/+4
|
* WaE: patch CLucene to avoid Clang unused parameter warningCatalin Iacob2012-04-232-0/+10
|
* sigh, need a 64bit zlib too on windows, revertingCaolán McNamara2012-04-132-0/+16
|
* gbuildize internal zlibCaolán McNamara2012-04-132-16/+0
| | | | | 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
* CLucene headers are better in inc/externalCaolán McNamara2012-04-111-91/+91
|
* enforce only one possible use of gb_CustomTargetMatúš Kukan2012-04-091-1/+1
| | | | | | This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-2/+2
| | | | | | | | | 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)
* clucene: do not use mixed path hereMatúš Kukan2012-03-311-1/+1
|
* clucene: use CustomTarget makefileMatúš Kukan2012-03-314-54/+39
|
* older versions of tar don't do autodetection of compression formatChristian Lohmaier2012-03-231-1/+1
|
* Enable use of older tars that uses --strip-path to strip componentsFridrich Štrba2012-03-231-1/+1
|
* chmod -xTor Lillqvist2012-03-211-0/+0
|
* gtar actually expects --strip-components, with trailing 's'Korrawit Pruegsanusak2012-03-131-1/+1
|
* patch clucene to avoid narrowing conversionsLuboš Luňák2012-03-102-0/+26
| | | | clang errors out on this
* more idle code documentation improvementMichael Meeks2012-03-061-0/+4
|
* make this consistentMatúš Kukan2012-02-251-3/+3
|
* filter out not needed uwinapi which is not yet builtMatúš Kukan2012-02-241-1/+2
|
* MinGW: Make clucene build.Jan Holesovsky2012-02-242-1/+153
|
* Trailing whitespace cleanup in the clucene configs.Jan Holesovsky2012-02-245-310/+310
|
* fix for cross-compilingCaolán McNamara2012-02-232-2/+2
|
* Fix CLucene _DEBUG codeStephan Bergmann2012-02-232-0/+12
|
* tweak generic config for MacOSXCaolán McNamara2012-02-232-7/+8
|
* another problematic _CL_HAVE_GCC_ATOMIC_FUNCTIONS for MacOSXCaolán McNamara2012-02-231-0/+11
|
* use the same compiler test for atomics in clucene as salCaolán McNamara2012-02-232-0/+21
|
* wcsdup not universally available on non-windowsCaolán McNamara2012-02-235-2/+378
|
* disable warnings in exported headersCaolán McNamara2012-02-232-0/+55
|
* need to export more headers from CLuceneCaolán McNamara2012-02-231-8/+32
|
* use different OUString ctor for RTL_TEXTENCODING_UCS4Caolán McNamara2012-02-231-0/+1
|
* get clucene building under windows-msvcCaolán McNamara2012-02-174-2/+43
|
* suppress -Werror for cluceneDavid Tardon2012-02-171-2/+2
|
* use custom target for preparing sourcesDavid Tardon2012-02-175-303/+352
|
* first cut at building an internal cluceneCaolán McNamara2012-02-179-0/+674