summaryrefslogtreecommitdiff
path: root/solenv/gbuild
AgeCommit message (Expand)Author
2021-04-03Add initial support for sccache builds on WNTThorsten Behrens
2021-03-25compilerplugins: fix clang plugin allowlists for sccache-distMichael Stahl
2021-03-23Rename LO Windows arm64 ID to aarch64Jan-Marek Glogowski
2021-03-19VCL_INTERNALS #define doesn't matter for reused PCHLuboš Luňák
2021-03-09Run gdb in `make debugrun` with PYTHONWARNINGS=default, tooStephan Bergmann
2021-02-28gbuild: don't use -Wunused-macros with sccacheMichael Stahl
2021-02-26WIN don't use --wrapper-print-cmdline in verboseJan-Marek Glogowski
2021-02-17More targeted suppression of bogus GCC -Werror=stringop-overflow=Stephan Bergmann
2021-02-05Fix typoAndrea Gelmini
2021-02-05MOZILLA_CERTIFICATE_FOLDER needs to be non-empty to disable autodetect...Caolán McNamara
2020-12-26My Windows build started to need an explicit -Zc:twoPhase- for CLI nowStephan Bergmann
2020-12-25Revert "Use { ... } for grouping that does not need a sub-shell"Stephan Bergmann
2020-12-23Don't lock galleries build into DESKTOPJan-Marek Glogowski
2020-12-17include everything from BUILDDIR, e.g. config_host/*Mike Kaganski
2020-12-14Add -wd4505 also back to gb_CXXFLAGSStephan Bergmann
2020-12-14-wd4505 is still neededStephan Bergmann
2020-12-14The workaround for MSVC C4702 is still neededStephan Bergmann
2020-12-14remove some MSVC -wdNoel Grandin
2020-12-09One more gbuild $ -> $$ fixStephan Bergmann
2020-10-31Simplify makefile logic using new gb_notStephan Bergmann
2020-10-22Add gbuild/platform/FREEBSD_POWERPC[64]_GCC.mk files.Gleb Popov
2020-10-22Cosmetic change for clarificationTor Lillqvist
2020-10-16Rename CLANG_CC, CLANG_CXX configuration vars (avoid clash with scan-build)Stephan Bergmann
2020-10-09Split off REAL_BUILD_CC_FLAGS from REAL_BUILD_CCStephan Bergmann
2020-09-30Fix typosAndrea Gelmini
2020-09-30use -fpch-codegen rather than -fmodules-codegenLuboš Luňák
2020-09-30bridges: add a Windows Arm64 UNO bridgeJan-Marek Glogowski
2020-09-25Adapt PythonTest on macOS to PRE-/POSTGDBTRACEStephan Bergmann
2020-09-25Run gdb with PYTHONWARNINGS=defaultStephan Bergmann
2020-09-24Use -flto=thin in gb_LTOFLAGS for Apple's Clang (for macOS and iOS)Tor Lillqvist
2020-09-24PythonTest CPPUNITTRACE='gdb --args' needs to tunnel setting LD_LIBRARY_PATHStephan Bergmann
2020-09-24Implement DEBUGCPPUNIT as a special case of CPPUNITTRACEStephan Bergmann
2020-09-24Move some settings from just DEBUGCPPUNIT to all gdb CPPUNITTRACEStephan Bergmann
2020-09-24Expand the Windows CPPUNITTRACE=TRUE abbreviation in placeStephan Bergmann
2020-09-23Switch from -Oz to -O2 for iOSTor Lillqvist
2020-09-22Move MimeContentTypeFactory into vclJan-Marek Glogowski
2020-09-19The config.{guess,sub} in $SRCDIR is good for external projects, tooTor Lillqvist
2020-09-17Report each value of LO_TEST_LOCALE in localized CppunitTestStephan Bergmann
2020-09-16configure + gbuild: handle Windows Arm64Jan-Marek Glogowski
2020-09-15WIN add and apply default msbuild platform+configJan-Marek Glogowski
2020-09-12Try fix multiple assignments of gidsMike Kaganski
2020-09-11cross-build: fix Java NI linkingJan-Marek Glogowski
2020-09-11WIN cross: fix gpg-related library buildsJan-Marek Glogowski
2020-09-11Fix the minimal build-tools targetJan-Marek Glogowski
2020-09-11WIN drop --enable-64bit to select Windows targetJan-Marek Glogowski
2020-09-11Use { ... } for grouping that does not need a sub-shellStephan Bergmann
2020-09-05fix macOS malloc debuggingNoel Grandin
2020-09-04revert the macos part of..Noel Grandin
2020-08-27Remove tempfile againStephan Bergmann
2020-08-25dont turn on malloc debugging for gdb itselfNoel Grandin