CVS log for winex/Attic/configure |
 |
|
Up to [cvs] / winex / Attic / configure
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision 1.152
Fri Mar 30 20:03:42 2007 UTC (19 months, 3 weeks ago) by daniel
CVS Tags:
HEAD
Changes since 1.151: +0 -0 lines
FILE REMOVED
- remove configure from CVS; you now need to run setup.sh after checking out a tree (or manually run autoconf)
Revision 1.151 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Mar 30 18:48:44 2007 UTC (19 months, 3 weeks ago) by daniel
Changes since 1.150: +2 -1 lines
Diff to previous 1.150
- add a new memory allocator based on ptmalloc3 and make it the default (at least for now for testing)
- to disable, add "NewAllocator"="N" to the [Wine] section of your config file
Revision 1.150 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Mar 30 18:41:41 2007 UTC (19 months, 3 weeks ago) by daniel
Changes since 1.149: +1 -1 lines
Diff to previous 1.149
Link to Carbon Framework on MacOS X
Revision 1.149 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Mar 30 15:56:06 2007 UTC (19 months, 3 weeks ago) by daniel
Changes since 1.148: +1 -0 lines
Diff to previous 1.148
- automatically disable xshm on the Mac when building x11drv, as shm is useless on MacOS X
Revision 1.148 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Mar 30 14:37:20 2007 UTC (19 months, 3 weeks ago) by daniel
Changes since 1.147: +6 -2 lines
Diff to previous 1.147
- make glu.h check optional on MacOS X when building x11drv
Revision 1.147 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Mar 28 21:03:23 2007 UTC (19 months, 3 weeks ago) by daniel
Changes since 1.146: +4 -0 lines
Diff to previous 1.146
- if building on x86_64, treat as i686
This avoids constantly having to specify --target=i686-pc-linux-gnu when building via dchroot on a 64-bit distro. It will have to be revisited if we decide to do 64-bit compilation at some point.
Revision 1.146 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Mar 28 21:01:56 2007 UTC (19 months, 3 weeks ago) by daniel
Changes since 1.145: +165 -1 lines
Diff to previous 1.145
- add a couple of missing configure checks (particularly useful when assembling a chroot build env)
Revision 1.145 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Mar 28 20:59:42 2007 UTC (19 months, 3 weeks ago) by daniel
Changes since 1.144: +9 -4 lines
Diff to previous 1.144
Make LIBTSX11 configure dependant - this allows us to turn it off when
dealing with platforms that don't use libtsx11 when building the OpenGL
dlls.
Revision 1.144 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Mar 28 18:47:03 2007 UTC (19 months, 3 weeks ago) by daniel
Changes since 1.143: +4 -9 lines
Diff to previous 1.143
*** empty log message ***
Revision 1.143 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Mar 28 18:40:52 2007 UTC (19 months, 3 weeks ago) by daniel
Changes since 1.142: +11 -1 lines
Diff to previous 1.142
Add glu.h header check to configure
Revision 1.142 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Mar 28 18:35:33 2007 UTC (19 months, 3 weeks ago) by daniel
Changes since 1.141: +78 -1 lines
Diff to previous 1.141
Use libresolv for iphlpapi DNS usage.
Revision 1.141 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Mar 28 16:31:32 2007 UTC (19 months, 3 weeks ago) by daniel
Changes since 1.140: +4 -1 lines
Diff to previous 1.140
Fix make_dlls so that it can once again generate the Makefile.in.
Revision 1.140 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Mar 27 22:06:56 2007 UTC (19 months, 3 weeks ago) by daniel
Changes since 1.139: +1662 -608 lines
Diff to previous 1.139
Merge branch into mainline.
Revision 1.139 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Mar 19 00:04:36 2007 UTC (20 months ago) by jason
Changes since 1.138: +8 -7 lines
Diff to previous 1.138
Update configure for new faultrep.dll and riched32 import.
Revision 1.138 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Nov 6 15:27:55 2006 UTC (2 years ago) by daniel
Changes since 1.137: +2 -1 lines
Diff to previous 1.137
rt: 33396
Added generated configure script. (Previously changed configure.ac, but
managed to not to run autoconf...)
Revision 1.137 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Nov 6 13:56:41 2006 UTC (2 years ago) by daniel
Changes since 1.136: +5 -1 lines
Diff to previous 1.136
rt: 33396
New WIDL code and libs/wpp from WineHQ.
Revision 1.136 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Oct 13 16:53:21 2006 UTC (2 years, 1 month ago) by daniel
Changes since 1.135: +2 -1 lines
Diff to previous 1.135
- import sensapi from WineHQ
Revision 1.135 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Aug 22 16:42:37 2006 UTC (2 years, 3 months ago) by daniel
Changes since 1.134: +211 -394 lines
Diff to previous 1.134
update configure and dll dependencies
Revision 1.134 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Mar 14 13:55:14 2006 UTC (2 years, 8 months ago) by mark
Changes since 1.133: +133 -0 lines
Diff to previous 1.133
Get Cedega compiling on Fedora Core 4.
Revision 1.133 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Feb 1 20:46:42 2006 UTC (2 years, 9 months ago) by mark
Changes since 1.132: +8 -7 lines
Diff to previous 1.132
Import powrprof.dll from WineHQ.
Revision 1.132 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Jan 11 18:01:32 2006 UTC (2 years, 10 months ago) by ovek
Changes since 1.131: +8 -7 lines
Diff to previous 1.131
Imported LGPL-ed cabinet.dll from WineHQ.
Revision 1.131 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Jan 9 18:19:13 2006 UTC (2 years, 10 months ago) by mark
Changes since 1.130: +62 -0 lines
Diff to previous 1.130
Add check for --execstack support in compiler chain
Revision 1.130 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Aug 25 20:35:19 2005 UTC (3 years, 2 months ago) by daniel
Changes since 1.129: +2 -1 lines
Diff to previous 1.129
Changes for the new advpack dll.
Revision 1.129 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Mar 14 17:42:54 2005 UTC (3 years, 8 months ago) by daniel
CVS Tags:
cedega-4-3
Changes since 1.128: +93 -90 lines
Diff to previous 1.128
- As configure.ac has been changed, an updated configure must be generated and posted, so here it is.
Revision 1.128 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Mar 14 17:09:44 2005 UTC (3 years, 8 months ago) by ovek
Changes since 1.127: +3 -1 lines
Diff to previous 1.127
Merge of ReWind CVS at Feb 21, 2005.
Revision 1.1.1.36 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Mon Mar 14 17:00:42 2005 UTC (3 years, 8 months ago) by ovek
Branch:
winehq
Changes since 1.1.1.35: +3 -1 lines
Diff to previous 1.1.1.35
Import of ReWind CVS at Feb 21, 2005.
Revision 1.127 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sat Mar 5 00:11:47 2005 UTC (3 years, 8 months ago) by david
Changes since 1.126: +155 -1 lines
Diff to previous 1.126
This adds support for prelink, execshield and a work around for the legacy va layout problem.
This is done through the implementation for a preloader.
Revision 1.126 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Feb 10 18:35:47 2005 UTC (3 years, 9 months ago) by peter
Changes since 1.125: +396 -212 lines
Diff to previous 1.125
Add a very stub riched20 dll.
Revision 1.125 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Jan 24 18:31:00 2005 UTC (3 years, 9 months ago) by ovek
Changes since 1.124: +211 -394 lines
Diff to previous 1.124
Regenerated stuff with my version of the autotools (to separate those
changes cleanly from my real changes).
Revision 1.124 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Jan 21 22:16:36 2005 UTC (3 years, 9 months ago) by peter
Changes since 1.123: +214 -0 lines
Diff to previous 1.123
Since some versions of freetype don't have this symbol, we need to do more
than just a runtime check for compilation.
Revision 1.123 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Jan 21 20:16:25 2005 UTC (3 years, 10 months ago) by peter
Changes since 1.122: +372 -189 lines
Diff to previous 1.122
Portability fixes. Based off patch from Bruce M Simpson for FreeBSD.
Revision 1.122 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Jan 21 19:32:54 2005 UTC (3 years, 10 months ago) by ovek
Changes since 1.121: +2 -0 lines
Diff to previous 1.121
Configure check for Linux getaddrinfo.
Revision 1.121 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Jan 21 19:21:34 2005 UTC (3 years, 10 months ago) by ovek
Changes since 1.120: +359 -117 lines
Diff to previous 1.120
Merge of ReWind CVS at Nov 5, 2004.
Revision 1.1.1.35 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Jan 21 19:17:33 2005 UTC (3 years, 10 months ago) by ovek
Branch:
winehq
Changes since 1.1.1.34: +397 -154 lines
Diff to previous 1.1.1.34
Import of ReWind CVS at Nov 5, 2004.
Revision 1.120 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Aug 18 23:18:10 2004 UTC (4 years, 3 months ago) by peter
Changes since 1.119: +34 -23 lines
Diff to previous 1.119
Fix a couple of potential problems with shell compatibility
and add some output for a particular test. Hopefully will fix some FreeBSD
configure hang problems.
Revision 1.119 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Aug 18 23:05:52 2004 UTC (4 years, 3 months ago) by david
Changes since 1.118: +2 -1 lines
Diff to previous 1.118
build changes for shdocvw
Revision 1.118 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Jul 28 17:29:06 2004 UTC (4 years, 3 months ago) by daniel
Changes since 1.117: +104 -104 lines
Diff to previous 1.117
Rename WineX -> Cedega in configure.ac
Revision 1.117 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Jul 28 13:29:55 2004 UTC (4 years, 3 months ago) by peter
Changes since 1.116: +70 -2 lines
Diff to previous 1.116
Autogenerate dependencies ie get rid of make depend. Works for gcc, but
isn't setup to work for non gcc right now or very old gcc which don't support
-MMD
Revision 1.116 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Jul 27 22:13:09 2004 UTC (4 years, 3 months ago) by peter
Changes since 1.115: +2 -2 lines
Diff to previous 1.115
Fix configure output
Revision 1.115 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Jul 8 22:38:21 2004 UTC (4 years, 4 months ago) by peter
Changes since 1.114: +9 -9 lines
Diff to previous 1.114
Hmmm. Guess the merge tool needs a little bit of work. html screwed
stuff up.
Revision 1.114 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Jul 8 15:54:51 2004 UTC (4 years, 4 months ago) by peter
Changes since 1.113: +960 -482 lines
Diff to previous 1.113
Add autoconf option for shm wineserver (AIC) and some configure checks.
Hook up a few of the configure checks but option is not yet hooked up.
Revision 1.113 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Mar 22 14:46:55 2004 UTC (4 years, 8 months ago) by peter
Changes since 1.112: +3049 -1371 lines
Diff to previous 1.112
Create port library to share between wineserver and wine
Revision 1.112 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Mar 18 01:04:40 2004 UTC (4 years, 8 months ago) by james
Changes since 1.111: +2 -1 lines
Diff to previous 1.111
Small fix to configure script check for libpng/libz
Revision 1.111 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Mar 17 19:28:04 2004 UTC (4 years, 8 months ago) by james
Changes since 1.110: +55 -2 lines
Diff to previous 1.110
- Check for libz and link against it explicitly, as not all libpngs have a dependency
against it explicitly... out of the box built from source, for example.
Revision 1.110 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Mar 12 03:35:03 2004 UTC (4 years, 8 months ago) by james
Changes since 1.109: +1530 -2964 lines
Diff to previous 1.109
Initial support for 24-bit icon extractions in shell links. Doesn't
support the transparencies yet (will be added later) Requires
libpng and png development headers.
Revision 1.109 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Jan 29 19:09:47 2004 UTC (4 years, 9 months ago) by ovek
CVS Tags:
winex-3-3-2,
winex-3-3-1,
winex-3-3
Branch point for:
winex-3-3-branch
Changes since 1.108: +200 -66 lines
Diff to previous 1.108
Check for valgrind headers.
Revision 1.108 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Jan 9 00:42:20 2004 UTC (4 years, 10 months ago) by peter
Changes since 1.107: +233 -114 lines
Diff to previous 1.107
Add several new options to allow using X extensions without the libraries
being present.
Rewrote a couple of options to explictly indicate the default state.
Revision 1.107 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Jan 8 19:19:51 2004 UTC (4 years, 10 months ago) by peter
Changes since 1.106: +1 -7 lines
Diff to previous 1.106
Should not link against freetype.
WARNING: This will break gdi and wineps until a later commit.
Revision 1.106 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Jan 7 23:30:34 2004 UTC (4 years, 10 months ago) by peter
Changes since 1.105: +0 -3 lines
Diff to previous 1.105
No longer statically link against libxrender and libxrandr
Dynamically load libXrandr
Revision 1.105 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Jan 6 19:05:21 2004 UTC (4 years, 10 months ago) by peter
Changes since 1.104: +3007 -1294 lines
Diff to previous 1.104
Don't use strict aliasing with gcc
Revision 1.104 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Dec 19 14:27:23 2003 UTC (4 years, 11 months ago) by peter
Changes since 1.103: +1377 -2940 lines
Diff to previous 1.103
Provide configure switch to turn warnings into errors.
Revision 1.1.1.34 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Dec 19 03:44:10 2003 UTC (4 years, 11 months ago) by ovek
Branch:
winehq
CVS Tags:
rewind-20031219
Changes since 1.1.1.33: +0 -20 lines
Diff to previous 1.1.1.33
Import from ReWind CVS at Dec 18, 2003.
Revision 1.103 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Dec 17 21:12:01 2003 UTC (4 years, 11 months ago) by david
Changes since 1.102: +307 -15 lines
Diff to previous 1.102
* fix up configure script to support new freetype versions
* add configure check for fontconfig (not checking in code that uses it yet, though)
Revision 1.102 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Dec 17 20:51:15 2003 UTC (4 years, 11 months ago) by ovek
Changes since 1.101: +2898 -1270 lines
Diff to previous 1.101
Merge of ReWind CVS at Dec 17, 2003.
Revision 1.1.1.33 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Wed Dec 17 18:50:05 2003 UTC (4 years, 11 months ago) by ovek
Branch:
winehq
CVS Tags:
rewind-20031217
Changes since 1.1.1.32: +2683 -1188 lines
Diff to previous 1.1.1.32
Import from ReWind CVS at Dec 17, 2003.
Revision 1.101 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Nov 27 20:51:30 2003 UTC (4 years, 11 months ago) by david
CVS Tags:
dec3-internal-merge
Changes since 1.100: +1243 -2846 lines
Diff to previous 1.100
adding rsaenh.dll
Revision 1.100 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sat Nov 22 16:18:52 2003 UTC (5 years ago) by ovek
Changes since 1.99: +2 -1 lines
Diff to previous 1.99
Added dmsynth.dll.
Revision 1.99 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Nov 19 04:09:07 2003 UTC (5 years ago) by ovek
Changes since 1.98: +165 -327 lines
Diff to previous 1.98
Added dswave DLL.
Revision 1.98 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sun Nov 16 07:15:48 2003 UTC (5 years ago) by ovek
Changes since 1.97: +5320 -2752 lines
Diff to previous 1.97
Added dmime.dll and dmloader.dll.
Revision 1.97 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Oct 15 02:53:12 2003 UTC (5 years, 1 month ago) by james_hatheway
CVS Tags:
winex-3-2-1,
winex-3-2,
winex-3-1-99
Branch point for:
winex-3-2-branch
Changes since 1.96: +120 -0 lines
Diff to previous 1.96
Fix a build error in FreeBSD (There is no values.h on FBSD)
Revision 1.96 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Oct 15 02:32:45 2003 UTC (5 years, 1 month ago) by james_hatheway
Changes since 1.95: +120 -0 lines
Diff to previous 1.95
Fix a build issue on FreeBSD (no fpu_control.h there... )
Revision 1.95 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Oct 15 01:46:13 2003 UTC (5 years, 1 month ago) by james_hatheway
Changes since 1.94: +1785 -2495 lines
Diff to previous 1.94
Some things to fix builds in FreeBSD
Revision 1.94 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Oct 8 05:22:39 2003 UTC (5 years, 1 month ago) by hunnise
Changes since 1.93: +13 -12 lines
Diff to previous 1.93
Make winebrowserlink buildable
Revision 1.93 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Oct 7 02:46:53 2003 UTC (5 years, 1 month ago) by hunnise
Changes since 1.92: +2553 -1745 lines
Diff to previous 1.92
Fixes for OSMesa builds
(partial merge from winex-sims-3-2-branch)
Revision 1.82.2.1 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Sep 22 16:35:17 2003 UTC (5 years, 2 months ago) by crazney
Branch:
winex-3-0-branch
Changes since 1.82: +15 -15 lines
Diff to previous 1.82
, to next main 1.83
backport dxdiag to 3-0-branch
(and the obligatory autoconf configure change ;\)
Revision 1.87.2.1 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Sep 11 14:54:57 2003 UTC (5 years, 2 months ago) by hunnise
Branch:
winex-sims-3-2-branch
CVS Tags:
winex-sims-3-2
Changes since 1.87: +125 -4 lines
Diff to previous 1.87
, to next main 1.88
Fix configure for enable-osmesa
Revision 1.92 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Sep 11 00:44:32 2003 UTC (5 years, 2 months ago) by james_hatheway
CVS Tags:
start-merge-6oct03
Changes since 1.91: +1750 -2489 lines
Diff to previous 1.91
Fix configure for enable-osmesa
Revision 1.91 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Sep 5 13:23:16 2003 UTC (5 years, 2 months ago) by crazney
Changes since 1.90: +3 -2 lines
Diff to previous 1.90
basic hacky implementation of dxdiagn.dll
dxdiagn is a DirectX 9 dll used to give info to the system about directx 9.. It seems that some game uses it to get the directx version.
Revision 1.90 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Aug 26 07:36:13 2003 UTC (5 years, 2 months ago) by crazney
Changes since 1.89: +2 -1 lines
Diff to previous 1.89
add stub dll for mswsock.dll (very old microsoft extensions to winsock)
Revision 1.89 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Aug 26 04:26:01 2003 UTC (5 years, 2 months ago) by crazney
Changes since 1.88: +12 -11 lines
Diff to previous 1.88
add oleacc stub dll
(i'm not sure about all those changes on the start of configure, but I guess thats just a new autoconf version or something.. Doesn't look like it will hurt anyone)
Revision 1.88 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Aug 22 22:42:29 2003 UTC (5 years, 3 months ago) by hunnise
Changes since 1.87: +124 -3 lines
Diff to previous 1.87
Add Xcursor configure check.
Revision 1.87 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sun Jul 27 23:18:09 2003 UTC (5 years, 3 months ago) by hunnise
Branch point for:
winex-sims-3-2-branch
Changes since 1.86: +60 -2 lines
Diff to previous 1.86
What kind of library designer changes the names of functions between versions?
Sigh. Check for XRandR functions from version 1.1.
Revision 1.86 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Jul 23 14:57:16 2003 UTC (5 years, 4 months ago) by hunnise
Changes since 1.85: +125 -2 lines
Diff to previous 1.85
Add RandR detection
Revision 1.85 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sun Jul 13 07:10:54 2003 UTC (5 years, 4 months ago) by ovek
Changes since 1.84: +2 -1 lines
Diff to previous 1.84
Added d3d9 directory.
Revision 1.84 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Jul 7 20:47:34 2003 UTC (5 years, 4 months ago) by hunnise
Changes since 1.83: +57 -2 lines
Diff to previous 1.83
Add configure check __builtin_expect
Revision 1.83 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Jun 24 20:59:47 2003 UTC (5 years, 4 months ago) by hunnise
Changes since 1.82: +54 -3 lines
Diff to previous 1.82
Some warning fixes.
Revision 1.82 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Apr 22 19:26:01 2003 UTC (5 years, 7 months ago) by hunnise
CVS Tags:
winex-kohan-3-1,
winex-3-1
Branch point for:
winex-kohan-3-2-branch,
winex-3-0-branch
Changes since 1.81: +100 -4 lines
Diff to previous 1.81
New configure checks for pthreads
Revision 1.81 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Apr 21 12:43:20 2003 UTC (5 years, 7 months ago) by hunnise
Changes since 1.80: +0 -55 lines
Diff to previous 1.80
-gstabs+ support seems to be mondo sucky on some distros (expecially dwarf
based ones). Remove it and pretend we never went there...
Revision 1.80 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sun Apr 13 17:09:36 2003 UTC (5 years, 7 months ago) by hunnise
CVS Tags:
winex-3-0
Changes since 1.79: +128 -184 lines
Diff to previous 1.79
Remove reentrant libc checks which were busted for any libc for which you
couldn't override errno_location (or equivalent). Assume everything is
reentrant (including x11).
Could be readded later with a better check.
Revision 1.79 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Apr 11 05:54:38 2003 UTC (5 years, 7 months ago) by hunnise
Changes since 1.78: +58 -2 lines
Diff to previous 1.78
Configure check for stabs+. Use it if possible.
Revision 1.78 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sun Mar 9 18:38:20 2003 UTC (5 years, 8 months ago) by hunnise
CVS Tags:
winex-3-0-pre-1
Changes since 1.77: +29 -20 lines
Diff to previous 1.77
Provide WineX CVS as the default version
Revision 1.77 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Feb 17 03:09:16 2003 UTC (5 years, 9 months ago) by ovek
Changes since 1.76: +4 -5 lines
Diff to previous 1.76
Merge from ReWind CVS at Feb 17, 2003.
Revision 1.1.1.32 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Mon Feb 17 02:40:11 2003 UTC (5 years, 9 months ago) by ovek
Branch:
winehq
CVS Tags:
rewind-20030217
Changes since 1.1.1.31: +2179 -1455 lines
Diff to previous 1.1.1.31
Import of ReWind CVS at Feb 17, 2003.
Revision 1.76 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Feb 4 21:03:02 2003 UTC (5 years, 9 months ago) by hunnise
Changes since 1.75: +6 -1 lines
Diff to previous 1.75
Reactivate saving and restoring application fpu and do the same for d3d8.
Revision 1.75 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Jan 24 19:31:29 2003 UTC (5 years, 9 months ago) by hunnise
Changes since 1.74: +88 -0 lines
Diff to previous 1.74
Add missing mipmap configure check. Also regenerate include/config.h.in
which was missing some things
Revision 1.74 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Jan 22 20:58:01 2003 UTC (5 years, 10 months ago) by hunnise
Changes since 1.73: +14 -1 lines
Diff to previous 1.73
Provide a way to easily turn off XShm
Revision 1.73 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Jan 9 21:52:52 2003 UTC (5 years, 10 months ago) by hunnise
Changes since 1.72: +5 -4 lines
Diff to previous 1.72
Fun with configure. m4 strips the first [ and ] so if we want a [ we need [[. Ugggh.
Fixes quartz undefined symbols on x86
Revision 1.72 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Dec 23 19:39:18 2002 UTC (5 years, 10 months ago) by hunnise
Changes since 1.71: +176 -1 lines
Diff to previous 1.71
Merge from 2.0 branch
Revision 1.71 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Dec 18 20:53:22 2002 UTC (5 years, 11 months ago) by ovek
CVS Tags:
head_merge_from_winex_2_0_branch
Changes since 1.70: +6 -1 lines
Diff to previous 1.70
Added X86FILES substitution variable, defined to $(X86FILES) only on i386
platforms.
Revision 1.70 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Dec 17 20:03:59 2002 UTC (5 years, 11 months ago) by hunnise
Changes since 1.69: +3056 -619 lines
Diff to previous 1.69
Better MSVC compatibility with __int{8,16,32,64}
Use -fno-keep-static-consts if possible
Revision 1.69 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Dec 11 13:48:48 2002 UTC (5 years, 11 months ago) by crazney
Changes since 1.68: +2 -1 lines
Diff to previous 1.68
Basic stub dll for dpnet (DirectPlay8) and interfaces for DirectPlay8:
Client, Server, Peer, LobbiedApplication, LobbyClient, Address, AddressIP
Revision 1.68 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Nov 11 21:07:17 2002 UTC (6 years ago) by crazney
Changes since 1.67: +119 -0 lines
Diff to previous 1.67
A whole bunch of new stuff and fixes in wininet (internet stuff)
o) Support for HTTPS through the use of OpenSSL. Dynamically linked!
o) Began seperating all socket things into a new
layer, only for HTTP for now (FTP will come later)
This was necessary for HTTPS.
o) Implemented cookie support. (Memory only for now, doesn't support paths
or time to die)
o) Added a loop around the HTTP requests incase we recieve a "Location:"
header and have to go elsewhere.
o) Unicode (W) wrappers for several functions.
o) A bunch of bug fixes with the headers being sent out in the right order
(Eg, don't double up on the Host: header, and sent it last).
o) A whole wack of other misc bug fixes.
Revision 1.53.2.4 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sun Oct 6 20:02:44 2002 UTC (6 years, 1 month ago) by ovek
Branch:
winex-2-0-branch
CVS Tags:
winex-2-2-1,
winex-2-2,
winex-2-0-branch-merge-to-head
Changes since 1.53.2.3: +42 -39 lines
Diff to previous 1.53.2.3
, to branch point 1.53
, to next main 1.54
A d3drm stub dll.
Revision 1.67 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sun Oct 6 20:00:30 2002 UTC (6 years, 1 month ago) by ovek
Changes since 1.66: +399 -905 lines
Diff to previous 1.66
A d3drm stub dll.
Revision 1.1.1.31 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Wed Sep 25 19:16:22 2002 UTC (6 years, 1 month ago) by ovek
Branch:
winehq
CVS Tags:
rewind-20020925
Changes since 1.1.1.30: +187 -0 lines
Diff to previous 1.1.1.30
Import of ReWind CVS at Sep 25, 2002.
Revision 1.66 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Sep 5 22:45:45 2002 UTC (6 years, 2 months ago) by ovek
Changes since 1.65: +2 -1 lines
Diff to previous 1.65
Regenerated configure (forgot to do at after adding regsvr32).
Revision 1.65 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Sep 5 18:20:52 2002 UTC (6 years, 2 months ago) by ovek
Changes since 1.64: +2 -1 lines
Diff to previous 1.64
Merged regsvr32 and winemp3 from winex-2-0-branch.
Revision 1.64 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Aug 23 23:17:40 2002 UTC (6 years, 2 months ago) by ovek
Changes since 1.63: +187 -0 lines
Diff to previous 1.63
Added ALSA configure check.
Revision 1.63 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sun Aug 4 20:13:20 2002 UTC (6 years, 3 months ago) by ovek
Changes since 1.62: +15 -3 lines
Diff to previous 1.62
Merge of ReWind CVS at Aug 4, 2002.
Revision 1.1.1.30 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Sun Aug 4 19:34:42 2002 UTC (6 years, 3 months ago) by ovek
Branch:
winehq
CVS Tags:
rewind-20020804
Changes since 1.1.1.29: +15 -3 lines
Diff to previous 1.1.1.29
Import of ReWind CVS at Aug 4, 2002.
Revision 1.53.2.3 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sat Jul 27 19:21:16 2002 UTC (6 years, 3 months ago) by gavriels
Branch:
winex-2-0-branch
CVS Tags:
winex-kohan-2-1,
winex-2-1
Changes since 1.53.2.2: +2 -0 lines
Diff to previous 1.53.2.2
, to branch point 1.53
Adding dmusic makefile stuff
Revision 1.53.2.2 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Jul 26 22:19:27 2002 UTC (6 years, 3 months ago) by gavriels
Branch:
winex-2-0-branch
Changes since 1.53.2.1: +43 -40 lines
Diff to previous 1.53.2.1
, to branch point 1.53
o Added update quartz and other code necessary to support WarCraft 3 videos.
o Imported some LGPLed dlls from WineHQ tree.
o Modified licenses to specify portions of code covered by AFPL, LGPL, etc.
The head branch will be updated with these changes later.
Revision 1.53.2.1 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Jul 16 21:32:52 2002 UTC (6 years, 4 months ago) by crazney
Branch:
winex-2-0-branch
Changes since 1.53: +2 -0 lines
Diff to previous 1.53
backport dpnhpast stub dll to winex-2-0-branch
Revision 1.62 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Jun 7 12:52:15 2002 UTC (6 years, 5 months ago) by ovek
CVS Tags:
quartz-pre-removal,
quartz-post-removal
Changes since 1.61: +5 -1 lines
Diff to previous 1.61
Merge of ReWind CVS at Jun 7, 2002.
Revision 1.1.1.29 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Jun 7 12:19:23 2002 UTC (6 years, 5 months ago) by ovek
Branch:
winehq
CVS Tags:
rewind-20020607
Changes since 1.1.1.28: +5 -1 lines
Diff to previous 1.1.1.28
Import of ReWind CVS at Jun 7, 2002.
Revision 1.61 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed May 22 21:41:56 2002 UTC (6 years, 6 months ago) by crazney
Changes since 1.60: +2 -1 lines
Diff to previous 1.60
add stub for dpnhpast.dll - used fairly often for dx8.1 checks it seems. direct play nat helper?
Revision 1.60 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sat Apr 27 16:57:04 2002 UTC (6 years, 6 months ago) by ovek
Changes since 1.59: +48 -2 lines
Diff to previous 1.59
Merge of ReWind CVS at April 27, 2002.
Revision 1.1.1.28 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Sat Apr 27 16:25:45 2002 UTC (6 years, 6 months ago) by ovek
Branch:
winehq
CVS Tags:
rewind-20020427
Changes since 1.1.1.27: +123 -476 lines
Diff to previous 1.1.1.27
Import of ReWind CVS at April 27, 2002.
Revision 1.59 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Apr 26 03:24:27 2002 UTC (6 years, 6 months ago) by hunnise
Changes since 1.58: +297 -3 lines
Diff to previous 1.58
Add check for functioning sdl libraries. We're now using aclocal to suck
in the appropriate sdl autoconf tests.
Revision 1.58 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Apr 26 02:28:44 2002 UTC (6 years, 6 months ago) by hunnise
Changes since 1.57: +17 -0 lines
Diff to previous 1.57
Provide a simple configure check for building the sdldrv. Use
./configure --enable-sdldrv if you want it. Be sure that you have
SDL and all appropriate libraries when enabling it as it's not complete.
Revision 1.57 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Apr 22 18:49:13 2002 UTC (6 years, 7 months ago) by hunnise
Changes since 1.56: +2 -1 lines
Diff to previous 1.56
Add configure stuff for sdldrv.
Revision 1.56 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Apr 19 18:10:53 2002 UTC (6 years, 7 months ago) by ovek
Changes since 1.55: +296 -445 lines
Diff to previous 1.55
Merge of ReWind CVS at April 19, 2002.
Revision 1.1.1.27 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Apr 19 17:51:13 2002 UTC (6 years, 7 months ago) by ovek
Branch:
winehq
CVS Tags:
rewind-20020419
Changes since 1.1.1.26: +4812 -1976 lines
Diff to previous 1.1.1.26
Import of ReWind CVS at Apr 19, 2002.
Revision 1.55 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Apr 19 16:57:00 2002 UTC (6 years, 7 months ago) by ovek
Changes since 1.54: +2 -2 lines
Diff to previous 1.54
Corrected opengl messages since WineX include OpenGL by default.
Revision 1.54 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Apr 19 16:35:53 2002 UTC (6 years, 7 months ago) by ovek
Changes since 1.53: +11040 -5015 lines
Diff to previous 1.53
Merge of Wine release 20020228, the last X11-licensed Wine release.
Conflicts between our typelib marshaller and Marcus's were resolved
by dumping Marcus's marshaller.
Revision 1.1.1.26 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Apr 19 15:45:58 2002 UTC (6 years, 7 months ago) by ovek
Branch:
winehq
CVS Tags:
wine-20020228
Changes since 1.1.1.25: +8406 -4756 lines
Diff to previous 1.1.1.25
Import of Wine release 20020228, the last X11-licensed Wine release.
Revision 1.53 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Mar 26 18:46:46 2002 UTC (6 years, 7 months ago) by hunnise
CVS Tags:
winex-2-0
Branch point for:
winex-2-0-branch
Changes since 1.52: +0 -1 lines
Diff to previous 1.52
Don't allow linking against wine dlls in /usr/local/lib. Should only link
inside the tree.
Revision 1.52 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Feb 11 07:55:17 2002 UTC (6 years, 9 months ago) by ovek
Changes since 1.51: +2 -0 lines
Diff to previous 1.51
New DLL dinput8.dll.
Revision 1.51 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Jan 18 17:28:21 2002 UTC (6 years, 10 months ago) by hunnise
Changes since 1.50: +1 -1 lines
Diff to previous 1.50
gcc (3.0) man pages indicate -share also needs -fPIC for reliable results
Revision 1.50 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Jan 16 19:49:01 2002 UTC (6 years, 10 months ago) by ovek
Changes since 1.49: +272 -370 lines
Diff to previous 1.49
Merge of WineHQ CVS at Jan 16, 2002.
Revision 1.1.1.25 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Wed Jan 16 18:58:57 2002 UTC (6 years, 10 months ago) by ovek
Branch:
winehq
CVS Tags:
winehq-20020116
Changes since 1.1.1.24: +266 -364 lines
Diff to previous 1.1.1.24
Import of WineHQ CVS at Jan 16, 2002.
Revision 1.49 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Dec 31 15:12:12 2001 UTC (6 years, 10 months ago) by ovek
Changes since 1.48: +413 -403 lines
Diff to previous 1.48
Attempted merge of Wine release 20011226. Probably breaks lots of stuff.
(Use the wine-premerge-20011226 cvs tag if you want)
Revision 1.1.1.24 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Mon Dec 31 10:45:18 2001 UTC (6 years, 10 months ago) by ovek
Branch:
winehq
CVS Tags:
wine-20011226
Changes since 1.1.1.23: +404 -394 lines
Diff to previous 1.1.1.23
Import of Wine release 20011226.
(The tree before this import has been tagged wine-premerge-20011226)
Revision 1.48 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sun Dec 30 13:04:05 2001 UTC (6 years, 10 months ago) by ovek
CVS Tags:
wine-premerge-20011226
Changes since 1.47: +207 -313 lines
Diff to previous 1.47
Cleaned up configure a bit. (As I recall, Alexandre doesn't like acconfig.h)
Revision 1.47 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Dec 13 20:43:20 2001 UTC (6 years, 11 months ago) by ovek
Changes since 1.46: +4 -0 lines
Diff to previous 1.46
Compile the new dlls d3d8 and d3dgl. Moved ddraw out of the X-specific
dll list and into the main dll list.
Revision 1.46 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Dec 13 19:26:57 2001 UTC (6 years, 11 months ago) by andrewlewycky
Changes since 1.45: +9 -9 lines
Diff to previous 1.45
That too.
Revision 1.45 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Dec 13 02:52:56 2001 UTC (6 years, 11 months ago) by ovek
Changes since 1.44: +5 -5 lines
Diff to previous 1.44
Only complain about /usr/X11R6/lib/libGL.a if it's *really* necessary
(it's only necessary when /usr/X11R6/lib/libGL.so does not also exist,
and it does if the user has a plain xlibmesa (DRI) setup).
I also added some quoting to get rid of some "test" '=' errors.
Revision 1.44 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Dec 13 00:04:22 2001 UTC (6 years, 11 months ago) by andrewlewycky
Changes since 1.43: +442 -380 lines
Diff to previous 1.43
Support using the pthreads library.
configure with --enable-pthreads to enable it.
Revision 1.43 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Nov 22 00:03:10 2001 UTC (7 years ago) by andrewlewycky
Changes since 1.42: +203 -196 lines
Diff to previous 1.42
Directly check for /usr/X11R6/lib/libGL.a, and refuse to configure if it's
there.
Revision 1.42 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sun Oct 28 15:12:05 2001 UTC (7 years ago) by ovek
Changes since 1.41: +148 -140 lines
Diff to previous 1.41
Merge of WineHQ CVS at Oct 28, 2001.
Revision 1.1.1.23 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Sun Oct 28 14:12:46 2001 UTC (7 years ago) by ovek
Branch:
winehq
CVS Tags:
winehq-20011028
Changes since 1.1.1.22: +144 -137 lines
Diff to previous 1.1.1.22
Import of WineHQ CVS at Oct 28, 2001.
Revision 1.41 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Oct 22 05:40:49 2001 UTC (7 years, 1 month ago) by gavriels
Changes since 1.40: +40 -41 lines
Diff to previous 1.40
GDB remote should be disabled by default, not enabled
Revision 1.40 -