b17d863d3cc7f7afa03ea7f1bad65e0389713032 666726 |
|
11-Jun-2008 |
tdonovan |
Windows manifests are ;1 for .exe, ;2 for .dll and .so - ref: http://msdn.microsoft.com/en-us/library/ms235591.aspx |
a751155a30bbd9ccb739c1b052635b14d39038c2 605397 |
|
19-Dec-2007 |
wrowe |
When building to WinNT, CommandLineToArgvW must resolve. |
94b262d3639149df0b02642a9daa6db8bff58577 495126 |
|
11-Jan-2007 |
wrowe |
Embed the .manifest files of all httpd binaries as a post-build
operation. This ensures the exported (Studio 97 generated) .mak
files create a usable Apache directly from the VC 8 (Studio 2005)
command line environment. |
37ad54b8fd2611b7a4f2b269eec3d27ed784a25d 419644 |
|
06-Jul-2006 |
wrowe |
Revert Revision 397647
While it solves the studio 2005 (we desire this), it breaks
the studio 6 packaging (we require this). Discussion on list
of practical solutions. |
e237b51d2e7a72b7f636f67ed4a9f5fe30f56375 397647 |
|
27-Apr-2006 |
wrowe |
This resource /D syntax was pretty horridly imported into VS 2005,
change the quotation to ensure a peaceful transition to sln/vcproj files. |
5ac28f3fe2417368757f29cf381338357605fd52 397407 |
|
27-Apr-2006 |
wrowe |
Remove all /machine:I386 references, these are getting in the way
of switching linkers from the x86 (default linker) to x64 or other
possible target platforms. (Also, this commit cleans up lingering
/GX switches from the 'BASE' options that are supposed to be unused). |
e1ad80c048e29e968221817698529d73098f07a4 395419 |
|
20-Apr-2006 |
wrowe |
s|/GX |/EHsc | because they were always synonyms, and Visual Studio
2005 edition complains bitterly and loudly that /GX is deprecated. |
8c8173f49dd7122e10636b3d20ae841551bd0b43 395418 |
|
20-Apr-2006 |
wrowe |
Remove a host of dependencies upon awk, using the same template for
nearly every .rc compilation (giving the output .res file a different
name for each component). Adds AP_SERVER_BASEPROJECT to ap_revision.h
so we can display the proper name of "Apache HTTP Server" as opposed
to AP_SERVER_BASEPRODUCT (which is, and should remain, simply "Apache"
for the server string tokens.) |
56e85d89d42a6980f31b800266649efbed338da3 170253 |
|
15-May-2005 |
wrowe |
Reintroduce stack frame construction with /Oy- (removal was implied by /O2).
This makes binaries far easier to debug, during operation and for post-crash
.dmp analysis. Do not alter /Gs optimizations per brane.
Reviewed by: stoddard, brane |
3082ab8b90e027fa27680f140987ea7e20df5088 98970 |
|
11-Mar-2003 |
wrowe |
After discussions at length on dev@apr/httpd, it is determined that
the older .dbg format symbols are not worth the interference with
generating complete .pdb symbolic debugging databases.
This patch further eliminates pdbtype:sept flags that interfere with
deciphering local symbols and type information. |
79464ef4c61ae6b1bb4de13decb4e4f9e43e2800 98744 |
|
20-Feb-2003 |
wrowe |
After consultations on the APR list, it was decided that /map files are
fairly redundant when you retain rich .pdb debugging symbol files. We
have rarely used them, and generally .dbg and .pdb files prove much more
useful for the cases we have.
While eliminating /map files, we are also shrinking the size of the .dbg
files by stripping 'private' symbol information. Really this means less
rich diagnostics from Dr. Watson on NT or Win9x when they query the .dbg
symbols in creating a DrWatson log file. But it's more than compensated
for on newer OS'es where Dr. Watson will query the .pdb symbols, on all
Win32 flavors when WinDbg is used with the .pdb symbols, and the fact that
the distribution of binary symbols will use less bandwidth when less
information is duplicated from the .pdb format into the .dbg files. |
f1a6b66f00bc686cd247d727dfcc35eeaa58b535 98712 |
|
18-Feb-2003 |
wrowe |
foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, which
was badness. Twist this puppy to .dbr, the only name I could invent that
doesn't look like any database file extension I recall.
It stands for .dbg rebased. |
0bcc003d275c6b0a9060d43be89762b218cbc2c7 98596 |
|
07-Feb-2003 |
wrowe |
*) Introduce debugging symbols for Win32 release builds, both .pdb
and .dbg files (older debuggers and Dr. Watson-type utilities
on WinNT or Win9x don't support the newer .pdb flavor.)
[Allen Edwards, William Rowe] |
2b976b4e693d0fe6df3909182a5e36b06575bbc4 98376 |
|
20-Jan-2003 |
wrowe |
Update support utility filenames to reflect .exe extensions for the
newest apr/build/win32ver.awk script changes. |
26b9ccb55ff33097af4914f2e4bd36fec99a039d 90686 |
|
26-Aug-2001 |
wrowe |
Toggle the /Zi flag to allow all supportd versions of VC (5, 6, 7) to
build 'out of the box' in debugging mode. |
a092e6811e647076fd5a106d1be1cb81f7632e52 90269 |
|
17-Aug-2001 |
wrowe |
The purpose of this patch is to toggle the debugging mode (default) to
Program Database (from Program Database for Modify on the fly debugging).
The net effect of this patch is to clean up all of the irrelevant entries
associated with either the debugging or release command line switches, and
generally straighten the projects as they would be exported from VC6/SP5.
The outcome of this patch is that VC5 users -should- be able to load and
build the workspace without any errors (as they used to have no symbols
database at all, the /ZI option doesn't work, they had to use cvtdsp.pl
to toggle these to /Zi.) |
aa1fc08e9f6acaa9de8f1301962c2dca202377fb 90206 |
|
16-Aug-2001 |
wrowe |
Toss win32 version stamps on these |
bb65aeae7af1d33b64252bbc1b966942d757ac60 87501 |
|
21-Dec-2000 |
wrowe |
All the supports now build on APR (+APRUTIL), no reliance on httpd. |
19d8729755d7f4d9503029a628dacbbdabcd2264 87475 |
|
21-Dec-2000 |
wrowe |
Correction, commited the vc5. Need vc6 in the tree. Humble appologies. |
9ec65cbae2f760e485a1c54df5b19853688d5c91 87471 |
|
21-Dec-2000 |
wrowe |
The Win32 overhaul, in summary;
Modules are named mod_foo.so
Dynamic Libraries are named libfoo.dll, and are stored in bin/
The former ApacheCoreDll is now libhttpd.dll
Apache.exe moves to bin/
The make install now copies include, lib, and libexec
All build options are normalized, filenames adjusted appropriately |
f4fccf7e4d5ffd4dee68759fff0c86a70c402ac1 87254 |
|
07-Dec-2000 |
wrowe |
Eliminate the /GX flag from release builds of the support tree. This
disables exception handling overhead that has no handler in Apache.
Add the /Fd"Debug|Release/projname" options to eliminate conflicting
vc50.pdb and vc50.idb files. |
29680b95f640069ec78f49485863f6218b100f74 87213 |
|
05-Dec-2000 |
wrowe |
A bit of inclusion for the apr-util package. |
990e1969a428b8844e07aad088df41340cd009d4 87212 |
|
05-Dec-2000 |
wrowe |
This patch illustrates the new locations, and makes the majority of the
adjustments. Now to actually try to build the thing. |
937806d2b2689edb78b4211499de9c97bc561985 86540 |
|
11-Oct-2000 |
wrowe |
Regardless of reaction to a symbol rename -within- the sources, these
external symbols change for clarity. |
7676d19c79792f36793d3b8a3be18337d428adb1 85327 |
|
28-May-2000 |
wrowe |
PR:
Obtained from:
Submitted by:
Reviewed by:
Adjust the support binary build files for the change from AP_STATIC as
a library to API_STATIC for the ApacheCore project.
If we adopt AP_EXPORT_bleh for the ApacheCore, these will be flipped. |
ecfd3c3dca0f42aae1ad3d27926b602e484a44f5 85316 |
|
27-May-2000 |
wrowe |
PR:
Obtained from:
Submitted by:
Reviewed by:
Cleanup MSVC .dsp build for support/ files. Give all support/ .dsp's
the GCD configuration. The entire Win32 environment now builds, but
I'm sure that will be fixed soon :-) |
cb14d691dfef9075cb9b2b807b64b1facda97e2d 85301 |
|
26-May-2000 |
wrowe |
PR:
Obtained from:
Submitted by:
Reviewed by:
All waiting to bite us... just go ahead and ignore this commit. Better
now that when we are deciphering real changes. This knocks all the
projects into what I expect is a clean VC6 format. |
5a4b3207b395b426c5a9066f4afea8d3fa8c6660 85292 |
|
25-May-2000 |
stoddard |
Win32: Convert ap_proc_t to tranparent type. |
1f2f357528d122de2c7886a073b4eee8766d5c95 85254 |
|
19-May-2000 |
wrowe |
Current and clean make files for Win95. Changes Include:
All projects link incrementally with no link maps in Debug mode.
New cvstodsp6.pl and dsp6tocvs.pl will fix up /the /ZI - /Zi issue.
Includes corrections noted by Tim Costello |
58fcae4a8816f4a4d87b60a00346d095d085fce7 85162 |
|
06-May-2000 |
wrowe |
Cleanup of Apache build with pcre in Win32.
Plus clean up ab and htdigest to conform to build
of other support executables.
Everything seems to be working again. |
5f6e75bc39f8d95c7495ed17e585597cd6bd7fba 85080 |
|
28-Apr-2000 |
trawick |
Win32:
install ab.exe
fix dependency in Apache.dsw (ab is dependent on aprlib and ap)
fix ab and htdigest projects so that they find all header files
define ap_signal() in apr.hw - this is o.k. for casual use as with
cmd-line programs
use API_VAR_EXPORT as appropriate in getopt.c
general:
ab doesn't need to declare ap_optarg/ap_optind; fix a warning
htdigest needs to call ap_initialize() to avoid segfault at
startup |
db848a70422b56cf0f15a47c37e17ebe05e2ce04 85034 |
|
25-Apr-2000 |
stoddard |
Some Windows tweaks from William Rowe...
Submitted by: William Rowe |
ec59f4e92f66631ee3266c0d416a01ac92bdf06c 84818 |
|
22-Mar-2000 |
stoddard |
Win32: Continue removing precompiled header support from the dsp and
mak files.
Submitted by: William Rowe
Reviewed by: Bill Stoddard |
780a4529501556bf31f57e98b6a8ba389fcf735e 83816 |
|
27-Aug-1999 |
stoddard |
WIN32: htdigest and htpasswd project and make files for Win32 were deleted
somewhere along the way. Adding them back... |