Ken Thomases
|
260832c5c8
|
configure: Add a check for libunwind.h.
|
2015-06-05 15:07:52 +09:00 |
Daniel Lehman
|
e89813fe3c
|
msvcr120: Add erf functions.
|
2015-05-29 16:16:21 +09:00 |
Ken Thomases
|
4655924568
|
configure: Add a check for sys/vnode.h.
|
2015-05-21 13:59:51 +09:00 |
Charles Davis
|
7ef720f184
|
msvcrt: Support 64-bit platforms that don't have finitef or isnanf.
|
2015-01-23 11:58:14 +01:00 |
Henri Verbeet
|
f5939399f0
|
wined3d: Use __builtin_clz() in wined3d_log2i() when available.
|
2014-12-10 13:40:47 +01:00 |
Martin Storsjo
|
547ba7a10b
|
msvcr120: Implement more C99 math functions.
|
2014-12-08 17:25:26 +01:00 |
André Hentschel
|
fa67586811
|
wpcap: Implement pcap_lib_version.
|
2014-08-07 17:53:12 +02:00 |
Alexandre Julliard
|
8d817997ce
|
configure: Add a check for sys/ucontext.h and include it where appropriate.
|
2014-07-23 19:06:58 +02:00 |
Alexandre Julliard
|
67f9b6e3c5
|
configure: Update FreeType configure checks for the changed headers location.
|
2013-11-30 11:55:26 +01:00 |
Francois Gouget
|
e4856dbb70
|
libport: Add an isfinite() implementation for Solaris.
|
2013-11-29 17:58:40 +01:00 |
Hans Leidekker
|
eaef76f041
|
netapi32: Add support for remote computers in NetServerGetInfo.
|
2013-11-12 12:58:04 +01:00 |
Huw Davies
|
0dff81f495
|
wsock32: Add a fallback for inet_network.
|
2013-10-15 14:28:21 +02:00 |
Huw Davies
|
2a32d5765a
|
server: Android has struct user in asm/user.h.
|
2013-09-24 18:58:24 +02:00 |
Huw Davies
|
96e32da5c9
|
dbghelp: Add a couple of structures that are missing from the Android ndk.
|
2013-09-23 20:32:21 +02:00 |
Huw Davies
|
21dc848378
|
iphlpapi: Add interface enumeration for Android.
|
2013-09-19 20:14:04 +02:00 |
Huw Davies
|
208eae73ae
|
iphlpapi: Add a version of get_dns_servers for Android.
|
2013-09-17 16:24:24 +02:00 |
Huw Davies
|
c7dd313d75
|
iphlpapi: Add a configure check for struct __res_state.
|
2013-09-17 16:23:42 +02:00 |
Huw Davies
|
2f25ddfd14
|
iphlpapi: Add support for ip6 dns addresses.
|
2013-09-13 14:19:36 +02:00 |
Alexandre Julliard
|
f21961cc14
|
ntdll: Add a configure check for the tcdrain function.
Also remove the tcgetattr check that is no longer used.
|
2013-09-05 13:18:21 +02:00 |
Francois Gouget
|
4f27b78fb4
|
iphlpapi: Check for proc_pidinfo() instead of assuming libproc.h always defines it.
This is needed on FreeBSD 8.1.
|
2013-09-04 14:42:58 +02:00 |
Charles Davis
|
3a2247f7d3
|
iphlpapi: Implement find_owning_pid() on FreeBSD.
|
2013-08-20 12:31:12 +02:00 |
Charles Davis
|
e3b9167335
|
iphlpapi: Implement find_owning_pid() for Mac OS.
|
2013-08-20 12:29:44 +02:00 |
Charles Davis
|
7fcb736d51
|
configure: Use a real header guard for config.h.
|
2013-08-15 17:20:07 +02:00 |
Hans Leidekker
|
d40c91262b
|
mscms: Port to liblcms2.
|
2013-07-29 14:27:52 +02:00 |
Francois Gouget
|
11fe51b61b
|
gphoto2.ds: Check for libgphoto2 and libgphoto2_port independently.
|
2013-05-06 11:39:43 +02:00 |
Alexandre Julliard
|
43ac582d7d
|
libport: Rename spawnvp to _spawnvp to avoid the deprecated name.
|
2013-04-09 15:26:10 +02:00 |
Jacek Caban
|
adb8c8615b
|
configure: Get rid of no longer needed OpenSSL checks.
|
2013-04-03 17:54:04 +02:00 |
Alexandre Julliard
|
25598513dc
|
ntdll: Use a monotonic time counter to implement NtQueryPerformanceCounter.
|
2013-01-28 15:39:37 +01:00 |
Damjan Jovanovic
|
8d4f636d54
|
qcap: Use libv4l1.h when available, instead of linux/videodev.h which is deprecated/obsolete.
|
2013-01-14 11:18:04 +01:00 |
Alexandre Julliard
|
61768c0775
|
configure: Get rid of the check for getpagesize.
|
2013-01-09 12:23:02 +01:00 |
Hans Leidekker
|
c019083240
|
kernel32: Implement SetFileValidData.
|
2012-12-04 14:42:28 +01:00 |
Charles Davis
|
5da1eaf213
|
ntdll: Add support for BSD-style creation ("birth") time.
|
2012-11-30 19:12:14 +01:00 |
Charles Davis
|
ed5e0a6e41
|
ntdll: Add support for nanosecond precision file times on *BSD.
|
2012-11-30 19:12:14 +01:00 |
Alexandre Julliard
|
e40b2a1b07
|
configure: Remove checks for OpenGL headers that are no longer used.
|
2012-11-08 15:37:38 +01:00 |
Alexandre Julliard
|
551077ab73
|
configure: Check for getopt_long_only instead of getopt_long.
Some platforms have the latter but not the former.
|
2012-11-08 10:57:09 +01:00 |
Erich Hoover
|
5c95bec847
|
ntdll: Implement nanosecond precision file time storage.
|
2012-10-30 18:08:11 +01:00 |
Alexandre Julliard
|
85b34be52f
|
Revert "winex11: Remove some leftover X Shm code."
This reverts commit 515329d58c .
We'll want to use XShm again for window surfaces.
|
2012-10-03 15:30:48 +02:00 |
Erich Hoover
|
57019615b5
|
ws2_32: Permit broadcast packets on interface-bound sockets for systems with IP_UNICAST_IF and SO_ATTACH_FILTER.
|
2012-10-02 15:05:20 +02:00 |
Adrian Bunk
|
9d5c178b24
|
server: Use waitpid() instead of wait4().
|
2012-09-24 22:27:30 +02:00 |
Jan Beich
|
83bac4113c
|
ntdll: Fetch thread id on NetBSD.
|
2012-08-17 10:47:22 +02:00 |
Jan Beich
|
fa4e97f454
|
ntdll: Prefer a portable function to get thread id.
|
2012-08-17 10:47:03 +02:00 |
Alexandre Julliard
|
35eef16ba7
|
gdi32: Support OpenGL in bitmaps through libOSMesa.
|
2012-07-27 17:05:16 +02:00 |
Henri Verbeet
|
cf6f8d2eb5
|
winex11: Add support for XRandR 1.2.
|
2012-07-16 14:25:42 +02:00 |
André Hentschel
|
bc99d86729
|
iphlpapi: Check for struct icmpstat (for NetBSD).
|
2012-06-07 22:00:12 +02:00 |
André Hentschel
|
20dbe91212
|
iphlpapi: Check for struct udpstat (for NetBSD).
|
2012-06-07 21:59:28 +02:00 |
André Hentschel
|
54a9c0fc60
|
ntdll: Add a helper function that returns the record length of a dirent struct.
|
2012-06-04 12:17:56 +02:00 |
André Hentschel
|
eaab7a88f4
|
iphlpapi: Check for the right TCP statistics structure name (for DragonFly BSD).
|
2012-06-04 12:17:56 +02:00 |
André Hentschel
|
cecf1056bb
|
iphlpapi: Check for the right IP statistics structure name (for DragonFly BSD).
|
2012-06-04 12:17:55 +02:00 |
Ken Thomases
|
cd454fdc2e
|
shell32: Partially implement Mac Trash backing for the Recycle Bin.
|
2012-03-16 13:02:54 +01:00 |
Henri Verbeet
|
515329d58c
|
winex11: Remove some leftover X Shm code.
|
2012-01-25 11:27:37 +01:00 |