857 Commits

Author SHA1 Message Date
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