summaryrefslogtreecommitdiffstats
path: root/clucene
Commit message (Collapse)AuthorAgeFilesLines
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-223-67/+12
|
* workaround #define of openCaolán McNamara2013-04-102-0/+41
| | | | | | on aix with gcc Change-Id: I704890cfae64343937cba8cc9206e493542baae3
* suppress warnings for clucene c files tooPeter Foley2013-03-161-0/+3
| | | | Change-Id: Ib83a140035637820cab34efc8e94cdd75c499b82
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-3/+0
|
* MinGW: Workaround narrowing conversion in clucene.Jan Holesovsky2013-03-011-0/+11
| | | | Change-Id: I921d8140ecdf577687571a9aeca3100023f390d4
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* hide clucene warnings under the carpet to avoid poluting make's outputNorbert Thiebaud2012-09-281-0/+6
| | | | Change-Id: I1f6e4d187ae6200fe1d2444c07af9ca42a010bc1
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for MacMichael Stahl2012-09-281-4/+4
| | | | Change-Id: I66f8229e186e312ed3242695db9ef0768ab4d9a0
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-281-4/+1
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* fix dep on clucene headersDavid Tardon2012-09-231-1/+1
| | | | Change-Id: I1a644dabdd5404645450541ab6a7a94aaf61658d
* update ext. projects to use ExternalPackageDavid Tardon2012-09-223-126/+124
| | | | Change-Id: Ia66854f21446fff9a04b1708964286c566333ab0
* clucene build needs solenvDavid Tardon2012-09-221-1/+1
| | | | Change-Id: I5e41370b54a6054b9a488ae523a9d83b47f20415
* android: disable cluceneMichael Meeks2012-09-171-2/+2
|
* 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
|