Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-06 | Some more modules at least building with mingw64 | Fridrich Štrba | |
Change-Id: I3ea039655aecb7885bb310b1f2c29d66f9f7bb4f | |||
2013-05-09 | Get clucene to build on Windows. | Kohei Yoshida | |
Change-Id: I5c8460db80f41569714f743265ee57736ce02211 | |||
2013-05-09 | Make clucene build against libc++ (at least the one in Xcode 4.6) | Tor Lillqvist | |
(Note that we don't build successfully against libc++ currently; this is just a fix for the first issue that I came across when trying.) Change-Id: If8b594177434e96a8b51c372b26a72236b9b5f5e | |||
2013-05-09 | Identify the origin of these files | Tor Lillqvist | |
Makes it more obvious where the file comes from if looking at one as it has been copied into the UnpackedTarball/clucene tree. Change-Id: I31cd24e64fd6ce3cf262c8509842ecc4425e1b1a | |||
2013-05-08 | zlib: remove ExternalPackage_zlib | Michael Stahl | |
Change-Id: I5bce88b2044279a6563fd68c35f9c1ac824c8850 | |||
2013-05-08 | clucene: remove ExternalPackage_clucene | Michael Stahl | |
Change-Id: Ib120919cf3810eeba8332dd572af73c0f4979922 | |||
2013-04-22 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks | |
2013-04-10 | workaround #define of open | Caolán McNamara | |
on aix with gcc Change-Id: I704890cfae64343937cba8cc9206e493542baae3 | |||
2013-03-16 | suppress warnings for clucene c files too | Peter Foley | |
Change-Id: Ib83a140035637820cab34efc8e94cdd75c499b82 | |||
2013-03-14 | remove legacy build.pl prj/build.lst files. | Michael Meeks | |
2013-03-01 | MinGW: Workaround narrowing conversion in clucene. | Jan Holesovsky | |
Change-Id: I921d8140ecdf577687571a9aeca3100023f390d4 | |||
2013-02-28 | remove all d.lst | Michael Stahl | |
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885 | |||
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-22 | update ext. projects to use ExternalPackage | David Tardon | |
Change-Id: Ia66854f21446fff9a04b1708964286c566333ab0 | |||
2012-09-22 | clucene build needs solenv | David Tardon | |
Change-Id: I5e41370b54a6054b9a488ae523a9d83b47f20415 | |||
2012-09-17 | android: disable clucene | Michael Meeks | |
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 | |