Xiph.org - flac.git/summary

Flac git repository

http://git.xiph.org/?p=flac.git;a=summary

Les articles publiés sur le site

  • Do not assume that sys/param.h defines MIN and MAX

    5 août 2019, par sezero
    Do not assume that sys/param.h defines MIN and MAX
    
    One such example is sys/param.h from MinGW.
    
    • [DH] src/libFLAC/include/private/macros.h
  • doc : Remove xhtml validator links.

    31 juillet 2019, par Fabian Greffrath
    doc: Remove xhtml validator links.
    
    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>
    
    • [DH] doc/html/changelog.html
    • [DH] doc/html/developers.html
    • [DH] doc/html/documentation.html
    • [DH] doc/html/documentation_bugs.html
    • [DH] doc/html/documentation_example_code.html
    • [DH] doc/html/documentation_format_overview.html
    • [DH] doc/html/documentation_tools.html
    • [DH] doc/html/documentation_tools_flac.html
    • [DH] doc/html/documentation_tools_metaflac.html
    • [DH] doc/html/faq.html
    • [DH] doc/html/features.html
    • [DH] doc/html/format.html
    • [DH] doc/html/id.html
    • [DH] doc/html/index.html
    • [DH] doc/html/license.html
    • [DH] doc/html/ogg_mapping.html
  • doc : Use empty-element tag.

    30 juillet 2019, par Ralph Giles
    doc: Use empty-element <hr/> tag.
    
    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.
    
    • [DH] doc/doxygen.footer.html
  • .travis.yml : Generate and validate html documentation.

    30 juillet 2019, par Ralph Giles
    .travis.yml: Generate and validate html documentation.
    
    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.
    
    • [DH] .travis.yml
  • Add -lrt for all operating systems for clock_gettime

    16 juillet 2019, par Dagobert Michelsen
    Add -lrt for all operating systems for clock_gettime
    
    • [DH] configure.ac