summaryrefslogtreecommitdiff
path: root/solenv/gbuild
AgeCommit message (Expand)Author
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-08-18Add where pyuno.so is to PYPATH for the "Mac-like app structure" caseTor Lillqvist
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
2013-08-16Use -O3 when optimisingTor Lillqvist
2013-08-14EXCEPTIONS_OFF is never definedStephan Bergmann
2013-08-09try to ensure not testing GCC version when using ClangLuboš Luňák
2013-08-05do not base feature checks on gcc versionLuboš Luňák
2013-08-02the compiler of the 10.6 SDK is pretty confused wrt to aliasing warningNorbert Thiebaud
2013-07-26'almost finished' doesnt sound like a clean targetBjoern Michaelsen
2013-07-26Move the (unimplemented) READONLY_INSTALLSET flag into config_features.hTor Lillqvist
2013-07-26Move OS X sandbox flag to config_features.hTor Lillqvist
2013-07-23it is not possible to sign libs that are in useDavid Tardon
2013-07-19allow to build for Windows XP when using Visual Studio 2012Christian Lohmaier
2013-07-19gbuild: add support for auto-creationa nd reuse of binary package.Norbert Thiebaud
2013-07-19gbuild: add an intermediary 'almost' target to ModuleNorbert Thiebaud
2013-07-18Resolves: #i122767# disallow pre-standard C++ for-scopeHerbert Dürr
2013-07-17remove gb_LinkTarget_add_noexception_objectBjoern Michaelsen
2013-07-17kill gb_NoexPrecompiledHeaderBjoern Michaelsen
2013-07-16gbuild: consolidate ULF copypaste in gb_CustomTarget_ulfex_ruleMichael Stahl
2013-07-16gbuild: update included dep-targets as side effect of targetsMichael Stahl
2013-07-15add gb_JunitTest_SOFFICEARG setting also for windowsLuboš Luňák
2013-07-14indent that a bitMichael Stahl
2013-07-11fdo#66826 - Allow parameters to be passed to patch such as --binaryMichael Meeks
2013-07-11fdo#66072 do not end auto_*_ALL by a commaDavid Tardon
2013-07-11we do not support any platform with bison < 2.0 anymoreNorbert Thiebaud
2013-07-03exclude the -safeseh from 64-bit windowsFridrich Štrba
2013-07-03Build msc .exe and .dll executables with -safeseh flagFridrich Štrba
2013-07-01gbuild: sync solaris.mk linker invocation with unxgcc.mkMichael Stahl
2013-06-28Remove temporary filesKhaled Hosny
2013-06-25now that we detect msvc supports 'override', do not warn about itLuboš Luňák
2013-06-18remove PCH file before generating itLuboš Luňák
2013-06-18.mk files should not be executableMiklos Vajna
2013-06-18Migrate CheckFields unit test to pythonDavid Ostrovsky
2013-06-18handle missing dep files in concat-depsBjoern Michaelsen
2013-06-18Reduce the amount of calls of mkdir -p.Bjoern Michaelsen
2013-06-17do not copy executables into instdir yet (by default)Matúš Kukan
2013-06-16Blind fix attempt for PythonTest on WindowsStephan Bergmann
2013-06-16Another try to fix python unit test on MSVCDavid Ostrovsky
2013-06-15try to fix Windows build of externalsMatúš Kukan
2013-06-15gbuild: add gb_Helper_install and use it for ExecutablesMatúš Kukan
2013-06-15Add gengal to RepositoryFixes and autoinstall it.Matúš Kukan
2013-06-15gbuild: allow to use RepositoryFixes also for executablesMatúš Kukan
2013-06-13rename HAVE_CXX0X->HAVE_CXX11 and clean up to #define in a config headerLuboš Luňák
2013-06-13add components to gallery importer needed for svgCaolán McNamara
2013-06-13gbuild: fix outputDavid Tardon
2013-06-13Enable -fstrict-aliasing, -fstrict-overflow in -O0 debug buildsStephan Bergmann
2013-06-13gb_COMPILERNOOPTFLAGS, gb_COMPLEROPTFLAGS, gb_DEBUG_CFLAGS all already definedStephan Bergmann
2013-06-11Allow --headless to be disabled for unit tests.Michael Meeks
2013-06-10gbuild: s/AutoInstallLibs/AutoInstall/gMatúš Kukan