summaryrefslogtreecommitdiff
path: root/solenv/gbuild
AgeCommit message (Expand)AuthorFilesLines
2020-02-20add macOS malloc debugging env varsNoel Grandin1-0/+1
2020-02-19add --enable-optimized=debugLuboš Luňák3-1/+7
2020-02-19add some libs to libmergedNoel Grandin1-0/+10
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák51-52/+328
2020-02-14add some more libs to libmergedNoel Grandin1-0/+6
2020-02-12add some more libs to libmergedNoel Grandin1-0/+9
2020-02-12add some more libs to libmergedNoel Grandin1-0/+5
2020-02-11Fix duplicate "stringresource" in MERGE_LIBRARY_LISTStephan Bergmann1-1/+0
2020-02-11add some more libs to libmergedNoel Grandin1-0/+7
2020-02-10ignore -DGLM_FORCE_CTOR_INIT for shared PCHLuboš Luňák1-0/+1
2020-02-10add BLOCK_PCH to gbuild, allowing partial non-PCH rebuildsLuboš Luňák4-23/+47
2020-02-06gb_CppunitTest__use_java_ure can be private againStephan Bergmann1-2/+2
2020-02-06Missing test dependencyStephan Bergmann1-1/+2
2020-02-06No more need to add unoil.jar to URE_MORE_JAVA_TYPESStephan Bergmann1-4/+0
2020-02-06Fix typo in call to gb_CppunitTest_use_java_ureStephan Bergmann1-1/+1
2020-02-06Nothing should link against unoil.jar any moreStephan Bergmann1-3/+2
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt3-5/+9
2020-02-03Optionally generate PDBs also for C#Juergen Funk1-0/+3
2020-01-20only enable windows incremental linking for debug buildsNoel Grandin1-1/+3
2020-01-18use -Wl,-dead_strip on Mac, its linker doesn't know -Wl,--gc-sectionsLuboš Luňák1-1/+1
2020-01-18support Clang's -fmodules-codegen/debuginfo options for PCH buildingLuboš Luňák1-1/+15
2020-01-18add support for Clang's -building-pch-with-objLuboš Luňák3-5/+26
2020-01-09Get PDB files to work for soffice.bin and unopkg.binJuergen Funk1-1/+1
2020-01-08Enable Clang -Wembedded-directiveStephan Bergmann1-0/+2
2020-01-06macOS /usr/bin/mktemp already adds a dot to the prefixStephan Bergmann1-1/+1
2019-12-19Fix typo in codeAndrea Gelmini1-3/+3
2019-12-16Revert "Make font-based unit test depend on instdir fonts"Jan-Marek Glogowski40-64/+57
2019-12-12Enable -Wdeprecated-copy-dtor where availableStephan Bergmann1-0/+4
2019-12-08Improve -fdiagnostics-color handlingStephan Bergmann1-2/+2
2019-12-08gbuild: color gcc output if possibleThorsten Behrens2-0/+5
2019-12-07Remove redundant gb_YACC indirectionStephan Bergmann5-7/+2
2019-12-06Honor BISON passed into configureStephan Bergmann3-3/+3
2019-12-04tdf#128133 WIN don't exit after link-output filterJan-Marek Glogowski3-7/+3
2019-11-27use the same config file for skia build and using itLuboš Luňák1-0/+2
2019-11-20/safeseh valid only on Win32Julien Nabet1-2/+3
2019-11-15use icerun also for python/java/ui testsLuboš Luňák3-3/+3
2019-10-23-W4 must come before -Wno-missing-braces for clang-clStephan Bergmann1-1/+1
2019-10-15handle gracefully PCH reuse when there are no .pdb filesLuboš Luňák1-3/+8
2019-10-14use common PCH for more librariesLuboš Luňák1-0/+6
2019-10-14fix incorrect gb_DISABLE_PCH_REUSE testLuboš Luňák1-2/+2
2019-10-14filter out cl.exe printing source file name also when not using depsLuboš Luňák2-0/+33
2019-10-12-fstack-protector-strong is long since availableStephan Bergmann1-4/+2
2019-10-10Duplicate -Wno-missing-bracesStephan Bergmann1-1/+0
2019-10-09filter out the "Creating library" message from link.exeLuboš Luňák3-1/+40
2019-10-07handle more -arch: options when avoiding D9025Luboš Luňák1-2/+2
2019-10-07enable -Wrange-loop-analysis on clangNoel Grandin1-1/+2
2019-10-04enable -Wunused-exception-parameter on clangNoel Grandin1-1/+3
2019-10-04add gbuild function for a common PCH and use it in sc/ and sax/Luboš Luňák6-4/+28
2019-10-04support reusing PCH if linktarget has additional reasonable definesLuboš Luňák5-22/+104
2019-10-04add gb_LinkTarget_reuse_precompiled_headerLuboš Luňák7-7/+60