Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | remove dmake rules for unused file type *.xrb | Andras Timar | |
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 | ./config_host.mk is to be sourced, not invoked | Eike Rathke | |
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-08 | create-tags: fix "./config_host.mk: Permission denied" | Miklos Vajna | |
2012-01-07 | Generate docs for basic | August Sodora | |
2012-01-06 | link versioninfo resource to dlls | Andras Timar | |
2012-01-06 | solenv: that perl crud looks unhappy | 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 | |||
2012-01-06 | gbuild: macosx.mk: Bundles have no install_name | Michael Stahl | |
2012-01-06 | more wJRE cleanup | Andras Timar | |
2012-01-06 | remove support of the 'bundle Adabas' feature of installer | Andras Timar | |
2012-01-06 | remove support of the 'with JRE' installer | Andras Timar | |
2012-01-06 | remove unused VER_FIRSTYEAR | Andras Timar | |
2012-01-06 | tabs to spaces | Andras Timar | |
2012-01-06 | gbuild: fix extension localization on Windows | Andras Timar | |
2012-01-06 | Revert "propmerge is not executable" | Andras Timar | |
This reverts commit 3082565d6291176ef1fcdc053f9851c82a02d19a. | |||
2012-01-05 | propmerge is not executable | Matúš Kukan | |
2012-01-05 | Adapt doxygen gen script to changed Env file name. | Thorsten Behrens | |
2012-01-05 | Bump year | Andras Timar | |
2012-01-05 | try and get callcatcher working again | Caolán McNamara | |
2012-01-05 | always put unlocalized properties files to the oxt | David Tardon | |
2012-01-05 | try and track changes to INPATH definition | Caolán McNamara | |
2012-01-05 | add mode-lines to .idl files | Caolán McNamara | |
2012-01-05 | add mode-lines to some new files | Caolán McNamara | |
2012-01-05 | do not announce if nothing is done (without langs) | David Tardon | |
2012-01-04 | extension help localizer help functions | Andras Timar | |
2012-01-04 | gbuild: macosx.mk: add gb_Library_Bundle | Michael Stahl | |
...and use it to build OOoSpotlightImporter. This isn't particularly elegant, but then again, why the heck does dyld have different dynamic library types in the first place? | |||
2012-01-04 | gbuild: macosx.mk: enable -Werror for ObjC files | Michael Stahl | |