summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)Author
2012-01-26solenv: handle error code from ./gMiklos Vajna
This avoids "Cannot find the git binary! Is git installed and is in PATH?" strings in the about dialog when building from a tarball.
2012-01-25Bin global_android_app and instead use lo-bootstrap APITor Lillqvist
Instead of introducing a global variable, use the already existing saved android_app pointer in lo-bootstrap.c, and just add a function to rettrieve that. Reanme osl/detail/android.h back to android_native_app_glue.h, which is the file from NDK/sources that it is. "android.h" sounded to me too grand, as if it was some universal Android header. But if we do start to modify the android_native_app_glue stuff heavily, then it indeed makes sense to call it something else. Until then, revert also some whitespace changes to android_native_app_glue.c for it to be as close as possible to the "upstream" one in the NDK, for clarity.
2012-01-25Allow killing 'make docs' by Ctrl-c.Jan Holesovsky
2012-01-24callcatcher: update list, remove newly unused methodsCaolán McNamara
2012-01-24remove debugging printDavid Tardon
2012-01-24Revert "fix ( hopefully ) viewing artifacts in input line fdo#44391"Noel Power
This reverts commit 1f0ba007489e77e4145fc840cc3a878772494fd7.
2012-01-24fix ( hopefully ) viewing artifacts in input line fdo#44391Noel Power
2012-01-23filter out confusing unused code from external libraries for unusedcode.easyCaolán McNamara
2012-01-23Use -z defs to catch undefineds at build timeTor Lillqvist
2012-01-20Fix WiLangId.vbs operationFridrich Štrba
The script needs %TEMP% to be set in order to work properly. Cygwin unsets TEMP which causes WiLangId.vbs to fail. Set the TEMP variable to $TMPDIR before we call the cscript.exe.
2012-01-20Oops, my badFridrich Štrba
2012-01-20Fix windows build of cppuMatus Kukan
2012-01-19fdo#44915 MSI installer l10n bugAndras Timar
Unfortunately msiinfo.exe has a limitation, it truncates Language property in Summary Information at char position 254. The replacement, WiLangId.vbs does not have this limitation.
2012-01-19Don't break file: URLsTor Lillqvist
2012-01-19honour JAVAFLAGS in gbuildRene Engelhard
2012-01-18Don't print fairly pointless and verbose warning messageTor Lillqvist
2012-01-17gbuild: UnoApiTarget: initialize target local varsMichael 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-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