summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* [libpng16] Bump version to 1.6.3beta02v1.6.3beta01Glenn Randers-Pehrson2013-04-251-2/+2
|
* [libpng16] Ensure that NEON filter stuff is completely disabled when switchedJohn Bowler2013-04-251-9/+27
| | | | | 'off'. Previously the ARM NEON specific files were still built if the option was switched 'off' as opposed to being explicitly disabled.
* [libpng16] Revised stack marking in arm/filter_neon.S and configure.ac.Glenn Randers-Pehrson2013-04-251-5/+0
|
* [libpng16] Bump version to 1.6.3beta01Glenn Randers-Pehrson2013-04-251-3/+3
|
* [libpng16] Imported from libpng-1.6.2.tarv1.6.2libpng-1.6.2-signedGlenn Randers-Pehrson2013-04-251-2/+2
|
* [libpng16] Imported from libpng-1.6.2rc06.tarv1.6.2rc06Glenn Randers-Pehrson2013-04-231-3/+3
|
* [libpng16] Bump version to 1.6.2rc03Glenn Randers-Pehrson2013-04-231-7/+9
|
* [libpng16] Imported from libpng-1.6.2rc05.tarv1.6.2rc05Glenn Randers-Pehrson2013-04-231-8/+2
|
* [libpng16] Ensure that NEON filter stuff is completely disabled whenJohn Bowler2013-04-231-2/+5
| | | | | switched 'off'. Previously the ARM NEON specific files were still built if the option was switched 'off' as opposed to being explicitly disabled.
* [libpng16] Imported from libpng-1.6.2rc04.tarv1.6.2rc04Glenn Randers-Pehrson2013-04-221-2/+8
|
* [libpng16] Revised stack marking in arm/filter_neon.SGlenn Randers-Pehrson2013-04-221-5/+0
|
* [libpng16] Bump version to 1.6.2rc03Glenn Randers-Pehrson2013-04-191-2/+2
|
* [libpng16] Imported from libpng-1.6.2rc02.tarv1.6.2rc02Glenn Randers-Pehrson2013-04-181-2/+2
|
* [libpng16] Imported from libpng-1.6.2rc01.tarv1.6.2rc01Glenn Randers-Pehrson2013-04-181-2/+2
|
* [libpng16] Imported from libpng-1.6.2beta02.tarv1.6.2beta02Glenn Randers-Pehrson2013-04-131-2/+2
|
* [libpng16] Bump version to 1.6.2beta01Glenn Randers-Pehrson2013-03-291-3/+3
|
* [libpng16] Imported from libpng-1.6.1.tarv1.6.1Glenn Randers-Pehrson2013-03-271-2/+2
|
* [libpng16] Imported from libpng-1.6.1rc01.tarv1.6.1rc01Glenn Randers-Pehrson2013-03-211-2/+2
|
* [libpng16] Bump version to 1.6.1beta10Glenn Randers-Pehrson2013-03-131-2/+2
|
* [libpng16] Bump version to 1.6.1beta09Glenn Randers-Pehrson2013-03-071-2/+2
|
* [libpng16] Bump version to 1.6.1beta08Glenn Randers-Pehrson2013-03-061-2/+2
|
* [libpng16] Bump version to 1.6.1beta07Glenn Randers-Pehrson2013-03-041-2/+2
|
* [libpng16] Corrected Android builds and corrected libpng.vers with symbolJohn Bowler2013-03-041-12/+21
| | | | | | | | | | prefixing This adds an API to set optimization options externally, providing an alternative and general solution for the non-portable run-time tests used by the ARM Neon code. It also makes those tests compile and link on Android. The order of settings vs options in pnglibconf.h is reversed to allow settings to depend on options and options can now set (or override) the defaults for settings.
* [libpng16] Bump version to 1.6.1beta06Glenn Randers-Pehrson2013-03-021-2/+2
|
* [libpng16] Bump version to 1.6.1beta05Glenn Randers-Pehrson2013-03-021-39/+40
|
* [libpng16] Imported from libpng-1.6.0beta05.tarv1.6.1beta05Glenn Randers-Pehrson2013-03-011-40/+39
|
* [libpng16] Bump version to 1.6.1beta05Glenn Randers-Pehrson2013-02-271-2/+2
|
* [libpng16] Bump version to 1.6.1beta04Glenn Randers-Pehrson2013-02-221-2/+2
|
* [libpng16] Allow run-time ARM NEON checking to be disabled. A new configureJohn Bowler2013-02-181-4/+9
| | | | | | | | | option: --enable-arm-neon=always will stop the run-time checks. New checks within arm/arm_init.c will cause the code not to be compiled unless __ARM_NEON__ is set. This should make it fail safe (if someone asks for it on then the build will fail if it can't be done.) Fixed ALIGNED_MEMORY support.
* [libpng16] Bump version to 1.6.1beta03Glenn Randers-Pehrson2013-02-181-2/+2
|
* [libpng16] Bump version to 1.6.1beta02Glenn Randers-Pehrson2013-02-161-2/+2
|
* [libpng16] Enabled parallel tests - back ported from libpng-1.7.John Bowler2013-02-161-3/+5
|
* [libpng16] Removed cc -E workround, corrected png_get_palette_max API Tested ↵John Bowler2013-02-151-24/+15
| | | | | | | | on SUN OS cc 5.9, which demonstrates the tokenization problem previously avoided by using /lib/cpp. Since all .dfn output is now protected in double quotes unless it is to be macro substituted the fix should work everywhere.
* [libpng16] Bump version to 1.6.1beta01Glenn Randers-Pehrson2013-02-131-3/+3
|
* [libpng16] Imported from libpng-1.6.0.tarv1.6.0Glenn Randers-Pehrson2013-02-131-2/+2
|
* [libpng16] Bump version to 1.6.0rc09v1.6.0rc08Glenn Randers-Pehrson2013-02-101-2/+2
|
* [libpng16] Bump version to 1.6.0rc08Glenn Randers-Pehrson2013-02-101-2/+2
|
* [libpng16] Bump version to 1.6.0rc07Glenn Randers-Pehrson2013-02-091-2/+2
|
* [libpng16] Bump version to 1.6.0rc06Glenn Randers-Pehrson2013-02-081-2/+2
|
* [libpng16] Bump version to 1.6.0rc05Glenn Randers-Pehrson2013-02-061-2/+2
|
* [libpng16] Turn serial tests back on (recently turned off by autotools upgrade).John Bowler2013-02-061-1/+1
|
* [libpng16] Bump version to 1.6.0rc04Glenn Randers-Pehrson2013-02-051-2/+2
|
* [libpng16] Bump version to 1.6.0rc03Glenn Randers-Pehrson2013-02-041-2/+2
|
* [libpng16] Imported from libpng-1.6.0rc02.tarv1.6.0rc02Glenn Randers-Pehrson2013-02-041-2/+2
|
* [libpng16] Imported from libpng-1.6.0rc01.tarv1.6.0rc01Glenn Randers-Pehrson2013-01-261-2/+2
|
* [libpng16] Bump version to 1.6.0beta41Glenn Randers-Pehrson2013-01-201-2/+2
|
* [libpng16] Bump version to 1.6.0beta40Glenn Randers-Pehrson2013-01-191-2/+2
|
* [libpng16] Bump version to 1.6.0beta39Glenn Randers-Pehrson2013-01-171-2/+2
|
* [libpng16] Bump version to 1.6.0beta38Glenn Randers-Pehrson2013-01-101-2/+2
|
* [libpng16] Bump version to 1.6.0beta37Glenn Randers-Pehrson2013-01-011-2/+2
|