Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-15 | convert salhelper to gbuild | Matúš Kukan | |
This is a cherry-pick of Matúš's e2f30c078fcf26d481c2e90398b450f6c475a483 from the feature/gbuild branch, with the following modifications by Stephan Bergmann <sbergman@redhat.com>: * Adapt salhelper/Makefile to what all those Makefiles currently need to look like. * Do not remove salhelper/source/gcc3.map, instead add directly into it what otherwise solenv/bin/addsym.awk would add to it on Linux. * In salhelper/Library_salhelper.mk, add code that on Linux takes care of the soname and symbol versioning required for backwards compatibility. Solaris would need those features too, and its backwards compatibility is thus currently broken. Also add a bad hack to create the soname symlink (xxx.3 -> xxx) in the solver needed on non-Windows platforms (it is a bad hack for now in that it e.g. is not removed by "make clean"). * In solenv/gbuild/platform/macosx.mk, add an even worse hack to set the correct install name for libuno_salhelpergcc3.dylib.3, with a trailing ".3". | |||
2011-12-14 | Yet another file to adapt post module gbuildification... | Stephan Bergmann | |
2011-12-13 | convert lingucomponent to gbuild | Matúš Kukan | |
2011-12-07 | fix rebase mismatch: automation is gone | Bjoern Michaelsen | |
2011-12-07 | add missing modules to RepositoryModule_ooo.mk | Bjoern Michaelsen | |
2011-12-05 | Prevent the testtool from building | August Sodora | |
2011-11-28 | nlpsolver: migrate the build to use native gnumake build | Michael Meeks | |
Remove dmake, build.pl and ant build cruft. Update extension description, cleanup file locations etc. Switch to passive registration. | |||
2011-10-07 | convert testautomation to gbuild and add to tail_build | Peter Foley | |
2011-10-07 | convert qadevOOo to gbuild | Peter Foley | |
2011-10-07 | convert xmerge to gbuild and add to tail_build | Peter Foley | |
2011-10-07 | convert swext to gbuild and add to tail_build | Peter Foley | |
2011-09-18 | convert unixODBC to gbuild | Peter Foley | |
2011-09-18 | convert eventattacher to gbuild and add to tail_build | Peter Foley | |
2011-09-18 | convert bean to gbuild and add to tail_build | Peter Foley | |
2011-09-18 | convert twain to gbuild | Peter Foley | |
2011-09-18 | convert sane to gbuild | Peter Foley | |
2011-09-15 | gbuildize desktop | David Tardon | |
2011-09-12 | missed a \ in the MathDTD core review... | Norbert Thiebaud | |
2011-09-12 | convert MathMLDTD to gbuild and add to tail_build | Peter Foley | |
2011-09-12 | convert xml2cmp to gbuild | Peter Foley | |
2011-09-10 | convert Mesa to gbuild and add to tail_build | Peter Foley | |
2011-08-17 | convert i18npool to gbuild | Matúš Kukan | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-08-08 | convert dtrans to gbuilb | Matúš Kukan | |
2011-08-04 | update list of gbuildified modules | Matúš Kukan | |
2011-08-02 | Add Emacs mode lines | Tor Lillqvist | |
2011-07-30 | basic, salhelper, writerperfect in gbuild | Matúš Kukan | |
2011-07-28 | more modules in gbuild | Matúš Kukan | |
2011-07-27 | Convert animations to gbuild | Matúš Kukan | |
2011-06-18 | ause130: #i117218# change .idl handling to gnu make | Hans-Joachim Lankenau | |
2011-06-14 | gbuildize hwpfilter | Caolán McNamara | |
2011-05-18 | remove reportbuilder from gbuild modules | Bjoern Michaelsen | |
* there is no gbuild in it | |||
2011-05-18 | rename Module_ooo.mk to RepositoryModule_ooo.mk | Bjoern Michaelsen | |
* also change GNUMakefile.mk to find the RepositoryModule_*.mk, instead of Module_*.mk * subsequenttests was broken by the introduction of tail_build, because there where two Module_*.mk in root |