summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)Author
2012-03-06fix adding files to extension's root dirDavid Tardon
2012-03-06set localize.sdf path separately for each fileDavid Tardon
It cannot be done at the main target, because there is no guarantee that all help (or properties) files are in one directory.
2012-03-06fail if any previous command failedDavid Tardon
2012-03-06hardcode manifest source path againDavid Tardon
2012-03-06add support for platform spec. data in manifest and descriptionDavid Tardon
2012-03-06simplify ruleDavid Tardon
2012-03-06add helper function to convert path to native formatDavid Tardon
2012-03-06allow adding deps on packagesDavid Tardon
2012-03-06allow using manifest in different locationDavid Tardon
This is necessary for C++ extensions (at least for those from sdext module), because the manifest needs preprocessing (the extension's name is platform-dependent etc.)
2012-03-06support adding more than 1 file at onceDavid Tardon
2012-03-06UnoApiTarget: add missing dependencyMatúš Kukan
2012-03-05gbuild: do not call mkdir -p in gb_Deliver__deliverMatúš Kukan
Rather create new order-only dependencies on directories where targets should be delivered. On cygwin this is much faster.
2012-03-05UnoApiTarget: avoid calling mkdir -p when not necessaryMatúš Kukan
2012-03-05Revert "Workaround for weird gbuild looping problem with Clang for iOS"Tor Lillqvist
The root cause for the problem was in solenv/bin/concat-deps.c, has been fixed now. This reverts commit af9618b29f186c3991d9225cc50b55dc78612f27.
2012-03-05Handle consecutive slashes before ".."Tor Lillqvist
2012-03-05Workaround for weird gbuild looping problem with Clang for iOSTor Lillqvist
2012-03-05Don't use HAVE_GCC_VISIBILITY_FEATURE for iOS hereTor Lillqvist
We don't use it in gbuild/platform/IOS_ARM_CCC.mk either. Need to be consistent or we get linker warnings. Should we use it? Probably it isn't that important for iOS?
2012-03-02Check for Clang in configury and store and use resultTor Lillqvist
2012-03-02Cygwin uses internal Python which does not understand Cygwin pathsAndras Timar
2012-03-02translations converted to gbuildMatúš Kukan
2012-03-02whitespace only, no code changeAndras Timar
2012-03-02fdo#46181 Use Traditional Chinese installer for zh-HK and zh-MO localesAndras Timar
Microsoft Installer thinks that it is a good idea to fall back to zh-CN from zh-HK and zh-MO. It is wrong, because zh-CN uses Simplified Chinese zh-HK and zh-MO use Traditional Chinese. So we need to fall back to zh-TW.
2012-03-01Filter out options that Clang doesn't haveTor Lillqvist
2012-02-29REMOVE_FILES for cases where files need to be removed from external sourcesStephan Bergmann
2012-02-29Simplify install name handling for external libraries on Mac OS XStephan Bergmann
...by allowing our special @___... tokens anywhere within an install name, so that external modules can configure --prefix=/@___... etc. This removes the need for the special extshl and EXTRPATH=LOADER. Also, a new OUT2BIN_NONE can be used for external modules where the generated libraries need the default EXTRPATH=OOO, but generated executables are only used during the build and such need RPATH=NONE.
2012-02-29remove ky-CN, apparently they did not start translationAndras Timar
2012-02-29add Amharic (am) UI translationAndras Timar
2012-02-28build.pl: add a warning about the cost of: make tail_build.cleanMichael Meeks
2012-02-27solenv/gdb: fix Emacs modelinesMichael Stahl
2012-02-27Add --disable-extensions switch for future implementationTor Lillqvist
2012-02-27s/interpreters/scripting/Tor Lillqvist
2012-02-27Decouple disabling of scripting (BASIC &co) from OS being iOSTor Lillqvist
2012-02-26Fix typosTor Lillqvist
2012-02-25gbuild_simple: add gb_Python and include also Tempfile hereMatúš Kukan
2012-02-25partial_build: make this work also for modules from clone/Matúš Kukan
2012-02-24gbuild: little more cleaningMatúš Kukan
2012-02-24gbuild: get rid of REPODIRMatúš Kukan
2012-02-24Do not define PRUDUCT, we only use DBG_UTIL nowMatúš Kukan
2012-02-24missed instances of -std=c++0x when switching to gnu++0xLuboš Luňák
2012-02-24more silent output of non-verbose help buildAndras Timar
2012-02-24remove unused makefile tg_xmerge.mkAndras Timar
2012-02-24remove unused makefile tg_propmerge.mkAndras Timar
2012-02-24use -std=gnu++0x rather than -std=c++0xLuboš Luňák
The gcc default for C++ is -std=gnu++98, and -std=c++98 is used explicitly or with -ansi, so the C++0x "default" should be gnu++0x.
2012-02-23Filter out forms/util/frm component for a build without database connectivityTor Lillqvist
2012-02-23Tabs to spaces, no code changedKorrawit Pruegsanusak
2012-02-23Revert "Replace installer::parameter::make_absolute_path."Caolán McNamara
This reverts commit 8b65b2a3842a90ba565285f0cb796c5d76eef4ce. Because windows install sets didn't get generated afterwards, possibly due to cygwin absolute path complexity
2012-02-23Add shl/LOADER/URELIB to make --without-sytem-libxml work on Mac OS XStephan Bergmann
I doubt that the "LOADER" token is needed at all, but will investigate that later.
2012-02-23fix windows import lib nameCaolán McNamara
2012-02-23just link to HelpIndexerCaolán McNamara
2012-02-23use different OUString ctor for RTL_TEXTENCODING_UCS4Caolán McNamara