summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* bump to 2.15Marti Maria2023-02-171-2/+2
| | | | Change autoconf version to 2.15
* m4: sync autoconf-archive (ax_*) macros with upstreamSam James2022-11-031-2/+2
| | | | | | | | - Update the various ax_* macros (which originate from autoconf-archive) - Switch from acx_pthread.m4 -> ax_pthread.m4 Fixes: https://github.com/mm2/Little-CMS/issues/339 Signed-off-by: Sam James <sam@gentoo.org>
* configure.ac: fix configure tests broken with Clang 15 (-Wimplicit-int)Sam James2022-09-121-1/+1
| | | | | | | | | | | | Clang 15 makes -Wimplicit-int an error by default. Before this fix, configure would think SSE2 support is not present when it is: ``` checking whether compiler supports SSE2... no ``` Signed-off-by: Sam James <sam@gentoo.org>
* Bump to 2.14, fix strict aliasing warningsMarti Maria2022-07-021-2/+2
| | | | | | Set autotools version to 2.14 Fix a warning on strict aliasing (likely to be a gcc bug) Fix a c++ compilation error
* update configure to new pluginMarti Maria2022-06-051-2/+18
| | | | automate make check on threaded plugin
* fix autotools files for threaded pluginMarti Maria2022-06-051-0/+4
| | | | tune up linux support
* remove bashisismMarti Maria2022-02-111-2/+1
| | | | Get rid of == on test, which is a bash extension
* Fix extra whitespace in configureMarti Maria2022-02-111-1/+1
| | | | Thanks to @whitslack to pointing out this
* version bump in configureMarti Maria2022-01-051-2/+2
| | | | configure.ac version to 2.13
* Prefer to use gmtime_s insteadKleis Auke Wolthuizen2021-07-141-2/+15
| | | | | | | | | MinGW-w64 defines _gmtime64_s on both i686 and x86_64 targets. Prefer to use the gmtime_s macro to avoid that _gmtime64_s is being called on Windows 32-bit, which will not work. This commit also generally ensures that a threadsafe alternative is provided for toolchains targeting Windows i686.
* Remove all autotools filesmm22021-06-241-0/+1
|
* add conftest for compiler support for SSE2Paul Mulders2021-06-201-0/+13
|
* Ensure threadsafe alternative of gmtime is usedKleis Auke Wolthuizen2021-06-041-0/+3
|
* configure.ac: fix --without-fastfloatFabrice Fontaine2021-03-151-2/+5
| | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* hopefully, fix the plugin compilationmm22020-11-021-7/+6
| | | | use AM_CONDITIONAL
* First try for fast float plugin automakemm22020-11-021-23/+7
| | | | | | Early 2.12 alpha includes dynamic linking with fast float plugin Next steps in removing generated files from repository
* fast_float autoconf/automake buildGlenn Butcher2020-11-011-0/+22
|
* fix dist and distcheck targetsmm22020-09-291-1/+1
|
* bump tp 2.11Marti Maria2020-06-151-1/+1
| | | | Bump to 2.11
* Minor fixesMarti Maria2020-05-201-2/+2
| | | | | Fix an historical bug, which is harmless Remove a warning in testbed
* Release of fast floating point plug-in to open sourceMarti Maria2020-04-231-2/+2
| | | | | Release of fast floating point plug-in to open source. This plug-in greatly increments the throughput in some situations. It is released under GPL3, which is different from the core library, released under MIT.
* Fix header compilation error on mingw64 and libjpeg-turbokmilos2020-04-101-1/+1
|
* Revert "Update autotools"Marti Maria2020-04-051-2/+2
| | | | This reverts commit 08fe5c96ed4089b21fa6e6b6248a54a5a4396cb4.
* Update autotoolsMarti Maria2020-04-011-2/+2
| | | | Update configure script to 2.10
* Revert "revert "-fvisibility=hidden""Thomas Weber2017-10-211-0/+9
| | | | | | | This reverts commit 4ce2fee79c35465b9f182a2e55b7b703a5e60594. Further work on the ax_gcc_func_attribute.m4 will allow this to work on OSX.
* revert "-fvisibility=hidden"Marti Maria2017-10-061-9/+0
| | | | It does not work on OSX
* update autotools configureMarti Maria2017-09-261-1/+1
|
* Add "-fvisibility=hidden" to CFLAGS, if supported by compilerThomas Weber2017-02-021-0/+5
|
* Check availibility of 'visibility' function attribute in compilerThomas Weber2017-02-021-0/+4
| | | | Supported by at least GCC and Clang
* Fix some typos (found by codespell)Stefan Weil2016-05-111-1/+1
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Upgrade to modern autotoolsMarti2015-11-151-2/+2
| | | | Tested on a mac. Partial work to 2.8 release
* Big drop sponsorized by AlienSkin SoftwareMarti Maria2015-06-181-1/+1
|
* more 2.7 changesMarti Maria2014-12-181-2/+2
|
* Added pthread dependency, and multithreading supportMarti Maria2014-02-161-42/+97
|
* First attempt to pthread integrationMarti Maria2014-02-141-1/+10
|
* Merge from Artifex branchlcms2.6rc0Marti Maria2014-02-121-12/+36
|
* Fixed configure for 2.5lcms2.5rc1Marti Maria2013-05-291-1/+1
|
* Update to 2.5Marti Maria2013-05-291-1/+1
|
* Trimmed filesMarti Maria2012-07-021-2/+2
|
* Version 2.3, rc 1lcms2.3rc1Marti Maria2011-10-241-2/+2
|
* 2.2 release candidate 0lcms2.2rc0Marti Maria2011-05-231-2/+2
|
* Moved AC_CANONICAL_SYSTEM to AC_CANONICAL_HOSTMarti Maria2011-04-041-1/+1
|
* 2.1 version bumpMarti Maria2010-11-031-2/+2
|
* Fixed gray workflows. Fixed 'include' distribution.Marti Maria2010-02-141-0/+1
|
* initial commitMarti Maria2010-02-081-0/+284