summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* required curl_multi_wakeup is only in >= curl 7.68.0Caolán McNamara2021-11-251-26/+1
* fix windows ccache supportLuboš Luňák2021-11-251-4/+2
* configure: default to --with-webdav=curlMichael Stahl2021-11-231-4/+1
* My clang-cl build does not work with -Zc:dllexportInlines-Stephan Bergmann2021-11-231-1/+3
* Fix typosAndrea Gelmini2021-11-201-1/+1
* add with-system-abseil/with-system-openjpeg for pdfiumRene Engelhard2021-11-191-0/+46
* support ccache for MSVC tooLuboš Luňák2021-11-171-26/+86
* disable split debug if --enable-ltoLuboš Luňák2021-11-171-2/+10
* Update to ICU 70.1Eike Rathke2021-11-161-1/+1
* hard-require Clang for Skia also on MacLuboš Luňák2021-11-161-3/+3
* clang-cl requires -Xclang for -fpch-* optionsLuboš Luňák2021-11-141-7/+11
* No auto-usage of [s]ccache on Windows for PCH buildsThorsten Behrens2021-11-131-0/+4
* Fix HAVE_CPP_CONSTEVAL check for MSVCStephan Bergmann2021-11-121-40/+50
* Only try -prerelease as a fallbackStephan Bergmann2021-11-101-1/+4
* Upgrade external/boost to latest Boost 1.77.0Stephan Bergmann2021-11-101-0/+17
* download.lst: define OPENSYMBOL variables like everything elseMichael Stahl2021-11-091-2/+0
* actually check for -isystemLuboš Luňák2021-11-081-1/+1
* Simplify code checking for Boost < 1.50Stephan Bergmann2021-11-051-18/+2
* Consolidate -D_GLIBCXX_DEBUG for --enable-dbgutil builds against libstdc++Stephan Bergmann2021-11-041-0/+3
* Upgrade mdds and liborcus to 2.0.0 and 0.17.0, respectively.Kohei Yoshida2021-11-031-2/+2
* Drop the --with-macosx-sdk optionTor Lillqvist2021-11-031-62/+11
* Bump minimum macOS to 10.12Tor Lillqvist2021-11-031-22/+10
* fix gcc-wrapper for ccache.exeLuboš Luňák2021-11-031-8/+0
* ucb: webdav-curl: implement CurlUri, partially based on SerfUriMichael Stahl2021-11-011-1/+1
* configure: add --with-webdav=curlMichael Stahl2021-11-011-1/+8
* Echo cross-toolset configure optionsJan-Marek Glogowski2021-10-311-2/+6
* upgrade libjpeg-turbo to 2.1.1Caolán McNamara2021-10-301-17/+17
* bump product version to 7.3.0.0.alpha1+Christian Lohmaier2021-10-291-1/+1
* Don't auto-enable --enable-online-update for Win/MacChristian Lohmaier2021-10-281-7/+2
* fix AVX512 detectionLuboš Luňák2021-10-271-0/+6
* Accept macOS SDK 12.0Tor Lillqvist2021-10-271-4/+13
* changed description for option --with-visual-studio to indicate VS2022 is now...Tomoyuki Kubota2021-10-271-6/+6
* show properly gcc version in configure outputLuboš Luňák2021-10-251-1/+1
* more VS2022 integrationNoel Grandin2021-10-141-2/+4
* do not imply --enable-gdb-index just for --enable-symbolsLuboš Luňák2021-10-131-1/+1
* update --enable-lto descriptionLuboš Luňák2021-10-121-2/+1
* remove unused variablesLuboš Luňák2021-10-111-6/+0
* Centralize VS-to-toolset mapping in configureMike Kaganski2021-10-081-10/+12
* configure: Fix libc version checkIsmael Luceno2021-10-051-9/+7
* configure: Allow building on musl-based systemsIsmael Luceno2021-10-051-2/+2
* qt6: Add a qt6 VCL pluginMichael Weghorn2021-09-291-1/+135
* Match what Xcode offers as highest 13.x deployment targetTor Lillqvist2021-09-271-2/+2
* Fix Windows Arm64 build (Cuckoo and Skia)Jan-Marek Glogowski2021-09-271-0/+2
* Bump minimum iOS version to 13.7Tor Lillqvist2021-09-221-2/+2
* Bump current iOS SDK version and drop older onesTor Lillqvist2021-09-221-2/+2
* do not special-case Clang for Skia on Windows Arm64Luboš Luňák2021-09-211-1/+1
* Avoid "test: : integer expression expected" on non-macOS platformsStephan Bergmann2021-09-211-1/+1
* use clang-cl's -Zc:dllexportInlines- for clang-cl buildsLuboš Luňák2021-09-201-0/+15
* use clang-cl's -Zc:dllexportInlines- for Skia (tdf#144598)Luboš Luňák2021-09-201-0/+20
* Add preliminary VS 2022 supportHossein2021-09-161-68/+41