Commit Graph

993 Commits

Author SHA1 Message Date
Austin English 8b1959134e iphplapi: Include <sys/timeout.h> for OpenBSD/NetBSD. 2009-01-22 15:28:24 +01:00
Austin English 94021a1f42 iphplapi: Include sys/protosw.h for Net/OpenBSD. 2009-01-21 13:23:43 +01:00
Nikolay Sivov 3406c9de33 aclui: Added stub dll. 2009-01-21 13:07:16 +01:00
Shunichi Fuji 4bf77d6cf7 configure: Set default libs if ***-config is missing. 2009-01-20 14:02:26 +01:00
Alexandre Julliard 07f77c4148 winebuild: Add -m32/-m64 options to allow 32/64-bit cross-compiles. 2009-01-15 21:17:51 +01:00
Francois Gouget 3fe5d80512 configure: Check for ESound, FreeType, GPhoto2 and SANE even if their 'xxx-config' tool is missing. 2009-01-14 14:52:33 +01:00
Alexandre Julliard 8c84636cd5 configure: Specify the target flags directly from configure to avoid trouble on BSD make. 2009-01-14 13:50:52 +01:00
Alexandre Julliard 6b4ed0faae configure: Don't force a 32-bit build when cross-compiling. 2009-01-12 19:32:16 +01:00
Austin English 8cf8e2c60a httpapi: Add stub dll. 2009-01-12 16:53:18 +01:00
Andrey Turkin c0f4fc4978 programs: Add cacls stub. 2009-01-12 16:53:18 +01:00
Alexandre Julliard dfa66db214 configure: Improve error reporting for missing 32-bit development environment. 2009-01-12 15:25:44 +01:00
Francois Gouget 295a0cddea configure: Check for HAL and GnuTLS even if pkg-config is not present. 2009-01-10 17:43:10 +01:00
Stefan Dösinger 60039a5ba8 ddrawex: Start some tests. 2009-01-09 16:17:47 +01:00
Andrey Turkin faa7366c70 loadperf: Add stub loadperf.dll. 2009-01-07 12:43:06 +01:00
Alexandre Julliard d7fd308f41 updspapi: Added an updspapi implementation that forwards to setupapi. 2009-01-05 20:28:06 +01:00
Rob Shearman ba34921034 configure.ac: Fix test for libresolv on Mac OS 10.4.x.
The resolv.h header file won't compile without netinet/in.h being
included first.
2009-01-02 14:27:43 +01:00
Henri Verbeet 8c4a2978b2 configure: Check for gnutls_mac_get_key_size() instead of gnutls_transport_set_errno(). 2008-12-30 11:38:02 +01:00
Austin English fe8879e6d1 configure: Fix libpng detection on OpenBSD. 2008-12-29 11:38:11 +01:00
Austin English 51094be4f9 configure: Fix sysctl.h check for OpenBSD. 2008-12-29 11:37:07 +01:00
Francois Gouget da1a352972 configure: Fix the linux/ipx.h check. 2008-12-29 11:35:58 +01:00
Alexandre Julliard 4a9a3d7fff configure: Improve check for libresolv. 2008-12-26 19:52:04 +01:00
Alexandre Julliard 424cb27e6a configure: When cross-compiling, propagate the target specification to winebuild. 2008-12-26 17:55:29 +01:00
Alexandre Julliard 1399d14e0a libport: Avoid including winsock2.h. 2008-12-24 10:05:19 +01:00
Alexandre Julliard 8e1b59cb9a rpcrt4: Disable TCP/IP connection support if we don't have socketpair. 2008-12-22 19:55:05 +01:00
Alexandre Julliard bc85fb4cd3 ws2_32: Added implementation for inet_ntop. 2008-12-22 19:40:08 +01:00
Alexandre Julliard dc1a9f19c1 libport: Replacement for poll(). 2008-12-22 18:00:13 +01:00
ByeongSik Jeon 028617b90b gdi32, winex11: Add support for subpixel font rendering. 2008-12-22 16:33:03 +01:00
Alexandre Julliard 0fbd55696c libport: Add a stub replacement for symlink(). 2008-12-22 11:38:39 +01:00
Alexandre Julliard 921e6624ad configure: Better check for the broken mkdir on Windows. 2008-12-22 10:39:11 +01:00
Jörg Höhle fc5c89eb2c msvfw32/tests: ICCOpen() is case-insensitive on MS-Windows. 2008-12-18 13:39:05 +01:00
Hans Leidekker 5b6551a591 wuapi: New dll. 2008-12-17 13:52:41 +01:00
Alexandre Julliard 0f37b55211 configure: Get rid of the va_copy checks. 2008-12-17 13:52:41 +01:00
Hans Leidekker efa2fcc073 pidgen: Add stub implementation. 2008-12-16 14:06:03 +01:00
Alexandre Julliard 66eb4bd375 ntdll: Add a function to export the host OS type and version. 2008-12-09 19:33:06 +01:00
Alexandre Julliard 46678dcdde configure: Add a check for the grp.h header. 2008-12-09 17:09:42 +01:00
Alexandre Julliard 53e165716d configure: Add a wrapper macro for mkdir on Windows. 2008-12-09 16:15:18 +01:00
Alexandre Julliard d1cf3d3488 configure: Disable some modules by default on non-x86. 2008-12-05 11:44:50 +01:00
Alexandre Julliard d2c8bfbf8a configure: Print a few more hints about requiring 32-bit libraries. 2008-11-24 14:18:41 +01:00
Alexandre Julliard 35078f4b57 configure: Add a --disable-tests option to avoid building regression tests. 2008-11-21 10:16:12 +01:00
Francois Gouget 3d384f172c msxml3: Dynamically load libxslt.so and only call xsltInit() if present. 2008-11-18 13:04:05 +01:00
Henri Verbeet 1dad75955d d3d10core: Add a test for D3D10CoreCreateDevice(). 2008-11-18 11:54:31 +01:00
Henri Verbeet 1dea8291fb dxgi: Add a test for DXGID3D10CreateDevice(). 2008-11-18 11:54:02 +01:00
Henri Verbeet 078fc191f8 d3d10core: Add a d3d10core dll. 2008-11-12 13:11:13 +01:00
Andrew Fenn 29789a8ef4 xinput: Added the function XInputGetState with test case. 2008-11-11 14:03:01 +01:00
Andrew Fenn 85a4a1dd44 xinput1_2: Initial implementation. 2008-11-11 14:03:01 +01:00
Andrew Fenn 68ede59fa5 xinput1_1: Initial implementation. 2008-11-11 14:03:01 +01:00
Andrew Fenn c4cd3bc753 xinput9_1_0: Initial implementation. 2008-11-11 14:03:01 +01:00
Andrew Fenn 457a22deac xinput1_3: Initial implementation. 2008-11-11 14:03:00 +01:00
Henri Verbeet 65e614a9ca d3d10: Add a test to show d3d10 devices implement IDXGIDevice. 2008-10-29 13:29:34 +01:00
Juan Lang 7e0e1a1f9d cryptui: Add tests for CryptUIWizImport. 2008-10-27 11:20:39 +01:00
Francois Gouget 3aae9546a4 secur32: Check that the GnuTLS header is recent enough for schannel. 2008-10-24 14:25:00 +02:00
Alexandre Julliard 93f094c544 configure: Explicitly mention that we need 32-bit libraries to try to avoid some invalid bug reports. 2008-10-22 13:54:54 +02:00
Henri Verbeet 9e376213b3 dxgi: Add a dxgi dll. 2008-10-22 11:56:11 +02:00
Alexandre Julliard 0607637162 configure: Force -m32 option on x86_64 even if CC is already defined. 2008-10-20 11:37:27 +02:00
Nikolay Sivov e2399a969f oleacc: Implemented GetRoleText[A/W] with tests. 2008-10-15 15:20:31 +02:00
Jacek Caban 1715dcbb19 libport: Added isnan. 2008-10-15 12:22:19 +02:00
Alexandre Julliard 9fb81984f5 configure: Moved the crosstest checks so that they are done for all platforms. 2008-10-11 21:19:53 +02:00
Hans Leidekker b981387383 wldap32: Add tests for ldap_parse_sort_control and make them pass. 2008-10-07 12:02:44 +02:00
Rob Shearman 87175c61f5 Add configure check for dirent.h and readdir. 2008-10-06 13:06:57 +02:00
Alexandre Julliard 8e9504da5c configure: Make sure opengl is not built with --without-opengl is specified. 2008-09-24 13:11:11 +02:00
Henri Verbeet 874c9ef6c7 secur32: Require gnutls for schannel. 2008-09-23 14:03:11 +02:00
Alexandre Julliard 6538cb44e3 configure: Always use -fno-builtin if supported, since it's needed for scanf too. 2008-09-22 11:51:02 +02:00
Alexandre Julliard 43048397d6 configure: Fixed the check for sigset_t on mingw. 2008-09-09 14:51:26 +02:00
Alexandre Julliard ec1ebfb136 configure: Disable by default some modules that cannot work on Windows. 2008-09-04 12:29:07 +02:00
Alexandre Julliard 67828b60e0 configure: Build the winetest dependencies in configure instead of make_makefiles. 2008-08-28 12:09:46 +02:00
Alexandre Julliard 6de0af1eac configure: Generate the list of top-level directories to install. 2008-08-25 14:41:03 +02:00
Alexandre Julliard 4051eaf7c9 configure: Allow multiple variables in makefile output, and generate the programs directory lists. 2008-08-25 12:14:54 +02:00
Alexandre Julliard dbb535e4e9 configure: Use the generic directory enabling mechanism to turn off dlls that depend on external libraries. 2008-08-25 12:12:28 +02:00
Alexandre Julliard 49163da1d1 configure: Generate the dlls directory lists in configure instead of make_makefiles. 2008-08-25 12:02:27 +02:00
Alexandre Julliard a360e93430 configure: Generate the makefiles list in configure instead of make_makefiles. 2008-08-21 11:13:57 +02:00
Alexandre Julliard b990e60a01 configure: Require autoconf version 2.59d. 2008-08-20 15:22:02 +02:00
Michael Karcher af2d274f0e ntdll: Add sub-second resolution to NtQueryInformationFile. 2008-08-20 14:56:01 +02:00
Christian Costa 04d72cdd6f d3dxof: Add basic tests. 2008-08-19 15:30:32 +02:00
Alexandre Julliard 3842ab09f1 makefiles: Add missing entries for mstask tests. 2008-08-19 15:30:25 +02:00
Juan Lang 8a6c2c2b80 msisip: Add stub dll. 2008-08-01 11:36:16 +02:00
Francois Gouget 3089a9f27f configure: Fix the 'no sound card' warning. 2008-08-01 10:36:41 +02:00
Alexandre Julliard a991a568b4 configure: Don't use cups-config --libs, it returns garbage. 2008-07-28 12:04:46 +02:00
Owen Rudge f4e6489edb appwiz.cpl: Add skeleton Add/Remove Programs control panel. 2008-07-25 12:29:22 +02:00
John Reiser 0a2c94e823 configure: Add check for valgrind/valgrind.h. 2008-07-25 11:43:50 +02:00
Francois Gouget 289ea33803 configure: Use cups-config to probe for cups support. 2008-07-25 11:28:53 +02:00
Ismael Barros 9d2a1e8adc dplayx: Basic implementation of dpwsockx.dll, needed by dplayx. 2008-07-23 11:44:32 +02:00
Francois Gouget e9b1a40669 wineesd: Make use of `esd-config --libs` for the configure check.
Also follow the naming convention for the 'xxx-config' variables.
2008-07-22 12:19:32 +02:00
Francois Gouget 4bc03fe857 gphoto2.ds: Make use of `gphoto2-config --libs` for the configure check. 2008-07-22 12:18:16 +02:00
Francois Gouget a9d7babd99 sane.ds: Use 'sane-config --ldflags'. 2008-07-21 12:58:19 +02:00
Zac Brown b2be840e47 winhttp/tests: Add test for opening request. 2008-07-18 12:48:47 +02:00
Francois Gouget 90a6fb047e winejack: Fix detection of jack libraries with a bad soname. 2008-07-17 10:53:24 +02:00
Roy Shea 80ee225f23 mstask: Skeleton implementation of Task Scheduler Service. 2008-07-16 20:14:30 +02:00
Francois Gouget bcba2705ce configure: On Solaris liblber needs libsocket. 2008-07-10 13:40:57 +02:00
Stefan Leichter b8c6d8e598 rasapi32: Added some tests for RasEnumDevicesA (based on a patch by Austin English), 2008-07-09 12:34:34 +02:00
Francois Gouget a49beb4c5c winex11: Load the XVidMode extension (libXxf86vm) when available. 2008-07-01 13:46:12 +02:00
Jeremy White 082e39f951 configure: On Solaris, libpng requires libm. 2008-06-30 12:11:00 +02:00
Alexandre Julliard dfb308a6b1 configure: Fix the netinet header checks for Mac OS and Solaris. 2008-06-27 14:06:47 +02:00
Francois Gouget 2fef93a857 configure: Fix the isinf() detection. Fixes compilation on Solaris. 2008-06-26 21:08:28 +02:00
Francois Gouget 86bd0461a5 configure: Detect and use gld/gnm/gar as alternatives to ld/nm/ar, especially for winegcc. 2008-06-26 21:08:12 +02:00
Eric Durbin 6ea3796cdb iphlpapi: Implement getNumArpEntries on FreeBSD. 2008-06-26 11:15:34 +02:00
Eric Durbin beea4d3006 iphlpapi: Implement getTCPStats on FreeBSD. 2008-06-26 11:08:50 +02:00
Eric Durbin 020b0ef64f iphlpapi: Implement getICMPStats on FreeBSD. 2008-06-26 10:58:20 +02:00
Eric Durbin 6d4eab9ab4 iphlpapi: Implement getUDPStats on FreeBSD. 2008-06-26 10:54:09 +02:00
Juan Lang cca77db0a6 inetmib1: Add tests for SnmpExtensionInit. 2008-06-25 10:56:13 +02:00
Juan Lang 1723157954 inetmib1: Add stub dll. 2008-06-25 10:53:02 +02:00
Alexandre Julliard 10e795a091 libport: Move the sigsetjmp replacement to exception.h to make it available for Winelib too. 2008-05-26 19:23:43 +02:00
Alexandre Julliard 63ea670370 configure: Upgrade notices to warnings for some important libraries. 2008-05-21 15:02:40 +02:00
Alexandre Julliard a20c0e124b configure: Make the lack of FreeType an error, and add a --without option for it. 2008-05-21 14:55:53 +02:00
Alexandre Julliard 76adea11a0 configure: Added an ERROR_WITH macro for packages that we can't do without. 2008-05-21 14:48:33 +02:00
Alexandre Julliard a795f36af7 winhelp.exe: Renamed to winhlp32.exe. 2008-05-13 18:43:27 +02:00
Alexandre Julliard 8354e6a93a configure: Improve the libcrypto checks. 2008-05-13 10:42:54 +02:00
Alexandre Julliard 06640efa61 opengl32: Dynamically load libGLU.
Based on a patch by Roderick Colenbrander.
2008-05-01 14:44:49 +02:00
Alexandre Julliard ad79873527 configure: Improve the check for the GLU library. 2008-05-01 13:29:02 +02:00
Petr Sumbera 4992b6590e port: Add alternative for isinf. 2008-04-30 13:45:23 +02:00
Lei Zhang ffb0457982 userenv: Add initial tests for CreateEnvironmentBlock. 2008-04-30 13:45:15 +02:00
Alexandre Julliard da19122f14 makefiles: Add support for generating correct dependencies for tlb files. 2008-04-24 22:13:57 +02:00
Lei Zhang 9d7f7bfc5e msxml3: Check for xsltInit before calling it. 2008-04-18 13:57:15 +02:00
Kusanagi Kouichi 75e40229d2 winex11.drv: Fix Solaris build error.
Solaris doesn't define XICCallback.
2008-04-16 14:46:05 +02:00
Juan Lang 2016c63e82 cryptui: Add stub DLL. 2008-04-11 11:13:41 +02:00
Paul Vriens 4f3dbb7f7d rsabase: Remove rsabase tests as they are covered in rsaenh. 2008-04-04 11:03:30 +02:00
James Hawkins 9e021cff3d fusion: Add initial tests for IAssemblyCache. 2008-03-31 13:09:19 +02:00
Mikołaj Zalewski 7bd0efa123 services.exe: Add a new program. 2008-03-28 14:49:17 +01:00
Jacek Caban 63ebe0191e jscript: Added tests. 2008-03-25 11:44:06 +01:00
Tony Wasserka be0799fce2 d3dx9: Start implementation of d3dx9_37. 2008-03-24 21:09:25 +01:00
Alexandre Julliard 8ad6049ac6 fonts: Store the generated TrueType fonts in the repository, and rebuild them only in maintainer mode. 2008-03-23 19:36:34 +01:00
Philip Nilsson b67290b99a d3dx9/tests: Test the D3DXVec*Array functions. 2008-03-21 12:52:54 +01:00
James Hawkins c0b3af34b9 fusion: Add a stub implementation of fusion.dll. 2008-03-21 12:49:51 +01:00
Alexandre Julliard dc4a475fa0 configure: Add rules for rebuilding icons in maintainer mode. 2008-03-20 16:09:18 +01:00
Alexandre Julliard 9d037226fe configure: Add a --enable-maintainer-mode option. 2008-03-20 14:27:35 +01:00
Andrew Riedi 2087ad46a9 reg: Add stub 'reg' program. 2008-03-19 12:45:26 +01:00
Jacek Caban fa23a2c4b6 jscript: Added stub DLL. 2008-03-10 11:30:19 +01:00
Rob Shearman 76e089692e adsiid: Add static import library for active directory GUIDs. 2008-03-06 17:53:11 +01:00
Francois Gouget 9e67edfc16 configure: s/#if/#ifdef/ so it still works if HAVE_XXX is not defined. 2008-03-06 17:39:08 +01:00
Rob Shearman 0c694d710e makefiles: Split AR into AR and ARFLAGS. 2008-03-04 20:55:24 +01:00
Rob Shearman e9f5bce333 Add configure check for strtoll and strtoull.
Define these to _strtoi64 and _strtoui64 if these are available instead.
2008-03-04 12:01:59 +01:00
Francois Gouget 29ef0b90ee Assorted spelling, punctuation and case fixes. 2008-03-03 12:04:48 +01:00
Louis Lenders 6547fef34b programs: Add a stubbed out secedit.exe. 2008-02-29 12:35:02 +01:00
Alistair Leslie-Hughes ea563709ef slc: Initial stub DLL. 2008-02-20 12:40:51 +01:00
Roy Shea 884e7e7b56 qmgr: Add some tests. 2008-02-19 20:47:57 +01:00
Lei Zhang e8551a073d qedit: Add tests directory and a simple test. 2008-02-19 18:03:21 +01:00
Lei Zhang 6de8be71b3 qedit: Skeleton implementation of qedit.dll. 2008-02-19 17:57:23 +01:00
Tony Wasserka df0a694f9e d3dx9: Start implementation of d3dx9_32, d3dx9_33, d3dx9_34 and d3dx9_35. 2008-02-19 14:35:05 +01:00
Tony Wasserka e4866622cb d3dx9: Start implementation of d3dx9_31. 2008-02-19 14:34:17 +01:00
Tony Wasserka 2aa1505ab3 d3dx9: Start implementation of d3dx9_28, d3dx9_29 and d3dx9_30. 2008-02-19 14:32:55 +01:00
Tony Wasserka 409b19b910 d3dx9: Start implementation of d3dx9_26 and d3dx9_27. 2008-02-19 14:32:17 +01:00
Tony Wasserka e9c16391c2 d3dx9: Start implementation of d3dx9_25. 2008-02-19 14:31:25 +01:00
Tony Wasserka 6f834d353c d3dx9: Start implementation of d3dx9_24. 2008-02-19 14:29:37 +01:00
Maarten Lankhorst 2472e81cea dssenh: Add initial stub dll. 2008-02-18 15:26:37 +01:00
Maarten Lankhorst e11826f553 softpub: Add initial stub dll. 2008-02-18 15:26:01 +01:00
Maarten Lankhorst b3a9699ab3 slbcsp: Add initial stub dll. 2008-02-18 15:24:57 +01:00
Maarten Lankhorst 322d4cab1e sccbase: Add initial stub dll. 2008-02-18 15:24:03 +01:00
Maarten Lankhorst c438d23902 mssip32: Add initial stub dll. 2008-02-18 15:22:42 +01:00
Maarten Lankhorst 7c3d24bf5c initpki: Add initial stub dll. 2008-02-18 15:21:33 +01:00
Maarten Lankhorst e4576c807b gpkcsp: Add initial stub dll. 2008-02-18 15:20:42 +01:00
Maarten Lankhorst f930821779 cryptdlg: Add initial stub dll. 2008-02-18 15:06:52 +01:00