236 Commits (master)

Author SHA1 Message Date
KO Myung-Hun b191b8e017 vlc_fixups.h: define in6addr_loopback and IN6ADDR_LOOPBACK_INIT on OS/2 7 months ago
Alexandre Janniaux 6950a5cd1f vlc_fixups: protect sincos against macro substitution 1 year ago
Steve Lhomme 8a76075f96 vlc_fixup: only fix the bogus getpid detection if it was detected 2 years ago
Steve Lhomme 73c858ddc1 vlc_fixups: remove old IN6_IS_ADDR_MULTICAST hack 2 years ago
Steve Lhomme 3502c02a1d vlc_fixups: only define TIME_UTC if it's not defined 2 years ago
Steve Lhomme 3e56bf5f0e vlc_fixup: include processthreadsapi to get GetCurrentProcessId() on Windows 3 years ago
Steve Lhomme 5348fe9fc0 vlc_fixups: fix bogus HAVE_GETPID detection in UWP 3 years ago
Steve Lhomme 1b834066f3 vlc_fixups: don't include system headers with forced extern "C" 3 years ago
Steve Lhomme ea197ba0dd vlc_fixups: don't force __STDC_*_MACROS on mingw-w64 3 years ago
Steve Lhomme d91e21aec0 compat: always use _aligned_malloc/_aligned_free on Windows 3 years ago
KO Myung-Hun c4a656a7b0 vlc_fixups: define IN6ADDR_ANY_INIT on OS/2 3 years ago
KO Myung-Hun 3fb02c602d vlc_fixups: define static_assert on OS/2 3 years ago
KO Myung-Hun 4baa00c9d7 vlc_fixups: include sys/socket.h on OS/2 LIBCn 3 years ago
Steve Lhomme e09c4f9039 fixups: force _CRT_DECLARE_NONSTDC_NAMES when compiling for Xbox 3 years ago
Steve Lhomme e58ce9d447 vlc_fixups: define C/POSIX features when_CRT_DECLARE_NONSTDC_NAMES is not set 3 years ago
Steve Lhomme e3f623c019 vlc_fixups: turn MSVC CPU defines into GCC CPU defines 4 years ago
Steve Lhomme 6946b06a17 vlc_fixups: do warn about "deprecated" ANSI calls on Windows GDK 4 years ago
Steve Lhomme a6c3cff1d2 vlc_fixups: don't for disable warnings if the user already did it 4 years ago
Steve Lhomme 10a66f8a77 win32: do not use __declspec(restrict) with the Windows SDK 4 years ago
Steve Lhomme 42ad59744f vlc_fixups: fix warning when setting Windows defines 4 years ago
Steve Lhomme 9d840d906f vlc_fixups: use the default defines for S_ISDIR/S_ISREG 4 years ago
Steve Lhomme 6be0e8af6b configure: remove static_assert check 4 years ago
Steve Lhomme 9c863ef17d vlc_fixups: add some fixups for the official Windows SDK 4 years ago
Steve Lhomme 3ee6797346 win32: define _USE_MATH_DEFINES 4 years ago
Steve Lhomme 0dfe633943 win32: define NOMINMAX to avoid having min & max macros 4 years ago
Steve Lhomme 6a46f1152d compat: define tfind family of functions regardless of the search.h status 4 years ago
Steve Lhomme 33dc4d1354 vlc_fixups.h: remove unused structure and enums 4 years ago
Steve Lhomme 7c43bcba27 access/dtv: move the lfind() Windows hack in the module 4 years ago
KO Myung-Hun 3431ed42f8 vlc_fixups: define INET6_ADDRSTRLEN on OS/2 4 years ago
Thomas Guillem d5e1dd706c vlc_fixups: don't declare swab() on Android NDK25 4 years ago
Alexandre Janniaux 94386bab75 vlc_fixups: fix ssize_t not being defined 4 years ago
Steve Lhomme 6642dc1c10 vlc_fixup: don't define the proper lfind for win64 4 years ago
Rémi Denis-Courmont a29ba2f99a compat: add writev() replacement 4 years ago
Rémi Denis-Courmont 488162f210 compat: add readv() replacement 4 years ago
Alexandre Janniaux bd8f233b0c vlc_fixup: fix usage of typeof from C++ 4 years ago
Rémi Denis-Courmont ea93bcb8d3 compat: Linux getauxval() replacement 5 years ago
Mehdi Sabwat 2d6897fd01 compat: remove deprecated platform 6 years ago
Mehdi Sabwat 77551ed8e1 vlc_fixups.h: add missing header for clock_nanosleep 5 years ago
Mehdi Sabwat 3f3296b03f compat: make clock_nanosleep usable by other OSes 5 years ago
Steve Lhomme 7e2763d088 win32: remove unused vlc_win32_tmpfile 6 years ago
Marvin Scholz 0e3775e3ff include: wrap more compat functions in extern C block 6 years ago
Alexandre Janniaux e1c1eac150 compat: tfind: fix prototype 6 years ago
Steve Lhomme 424e8991d3 configure: check if if_nametoindex is available on Windows 6 years ago
Marvin Scholz 9999b4f54c compat: add clock_getres for darwin 6 years ago
Marvin Scholz 97fe588cbc compat: add clock_nanosleep for darwin 6 years ago
Marvin Scholz f3f02e4ce8 compat: add clock_gettime for darwin 7 years ago
Rémi Denis-Courmont cd80b6ab72 compat: restore posix_memalign() 7 years ago
Steve Lhomme 21d8e8c917 vlc_fixup: remap win64 lfind as it expects a unsigned* where we get a size_t* 7 years ago
Thomas Guillem b3eaf5a239 compat: remove qsort_r 8 years ago
Rémi Denis-Courmont 5ffb9dfe0e compat: replace qsort_r() where missing 8 years ago