Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-06 | have make check working again. clean-up the whole STAGE stuff | Norbert Thiebaud | |
2012-02-06 | fix mingw build, still bootstrap issues. | Norbert Thiebaud | |
2012-02-05 | another tweak to bootstrap handling | Norbert Thiebaud | |
2012-02-05 | darn! finally bootstrap target (seems to) works on windows... and other | Norbert Thiebaud | |
2012-02-05 | still invalid use of WORKDIR in top level Makefile | Norbert Thiebaud | |
2012-02-05 | we can't use WORKDIR directly, on windows this is windows path | Norbert Thiebaud | |
2012-02-05 | fix bootstraping issue on x-compile | Norbert Thiebaud | |
2012-02-05 | gb_WinResTarget__command never has 3 parameters | Norbert Thiebaud | |
2012-02-05 | gb_Helper_convert_native should not introduce superflous spaces | Norbert Thiebaud | |
that broke a case where we had -DMISC=$(call gb_Helper_conver_native,...) which transformed in to -DMISC= d:/foo/bar and broke the build | |||
2012-02-05 | REPODIR could be a drive i.e D:/ in that case we want to strip the '/' | Norbert Thiebaud | |
otherwise we construct file like d://libo/... which break stuf | |||
2012-02-05 | adjust gbuild doc | Norbert Thiebaud | |
2012-02-05 | fixes for windows build for config_host.mk based build | Norbert Thiebaud | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-05 | coup de grace for Env.Host.sh and associated files | Norbert Thiebaud | |
2012-01-31 | Avoid trailing slashes in xsltproc schemaRoot param | Stephan Bergmann | |
...as some xslt procs are confused by paths containing // IIRC and that would explain a Win-x86@7-MinGW tinderbox failure. | |||
2012-01-30 | Adapt gb_Module_DEBUGRUNCOMMAND to --disable-linkoo. | Stephan Bergmann | |
2012-01-24 | callcatcher: update list, remove newly unused methods | Caolán McNamara | |
2012-01-23 | filter out confusing unused code from external libraries for unusedcode.easy | Caolán McNamara | |
2012-01-23 | Use -z defs to catch undefineds at build time | Tor Lillqvist | |
2012-01-20 | Oops, my bad | Fridrich Štrba | |
2012-01-20 | Fix windows build of cppu | Matus Kukan | |
2012-01-19 | Don't break file: URLs | Tor Lillqvist | |
2012-01-19 | honour JAVAFLAGS in gbuild | Rene Engelhard | |
2012-01-17 | gbuild: UnoApiTarget: initialize target local vars | Michael Stahl | |
Fixes the problem in offapi, where a rebuild after changing an IDL file would produce an offapi.rdb that contained the stale content of the old version of the IDL file. This was because in offapi 2 rdb files are built, offapi.rdb and types.rdb, and types.rdb is a merge of udkapi.rdb and offapi.rdb, hence it depends on offapi.rdb. Unfortunately this means that the UNOAPI_MERGE variable for types.rdb is inherited to offapi.rdb, with the result that after the workdir offapi.rdb is built from .urd files, it is overwritten by a merge of udkapi.rdb and a stale offapi.rdb from the solver. | |||
2012-01-17 | gbuildify test | Caolán McNamara | |
2012-01-16 | sort out dep problem with yacc-generated header (fdo#44707) | David Tardon | |
2012-01-16 | gbuild: WNT_INTEL_MSC: replace also // with / in the path | Matúš Kukan | |
Motivation behind this is to fix processing of idl files. When LibO directory is toplevel disk directory, there are two // in the path which could be the reason idlc fails. | |||
2012-01-15 | gbuild: simplify gb_Helper_abbreviate_dirs* | Matúš Kukan | |
2012-01-15 | gbuild: platform/WNT_INTEL_MSC: use subst in gb_Helper_convert_native | Matúš Kukan | |
2012-01-15 | gbuild: UnoApiTarget: refactor slightly | Matúš Kukan | |
2012-01-15 | Galaxy (default) icon theme is now in icon-themes/galaxy | Stefan Knorr (astron) | |
2012-01-14 | gbuild: UnoApiTarget: just touch the .urd file | Michael Stahl | |
Apparently the peculiarity that a non-existent file is newer than an existing file is in GNU make 3.82, but not 3.81. | |||
2012-01-14 | gbuild: UnoApiTarget: use idlc -M for full dependencies | Michael Stahl | |
2012-01-14 | gbuild: UnoApiTarget: refactor to one idlc call per directory | Michael Stahl | |
2012-01-14 | gbuild: UnoApiTarget: various cleanups | Michael Stahl | |
2012-01-14 | gbuild: UnoApiTarget: fix dependencies | Michael Stahl | |
This should fix the bug, probably introduced with the per-directory performance enhancements, that after a change to an IDL file 2 builds are required to rebuild everything. | |||
2012-01-14 | grml.. back to the drawing board | Eike Rathke | |
Reverted 80f60ef540528ec5304b9fb9624a7ff1b077f108 cf1f87948bcf9b8edf8487fa7938a928cfed8f2f as also MinGW bails out. Don't add yet more quirks, keep in mind the faulty behavior and hope for the best until solved. | |||
2012-01-13 | make MacOSX happy again and have no /usr/include there | Eike Rathke | |
Modifies the workaround of 6ecf6ea77f36a444f985fed25a0d0502f5ae8ac4 | |||
2012-01-13 | ensure that /usr/include is _appended_ to INCLUDE | Eike Rathke | |
At least with gcc 4.6.2 the situation was that if /usr/include was missing from the -I... includes, header files were pulled from /usr/include/ instead of solver/$INPATH/inc/external/ This clearly makes a difference for not --with-system-... libs where the internal version is to be used. | |||
2012-01-11 | tweak makefiles after np_sdk is in tail_build | Matúš Kukan | |
Also change <npsdk/npapi.h> to "npapi.h" | |||
2012-01-10 | gbuild: Executable.mk: don't build unregistered exes | Michael Stahl | |
2012-01-10 | improve support for merging libraries | Matúš Kukan | |
2012-01-09 | gbuild: add urlmon library for MSVC | Michael Stahl | |
2012-01-09 | No need to mention the system "log" library, it clashes with our "log" library | Tor Lillqvist | |
It is not needed anyway. Only liblo-bootstrap uses the log API now, our libraries on Android (including "executables") don't. | |||
2012-01-09 | Revert "gb_Library_PLAINLIBS_NONE should not contain system libs, says dtardon" | Tor Lillqvist | |
(10:49:45) dtardon: tml_, i rescinded :) "<dtardon> tml_, hm, well, that's not really true..." This reverts commit b2b5357097a8a61fe80fb4f57ade0965099f61a6. | |||
2012-01-09 | gb_Library_PLAINLIBS_NONE should not contain system libs, says dtardon | Tor Lillqvist | |
2012-01-09 | Reword comment to match reality better | Tor Lillqvist | |
2012-01-06 | link versioninfo resource to dlls | Andras Timar | |
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 | |||
2012-01-06 | gbuild: macosx.mk: Bundles have no install_name | Michael Stahl | |