summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2019-04-10bump product version to 6.2.3.2Christian Lohmaier1-1/+1
2019-04-04python3: upgrade to release 3.5.7Michael Stahl1-1/+1
2019-03-29bump product version to 6.2.3.1.0+Christian Lohmaier1-1/+1
2019-03-07Use pkgconfig to detect PostgreSQL if there is no pg_configTomáš Chvátal1-4/+10
2019-03-04bump product version to 6.2.3.0.0+Christian Lohmaier1-1/+1
2019-02-27Check enable_mpl_subset, too, for mysqlcTor Lillqvist1-1/+1
2019-02-12bump product version to 6.2.2.0.0+Christian Lohmaier1-1/+1
2019-01-31Revert "configure: require autoconf 2.68"Michael Stahl1-1/+1
2019-01-30Avoid CFLAGS being set by accidentStephan Bergmann1-8/+8
2019-01-29configure: require autoconf 2.68Michael Stahl1-1/+1
2019-01-17upgrade to python 3.5.6Caolán McNamara1-1/+1
2019-01-08bump product version to 6.2.1.0.0+Christian Lohmaier1-1/+1
2019-01-08Disable removal of GPG socketdir with older gpgconf versionsSamuel Mehrbrodt1-8/+21
2018-12-20bump product version to 6.2.0.1.0+Christian Lohmaier1-1/+1
2018-12-11tdf#121925 test for URLClassPath.ClassPathURLCheckJan-Marek Glogowski1-0/+52
2018-11-17bump product version to 6.2.0.0.beta1+Christian Lohmaier1-1/+1
2018-11-12bump hunspell to 1.7libreoffice-6-2-branch-pointLászló Németh1-1/+1
2018-11-12Revert "Add check for en_US.utf8 locale"Stephan Bergmann1-8/+0
2018-11-09Fix creation/removal of GPG socketdirStephan Bergmann1-2/+1
2018-11-09fix oss-fuzz buildCaolán McNamara1-1/+2
2018-11-08tdf#121131: Default COMPILER_PLUGINS_CXX to g++ -std=c++11Stephan Bergmann1-2/+2
2018-11-06Don't default to only tango for iOSTor Lillqvist1-1/+0
2018-11-05Package separate SVG icon setsJan-Marek Glogowski1-3/+4
2018-11-02ENABLE_FIREBIRD_SDBC no defined in system-firebird caseCaolán McNamara1-4/+5
2018-11-02Compile as C++2a, where availableStephan Bergmann1-1/+1
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl1-2/+2
2018-11-01Tweak stack protector checkKacper Kasper1-2/+2
2018-10-31Re-introduce the functionality to look for multiple iOS SDK versionsTor Lillqvist1-9/+3
2018-10-31Current iOS SDK is 12.1Tor Lillqvist1-1/+1
2018-10-29Add check for en_US.utf8 localeMike Kaganski1-0/+8
2018-10-22tdf#120176 - Text appears as white on first launchheiko tietze1-1/+1
2018-10-22bump product version to 6.2.0.0.alpha1+Christian Lohmaier1-1/+1
2018-10-20Upgrade to ICU 63.1Eike Rathke1-1/+1
2018-10-09make --enable-kde5 imply --enable-qt5Rene Engelhard1-6/+12
2018-10-03tdf#72987 run firebird test for little endian only for nowRene Engelhard1-0/+7
2018-09-27Do build cppunit for iOS, tooTor Lillqvist1-1/+1
2018-09-19iOS SDK 12.0 is the current nowTor Lillqvist1-2/+2
2018-09-18Mention macOS SDK 10.14 also in the error messagesTor Lillqvist1-3/+3
2018-09-18macOS SDK 10.14 is outStephan Bergmann1-1/+10
2018-09-13Fix typosAndrea Gelmini1-1/+1
2018-09-13Improve the Windows SDK 10 ProductVersion-PathJuergen Funk1-10/+11
2018-09-12No more use of MACOSX_SDK_VERSION outside configure.acStephan Bergmann1-1/+0
2018-09-12Support for building with macOS SDK < 10.12 is long goneStephan Bergmann1-9/+0
2018-09-12Use only exact --with-macosx-sdk=..., if explicitly requestedStephan Bergmann1-2/+2
2018-09-12Make sure MSVC actually warns/errors on unknown attributeStephan Bergmann1-1/+1
2018-09-11Fix --with-macosx-version-min/max consistency check messageStephan Bergmann1-3/+1
2018-09-11Use [[fallthrough]] also with MSVCStephan Bergmann1-0/+35
2018-09-11Consolidate C++11 checks for MSVC and GCC/ClangStephan Bergmann1-10/+6
2018-09-11Better check for MSVCStephan Bergmann1-1/+1
2018-09-11Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann1-0/+27