Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-08 | rename: set_cxx_suffix -> set_generated_cxx_suffix; used for external libs | Matúš Kukan | |
Change-Id: I023c6b35c2a65da566ff5bb3aea772c99c90dda3 | |||
2012-08-31 | gbuild: UnpackedTarball: do not rename files; set cxx suffix for library | Matúš Kukan | |
Change-Id: I8bf119a4ab3fc7c2febfa80176358f668003b7d1 | |||
2012-08-27 | fdo#53855: Use the newly added HAVE_GCC_BUILTIN_ATOMIC for clucene | Jung-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-24 | download clucene tarball only when it's going to be used | Matúš Kukan | |
Change-Id: I568be2e912d5700ef5d24443e48cf7d0a384292a | |||
2012-08-24 | adapt clucene for UnpackedTarball | David Tardon | |
Change-Id: I52d78c396511ee44c18ba9473b9602fc4e6f947f | |||
2012-08-14 | fdo#53061: Fix for C++11 #define NULL nullptr | Jung-uk Kim | |
Change-Id: Ic6cce351202eca8160f1536981ce5d0985010cb7 Signed-off-by: Stephan Bergmann <sbergman@redhat.com> | |||
2012-05-28 | CLucene contribs-lib artifacts were missing during system wide installation | David Ostrovsky | |
Change-Id: I11e9b17336a16bfcaceebe7613c156ff3e2b94d1 | |||
2012-05-10 | normalize variable names in gbuild user makefiles | Michael Stahl | |
Variables should have module name as prefix to prevent collisions. | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern 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-25 | Fixed placement of comment | Stephan Bergmann | |
2012-04-25 | Mention that the CLucene patch was also sent upstream | Catalin Iacob | |
2012-04-24 | do not use internal clucene if building with an external one | Luboš Luňák | |
2012-04-23 | WaE: patch CLucene to avoid Clang unused parameter warning | Catalin Iacob | |
2012-04-13 | sigh, need a 64bit zlib too on windows, reverting | Caolán McNamara | |
2012-04-13 | gbuildize internal zlib | Caolá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-11 | CLucene headers are better in inc/external | Caolán McNamara | |
2012-04-09 | enforce only one possible use of gb_CustomTarget | Matúš Kukan | |
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed | |||
2012-04-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | |
2012-04-08 | gbuild: "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-31 | clucene: do not use mixed path here | Matúš Kukan | |
2012-03-31 | clucene: use CustomTarget makefile | Matúš Kukan | |
2012-03-23 | older versions of tar don't do autodetection of compression format | Christian Lohmaier | |
2012-03-23 | Enable use of older tars that uses --strip-path to strip components | Fridrich Štrba | |
2012-03-21 | chmod -x | Tor Lillqvist | |
2012-03-13 | gtar actually expects --strip-components, with trailing 's' | Korrawit Pruegsanusak | |
2012-03-10 | patch clucene to avoid narrowing conversions | Luboš Luňák | |
clang errors out on this | |||
2012-03-06 | more idle code documentation improvement | Michael Meeks | |
2012-02-25 | make this consistent | Matúš Kukan | |
2012-02-24 | filter out not needed uwinapi which is not yet built | Matúš Kukan | |
2012-02-24 | MinGW: Make clucene build. | Jan Holesovsky | |
2012-02-24 | Trailing whitespace cleanup in the clucene configs. | Jan Holesovsky | |
2012-02-23 | fix for cross-compiling | Caolán McNamara | |
2012-02-23 | Fix CLucene _DEBUG code | Stephan Bergmann | |
2012-02-23 | tweak generic config for MacOSX | Caolán McNamara | |
2012-02-23 | another problematic _CL_HAVE_GCC_ATOMIC_FUNCTIONS for MacOSX | Caolán McNamara | |
2012-02-23 | use the same compiler test for atomics in clucene as sal | Caolán McNamara | |
2012-02-23 | wcsdup not universally available on non-windows | Caolán McNamara | |
2012-02-23 | disable warnings in exported headers | Caolán McNamara | |
2012-02-23 | need to export more headers from CLucene | Caolán McNamara | |
2012-02-23 | use different OUString ctor for RTL_TEXTENCODING_UCS4 | Caolán McNamara | |
2012-02-17 | get clucene building under windows-msvc | Caolán McNamara | |
2012-02-17 | suppress -Werror for clucene | David Tardon | |
2012-02-17 | use custom target for preparing sources | David Tardon | |
2012-02-17 | first cut at building an internal clucene | Caolán McNamara | |