Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-14 | gbuild conversion: unodevtools module | David Ostrovsky | |
2012-04-14 | gbuild conversion: codemaker module | David Ostrovsky | |
2012-04-13 | Revert "re-run bootstrap after make clean" | David Tardon | |
This reverts commit 7c489dc2ec5543c3481d0d5385f3a7a328276cff. | |||
2012-04-13 | gbuild conversion: idlc module | David Ostrovsky | |
2012-04-11 | re-run bootstrap after make clean | David Tardon | |
2012-04-11 | gbuild conversion: cpputools module | David Ostrovsky | |
dmake stuff removed | |||
2012-04-10 | filter out WPX | Caolán McNamara | |
2012-04-08 | gbuild conversion: rdbmaker module | David Ostrovsky | |
dmake stuff removed | |||
2012-04-07 | gbuildize xmlhelp | David Tardon | |
2012-04-01 | move from dmake to gbuild list | David Tardon | |
2012-03-27 | dev-install needs to depend on build after all | Stephan Bergmann | |
...as only "build" passes through instsetoo_native, where some files (pyuno.py etc.) are copied into places where ooinstall expects to find them. | |||
2012-03-21 | writeU8 is unused in the external libcdr lib, but filter it out from easy | Caolán McNamara | |
2012-03-14 | fix typo | David Tardon | |
2012-03-13 | remove *.pyc in solenv/gdb in make distclean | Rene Engelhard | |
2012-03-12 | Makefile: subsequentcheck should only run tests | Michael Stahl | |
... so drop the dependency on dev-install (with it, subsequentcheck is just a synonym for check, which does not seem useful). | |||
2012-03-12 | Makefile: add $(module).subsequentcheck targets | Michael Stahl | |
2012-03-10 | embedserv: convert to gbuild | Matúš Kukan | |
2012-03-09 | Do not remove the whole workdir/* on 'make clean' | Matúš Kukan | |
Also solver/$INPATH is subset of */$INPATH. | |||
2012-03-08 | The instsetoo_native part is unnecessary when doing dev-install | Tor Lillqvist | |
2012-03-07 | fix make dependencies for windows | Peter Foley | |
2012-03-06 | move sdext to gbuild section | David Tardon | |
2012-03-05 | Change my mind again: Do build a subset sb library even for DISABLE_SCRIPTING | Tor Lillqvist | |
The tables functionality in Writer documents need SbxValue. | |||
2012-03-05 | Revert "Build libsb with a few dummy classes also for --disable-scripting" | Tor Lillqvist | |
Nah, these dummy classes would turn out quite complex anyway. Better to just use ifdefs elsewhere, the number required is not that large. This reverts commit 6d33801b4498f5c13d2dc75588f88c22a11f455b. | |||
2012-03-02 | translations converted to gbuild | Matúš Kukan | |
2012-03-02 | Creating a module lcms2 | Fridrich Štrba | |
2012-03-01 | embeddedobj: convert to gbuild | Matúš Kukan | |
2012-03-01 | callcatcher: update list | Caolán McNamara | |
2012-03-01 | Build libsb with a few dummy classes also for --disable-scripting | Tor Lillqvist | |
Work in progress, the dummy class implementations surely still incomplete and/or might contain methods not actually needed. More dummy class implementations needed, hopefully not too many though. Will add also a few ifdefs for DISABLE_SCRIPTING in some key places in sc and elsewhere to cut down on the need. | |||
2012-02-27 | s/interpreters/scripting/ | Tor Lillqvist | |
2012-02-27 | exclude some more external libs from unusedcode.easy | Caolán McNamara | |
2012-02-27 | Decouple disabling of scripting (BASIC &co) from OS being iOS | Tor Lillqvist | |
2012-02-26 | allow autogen.sh to be run automatically | Peter Foley | |
2012-02-26 | rename post.Makeflie to Makefile.post | Peter Foley | |
2012-02-23 | Make sure headers are "delivered" also for libs that are bypassed for iOS | Tor Lillqvist | |
2012-02-23 | clucene missing from gbuild_modules | Stephan Bergmann | |
2012-02-21 | make debugrun run debugrun and not subsequentcheck | Bjoern Michaelsen | |
2012-02-20 | It's safer to run one job at a time in instsetoo_native on Windows | Matúš Kukan | |
2012-02-19 | Makefile: adapt to gbuild'ized smoketest, create target for installing | Matúš Kukan | |
2012-02-19 | gbuild'ize smoketest(oo_native) and merge them | Matúš Kukan | |
Add smoketest to tail_build and make it a subsequentcheck target. | |||
2012-02-17 | packimages: convert to gbuild | Matúš Kukan | |
2012-02-17 | update Makefile | Matúš Kukan | |
2012-02-16 | let src.downloaded not depend on phony target to avoid re-creating each time | Matúš Kukan | |
2012-02-13 | make build a pre-req of deliver | Miklos Vajna | |
2012-02-13 | Makefile: don't build everything twice on "make check" | Michael Stahl | |
2012-02-10 | add slowcheck target and make build a pre-req of check | Norbert Thiebaud | |
2012-02-10 | remove accidentially committed pyuno-py3 module from Makefile... | Rene Engelhard | |
2012-02-10 | make cmd: custum -> custom | Miklos Vajna | |
2012-02-10 | filter out Dde* cause they're not easy | Caolán McNamara | |
2012-02-10 | best to filter out salhelper:: from unused I think | Caolán McNamara | |
2012-02-10 | unotest: convert to gbuild | Matúš Kukan | |