summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* bump product version to 5.2.0.1Christian Lohmaier2016-06-221-1/+1
* tdf#100455 check for minimal dconf versionDavid Tardon2016-06-211-1/+1
* bump product vesion to 5.2.0.0.beta2+Christian Lohmaier2016-06-071-1/+1
* fix configure typoJochen Nitschke2016-05-261-1/+1
* bump product version to 5.2.0.0.beta1+Christian Lohmaier2016-05-261-1/+1
* Add option to enable HarfBuzz support independent of platformAkash Jain2016-05-241-1/+7
* KDE4 cflags no /usr/include usage to fix build failure with gcc6Rene Engelhard2016-05-241-1/+7
* add build system part for upload crashreport symbolsMarkus Mohrhard2016-05-241-0/+17
* Update mdds to 1.2.0. Note that the API version is also up.Kohei Yoshida2016-05-131-2/+2
* Fix linking of 64 bit artifacts in 32 bit Windows build with VS2015Tomofumi Yagi2016-05-051-12/+18
* Fix typosAndrea Gelmini2016-04-301-1/+1
* Use COMPILER_PLUGINS_CXX during configureStephan Bergmann2016-04-281-1/+1
* bump product version to 5.2.0.0.alpha1+Christian Lohmaier2016-04-211-1/+1
* cleanup AS_HELP_STRING in configure.acKorrawit Pruegsanusak2016-04-201-138/+57
* test pre 1.4.0 hunspellCaolán McNamara2016-04-151-2/+2
* upgrade to ICU 57Eike Rathke2016-04-131-1/+1
* headless build: reset ENABLE_GLTF and use that setting as beforeOliver Specht2016-04-051-1/+1
* Typo in HAVE_BROKEN_STATIC_INITILIZER_LISTStephan Bergmann2016-03-311-1/+1
* Accept iOS SDK 9.3 (and let's forget 8.x)Tor Lillqvist2016-03-301-3/+3
* configure: put back lines erroneously deleted by 96c1ae1Michael Stahl2016-03-291-0/+2
* fix headless buildOliver Specht2016-03-251-10/+9
* tdf#93236 Revert "support fast MM printing in...Jan-Marek Glogowski2016-03-241-2/+1
* Explicitly check for libGL before buildingKorrawit Pruegsanusak2016-03-221-0/+1
* add HAVE_FEATURE_ATL to disable failing tests due to ATLMayank Gupta2016-03-221-0/+1
* autogen.sh probably should search UCRT for yet another location tooTomofumi Yagi2016-03-181-0/+20
* clang and ccache do not play nice if CCACHE_CCP2=YES is not setNorbert Thiebaud2016-03-171-2/+7
* Fix .NET detection on 32bit platformDavid Ostrovsky2016-03-121-2/+6
* Revert "Add --with-prebuilt-openssl"Tor Lillqvist2016-03-091-9/+0
* detect Boost.FilesystemDavid Tardon2016-03-081-0/+1
* Update liborcus to 0.11.0.Kohei Yoshida2016-03-081-1/+1
* Make detection of HAVE_CXX14_CONSTEXPR work with "selective debugging"Stephan Bergmann2016-03-071-5/+0
* clang-cl: Enable more warnings etc. (like in the Clang/GCC case)Stephan Bergmann2016-03-041-1/+1
* Fix java home detection on gentooWol2016-03-031-1/+6
* .NET detection: Don't try to add not existing pathDavid Ostrovsky2016-03-031-1/+4
* configure: try to make --without-x less confusingMichael Stahl2016-03-021-1/+12
* New COMPILER_PLUGINS_CXX to specify compiler to build Clang plugins withStephan Bergmann2016-02-261-0/+1
* These version checks are about the Clang the plugins are built /against/Stephan Bergmann2016-02-261-0/+1
* Use config_cxxabi.h to check for __*class_type_infoStephan Bergmann2016-02-261-0/+48
* Assume HAVE_THREADSAFE_STATICS=TRUE for Clang with -stdlib=libc++Stephan Bergmann2016-02-261-1/+3
* Use config_cxxabi.h to check for __cxa_eh_globals, __cxa_exceptionStephan Bergmann2016-02-261-0/+24
* cxxabi.h is not specific to GCCStephan Bergmann2016-02-261-4/+4
* include breakpad into the buildMarkus Mohrhard2016-02-221-0/+20
* add officeotron version checkMarkus Mohrhard2016-02-221-0/+4
* Fix UCRT detectionDavid Ostrovsky2016-02-211-4/+5
* wget: don't break on CentOS6 baselineThorsten Behrens2016-02-201-3/+3
* always support packagekit if dbus is enabledCaolán McNamara2016-02-191-21/+1
* move dbus config into its own config headerCaolán McNamara2016-02-191-0/+2
* move gio config into its own separate config headerCaolán McNamara2016-02-191-0/+1
* move from boost::signal to typed LinkCaolán McNamara2016-02-181-5/+0
* Move AC_PROG_CC earlier so workaround against polluting CFLAGS actually worksStephan Bergmann2016-02-181-8/+10