/[Apache-SVN]/httpd/httpd/branches/2.2.x/server/gen_test_char.dsp
ViewVC logotype

Log of /httpd/httpd/branches/2.2.x/server/gen_test_char.dsp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 397649 - (view) (annotate) - [select for diffs]
Modified Thu Apr 27 21:47:41 2006 UTC (3 years, 7 months ago) by wrowe
File length: 3352 byte(s)
Diff to previous 395961 (colored)
  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.)

Backports: 397407

Revision 395961 - (view) (annotate) - [select for diffs]
Modified Fri Apr 21 17:47:19 2006 UTC (3 years, 7 months ago) by wrowe
File length: 3406 byte(s)
Diff to previous 234103 (colored)
  Backport 395419, replace /GX win32 compile flag with /EHsc to match.
  Reviewed by all active win32 contributors, and committed as an arch
  maintenance fix.  This permits Win32 VisualStudio 2005 users to build
  httpd without extranious 'deprectated option' emits.

Reviewed by: wrowe, colm

Revision 234103 - (view) (annotate) - [select for diffs]
Modified Sat Aug 20 18:21:45 2005 UTC (4 years, 3 months ago) by pquerna
File length: 3404 byte(s)
Diff to previous 106103 (colored)
Recreate 2.2.x branch from trunk.

Revision 106103 - (view) (annotate) - [select for diffs]
Modified Sun Nov 21 18:50:36 2004 UTC (5 years ago) by nd
Original Path: httpd/httpd/trunk/server/gen_test_char.dsp
File length: 3404 byte(s)
Diff to previous 98970 (colored)
general property cleanup

Revision 98970 - (view) (annotate) - [select for diffs]
Modified Tue Mar 11 00:58:59 2003 UTC (6 years, 8 months ago) by wrowe
Original Path: httpd/httpd/trunk/server/gen_test_char.dsp
File length: 3404 byte(s)
Diff to previous 90686 (colored)
  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.

Revision 90686 - (view) (annotate) - [select for diffs]
Modified Sun Aug 26 05:21:50 2001 UTC (8 years, 3 months ago) by wrowe
Original Path: httpd/httpd/trunk/server/gen_test_char.dsp
File length: 3395 byte(s)
Diff to previous 90269 (colored)
  Toggle the /Zi flag to allow all supportd versions of VC (5, 6, 7) to
  build 'out of the box' in debugging mode.

Revision 90269 - (view) (annotate) - [select for diffs]
Modified Fri Aug 17 03:45:35 2001 UTC (8 years, 3 months ago) by wrowe
Original Path: httpd/httpd/trunk/server/gen_test_char.dsp
File length: 3395 byte(s)
Diff to previous 87890 (colored)

  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.)

Revision 87890 - (view) (annotate) - [select for diffs]
Modified Sun Jan 28 14:21:07 2001 UTC (8 years, 10 months ago) by wrowe
Original Path: httpd/httpd/trunk/server/gen_test_char.dsp
File length: 3305 byte(s)
Diff to previous 87475 (colored)
  The single missing space caused dependency parser breakage on win32.
  Fixed.

Revision 87475 - (view) (annotate) - [select for diffs]
Modified Thu Dec 21 01:25:10 2000 UTC (8 years, 11 months ago) by wrowe
Original Path: httpd/httpd/trunk/server/gen_test_char.dsp
File length: 3304 byte(s)
Diff to previous 87471 (colored)
  Correction, commited the vc5.  Need vc6 in the tree.  Humble appologies.

Revision 87471 - (view) (annotate) - [select for diffs]
Modified Thu Dec 21 01:04:49 2000 UTC (8 years, 11 months ago) by wrowe
Original Path: httpd/httpd/trunk/server/gen_test_char.dsp
File length: 3268 byte(s)
Diff to previous 87213 (colored)
  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

Revision 87213 - (view) (annotate) - [select for diffs]
Modified Tue Dec 5 17:38:40 2000 UTC (8 years, 11 months ago) by wrowe
Original Path: httpd/httpd/trunk/server/gen_test_char.dsp
File length: 3169 byte(s)
Diff to previous 87212 (colored)
  A bit of inclusion for the apr-util package.

Revision 87212 - (view) (annotate) - [select for diffs]
Modified Tue Dec 5 16:37:50 2000 UTC (8 years, 11 months ago) by wrowe
Original Path: httpd/httpd/trunk/server/gen_test_char.dsp
File length: 3105 byte(s)
Diff to previous 85355 (colored)
  This patch illustrates the new locations, and makes the majority of the
  adjustments.  Now to actually try to build the thing.

Revision 85355 - (view) (annotate) - [select for diffs]
Modified Tue May 30 22:56:36 2000 UTC (9 years, 5 months ago) by wrowe
Original Path: httpd/httpd/trunk/server/gen_test_char.dsp
File length: 3099 byte(s)
Diff to previous 85354 (colored)
PR:
Obtained from:
Submitted by:
Reviewed by:

  Ugh, sorry bout that... reversing out the last dsp6->dsp5 commit.

Revision 85354 - (view) (annotate) - [select for diffs]
Modified Tue May 30 22:54:31 2000 UTC (9 years, 5 months ago) by wrowe
Original Path: httpd/httpd/trunk/server/gen_test_char.dsp
File length: 3063 byte(s)
Diff to previous 85301 (colored)
PR:
Obtained from:
Submitted by:
Reviewed by:

  How, precisely, was Apache going to do anything with rewritten args ;-?
  +1 on my personal oh-duh tally for the weekend.

Revision 85301 - (view) (annotate) - [select for diffs]
Modified Fri May 26 05:09:17 2000 UTC (9 years, 6 months ago) by wrowe
Original Path: httpd/httpd/trunk/server/gen_test_char.dsp
File length: 3099 byte(s)
Diff to previous 85292 (colored)
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.

Revision 85292 - (view) (annotate) - [select for diffs]
Modified Wed May 24 23:45:37 2000 UTC (9 years, 6 months ago) by stoddard
Original Path: httpd/httpd/trunk/server/gen_test_char.dsp
File length: 3099 byte(s)
Diff to previous 85254 (colored)
Win32: Convert ap_proc_t to tranparent type.

Revision 85254 - (view) (annotate) - [select for diffs]
Modified Fri May 19 05:09:20 2000 UTC (9 years, 6 months ago) by wrowe
Original Path: httpd/httpd/trunk/server/gen_test_char.dsp
File length: 3067 byte(s)
Diff to previous 85161 (colored)
  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

Revision 85161 - (view) (annotate) - [select for diffs]
Modified Sat May 6 15:02:13 2000 UTC (9 years, 6 months ago) by wrowe
Original Path: httpd/httpd/trunk/server/gen_test_char.dsp
File length: 3111 byte(s)
Diff to previous 85121 (colored)
  First crack at getting Apache to build with pcre in Win32.
  Cleans up all the gen_ projects to strip off garbage files,
  as well, and follows the same pattern for dftables.

Revision 85121 - (view) (annotate) - [select for diffs]
Modified Mon May 1 16:51:24 2000 UTC (9 years, 6 months ago) by wrowe
Original Path: httpd/httpd/trunk/server/gen_test_char.dsp
File length: 3076 byte(s)
Diff to previous 85004 (colored)
  Final .dsp changes to produce the lightest weight builds
  without precompiled headers or source browse files under
  Win32.  Enabling these is straightforward, if that's what
  the user desires.  Also correct minor errors, and reset
  some project defaults to their current config.

Revision 85004 - (view) (annotate) - [select for diffs]
Modified Thu Apr 20 19:28:08 2000 UTC (9 years, 7 months ago) by stoddard
Original Path: httpd/httpd/trunk/server/gen_test_char.dsp
File length: 3492 byte(s)
Diff to previous 84612 (colored)
Revamp the Win32 make environment. Makefiles have been removed and
Apache.dsw created to bring together all the pieces. Create new file
os/win32/BaseAddr.ref to define module base addresses (to prevent
dll relocation at start-up).

Submitted by:	William Rowe
Reviewed by:	Bill Stoddard

Revision 84612 - (view) (annotate) - [select for diffs]
Modified Fri Feb 11 18:52:30 2000 UTC (9 years, 9 months ago) by stoddard
Original Path: httpd/httpd/trunk/server/gen_test_char.dsp
File length: 3794 byte(s)
Diff to previous 83898 (colored)
Fix compile breaks on Windows. Projects need to know where to find os.h.

Revision 83898 - (view) (annotate) - [select for diffs]
Modified Mon Sep 13 15:20:53 1999 UTC (10 years, 2 months ago) by stoddard
Original Path: httpd/httpd/trunk/server/gen_test_char.dsp
File length: 3760 byte(s)
Diff to previous 83750 (colored)
Add apr include path to win32 dsp and make file

Revision 83750 - (view) (annotate) - [select for diffs]
Added Tue Aug 24 06:46:03 1999 UTC (10 years, 3 months ago) by fielding
Original Path: httpd/httpd/trunk/server/gen_test_char.dsp
File length: 3712 byte(s)
Apache 1.3.9 baseline for the Apache 2.0 repository.

Obtained from: Apache 1.3.9 (minus unused files), tag APACHE_1_3_9
Submitted by: Apache Group

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2