summaryrefslogtreecommitdiff
path: root/solenv/gbuild
AgeCommit message (Expand)AuthorFilesLines
2023-03-20uitest: add a way to optionally use the same soffice process for a testsuiteMiklos Vajna1-0/+6
2023-02-24Fix build in a specific VS2022 environmentMike Kaganski1-3/+4
2023-02-16Use -O3 for Emscripten, seems to workTor Lillqvist1-0/+2
2023-02-16Add comment about using WASM exceptionsTor Lillqvist1-0/+4
2023-01-27Remove support for AIXStephan Bergmann1-2/+0
2023-01-24Clarify commentTor Lillqvist1-1/+1
2023-01-24Use PYTHONWARNINGS=ignore instead of 'default' for EmscriptenTor Lillqvist1-3/+10
2023-01-23Bin line that was commented-out in December 2021Tor Lillqvist1-1/+0
2023-01-17Adapt for --enable-wasm-exceptionsTor Lillqvist1-0/+8
2023-01-14EXCEPTIONS_ON has no meaningTor Lillqvist2-2/+0
2023-01-12introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl1-0/+1
2023-01-11Use gb_EMSCRIPTEN_QTDEFS only when building with Qt5Tor Lillqvist1-4/+8
2023-01-03More verbose unoidl-check errorsStephan Bergmann1-3/+5
2022-12-23Don't use symlinks for the Emscripten soffice.data and soffice.data.js.metadataTor Lillqvist1-2/+2
2022-12-23Un-confuse Emscripten and Qt5 conditionalsTor Lillqvist1-3/+5
2022-12-22gb_LTOFLAGS: use -flto=jobserver instead of fixed $(PARALLELISM)Christian Lohmaier2-3/+3
2022-12-21tdf#140215 Simplify the handling of .ulf filesIlmari Lauhakangas1-1/+1
2022-12-20gbuild trace: make it work nicer on macOS (seconds-only accuracy)Christian Lohmaier1-3/+7
2022-12-20gbuild trace: fix mismatching start/end category in Extension.mkChristian Lohmaier1-1/+1
2022-12-20fix gbuild trace when building with translationsChristian Lohmaier1-3/+3
2022-12-20make inclusion of config_host.mk unconditionalCaolán McNamara1-2/+0
2022-12-19keep environment clear of SYSTEM_FOO varsChristian Lohmaier2-2/+2
2022-12-14Fix typoAndrea Gelmini1-1/+1
2022-12-14Fix prepending xargs to gb_ExternalExecutable_get_command, core partStephan Bergmann1-1/+5
2022-12-13don't rebuild Gallery themes if nothing changedChristian Lohmaier1-13/+4
2022-12-13use $(file …) directly instead of gb_var2file when not used as intermediateChristian Lohmaier5-35/+11
2022-12-13gb_var2file: remove now unused chunk-size parameterChristian Lohmaier19-65/+65
2022-12-13bump minimum make version to 4.0 (for $(file …) function)Christian Lohmaier1-21/+0
2022-12-12lld 16 trunk defaults to --no-undefined-version nowStephan Bergmann1-0/+4
2022-12-05gb_LinkTarget_use_clang: only use flto=thin with clang, not with gccChristian Lohmaier1-1/+1
2022-11-30Add LOKit functions and whitelist export for it to WASMThorsten Behrens1-1/+1
2022-11-28WASM gbuild: write link dependencies into a file $@.linkdepsMichael Stahl3-5/+9
2022-11-28WASM gbuild: avoid annoying python warnings from emscriptenMichael Stahl2-1/+4
2022-11-24Expansion of $(dir ...) always ends in a slash, no need for an additional oneStephan Bergmann1-2/+2
2022-11-24Drop redundant -Wnon-virtual-dtorStephan Bergmann2-3/+1
2022-11-21Avoid external processes picking up instdir/program/libxml2.so.2Stephan Bergmann1-0/+1
2022-11-10Add riscv64 supportSakura2861-0/+15
2022-10-19Make MSVC -showIncludes processing more reliableStephan Bergmann2-3/+4
2022-09-11[COVER] add first set of ODF feature test filesThorsten Behrens5-8/+50
2022-09-02Fix setting SAL_NON_APPLICATION_FONT_USEStephan Bergmann1-1/+11
2022-09-01gbuild: set SAL_NON_APPLICATION_FONT_USE in gb_CppunitTest_use_more_fontsKhaled Hosny1-0/+1
2022-08-11Add loongarch64 support.wjh-la1-0/+12
2022-08-06turn on -Wshadow-all for clang compilersNoel Grandin1-0/+1
2022-07-27rename GODSON/GODSON64 to MIPS/MIPS64Rene Engelhard2-0/+0
2022-07-18Mend python support for lldb cppunit tests.Hannah Meeks2-1/+3
2022-07-14Change make file so that debugging works - Previous error:Hannah Meeks1-2/+4
2022-07-12unittest: Split out registry entries to alter UI definition search pathColomban Wendling1-5/+13
2022-06-10[API CHANGE] Remove deprecated idlc and regmerge from the SDKStephan Bergmann1-32/+0
2022-06-08it is not our job to tell GCC whether to colorize its outputLuboš Luňák1-2/+0
2022-05-26use at least assertions mode if libc++ debug mode is not usableLuboš Luňák1-2/+2