summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)Author
2012-01-17gbuildify testCaolán McNamara
2012-01-16sort out dep problem with yacc-generated header (fdo#44707)David Tardon
2012-01-16gbuild: WNT_INTEL_MSC: replace also // with / in the pathMatúš 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-15gbuild: simplify gb_Helper_abbreviate_dirs*Matúš Kukan
2012-01-15gbuild: platform/WNT_INTEL_MSC: use subst in gb_Helper_convert_nativeMatúš Kukan
2012-01-15gbuild: UnoApiTarget: refactor slightlyMatúš Kukan
2012-01-15remove dmake rules for unused file type *.xrbAndras Timar
2012-01-15Galaxy (default) icon theme is now in icon-themes/galaxyStefan Knorr (astron)
2012-01-14gbuild: UnoApiTarget: just touch the .urd fileMichael 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-14gbuild: UnoApiTarget: use idlc -M for full dependenciesMichael Stahl
2012-01-14gbuild: UnoApiTarget: refactor to one idlc call per directoryMichael Stahl
2012-01-14gbuild: UnoApiTarget: various cleanupsMichael Stahl
2012-01-14gbuild: UnoApiTarget: fix dependenciesMichael 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-14grml.. back to the drawing boardEike 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-13make MacOSX happy again and have no /usr/include thereEike Rathke
Modifies the workaround of 6ecf6ea77f36a444f985fed25a0d0502f5ae8ac4
2012-01-13ensure that /usr/include is _appended_ to INCLUDEEike 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-11tweak makefiles after np_sdk is in tail_buildMatúš Kukan
Also change <npsdk/npapi.h> to "npapi.h"
2012-01-10gbuild: Executable.mk: don't build unregistered exesMichael Stahl
2012-01-10improve support for merging librariesMatúš Kukan
2012-01-09./config_host.mk is to be sourced, not invokedEike Rathke
2012-01-09gbuild: add urlmon library for MSVCMichael Stahl
2012-01-09No need to mention the system "log" library, it clashes with our "log" libraryTor Lillqvist
It is not needed anyway. Only liblo-bootstrap uses the log API now, our libraries on Android (including "executables") don't.
2012-01-09Revert "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-09gb_Library_PLAINLIBS_NONE should not contain system libs, says dtardonTor Lillqvist
2012-01-09Reword comment to match reality betterTor Lillqvist
2012-01-08create-tags: fix "./config_host.mk: Permission denied"Miklos Vajna
2012-01-07Generate docs for basicAugust Sodora
2012-01-06link versioninfo resource to dllsAndras Timar
2012-01-06solenv: that perl crud looks unhappyMichael Stahl
2012-01-06Merge 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-06gbuild: macosx.mk: Bundles have no install_nameMichael Stahl
2012-01-06more wJRE cleanupAndras Timar
2012-01-06remove support of the 'bundle Adabas' feature of installerAndras Timar
2012-01-06remove support of the 'with JRE' installerAndras Timar
2012-01-06remove unused VER_FIRSTYEARAndras Timar
2012-01-06tabs to spacesAndras Timar
2012-01-06gbuild: fix extension localization on WindowsAndras Timar
2012-01-06Revert "propmerge is not executable"Andras Timar
This reverts commit 3082565d6291176ef1fcdc053f9851c82a02d19a.
2012-01-05propmerge is not executableMatúš Kukan
2012-01-05Adapt doxygen gen script to changed Env file name.Thorsten Behrens
2012-01-05Bump yearAndras Timar
2012-01-05try and get callcatcher working againCaolán McNamara
2012-01-05always put unlocalized properties files to the oxtDavid Tardon
2012-01-05try and track changes to INPATH definitionCaolán McNamara
2012-01-05add mode-lines to .idl filesCaolán McNamara
2012-01-05add mode-lines to some new filesCaolán McNamara
2012-01-05do not announce if nothing is done (without langs)David Tardon
2012-01-04extension help localizer help functionsAndras Timar
2012-01-04gbuild: macosx.mk: add gb_Library_BundleMichael 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-04gbuild: macosx.mk: enable -Werror for ObjC filesMichael Stahl