summaryrefslogtreecommitdiff
path: root/solenv/gbuild
AgeCommit message (Expand)AuthorFilesLines
2021-03-18we have to keep the original python version number 3.7.7Andras Timar3-3/+3
2020-11-15The config.{guess,sub} in $SRCDIR is good for external projects, tooTor Lillqvist3-3313/+1
2020-11-15Update config.{guess,sub} with latest versions and handle fallout of thatTor Lillqvist2-0/+0
2020-11-15Initial WIP steps for building for macOS on Apple SiliconTor Lillqvist1-0/+13
2020-09-23Switch from -Oz to -O2 for iOSTor Lillqvist1-1/+1
2020-03-25configure,gbuild: gla11y fails on Fedora 31Michael Stahl2-2/+2
2020-02-28macOS: don't sign executables earlyChristian Lohmaier1-9/+3
2020-02-19Optionally generate PDBs for external libsJuergen Funk1-0/+3
2020-01-09Get PDB files to work for soffice.bin and unopkg.binJuergen Funk1-1/+1
2019-12-05tdf#128133 WIN don't exit after link-output filterJan-Marek Glogowski3-7/+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
2019-10-04filter arguments to MSVC to avoid the annoying D9025 warningLuboš Luňák4-9/+21
2019-10-04common gbuild function for getting the correct windows compilerLuboš Luňák1-6/+11
2019-10-04do not abort build on PCH CXXFLAGS mismatch if set explicitlyLuboš Luňák2-14/+34
2019-10-04always use gb_LinkTarget__get_cxxflags for cxxobjectsLuboš Luňák1-4/+4
2019-10-01When building with clang-cl, nevertheless use MSVC's CXXFLAGS_CXX11 for CLRStephan Bergmann1-1/+5
2019-10-01don't suggest gtk SAL_USE_VCLPLUGIN env variableCaolán McNamara1-1/+1
2019-09-30drop gtk2 supportCaolán McNamara1-1/+0
2019-09-23the PCH timestamp is actually LinkTarget's, not PCH'sLuboš Luňák3-7/+8
2019-09-23remove unused gbuild codeLuboš Luňák1-4/+2
2019-09-23android: add support for 64bit buildChristian Lohmaier1-0/+15
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2019-09-20Replace remaining occurrences of LIBO_HEADLESS with HAVE_FEATURE_UIAndras Timar1-5/+0
2019-09-20Fix makefile modelinesStephan Bergmann1-2/+2
2019-09-20Remove legacy NEED_CLANG_LINUX_UBSAN_RTTI_VISIBILITY supportStephan Bergmann2-7/+0
2019-09-09update paths to the compilerpluginLuboš Luňák2-4/+4
2019-09-06Fixing "...."Andrea Gelmini1-1/+1
2019-09-05Reduce some repeated codeMike Kaganski5-230/+230
2019-09-02Add -latomic to the end of Linux C++ linker command linesStephan Bergmann7-8/+8
2019-08-31Unify executables to take version resource from default.rcMike Kaganski1-1/+1
2019-08-30Introduce gb_Executable_add_default_nativeres to add version resourceMike Kaganski1-0/+17
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-08-08android: support NDK 19 and above (20 as of this commit)Christian Lohmaier2-25/+1
2019-07-20Don't error more_fonts on the clean targetJan-Marek Glogowski1-0/+2
2019-07-17Introduce gb_Package_add_empty_directoriesMichael Stahl1-0/+20
2019-07-08Fix gbuildtojson targetJan-Marek Glogowski1-1/+1