Les articles publiés sur le site
-
4 février 2016, par Erik de Castro Lopo
src/share/utf8/utf8.c: Windows API usage fixes
Patch-from: <lvqcl.mail@gmail.com>
- [DH] src/share/utf8/utf8.c
-
3 février 2016, par Dave Yeo
microbench: Add fallback to gettimeofday()
Some operating systems such as OS/2 don't have any of the CLOCK* API
functions so add gettimeofday() as a fallback.
Signed-off-by: Dave Yeo <dave.r.yeo@gmail.com>
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
- [DH] configure.ac
- [DH] microbench/util.c
-
3 février 2016, par Erik de Castro Lopo
Remove src/share/utf8/Makefile.am
This file was redundant.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] src/share/utf8/Makefile.am
-
1er février 2016, par Erik de Castro Lopo
win_utf8_io: Fix compile error
The function `set_filename_utf8` was defined as static, but the
prototype was missing `static`.
- [DH] src/share/win_utf8_io/win_utf8_io.c
-
1er février 2016, par Erik de Castro Lopo
test_streams: Use fopen instead of flac_fopen
test_streams doesn't create/open files with non-ascii filenames,
so there's no need in unicode support.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] FLAC-vs2005.sln
- [DH] src/test_streams/Makefile.am
- [DH] src/test_streams/Makefile.lite
- [DH] src/test_streams/main.c
- [DH] src/test_streams/test_streams.vcxproj