summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)Author
2012-04-02export NOCPPUNIT to disable all cppunit test in gbuild.Norbert Thiebaud
This is convinient when coding/debuging stuff that break unittest downstream, but oen still want to have a fully built product to test
2012-03-10sdext: fix unit test for WindowsMatúš Kukan
2012-03-10gbuild: remove some more realpathsMatúš Kukan
Where necessary, replace with wildcard, what does not change path.
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-03-10clang does not know -ggdb2Luboš Luňák
2012-03-08quick hack to fix building sdext with l10nDavid Tardon
2012-03-08fix uno bootstrapping for .NET ( and perhaps c++ ) fdo#46832Noel Power
2012-03-08Use the same CFLAGS on DragonFly and NetBSD.François Tigeot
2012-03-08Remove unused files.François Tigeot
They were identical to NETBSD_INTEL_GCC.mk anyway
2012-03-08fix mis-mergeDavid Tardon
2012-03-08fold i18npaper into i18nutilCaolán McNamara
It's too small to justify standalone existence. We can accumulate i18n things we link to directly into i18nutil and rework i18npool uno implementions in terms of thin wrappers over i18nutil and prefer linking to i18nutil internally and leave the uno forwarders for use by external components and scripting
2012-03-08gbuild: fix mkdir optimization with make 3.81Michael Stahl
The problem is that make 3.81 does not match pattern rules whose target ends with '/' against directories. (regression from 408822b54724f8170a1296ddd67e50d8291c8ee1, 90491a073c5b5faee782ad5eab63276fda2342e6) So use a fake file ".dir" in the respective directory, and try not to spawn unnecessary mkdir processes by checking for existence via realpath. This is all quite ugly and should be reverted once support for make 3.81 is dropped. Also, fix a pre-existing problem of pattern rules with multiple targets that used to work by accident in Package.mk.
2012-03-08fdo #46446: add python gdb helpers for osl::FileBaseCatalin Iacob
2012-03-07if build fail, show broken module nameKorrawit Pruegsanusak
This solves http://lists.freedesktop.org/archives/libreoffice/2012-February/025772.html
2012-03-07Cosmetics: Format code consistentlyTor Lillqvist
2012-03-07Add Emacs and vim mode linesTor Lillqvist
2012-03-07Just skip non-existent filesTor Lillqvist
2012-03-06we always use relative paths in ddf filesAndras Timar
2012-03-06mingw: synchronize berkeleydb lib name with gbuildDavid Tardon
2012-03-06idle code documentation improvementMichael Meeks
2012-03-06Add Bengali (India) UI translationAndras Timar
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