summaryrefslogtreecommitdiff
path: root/config_host
AgeCommit message (Expand)AuthorFilesLines
2020-06-24faster Skia SkCanvas::drawImageRect() with an offsetLuboš Luňák1-0/+5
2020-06-17remove outdated Skia todo commentsLuboš Luňák1-1/+0
2020-06-11Drop configurability of libnumbertext useTor Lillqvist1-17/+0
2020-05-18update to Skia chrome/m84 snapshotLuboš Luňák1-0/+3
2020-05-06always build Skia optimized, unless --enable-skia=debugLuboš Luňák1-0/+2
2020-04-17No need for HAVE_GCC_DEPRECATED_MESSAGEStephan Bergmann1-1/+0
2020-04-17No need for HAVE_GCC_PRAGMA_OPERATORStephan Bergmann1-2/+0
2020-04-17HAVE_CPP_GUARANTEED_COPY_ELISION should always be true nowStephan Bergmann1-3/+0
2020-04-17Just use __builtin_ffs on GCC and ClangStephan Bergmann1-1/+0
2020-04-06do not build OpenGL support in SkiaLuboš Luňák1-3/+1
2020-03-20The idl __attribute__((__weak__)) hack doesn't seem necessary for --enable-ltoStephan Bergmann1-6/+0
2020-03-19STATIC_LINKING is not set for --enable-mergelibsStephan Bergmann1-1/+1
2020-03-18do not use Skia's gamma correction for textLuboš Luňák1-2/+0
2020-03-18update Skia to chrome/m82Luboš Luňák1-3/+2
2020-03-06limit symbols exported when using --enable-mergelibsNoel Grandin1-0/+11
2020-01-28HAVE_GCC_ATTRIBUTE_WARN_UNUSED should always be true now for Clang/GCCStephan Bergmann1-2/+0
2020-01-27disable 32bpp bitmap usage for Skia againLuboš Luňák1-2/+2
2020-01-09add setting to config_skia.h whether to use 32bpp bitmapsLuboš Luňák1-0/+17
2019-12-19Fix typoAndrea Gelmini1-1/+1
2019-12-14Rename HAVE_GCC_BUG_87150 to HAVE_P1155R3Stephan Bergmann1-3/+15
2019-12-07Adapt o3tl::span to P1872R0Stephan Bergmann1-0/+3
2019-12-06Qt5 fix missing XCB_ICCCM_WM_HINT_WINDOW_GROUPJan-Marek Glogowski1-0/+1
2019-11-27android: Introduce --enable-android-lok configure switch to fix RGB vs. BGR.Jan Holesovsky1-0/+6
2019-11-27use the same config file for skia build and using itLuboš Luňák1-0/+45
2019-11-27initial build of the Skia libraryLuboš Luňák1-0/+5
2019-10-30fix vcldemo lookup of iconsLuboš Luňák1-0/+6
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák3-27/+41
2019-09-30drop gtk2 supportCaolán McNamara1-1/+0
2019-09-25constinit, here we comeStephan Bergmann1-0/+5
2019-07-21tdf#125922 rename kde5 to kf5 + plasma5Jan-Marek Glogowski1-1/+1
2019-06-14KDE5 move screensafer inhibiting code into Qt5Jan-Marek Glogowski1-1/+2
2019-06-13Don't link avmediagst with gtk3 and qt5Jan-Marek Glogowski1-0/+3
2019-06-03Have all VCL plugin related defines in config_vclplug.hMichael Weghorn4-33/+4
2019-05-27Revert "Remove broken rebuild of compilerplugins when CLANG_FULL_VERSION..."Luboš Luňák1-0/+4
2019-03-07build: support disabling popplerAshod Nakashian1-0/+5
2018-12-17kde5: remove older kde/tde plugins, and references to thatThorsten Behrens2-11/+0
2018-12-08HAVE_CPP_ATTRIBUTE_NODISCARD is always true nowStephan Bergmann1-3/+0
2018-12-07HAVE_CXX_CWG1579_FIX is always true nowStephan Bergmann1-4/+0
2018-12-07HAVE_CPP_INLINE_VARIABLES is always true nowStephan Bergmann1-3/+0
2018-12-07HAVE_CPP_ATTRIBUTE_FALLTHROUGH is always true nowStephan Bergmann1-3/+0
2018-12-07HAVE_CXX14_CONSTEXPR is always true nowStephan Bergmann1-1/+0
2018-12-07HAVE_BROKEN_CONST_ITERATORS is always false nowStephan Bergmann1-1/+0
2018-12-06Remove broken rebuild of compilerplugins when CLANG_FULL_VERSION changedStephan Bergmann1-4/+0
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek1-1/+1
2018-11-09Fix creation/removal of GPG socketdirStephan Bergmann1-0/+2
2018-11-09fix oss-fuzz buildCaolán McNamara1-0/+10
2018-09-11Use [[fallthrough]] also with MSVCStephan Bergmann1-0/+3
2018-09-11Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann1-0/+3
2018-08-31GCC only supports inline variables since GCC 7Stephan Bergmann1-0/+3
2018-08-30Silence bogus -Werror=redundant-move (GCC 9)Stephan Bergmann1-0/+4