- Aug 04, 2019
-
-
Fix "privacy-breach-w3c-valid-html" lintian error. Don't ping an external site when loading documentation pages since this can be used to track user activity. These links are also broken, since they depend on the referer header, which browsers no longer send to insecure pages for similar privacy reasons. That aspect could be addressed by using https urls for the validator site. Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
Improve the conformance of the xhtml generated by doxygen by using the self-closing <hr/> tag in the custom footer. Without this, xmllint complains about </body> and </html> end tags inside the still-only <hr>. That syntax is allowed in html but not xml.
-
Install Doxygen when running on the linux environment to test generation of the API documentation. Run the included static html documentation as well as the generated API documentation through xmllint to verify it conforms to the declared DTD. Since this this will be very slow or fail relying on network resources, also install the w3c-sgml library so the xhtml1 DTDs are available locally. We're checking the source files, not build results in the particular environment, so it's fine to run this check on only a subset of builds. Don't validate on CMake builds since they're not currently generating API documentation even when Doxygen is available.
- Jul 16, 2019
-
-
- Jul 15, 2019
-
-
Erik de Castro Lopo authored
Patch-from: Janne Hyvärinen
-
- Jul 14, 2019
-
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
The metadata test checked for specific lengths which change from 5 bytes for something like "1.3.2" to 9 bytes for something like "1.3.3pre1".
-
- Jun 01, 2019
-
-
Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted.
-
- May 31, 2019
-
-
- May 28, 2019
-
-
- May 11, 2019
-
-
Rename flac application target to flacapp to avoid name collision with FLAC library target. Closes #101.
-
- May 04, 2019
-
-
-
-
-
-
-
-
-
-
-
-
-
* Add CMake builds with ENABLE_64_BIT_WORDS enabled\disabled * Run tests in parallel jobs * Use Xenial Travis image to support CMake >= 3.12 * Install libtool-bin package missing in Xenial image
-
Accidently found this missing dependency
-
-
-
-
-
-
-
- Mar 07, 2019
-
-
These SSE4.1 functions are not always faster than their MMX ASM counterparts, so let's use ASM functions if they're available.
-
-
- Feb 01, 2019
-
-
If the user specifies `--no-error-on-compression-fail`, there is no need to treat compression failure as an error. Hence, the failure message should be suppressed along with the non-zero exit code (which already is suppressed).
-
- Sep 19, 2018
-
-
- Sep 02, 2018
-
-
- Aug 25, 2018
-
-
- Aug 20, 2018
-
-
Add a POWER8 and POWER9 version of the autocorrelation functions. flac --best is about 3.3x faster on POWER9 with this patch. Signed-off-by:
Anton Blanchard <anton@ozlabs.org>
-
Use getauxval() to determine if we are on POWER8 or POWER9 or newer. POWER8 is represented by version 2.07 and POWER9 by version 3.00. Signed-off-by:
Anton Blanchard <anton@ozlabs.org>
-