Commit Graph

1863 Commits

Author SHA1 Message Date
Jacek Caban
4a91265b4f npmshtml: Added Mozilla plugin for mshtml ActiveX controls. 2010-12-03 11:51:50 +01:00
Alexandre Julliard
b51f8d4812 Release 1.3.8. 2010-11-26 20:06:11 +01:00
Francois Gouget
5f694ddf4c configure: Load wine lower in memory on FreeBSD to leave more space for mmap() and malloc().
If not provided an explicit address, FreeBSD won't mmap any memory
below the executable. In particularly this means any memory below that
is unavailable to dlopen() and malloc().  This fixes the bug where
large WineLib binaries, in particular winetest, failed to load because
there was not enough space left for them and the native libraries they
linked to.  The drawback is that we can no longer load very large
Windows executables (between about 1.5 and 2 GB).
2010-11-26 16:32:41 +01:00
Volodymyr M. Shcherbyna
acee9cde17 dbgeng: Add initial stub dll implementation. 2010-11-26 14:58:38 +01:00
Adam Martinson
6ee2231d2b configure: Add a check for xmlSchemaSetParserStructuredErrors(). 2010-11-24 12:05:38 +01:00
Hans Leidekker
1885c3d9e2 programs: Add a stub implementation of servicemodelreg.exe. 2010-11-18 12:37:04 +01:00
Adam Martinson
82f73c8652 msxml3: Add our own xmlFirstElementChild() for older libxml2 versions. 2010-11-15 13:01:35 +01:00
Alexandre Julliard
b1b485e65c Release 1.3.7. 2010-11-12 20:20:02 +01:00
Louis Lenders
934d6761f0 xapofx1_1: Add stub dll. 2010-11-12 15:44:25 +01:00
Hans Leidekker
ab5fbebff5 programs: Add a stub implementation of regsvcs.exe. 2010-11-12 15:43:07 +01:00
Alexandre Julliard
40977bf1d2 shell32: Store the raw AUTHORS file in resources instead of trying to convert to a C array. 2010-11-11 12:24:46 +01:00
Adam Martinson
9408b4973d configure: Add a check for xmlDocProperties. 2010-11-03 14:44:50 +01:00
Adam Martinson
be4d0e9d07 configure: Add a check/define for xmlSchemaSetValidStructuredErrors(). 2010-11-02 12:50:30 +01:00
Alexandre Julliard
f92537af93 Release 1.3.6. 2010-10-29 19:42:36 +02:00
Andrew Nguyen
de4179741b configure: Check for GStreamer functionality present in 0.10.26. 2010-10-29 14:33:38 +02:00
Alexandre Julliard
b10fb86a91 configure: More aggressive disabling of Fortify. 2010-10-29 14:25:01 +02:00
Detlef Riekenberg
d8a5bc929d wer/tests: Add initial tests. 2010-10-26 18:19:38 +02:00
Detlef Riekenberg
53fca11fb3 faultrep/tests: Add tests for AddERExcludedApplicationA. 2010-10-26 13:02:29 +02:00
Alexandre Julliard
105793bff7 configure: Disable Fortify if it's enabled by default, it's too broken. 2010-10-22 17:13:57 +02:00
Aric Stewart
2914d65579 winegstreamer: Add wine GStreamer parser filter framework. 2010-10-22 15:49:19 +02:00
Ričardas Barkauskas
303079f16a wlanapi: New stub dll. 2010-10-20 18:37:07 +02:00
Alexandre Julliard
b29e111260 Release 1.3.5. 2010-10-15 19:37:09 +02:00
Hans Leidekker
ab789c6c7d programs: Add a stub implementation of aspnet_regiis.exe. 2010-10-13 15:53:58 +02:00
Vincent Povirk
d21037519f aclocal: Detect the mingw variant named amd64-mingw32msvc. 2010-10-12 12:17:51 +02:00
Austin English
95740b30b9 dbghelp: Fix compile on Hurd. 2010-10-08 11:56:46 +02:00
Aric Stewart
961921060c strmbase: Initial creation of static strmbase library for Quartz and Quartz filters.
Move the Media Type Functions.
2010-10-05 15:56:30 +02:00
Alexandre Julliard
3f76a25201 Release 1.3.4. 2010-10-01 20:46:44 +02:00
Hans Leidekker
f15aea2a86 programs: Add a stub implementation of mofcomp.exe. 2010-09-29 10:13:53 +02:00
Vincent Povirk
8f87459baa ktmw32: Add stub dll. 2010-09-27 15:05:58 +02:00
Alexandre Julliard
9dd743fddc configure: Support specifying a .rules.in file as dependency. 2010-09-25 12:24:36 +02:00
Alexandre Julliard
52c9e85b19 configure: Make the ac_dir variable contain the full directory name for all types of make rules. 2010-09-25 12:05:49 +02:00
Alexandre Julliard
c57aa38e86 configure: Automatically append the makedep dependency to all makefile rules. 2010-09-25 11:56:33 +02:00
Tijl Coosemans
e7ec164563 configure: Detect resolver functionality on FreeBSD.
On FreeBSD this is part of libc.
2010-09-24 11:40:00 +02:00
Andrew Nguyen
8e540ed26f taskkill: Add stub implementation. 2010-09-21 19:56:53 +02:00
Alexandre Julliard
4e9e38ee4f configure: Make sure the rules files are rebuilt when doing make depend. 2010-09-20 20:23:25 +02:00
Gerald Pfeifer
5805d8b4f6 configure: Improve formatting of error when X development files are not found. 2010-09-20 13:48:12 +02:00
Alexandre Julliard
bd9852cd6f makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR variables to follow autoconf conventions. 2010-09-19 12:40:12 +02:00
Alexandre Julliard
81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Alexandre Julliard
a53c44a613 configure: Regenerate with autoconf 2.67. 2010-09-19 12:27:24 +02:00
Alexandre Julliard
e78c2117b6 Release 1.3.3. 2010-09-18 19:55:17 +02:00
Detlef Riekenberg
e9b8d71dfb inetcpl: Add initial applet. 2010-09-15 17:09:14 -05:00
Alexandre Julliard
75af402307 Release 1.3.2. 2010-09-03 19:39:05 +02:00
Alexandre Julliard
364559b0ef configure: Make it a fatal error when some maintainer mode tools are not found. 2010-08-31 16:50:17 +02:00
Nikolay Sivov
25bce451af msxml6: Add stub msxml6, forward DOMDocument60 creation to msxml3. 2010-08-30 11:27:52 +02:00
Louis Lenders
7ab48e8ef0 wer: Add new stubbed wer.dll. 2010-08-27 15:39:44 +02:00
Louis Lenders
85b3f299ff rstrtmgr: Add new stubbed dll rstrtmgr.dll. 2010-08-27 15:39:15 +02:00
Matteo Bruni
90c615aa61 d3dx9_43: Add d3dx9_43.dll, forwarding to d3dx9_36.dll. 2010-08-27 12:26:19 +02:00
Louis Lenders
a8528706ac mscoree/tests: Added some simple tests for GetCORVersion. 2010-08-24 17:57:41 +02:00
Alexandre Julliard
b5d824bd33 configure: Print a warning when prelink isn't found. 2010-08-24 15:22:35 +02:00
Piotr Caban
71a49ebf77 msvcp80: Added stub dll. 2010-08-24 15:22:34 +02:00
Damjan Jovanovic
ebee19701c configure: Check for libicns. 2010-08-23 13:51:32 +02:00
Alexandre Julliard
740e4ffb63 Release 1.3.1. 2010-08-20 19:23:50 +02:00
Rico Schüller
5ad7f7b9d3 d3dcompiler: Add D3DCreateBlob() test. 2010-08-20 13:21:37 +02:00
Owen Rudge
9870c04a78 d3dx10: Add stub for d3dx10_33. 2010-08-19 17:32:19 +02:00
Owen Rudge
49dbdc12fd d3dx10: Add stub for d3dx10_34. 2010-08-19 17:32:19 +02:00
Owen Rudge
955b8445c0 d3dx10: Add stub for d3dx10_35. 2010-08-19 17:32:19 +02:00
Owen Rudge
f44830e5eb d3dx10: Add stub for d3dx10_36. 2010-08-19 17:32:19 +02:00
Owen Rudge
4196ba2f5e d3dx10: Add stub for d3dx10_37. 2010-08-19 17:32:19 +02:00
Owen Rudge
199ff9b3c4 d3dx10: Add stub for d3dx10_38. 2010-08-19 17:32:19 +02:00
Owen Rudge
fb8d7cdedf d3dx10: Add stub for d3dx10_39. 2010-08-19 17:32:19 +02:00
Owen Rudge
662cbb16f8 d3dx10: Add stub for d3dx10_40. 2010-08-19 17:32:19 +02:00
Owen Rudge
17591cc3bf d3dx10: Add stub for d3dx10_41. 2010-08-19 17:32:19 +02:00
Owen Rudge
e5d9e12c72 d3dx10: Add stub for d3dx10_42. 2010-08-19 17:32:18 +02:00
Owen Rudge
3c5b2e6e50 d3dx10: Add stub for d3dx10_43. 2010-08-19 17:32:18 +02:00
Matteo Bruni
0ac336ff5d d3dcompiler_33: Stub dll. 2010-08-18 09:48:54 +02:00
Matteo Bruni
66d44999b8 d3dcompiler_34: Stub dll. 2010-08-18 09:48:43 +02:00
Matteo Bruni
8ea758387c d3dcompiler_35: Stub dll. 2010-08-18 09:48:32 +02:00
Matteo Bruni
458eb08a30 d3dcompiler_36: Stub dll. 2010-08-18 09:48:20 +02:00
Andrew Nguyen
6919c8dfc8 ipconfig: Add stub implementation. 2010-08-17 14:40:46 +02:00
Matteo Bruni
3c59b9c631 d3dcompiler_37: Stub dll. 2010-08-17 12:41:11 +02:00
Matteo Bruni
fbf1e835a1 d3dcompiler_38: Stub dll. 2010-08-17 12:41:00 +02:00
Matteo Bruni
99491464d9 d3dcompiler_39: Stub dll. 2010-08-17 12:40:45 +02:00
Matteo Bruni
fd4efcd0b1 d3dcompiler_40: Stub dll. 2010-08-17 12:39:49 +02:00
Austin Lund
203272eafa dmime/tests: Added tests for IDirectMusicPerformance. 2010-08-16 17:28:55 +02:00
Alexandre Julliard
c2a29dbb9c configure: Check that the cross-compiler that we found actually works. 2010-08-04 13:16:19 +02:00
Matteo Bruni
79c1bc42c0 d3dcompiler_41: Stub dll. 2010-08-04 12:12:09 +02:00
Matteo Bruni
fe05070643 d3dcompiler_42: Stub dll. 2010-08-04 12:11:47 +02:00
Mariusz Pluciński
cb886f49be gameux/tests: Add test of IGameExplorer creation. 2010-08-03 18:21:11 +02:00
David Hedberg
87212d5105 explorerframe/tests: Add initial NamespaceTreeControl tests. 2010-08-02 15:28:35 +02:00
David Hedberg
e2cf9ad33e explorerframe: Add dll stub. 2010-08-02 15:16:35 +02:00
Matteo Bruni
70962ee4d8 d3dcompiler_43: Add dll directory. 2010-08-02 15:14:01 +02:00
Andrew Eikum
f3c6c62bcf regedit: Add regedit test suite. 2010-08-02 13:58:14 +02:00
Alexandre Julliard
f56dd18a0c configure: Add dependency on makefile for import libs to make sure the destination directory is created. 2010-07-31 11:15:33 +02:00
Alexandre Julliard
8b2a403a7d Release 1.3.0. 2010-07-30 19:43:56 +02:00
Mariusz Pluciński
b3a9ce4432 gameux: Add gameux.dll library stub. 2010-07-28 16:28:25 +02:00
Jacek Caban
16bad58a8c wscript.exe: Added stub implementation. 2010-07-28 16:28:21 +02:00
Alexandre Julliard
27816c7c32 configure: Send the flex error output to config.log. 2010-07-28 11:04:46 +02:00
Alexandre Julliard
b0e48e1e2b configure: Build the import libraries without recursing when possible. 2010-07-26 21:41:47 +02:00
Alexandre Julliard
a070f9b038 configure: Only output the disabled crosstest rule once. 2010-07-26 21:07:17 +02:00
Andrew Nguyen
c20908bf56 propsys/tests: Add tests for PSStringFromPropertyKey. 2010-07-26 18:38:30 +02:00
Andrew Nguyen
c50177b1c1 propsys: Implement PSStringFromPropertyKey. 2010-07-26 18:38:30 +02:00
Alexandre Julliard
faa7eae8c4 makefiles: Always build the cross import libraries if crosstest is supported. 2010-07-26 13:34:07 +02:00
Alexandre Julliard
7d2e7726e7 makefiles: Always build the static cross libraries if crosstest is supported. 2010-07-26 12:46:32 +02:00
Alexandre Julliard
83676d721f configure: Disable the unused result warnings when Fortify is enabled. 2010-07-24 13:35:06 +02:00
Piotr Caban
d589d95d50 msvcp90/tests: Added char_traits assign tests. 2010-07-21 13:23:55 +02:00
Piotr Caban
9ae9d263da msvcp90: Added stub dll. 2010-07-21 09:35:08 +02:00
Detlef Riekenberg
df898ea47a rundll.exe16: Add program as 16bit wrapper for rundll32.exe. 2010-07-19 15:22:59 +02:00
Alexandre Julliard
d494bda30f Release 1.2. 2010-07-16 17:05:45 +02:00
Alexandre Julliard
1cd170fd2e Release 1.2-rc7. 2010-07-09 18:44:34 +02:00
Alexandre Julliard
4d3aec55ea Release 1.2-rc6. 2010-07-02 19:24:56 +02:00
Alexandre Julliard
9bdd0272ce configure: Disable clean and depend rules for disabled top-level directories. 2010-06-30 17:34:20 +02:00
Alexandre Julliard
d474d3f142 Release 1.2-rc5. 2010-06-25 19:30:52 +02:00
Alexandre Julliard
ffdbc65a1c Release 1.2-rc4. 2010-06-18 19:36:58 +02:00
Marcus Meissner
b3f0425580 atl: Also handle struct sizes for 64bit. 2010-06-15 20:10:00 +02:00
Alexandre Julliard
6517462ac0 Release 1.2-rc3. 2010-06-11 19:40:31 +02:00
Alexandre Julliard
271f5fbd97 configure: Remove some dead code. 2010-05-28 20:32:47 +02:00
Alexandre Julliard
64da36b61a Release 1.2-rc2. 2010-05-28 19:39:36 +02:00
Kristofer Henriksson
c58eff621d winemp3.acm: Fix the Mac-specific code.
The previous code does not function on Snow Leopard, and does not conform
to Apple's documentation. This fix should function on all versions of OS X
later than 10.2.
2010-05-28 16:22:25 +02:00
Andrew Nguyen
2eda9c72cd configure: Don't enable maintainer mode if it is explicitly not requested. 2010-05-26 10:11:12 +02:00
Austin English
40b3d2ed13 ntdll: Add %gs support for FreeBSD. 2010-05-24 11:32:40 +02:00
Alexandre Julliard
bd3110d8ab configure: Disable makefile auto-updating on BSD make, it's broken for parallel builds. 2010-05-23 10:34:36 +02:00
Alexandre Julliard
764d4c2a1c configure: BSD make doesn't treat .PHONY as a proper target, so it needs its own dependencies. 2010-05-23 09:54:48 +02:00
Alexandre Julliard
821cd38e17 Release 1.2-rc1. 2010-05-21 21:30:30 +02:00
Louis Lenders
1ae673f8de samlib: Add stubbed samlib.dll. 2010-05-20 12:43:19 +02:00
Joel Holdsworth
b9eae1ef8e configure: Added a check for ImageMagick v6.6 or newer in maintainer mode. 2010-05-17 12:42:32 +02:00
Joel Holdsworth
9571f781fb configure: Fix for icotool version checking regex. 2010-05-17 12:42:32 +02:00
Alexandre Julliard
f3831cf2cb configure: Rename the 64-bit loader to wine64 and keep wine always for the 32-bit loader.
This provides better backwards compatibility when running with a
32-bit prefix.
2010-05-17 12:42:30 +02:00
Alexandre Julliard
91431e0859 Release 1.1.44. 2010-05-07 20:20:29 +02:00
Alexandre Julliard
321d3883bf configure: Create a symlink from l_intl.nls in the build tree, and install it. 2010-05-06 20:54:33 +02:00
Hans Leidekker
544da28e53 programs: Add a stubbed sc.exe.
This is a command line tool used to create and configure services.
It's included in XP and used by the Akamai client installer.
2010-05-03 14:02:14 +02:00
Detlef Riekenberg
1434ef4e74 msvcr100: Add VS2010 C/C++ runtime library with forwards to msvcrt. 2010-05-03 13:56:17 +02:00
Alexandre Julliard
d80627362d configure: Don't warn about libhal if we can use an alternative. 2010-04-26 06:57:49 -05:00
Alexandre Julliard
b32653235a configure: Default to /lib64 as libdir for 64-bit builds, and use plain /lib for 32-bit builds. 2010-04-21 12:30:00 +02:00
Alexandre Julliard
780981bc7a Release 1.1.43. 2010-04-16 19:53:23 +02:00
Alexandre Julliard
980b688fd8 configure: Don't disable 32-bit programs on Wow64 to support a future 32-bit compatibility mode. 2010-04-15 22:52:36 +02:00
Alexandre Julliard
6c14238728 configure: Pass the -fasynchronous-unwind-tables flag to winegcc when supported. 2010-04-11 12:49:15 +02:00
Alexandre Julliard
fbc8ac470f configure: Don't disable includes for the Wow64 build. 2010-04-07 22:54:51 +02:00
Joel Holdsworth
476a2bee64 configure: Maintainer mode requires imagemagick. 2010-04-06 13:10:40 +02:00
Joel Holdsworth
425f138402 configure: Maintainer mode requires icotool v0.29.0 or newer. 2010-04-06 13:09:49 +02:00
Maarten Lankhorst
d435499fbc configure: Change openal detection. 2010-04-05 16:50:20 +02:00
Vincent Povirk
4d3e6f4c7f ngen.exe: Add stubbed command. 2010-04-05 11:37:05 +02:00
Alexandre Julliard
bb5f5c26ad Release 1.1.42. 2010-04-02 19:43:45 +02:00
Alexandre Julliard
2f375cc6ea configure: Don't build rpcss or winemenubuilder for Wow64. 2010-03-31 16:12:27 +02:00
Alexandre Julliard
e5c585e4a4 configure: Create a few symlinks needed for running in Wow64 mode inside the build tree. 2010-03-29 17:54:55 +02:00
Alexandre Julliard
0ef63e16d6 makefiles: Don't create font symlinks when fonts are disabled. 2010-03-27 11:44:13 +01:00
Alexandre Julliard
718ea42fe4 makefiles: Move wineapploader to the tools directory and get rid of the programs makefile. 2010-03-27 11:42:30 +01:00
Alexandre Julliard
2fb302188d makefiles: Install bindir programs from the top-level makefile. 2010-03-27 11:42:30 +01:00
Alexandre Julliard
39b4ba214b makefiles: Bypass the normal substitution mechanism for the makefile dependencies.
This avoids performance problems with large substitutions.
2010-03-26 08:52:14 +01:00
Alexandre Julliard
abfb11e1cc makefiles: Add shell functions to generate dependencies for symlinks and rule files. 2010-03-26 08:38:44 +01:00
Alexandre Julliard
3cc14dc3fb makefiles: Output the top-level clean rules explicitly for each module. 2010-03-26 08:37:55 +01:00
Alexandre Julliard
18e5313cd9 makefiles: Output the top-level depend rules explicitly for each module. 2010-03-25 22:01:31 +01:00
Alexandre Julliard
943cd739b2 makefiles: Add a helper function for rules that are common to all directories. 2010-03-25 22:01:31 +01:00
Alexandre Julliard
6c90aeaef5 makefiles: Output the top-level build rules explicitly for each module. 2010-03-25 22:01:29 +01:00
Alexandre Julliard
e84063bff3 makefiles: Output the top-level installation rules explicitly for each module. 2010-03-25 22:00:53 +01:00
Alexandre Julliard
eab7efd179 makefiles: Fix test rules to allow parallel makes again. 2010-03-25 22:00:33 +01:00
Piotr Caban
c452249e00 msvcr90: Implement _encode_pointer and _decode_pointer. 2010-03-25 16:36:56 +01:00
Alexandre Julliard
60a05ad2d9 makefiles: Output all the documentation rules explicitly for each module. 2010-03-25 12:05:44 +01:00
Alexandre Julliard
6dbe7a0388 makefiles: Output all the tool install rules explicitly for each module. 2010-03-25 11:51:24 +01:00
Alexandre Julliard
82b743ffad makefiles: Output all the dll install rules explicitly for each module. 2010-03-25 11:15:32 +01:00
Alexandre Julliard
c2c3c21078 makefiles: Output all the static library rules explicitly for each module. 2010-03-25 11:13:07 +01:00