166 Commits (8d56d19c50ffbc4f49db4f36070e9edfefd669b6)

Author SHA1 Message Date
Steve Lhomme d91e21aec0 compat: always use _aligned_malloc/_aligned_free on Windows 3 years ago
Steve Lhomme f3da50cde9 windows: use inline functions to redirect POSIX file API 3 years ago
Steve Lhomme 105babe317 windows: use the native read/write/etc calls 3 years ago
Steve Lhomme cedea4d018 configure: don't the check presence of stricmp 3 years ago
Steve Lhomme 6946b06a17 vlc_fixups: do warn about "deprecated" ANSI calls on Windows GDK 3 years ago
Steve Lhomme a81b06bf92 realpath: use the proper type returned by MultiByteToWideChar() 3 years ago
Romain Vimont a632b0dfe2 compat: fix jrand48() 3 years ago
Steve Lhomme 571cda1958 localtime_r: don't set errno on success 3 years ago
Steve Lhomme 6f240f6cdd compat: implement windows specific gmtime_r 3 years ago
Steve Lhomme 86611b340b win32: provide a dirent.h when compiling with the Windows SDK 3 years ago
Steve Lhomme 9f36f8d72c win32: provide a unistd.h when compiling with the Windows SDK 3 years ago
Steve Lhomme 6a46f1152d compat: define tfind family of functions regardless of the search.h status 3 years ago
Marvin Scholz d5f07af209 meson: add initial meson build system 7 years ago
Steve Lhomme e12783288c compat: update tdelete/tfind/tsearch/twalk from NetBSD sources 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
Steve Lhomme 4e6f2c60a3 inet_pton: don't redefine EAFNOSUPPORT for Win32 4 years ago
Steve Lhomme ddcc2cdcff compat: add missing errno on Winsock errors 4 years ago
Rémi Denis-Courmont ea93bcb8d3 compat: Linux getauxval() replacement 4 years ago
Mehdi Sabwat 2d6897fd01 compat: remove deprecated platform 6 years ago
Mehdi Sabwat 3f3296b03f compat: make clock_nanosleep usable by other OSes 5 years ago
Mehdi Sabwat d4b029ee5f compat: remove NSEC_PER_SEC in clock_nanosleep 5 years ago
Hugo Beauzée-Luyssen 86cb8efc29 compat: tfind: Don't use K&R prototypes 5 years ago
Lyndon Brown 77431823c3 compat: gitignore test binaries 6 years ago
Alexandre Janniaux e1c1eac150 compat: tfind: fix prototype 6 years ago
Marvin Scholz be62319887 compat: add test for clock_nanosleep on darwin 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 6 years ago
Alexandre Janniaux a2e2cf0ab0 compat: lfind: fix warnings 6 years ago
Rémi Denis-Courmont cc129a71d7 Remove old mail address from sources 7 years ago
Rémi Denis-Courmont 778b577bec compat: provide dummy.c, simplify Makefile 7 years ago
Rémi Denis-Courmont 07e3b65d24 compat: test heap allocation replacements 7 years ago
Rémi Denis-Courmont cd80b6ab72 compat: restore posix_memalign() 7 years ago
Rémi Denis-Courmont 577ba74815 compat: fix default aligned_alloc() 7 years ago
Rémi Denis-Courmont fa48f95c85 compat: missing #include, fix warning 7 years ago
Thomas Guillem b3eaf5a239 compat: remove qsort_r 7 years ago
Rémi Denis-Courmont 5ffb9dfe0e compat: replace qsort_r() where missing 7 years ago
Victorien Le Couviour--Tuffet cf9bd77c67 compat: add lfind 8 years ago
Rémi Denis-Courmont 893432c251 strlcpy: simplify 8 years ago
Steve Lhomme f0a7bc050f compat: provide a win32 specific version of timespec_get 8 years ago
Steve Lhomme 83797ed765 compat: use proper check for the sys/uio.h availability 8 years ago
Steve Lhomme 333ed248b9 use the proper check for sys/socket.h availability 8 years ago
Kamil Rytarowski b6968b7d36 Link libcompat with a library with math functions 8 years ago
Rémi Denis-Courmont 833d3e8f91 compat: remove no longer used ffsll() 8 years ago
Rémi Denis-Courmont 5051dc1729 compat: remove shadowing variable 8 years ago
Thomas Guillem 3e0d833a3f compat: poll: work around event loss on WIN32 8 years ago
Rémi Denis-Courmont 320938b4bf compat: add tdestroy() 8 years ago
Etienne BRATEAU ab0d479659 compat Properly check if NativeClient 9 years ago
Steve Lhomme c3a3afd3e3 core: add aligned_free to match the aligned_alloc used in the code 9 years ago