summaryrefslogtreecommitdiff
path: root/solenv/gbuild
AgeCommit message (Expand)Author
2021-10-14filter out also link.exe messages about LTO code generationLuboš Luňák
2021-10-13use -flto=auto for gcc if no $PARALLELISM is setLuboš Luňák
2021-10-13MSVC LTO does not like mixing 32bit and 64 codeLuboš Luňák
2021-10-11clang does not support -flto=<number>Luboš Luňák
2021-10-11merge LD_PLUGIN use with other LTO useLuboš Luňák
2021-10-11use ThinLTO for Clang everywhereLuboš Luňák
2021-10-07remove python make dependency from MoTargetCaolán McNamara
2021-10-03unterminated call to function 'call': missing ')'.Caolán McNamara
2021-10-03TODO: remove missing .po support when writerfilter .po files existCaolán McNamara
2021-09-29qt6: Add a qt6 VCL pluginMichael Weghorn
2021-09-23Look for the udkapi types.rdb file in the right place when cross-compilingTor Lillqvist
2021-09-22avoid some more D9025 warningsLuboš Luňák
2021-09-22Apparently we need to define gb_Library_PLAINEXT_FOR_BUILD for iOSTor Lillqvist
2021-09-22make .pch file also depend on its source .hxx fileLuboš Luňák
2021-09-20use MSVC's /Zc:inline option to reduce binary sizeLuboš Luňák
2021-09-20use clang-cl's -Zc:dllexportInlines- for clang-cl buildsLuboš Luňák
2021-09-20use clang-cl's -Zc:dllexportInlines- for Skia (tdf#144598)Luboš Luňák
2021-09-19make "-external/" valid gbuild exclusion for FORCE_COMPILELuboš Luňák
2021-09-18make FORCE_COMPILE_ALL more flexible than all or nothingLuboš Luňák
2021-09-18make COMPILER_EXTERNAL_TOOL=1 work properly with generated sourcesLuboš Luňák
2021-09-18don't force compiler plugins when COMPILER_EXTERNAL_TOOL=1 is usedLuboš Luňák
2021-09-11add -DSYSTEM_NSS to flags ignored for system PCHLuboš Luňák
2021-08-23fix ObjC/C++ generated sources linking on MacLuboš Luňák
2021-08-22Give gengal invocations their own UserInstallationsStephan Bergmann
2021-08-22gengal needs Library_localedata_en nowStephan Bergmann
2021-08-10for DISABLE_DYNLOADING support linking to static .a system libsCaolán McNamara
2021-08-09remove unneeded -ldl for DISABLE_DYNLOADINGCaolán McNamara
2021-08-05Avoid ODR violation, consistently define ZLIB_CONSTStephan Bergmann
2021-08-04Always provision PATH the cygwin way under WindowsThorsten Behrens
2021-07-26add gbuild support for ObjC/C++ sources from tarballsLuboš Luňák
2021-07-23workaround for apple clang sometimes not generating PCHCollabora
2021-07-12enable -Wshadow on clangNoel Grandin
2021-06-28Allow headless make debugrunJan-Marek Glogowski
2021-06-24cross-toolset: fix real cross help buildingJan-Marek Glogowski
2021-06-22configure: Improve help-options handlingJan-Marek Glogowski
2021-06-08Unset TZ when starting UITests on WindowsMike Kaganski
2021-05-31Enable -bigobj on MSVCMike Kaganski
2021-05-31gbuild: implement gb_UnoApi_get_target_for_buildJan-Marek Glogowski
2021-05-29gbuild: implement gb_Library_get_target_for_buildJan-Marek Glogowski
2021-05-29cross-toolset: gengal now needs localedata_enJan-Marek Glogowski
2021-05-27cross-toolset: explicitly add PythonJan-Marek Glogowski
2021-05-26gbuild: Handle glxtest + vclmain usage via macrosJan-Marek Glogowski
2021-05-25gbuild: make pre_BuildTools.mk better readableJan-Marek Glogowski
2021-05-19Document that setting gb_CXX03FLAGS for clang-cl doesn't workStephan Bergmann
2021-05-10bodge a gtk4 starting point into existenceCaolán McNamara
2021-05-06Fix typosAndrea Gelmini
2021-05-06gbuild: work around GDB 10 bug with DWARF5 in split debug infoMichael Stahl
2021-05-05Add --enable-wasm-stripJan-Marek Glogowski
2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski
2021-05-01avoid windres preprocessor quoting-messups with current cygwinChristian Lohmaier