Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |