Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-20 | Shared libraries must in practice be called lib*.so on Android | Tor Lillqvist | |
Otherwise the package creating code (part of the SDK) won't include them and/or the package installation code (on the OS itself) won't unpack them. (They just silently skip the file.) | |||
2012-02-10 | unotest: convert to gbuild | Matúš Kukan | |
2012-01-27 | For iOS, filter out the sb and vbahelper libs that we don't build | Tor Lillqvist | |
2012-01-15 | ucb: convert to gbuild | Matúš Kukan | |
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-24 | Repository: fix Windows name for internal libexttextcat | Matúš Kukan | |
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-20 | Abandon attempt to use the debug CRT in a dbgutil build | Tor Lillqvist | |
2011-12-19 | fix names of libraries for MinGW, also remove onlinecheck.dll | Matúš Kukan | |
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-17 | extensions: convert nsplugin to gbuild | Peter Foley | |
2011-12-13 | add libexttextcat to external libs | Matúš Kukan | |
2011-09-30 | clean-up ghost traces of unicow | Norbert Thiebaud | |
2011-09-28 | Android now builds up to instsetoo_native | Thorsten Behrens | |
Last fixes - remove kludge from RepositoryFixes.mk, have redland build w/o threads for the while, and some hackery to exclude pointless code like oosplash from android build. | |||
2011-09-20 | Kill the explicit linking to salmain.o, use vclmain instead. | Jan Holesovsky | |
2011-09-19 | windows berkleydb libname fixup | Caolán McNamara | |
2011-09-15 | Repository.mk: fix conflicing filterconfig changes | Michael Stahl | |
2011-09-15 | gbuildize desktop | David Tardon | |
2011-09-15 | use correct static lib. name for windows | David Tardon | |
2011-09-15 | gbuildize automation | David Tardon | |
2011-08-26 | Clean, sort and change RepositoryFixes a little. | Matúš Kukan | |
2011-08-26 | convert package to gbuild | Matúš Kukan | |
2011-08-23 | fix windows xmlsecurity link | Caolán McNamara | |
2011-08-20 | no reason for changing name of cui library on windows | Matúš Kukan | |
2011-08-19 | Fix i18npool build on Windows. | Jan Holesovsky | |
2011-08-18 | Sort a block of lines that was almost sorted already | Tor Lillqvist | |
2011-08-16 | fix typo | Caolán McNamara | |
2011-08-16 | this seems to be the normal pattern | Caolán McNamara | |
2011-08-16 | get these names right for windows (I think) | Caolán McNamara | |
2011-08-09 | convert xmlsecurity to gbuild | Matúš Kukan | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-08-05 | get sccomp to link under windows | Caolán McNamara | |
2011-08-02 | Add Emacs mode lines | Tor Lillqvist | |
2011-07-26 | Remove superfluous empty line | Tor Lillqvist | |
The comment for gb_Library_ILIBFILENAMES in the WNTGCC case doesn't make much sense for us, though, as I think we want to support WNTGCC only for cross-compilation, and thus we don't have access to the PSDK ("Platform" SDK, with which they mean the Windows SDK). I don't see any point in using MinGW natively on Windows to build LibreOffice. If you build locally, use MSVC. | |||
2011-07-21 | resyncing to master | Bjoern Michaelsen | |
2011-07-15 | Bin OLDNAMESLIB which duplicates the existing gb_Library_win32_OLDNAMES | Tor Lillqvist | |
2011-07-15 | The graphite2 library gets built statically with WNTGCC at least | Tor Lillqvist | |
2011-07-14 | Factor out the oldnames/moldname difference between WNTMSC and WNTGCC | Tor Lillqvist | |
2011-07-05 | Add more libs that semi-unintentionally get built statically for Android | Tor Lillqvist | |
2011-07-04 | Some libraries get built as static archives for Android | Tor Lillqvist | |
We haven't bothered fixing their configury to recognize that shared libraries can be built for the platform. So for them use the .a names in gb_Library_FILENAMES for Android. | |||
2011-07-04 | get cairo import lib name right for windows | Caolán McNamara | |
2011-06-30 | make cairo an unconditional requirement for text rendering | Caolán McNamara | |
2011-06-21 | gbuild changes for MinGW cross-compilation | Tor Lillqvist | |
Intermediate commit. But now at least comphelper will build successfully. In the build order, comphelper is the first gbuildified module where C++ code is compiled and linked . | |||
2011-06-20 | gnumake4: fix buildbreakers from merge | Bjoern Michaelsen | |
2011-06-19 | Merge branch 'master' into feature/gnumake4 | Bjoern Michaelsen | |
Conflicts: Repository.mk RepositoryFixes.mk configure configure.in set_soenv.in solenv/config/sdev300.ini solenv/gbuild/ComponentTarget.mk solenv/gbuild/CppunitTest.mk solenv/gbuild/CustomTarget.mk solenv/gbuild/Deliver.mk solenv/gbuild/Executable.mk solenv/gbuild/JavaClassSet.mk solenv/gbuild/Library.mk solenv/gbuild/LinkTarget.mk solenv/gbuild/StaticLibrary.mk solenv/gbuild/TargetLocations.mk solenv/gbuild/gbuild.mk solenv/gbuild/platform/linux.mk solenv/gbuild/platform/macosx.mk solenv/gbuild/platform/solaris.mk solenv/gbuild/platform/windows.mk solenv/gbuild/platform/winmingw.mk solenv/gbuild/templates/Executable.mk solenv/gbuild/templates/Library.mk solenv/inc/libs.mk solenv/inc/unxobsd.mk | |||
2011-06-18 | Use the slightly different library names for MinGW, too | Tor Lillqvist | |
2011-06-18 | Avoid duplication | Tor Lillqvist | |
2011-06-18 | fixing rebase errors | Bjoern Michaelsen | |
2011-06-17 | [mq]: oox_gmake.patch [hg:d0beb4a8aa40] | Daniel Rentz [dr] | |