summaryrefslogtreecommitdiffstats
path: root/clucene
Commit message (Collapse)AuthorAgeFilesLines
* 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