Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-05 | Work in progress: Add "touch" module for Android and iOS stuff | Tor Lillqvist | |
Change-Id: I10652743194d44d8465ddf8079f6b4458e6710f9 | |||
2012-06-02 | add missing registry module | Matúš Kukan | |
Change-Id: I4dfc5f6fced60f884b67e9bdca2f66d32cc835cb | |||
2012-06-01 | Remove duplicate xmlsecurity entry | Stephan Bergmann | |
Change-Id: I700ba0d843f1ddd15f440826baa5f81285acabee | |||
2012-06-01 | add missing backslash | David Tardon | |
Change-Id: Ie27c08bc2f94086b87b05a9846ce8a39982da07c | |||
2012-06-01 | remotebridges is converted too | David Tardon | |
Change-Id: Iec0feb10d3de2f4c740fb857cb9fa145437740f2 | |||
2012-06-01 | keep the list in alphabetical order | David Tardon | |
Change-Id: Ie1bcbe4fb1a67649b99b8f94625b74e51bb64306 | |||
2012-06-01 | add missing modules | David Tardon | |
Change-Id: I1ae167e5e6bcdc9ced4bf6808ae6b8a9237b4710 | |||
2012-05-29 | gbuildize reportbuilder | David Tardon | |
2012-05-29 | connectivity: convert headers to gbuild | Peter Foley | |
2012-04-14 | gbuild conversion: unodevtools module | David Ostrovsky | |
2012-04-14 | gbuild conversion: codemaker module | David Ostrovsky | |
2012-04-13 | sigh, need a 64bit zlib too on windows, reverting | Caolán McNamara | |
2012-04-13 | needs to be the dir name not the output lib name | 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-13 | gbuild conversion: idlc module | David Ostrovsky | |
2012-04-08 | gbuild conversion: rdbmaker module | David Ostrovsky | |
dmake stuff removed | |||
2012-04-01 | merge origin/master | David Tardon | |
2012-03-12 | gbuildize stoc | David Tardon | |
2012-03-10 | embedserv: convert to gbuild | Matúš Kukan | |
2012-03-06 | add sdext to gbuildified modules list | David Tardon | |
2012-03-02 | remove translations from here | Matúš Kukan | |
2012-03-02 | translations converted to gbuild | Matúš Kukan | |
2012-03-01 | embeddedobj: convert to gbuild | 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 | first cut at building an internal clucene | Caolán McNamara | |
2012-02-17 | merge feature/gbuild_java | David Tardon | |
2012-02-10 | add missing modules | Matúš Kukan | |
2012-02-10 | unotest: convert to gbuild | Matúš Kukan | |
2012-01-15 | ucb: convert to gbuild | Matúš Kukan | |
2012-01-11 | np_sdk: convert to gbuild and add to tail_build | Matúš Kukan | |
2012-01-10 | RepositoryModule_ooo.mk: add cppuhelper | Michael Stahl | |
2012-01-06 | Merge branch 'feature/gbuild_extensions' | Michael Stahl | |
Conflicts: extensions/source/ole/servreg.cxx extensions/source/plugin/util/makefile.mk postprocess/packcomponents/makefile.mk postprocess/prj/build.lst tail_build/prj/build.lst | |||
2011-12-30 | build qadevOOo only if SOLAR_JAVA and OOO_JUNIT_JAR are set | Rene Engelhard | |
2011-12-27 | fpicker: convert to gbuild | Matúš Kukan | |
2011-12-26 | gbuildize ure | David Tardon | |
2011-12-25 | gbuildize UnoControls | David Tardon | |
2011-12-24 | gbuildize jvmfwk, part 2: finish & clean up | David Tardon | |
2011-12-24 | gbuildize javaunohelper | David Tardon | |
2011-12-24 | gbuildize unoil | David Tardon | |
2011-12-24 | gbuildize jurt | David Tardon | |
2011-12-24 | gbuildize jvmaccess | David Tardon | |
2011-12-24 | Merge remote-tracking branch 'origin/master' into feature/gbuild_extensions | Peter Foley | |
Conflicts: Module_tail_build.mk Repository.mk extensions/util/makefile.pmk postprocess/prj/build.lst svx/AllLangResTarget_svx.mk | |||
2011-12-23 | Merge remote-tracking branch 'origin/master' into feature/gbuild_java | David Tardon | |
2011-12-23 | gbuildize accessibility | David Tardon | |
2011-12-23 | gbuildize ridljar | David Tardon | |
2011-12-19 | sal: convert to gbuild | Matúš Kukan | |
2011-12-19 | cppu: convert to gbuild | Matúš Kukan | |
Because of unit tests is here custom target where are idl files processed. | |||
2011-12-18 | extensions: remove obsolete dmake stuff | Peter Foley | |
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 | |