Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-28 | hide clucene warnings under the carpet to avoid poluting make's output | Norbert Thiebaud | |
Change-Id: I1f6e4d187ae6200fe1d2444c07af9ca42a010bc1 | |||
2012-09-28 | gbuild: invert handling of standard system libraries: | Michael Stahl | |
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a | |||
2012-09-28 | gbuild: gb_Library_PLAINLIBS_NONE cleanup for Mac | Michael Stahl | |
Change-Id: I66f8229e186e312ed3242695db9ef0768ab4d9a0 | |||
2012-09-28 | gbuild: replace direct gb_STDLIBS use with ... | Michael Stahl | |
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69 | |||
2012-09-23 | fix dep on clucene headers | David Tardon | |
Change-Id: I1a644dabdd5404645450541ab6a7a94aaf61658d | |||
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-24 | adapt clucene for UnpackedTarball | David Tardon | |
Change-Id: I52d78c396511ee44c18ba9473b9602fc4e6f947f | |||
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: use CustomTarget makefile | Matúš Kukan | |
2012-02-24 | filter out not needed uwinapi which is not yet built | Matúš Kukan | |
2012-02-23 | tweak generic config for MacOSX | 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 | |