summaryrefslogtreecommitdiff
path: root/solenv/gbuild
AgeCommit message (Expand)AuthorFilesLines
2019-05-11disable ccache for PCH generationLuboš Luňák1-0/+1
2019-05-11weld conditional formattingCaolán McNamara1-4/+0
2019-05-09if ccache is enabled, by default also enable CCACHE_DEPENDLuboš Luňák1-0/+4
2019-05-09simply set ccache env.vars instead of just warning about themLuboš Luňák1-4/+20
2019-05-09use .gch only for gcc's PCH filesLuboš Luňák3-2/+6
2019-05-09support different levels of PCH usageLuboš Luňák4-12/+11
2019-05-09use -fno-pch-timestamp when generating Clang PCH filesLuboš Luňák2-1/+11
2019-05-07Win7 is current baseline, so no need to differentiate for 32- vs 64-bitMike Kaganski1-6/+2
2019-05-07Drop LINK_X64_BINARY: any MSVC linker is suitable for any target platformMike Kaganski1-2/+2
2019-05-03The -fvisibility-ms-compat hack is no longer needed for UBSan on Linux...Stephan Bergmann2-7/+4
2019-04-25Cut down on -pthread/-lpthread proliferationStephan Bergmann2-2/+10
2019-04-18Don't set LANG env var by accidentStephan Bergmann2-6/+6
2019-04-16link.exe in -LIB mode doesn't understand -debugLuboš Luňák2-1/+6
2019-04-13Pass to linker its debuginfo options, not compiler'sMike Kaganski1-1/+1
2019-04-11fix getting correct debug/nodebug PCH file with selective debuginfoLuboš Luňák5-51/+67
2019-04-11merge --enable-selective-debuginfo into --enable-symbolsLuboš Luňák8-45/+62
2019-04-11fix some gb_LinkTarget functions with linktargetmakefilename argumentLuboš Luňák1-19/+19
2019-04-11--gdb-index flags should be used only when linking with symbolsLuboš Luňák4-7/+10
2019-04-11make linker flags conditional when used, not when definedLuboš Luňák2-14/+0
2019-04-08support for CCACHE_PCH_EXTSUMLuboš Luňák1-0/+2
2019-04-08Use sort on finds to improve deterministic buildTomáš Chvátal2-2/+2
2019-04-07pass all arguments to gb_LinkTarget_add_cxxobject properlyLuboš Luňák1-2/+2
2019-04-02Force UITests locale en_USMike Kaganski1-1/+4
2019-03-22SmallButton unusedCaolán McNamara1-1/+1
2019-02-21weld HangulHanjaConversionDialogCaolán McNamara1-1/+1
2019-01-24Drop unnecessary gb_DEBUG_CFLAGSStephan Bergmann4-15/+1
2019-01-23Drop use of obsolete GCC -fno-default-inlineStephan Bergmann3-14/+7
2019-01-21Slience bogus -Werror=maybe-uninitializedStephan Bergmann1-0/+4
2019-01-16Minimum Supported Version is VS2017himajin1000001-1/+1
2019-01-09update uitest debugging instructions to account for gtk3 backend issueNoel Grandin1-1/+4
2018-12-31for tests MOZILLA_CERTIFICATE_FOLDER should be set to empty not 0Tomaž Vajngerl1-1/+1
2018-12-29tdf#114635: reimplement TWAIN-based scan using 32-bit shim on WindowsMike Kaganski3-3/+20
2018-12-27URL fixed. Was broken & linking to deleted page.Howard Johnson1-1/+1
2018-12-21restore the UI test 'debug with two shells' instructionNoel Grandin1-1/+5
2018-12-17kde5: remove older kde/tde plugins, and references to thatThorsten Behrens1-1/+0
2018-12-13Switch Android armeabi-v7a to libc++/libc++abi/libunwind tooStephan Bergmann1-11/+0
2018-12-11tdf#121685: also apply DeclareDPIAware manifest to console applicationsMike Kaganski1-1/+1
2018-12-06Remove obsolete GCC version checksStephan Bergmann1-11/+3
2018-12-06Default all tests to run with the svp pluginJan-Marek Glogowski5-11/+5
2018-12-06Drop juh.jar dependency from Java UNO testsJan-Marek Glogowski1-1/+0
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek3-4/+4
2018-11-27gbuild: MacOSX: use tr instead of sed for newlinesMichael Stahl1-1/+1
2018-11-26Use -filelist with macOS linkerAlyssa Ross1-8/+13
2018-11-25Generally set CCACHE_CPP2 for --enable-werror GCCStephan Bergmann1-1/+7
2018-11-23Revert "Do use -O1 for Apple Clang older than 9.1.0"Stephan Bergmann1-4/+0
2018-11-22python tests: fix user config for autotext functionsThorsten Behrens1-1/+1
2018-11-22Pass some env vars into all kinds of testsStephan Bergmann5-9/+12
2018-11-20Set CppunitTest-related env vars only during CppunitTestStephan Bergmann1-10/+5
2018-11-20Drop some headless mode variantsJan-Marek Glogowski5-12/+11
2018-11-15Use C locale in UITestStephan Bergmann1-1/+1