Xiph.org - flac.git/summary

Flac git repository

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

Les articles publiés sur le site

  • flac : Fix inlining failure warning

    4 juillet 2015, par Erik de Castro Lopo
    flac: Fix inlining failure warning
    
    Also remove related, but old and irrelevant comment.
    
    • [DH] src/flac/main.c
  • grabbag : Replace strncpy with safe_strncpy

    4 juillet 2015, par Erik de Castro Lopo
    grabbag: Replace strncpy with safe_strncpy
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/share/grabbag/picture.c
  • configure.ac : Pass -fno-inline-small-functions when using GCC 4.7

    8 juin 2015, par Mario Sanchez Prada
    configure.ac : Pass -fno-inline-small-functions when using GCC 4.7
    
    For some reason, the build fails when using GCC 4.7 due to the implicit
    -finline-functions option passed to the compiler when -O3 is enabled,
    which does not happen in newer versions of GCC, probably due to some of
    the "General Optimizer Improvements" included in 4.8 (see [1]).
    
    Fortunately, we don't need to disable -finline-functions completely but
    just do it for "small functions", which is what this patch does.
    
    [1] https://gcc.gnu.org/gcc-4.8/changes.html
    
    Closes: https://sourceforge.net/p/flac/bugs/429/
    Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
    
    • [DH] configure.ac
  • Remove old incorrect comment

    25 avril 2015, par Erik de Castro Lopo
    Remove old incorrect comment
    
    As discussed on the flac-dev mailing list.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/libFLAC/stream_decoder.c
  • configure : Only use -mstackrealign on i686 for mingw32/os2

    11 avril 2015, par Tristan Matthews
    configure: Only use -mstackrealign on i686 for mingw32/os2
    
    Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
    
    • [DH] configure.ac