1 2013-09-05 Anders Carlsson <andersca@apple.com>
3 Enable C++11 wherever we build C++ files that include wtf/Platform.h
4 https://bugs.webkit.org/show_bug.cgi?id=120782
6 Reviewed by Andreas Kling.
8 Set CLANG_CXX_LANGUAGE_STANDARD to gnu++0x.
10 * gtest/xcode/Config/General.xcconfig:
12 2013-08-20 Alex Christensen <achristensen@apple.com>
14 Use PlatformArchitecture to distinguish between 32-bit and 64-bit builds on Windows.
15 https://bugs.webkit.org/show_bug.cgi?id=119512
17 Reviewed by Brent Fulgham.
19 * gtest/msvc/gtest-md.vcxproj:
20 Replaced obj32, bin32, and lib32 with macros for 64-bit build.
22 2013-07-23 David Farler <dfarler@apple.com>
24 Provide optional OTHER_CFLAGS, OTHER_CPPFLAGS, OTHER_LDFLAGS additions for building with ASAN
25 https://bugs.webkit.org/show_bug.cgi?id=117762
27 Reviewed by Mark Rowe.
29 * gtest/xcode/Config/General.xcconfig:
30 Add ASAN_OTHER_CFLAGS, CPLUSPLUSFLAGS, LDFLAGS.
31 * gtest/xcode/Config/StaticLibraryTarget.xcconfig:
32 Add ASAN_OTHER_CFLAGS, CPLUSPLUSFLAGS.
34 2013-07-27 Mark Rowe <mrowe@apple.com>
36 Fix builds against an SDK.
38 * gtest/xcode/Config/FrameworkTarget.xcconfig: Ensure that gtest.framework is installed
39 in a location compatible with the SDK generation process.
41 2013-07-19 Alex Christensen <achristensen@apple.com>
43 Added x64 configuration to Visual Studio build.
44 https://bugs.webkit.org/show_bug.cgi?id=118888
46 Reviewed by Brent Fulgham.
48 * gtest/msvc/gtest-md.vcxproj:
50 2013-07-18 Roger Fong <roger_fong@apple.com>
52 Make sure to link against _debug binaries when appropriate.
53 <rdar://problem/14473010>.
55 * gtest/msvc/gtest-md.vcxproj:
57 2013-06-17 Darin Adler <darin@apple.com>
59 Sort all the Xcode project files
60 https://bugs.webkit.org/show_bug.cgi?id=117696
62 Reviewed by Anders Carlsson.
64 * gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj: Ran the sort-Xcode-project-file script.
65 * gtest/xcode/gtest.xcodeproj/project.pbxproj: Ran the sort-Xcode-project-file script.
67 2013-06-18 Roger Fong <roger_fong@apple.com>
69 Replace tools32 folder with tools and update WebKit Windows solution accordingly.
70 <rdar://problem/14118143>.
72 Rubberstamped by Brent Fulgham.
74 * gtest/msvc/gtest-md.vcxproj:
76 2013-06-03 Roger Fong <roger_fong@apple.com>
78 Nuke VS2005 files from the tree.
79 <rdar://problem/14042021>.
81 Rubberstamped by Brent Fulgham.
83 * gtest/msvc/gtest-md.sln: Removed.
84 * gtest/msvc/gtest-md.vcproj: Removed.
85 * gtest/msvc/gtest.sln: Removed.
86 * gtest/msvc/gtest.vcproj: Removed.
87 * gtest/msvc/gtest_main-md.vcproj: Removed.
88 * gtest/msvc/gtest_main.vcproj: Removed.
89 * gtest/msvc/gtest_prod_test-md.vcproj: Removed.
90 * gtest/msvc/gtest_prod_test.vcproj: Removed.
91 * gtest/msvc/gtest_unittest-md.vcproj: Removed.
92 * gtest/msvc/gtest_unittest.vcproj: Removed.
94 2013-04-26 Roger Fong <roger_fong@apple.com>
96 Make Apple Windows VS2010 build results into and get dependencies from __32 suffixed folders.
97 Make the DebugSuffix configuration use _debug dependencies.
99 * gtest/msvc/gtest-md.vcxproj:
101 2013-04-09 Benjamin Poulain <bpoulain@apple.com>
103 Remove the WebKit copy of GLU and the file using it
104 https://bugs.webkit.org/show_bug.cgi?id=114249
106 Reviewed by Darin Adler.
108 * glu/.gitignore: Removed.
109 * glu/LICENSE.txt: Removed.
110 * glu/README.webkit: Removed.
111 * glu/glu.gyp: Removed.
112 * glu/gluos.h: Removed.
113 * glu/internal_glu.h: Removed.
114 * glu/libtess/GNUmakefile: Removed.
115 * glu/libtess/Imakefile: Removed.
116 * glu/libtess/README: Removed.
117 * glu/libtess/alg-outline: Removed.
118 * glu/libtess/dict-list.h: Removed.
119 * glu/libtess/dict.c: Removed.
120 * glu/libtess/dict.h: Removed.
121 * glu/libtess/geom.c: Removed.
122 * glu/libtess/geom.h: Removed.
123 * glu/libtess/memalloc.c: Removed.
124 * glu/libtess/memalloc.h: Removed.
125 * glu/libtess/mesh.c: Removed.
126 * glu/libtess/mesh.h: Removed.
127 * glu/libtess/normal.c: Removed.
128 * glu/libtess/normal.h: Removed.
129 * glu/libtess/priorityq-heap.c: Removed.
130 * glu/libtess/priorityq-heap.h: Removed.
131 * glu/libtess/priorityq-sort.h: Removed.
132 * glu/libtess/priorityq.c: Removed.
133 * glu/libtess/priorityq.h: Removed.
134 * glu/libtess/render.c: Removed.
135 * glu/libtess/render.h: Removed.
136 * glu/libtess/sweep.c: Removed.
137 * glu/libtess/sweep.h: Removed.
138 * glu/libtess/tess.c: Removed.
139 * glu/libtess/tess.h: Removed.
140 * glu/libtess/tessmono.c: Removed.
141 * glu/libtess/tessmono.h: Removed.
143 2013-04-08 Benjamin Poulain <benjamin@webkit.org>
145 Remove gyp from ThirdParty
146 https://bugs.webkit.org/show_bug.cgi?id=114244
148 Rubberstamped by Ryosuke Niwa.
152 2013-04-05 Geoffrey Garen <ggaren@apple.com>
154 Made USE(JSC) unconditional
155 https://bugs.webkit.org/show_bug.cgi?id=114058
157 Reviewed by Anders Carlsson.
159 * gtest/include/gtest/internal/gtest-port.h:
161 2013-03-29 Martin Robinson <mrobinson@igalia.com>
163 Update the version of gyp in the repository
164 https://bugs.webkit.org/show_bug.cgi?id=113540
166 Reviewed by Nico Weber.
168 * gyp: Update gyp to r1605.
170 2013-03-21 Zan Dobersek <zdobersek@igalia.com>
172 [GTK] Move libLevelDB.la setup into a separate GNUmakefile.am
173 https://bugs.webkit.org/show_bug.cgi?id=112947
175 Reviewed by Martin Robinson.
177 * leveldb/GNUmakefile.am: Added, sets up the libLevelDB.la library.
179 2013-03-20 Brent Fulgham <bfulgham@webkit.org>
181 [WinCairo] Build WinCairo port under VS2010.
182 https://bugs.webkit.org/show_bug.cgi?id=112861
184 Reviewed by Tim Horton.
186 * gtest/msvc/gtest-md.vcxproj: Add WinCairo targets.
188 2013-03-07 Andrew Bortz <andrew@abortz.net>
190 Replace Mersenne Twister RNG with a simple but fast RNG
191 https://bugs.webkit.org/show_bug.cgi?id=111533
193 Reviewed by Adam Barth.
195 This code is no longer used.
197 * mt19937ar.c: Removed.
199 2013-02-20 Roger Fong <roger_fong@apple.com>
201 Get VS2010 Solution B&I ready.
202 <rdar://problem/1322988>
204 Rubberstamped by Timothy Horton.
206 Add Production configuration.
208 * gtest/msvc/gtest-md.vcxproj:
210 2013-02-14 Tony Chang <tony@chromium.org>
212 Unreviewed, set svn:eol-style native for .sln, .vcproj, and .vsprops files.
213 https://bugs.webkit.org/show_bug.cgi?id=96934
215 * gtest/msvc/gtest-md.sln: Modified property svn:eol-style.
216 * gtest/msvc/gtest.sln: Modified property svn:eol-style.
218 2013-02-14 Tony Chang <tony@chromium.org>
220 Unreviewed, set svn:eol-style CRLF for .sln files.
222 * gtest/msvc/gtest-md.sln: Added property svn:eol-style.
223 * gtest/msvc/gtest.sln: Added property svn:eol-style.
225 2013-02-14 Roger Fong <roger_fong@apple.com>
227 Add gtest-md VS2010 project files.
228 https://bugs.webkit.org/show_bug.cgi?id=107034.
230 Reviewed by Brent Fulgham.
232 * gtest/msvc/gtest-md.sln: Added property svn:eol-style.
233 * gtest/msvc/gtest.sln: Added property svn:eol-style.
235 2013-02-05 Simon Hausmann <simon.hausmann@digia.com>
237 [Qt] Compile WTF tests of TestWebKitAPI
238 https://bugs.webkit.org/show_bug.cgi?id=108935
240 Reviewed by Kenneth Rohde Christiansen.
242 Add qmake build system .pro file for building gtest as static library.
244 * gtest/gtest.pro: Added.
246 2013-02-05 Paweł Forysiuk <tuxator@o2.pl>
248 Building with MinGW compiler dies with gtest errors
249 https://bugs.webkit.org/show_bug.cgi?id=108470
251 Reviewed by Martin Robinson.
253 Variable Libraries_libgtest_la_CXXFLAGS blindly assumes that
254 pthreads will always be enabled. Make using pthreads for gtest
255 conditional on the build target.
257 * gtest/GNUmakefile.am: Set Libraries_libgtest_la_CXXFLAGS accordingly to the build target.
259 2013-01-23 Tony Chang <tony@chromium.org>
261 Unreviewed, set svn:eol-style to CRLF on Windows .sln files.
263 * gtest/msvc/gtest-md.sln: Added property svn:eol-style.
264 * gtest/msvc/gtest.sln: Added property svn:eol-style.
266 2013-01-17 Martin Robinson <mrobinson@igalia.com>
268 [GTK] Build with LevelDB when IndexedDB is enabled
269 https://bugs.webkit.org/show_bug.cgi?id=103220
271 Reviewed by Gustavo Noronha Silva.
273 Add the leveldb 1.9.0 source code to the ThirdParty dependencies.
274 We cannot depend on leveldb provided by the distribution, because
275 it sometimes breaks API compatibility.
277 * leveldb: Imported from the 1.9.0 leveldb source tarball.
279 2013-01-09 David Farler <dfarler@apple.com>
281 Change ARCHS to generic setting to work with multiple platforms.
282 https://bugs.webkit.org/show_bug.cgi?id=106478
284 Reviewed by Anders Carlsson.
286 * gtest/xcode/Config/General.xcconfig: ARCHS = $(ARCHS_STANDARD_32_64_BIT);
288 2012-10-28 Mark Rowe <mrowe@apple.com>
290 Simplify Xcode configuration settings that used to vary between OS versions.
292 Reviewed by Dan Bernstein.
294 * gtest/xcode/Config/General.xcconfig:
296 2012-10-28 Mark Rowe <mrowe@apple.com>
298 Remove references to unsupported OS and Xcode versions.
300 Reviewed by Anders Carlsson.
302 * gtest/xcode/Config/CompilerVersion.xcconfig: Removed.
303 * gtest/xcode/Config/General.xcconfig:
305 2012-10-27 Dan Bernstein <mitz@apple.com>
307 REAL_PLATFORM_NAME build setting is no longer needed
308 https://bugs.webkit.org/show_bug.cgi?id=100587
310 Reviewed by Mark Rowe.
312 Removed the definition of REAL_PLATFORM_NAME and replaced references to it with references
315 * gtest/xcode/Config/CompilerVersion.xcconfig:
316 * gtest/xcode/Config/General.xcconfig:
318 2012-08-23 Mark Rowe <mrowe@apple.com>
320 Make gtest build with the latest version of clang.
322 Reviewed by Dan Bernstein.
324 * gtest/src/gtest-internal-inl.h:
325 (GTestFlagSaver): Remove an unused member.
327 2012-07-03 Tony Chang <tony@chromium.org>
329 [chromium] Unreviewed, update .gitignore to handle VS2010 files.
333 2012-06-27 Ryosuke Niwa <rniwa@webkit.org>
335 Fix gcc build after r121302
336 https://bugs.webkit.org/show_bug.cgi?id=90055
338 Reviewed by Mark Rowe.
340 Assume RTTI is disabled so that gtest builds under XCode 3.2.6.
342 * gtest/xcode/Config/General.xcconfig:
344 2012-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
346 Unreviewed. Fix make distcheck.
348 * gtest/GNUmakefile.am: Add source code files included by
349 gtest_all.cc to EXTRA_DIST.
351 2012-04-26 Carlos Garcia Campos <cgarcia@igalia.com>
353 [GTK] Build and run TestWebKitAPI WebKit2 unit tests
354 https://bugs.webkit.org/show_bug.cgi?id=84446
356 Reviewed by Philippe Normand.
358 * gtest/GNUmakefile.am: Do not build libgtestmain anymmore since
359 all tests use now a custom main to make sure WTF threads are
362 2012-04-24 Carlos Garcia Campos <cgarcia@igalia.com>
364 [GTK] Build and run TestWebKitAPI unit tests
365 https://bugs.webkit.org/show_bug.cgi?id=84325
367 Reviewed by Philippe Normand.
369 * gtest/GNUmakefile.am: Added.
371 2012-03-30 David Barr <davidbarr@chromium.org>
373 Split up top-level .gitignore and .gitattributes
374 https://bugs.webkit.org/show_bug.cgi?id=82687
376 Reviewed by Tor Arne Vestbø.
378 * glu/.gitignore: Added.
380 2012-03-09 Ashod Nakashian <ashodnakashian@yahoo.com>
382 Bash scripts should support LF endings only
383 https://bugs.webkit.org/show_bug.cgi?id=79509
385 Reviewed by David Kilzer.
387 * gtest/xcode/Samples/FrameworkSample/runtests.sh: Added property svn:executable.
388 * gtest/xcode/Scripts/runtests.sh: Added property svn:executable.
390 2012-03-08 Jessie Berlin <jberlin@apple.com>
392 More Windows build fixing.
394 * gtest/msvc/gtest-md.vcproj:
396 2012-03-07 Jessie Berlin <jberlin@apple.com>
398 Clean Windows build fails after r110033
399 https://bugs.webkit.org/show_bug.cgi?id=80553
401 Rubber-stamped by Jon Honeycutt and Eric Seidel.
403 * gtest/msvc/gtest-md.vcproj:
404 Add the new JavaScriptCore include directory to the include path.
406 2012-02-21 Sam Weinig <sam@webkit.org>
408 Attempt to fix the Snow Leopard build.
410 * gtest/xcode/Config/General.xcconfig:
412 2012-02-21 Sam Weinig <sam@webkit.org>
414 Use libc++ when building with Clang on Mac
415 https://bugs.webkit.org/show_bug.cgi?id=78981
417 Reviewed by Dan Bernstein.
419 * gtest/xcode/Config/General.xcconfig:
420 In addition to enabling libc++ when building with Clang,
421 disable gtest's use of tr1::tuple, which doesn't exist in
424 2012-01-25 Mark Rowe <mrowe@apple.com>
426 Build in to an alternate location when USE_STAGING_INSTALL_PATH is set.
428 <rdar://problem/10609417> Adopt USE_STAGING_INSTALL_PATH
430 Reviewed by David Kilzer.
432 * gtest/xcode/Config/ProductionProject.xcconfig: Ensure that the staged frameworks path
433 is in the framework search path when USE_STAGING_INSTALL_PATH is set. Look for the WebCore
434 framework in the staged frameworks directory when USE_STAGING_INSTALL_PATH is set.
436 2012-01-06 Anders Carlsson <andersca@apple.com>
438 Make JavaScriptCore.framework a reference and put it in a Frameworks group
439 https://bugs.webkit.org/show_bug.cgi?id=75740
441 Reviewed by Mark Rowe.
443 * gtest/xcode/gtest.xcodeproj/project.pbxproj:
445 2012-01-05 Dan Bernstein <mitz@apple.com>
447 Made Debug/Release builds of gtest build only for the active architecture.
449 Reviewed by Dave Kilzer.
451 * gtest/xcode/Config/DebugProject.xcconfig:
452 * gtest/xcode/Config/ProductionProject.xcconfig:
453 * gtest/xcode/Config/ReleaseProject.xcconfig:
455 2012-01-04 David Kilzer <ddkilzer@apple.com>
457 Remove HEADER_SEARCH_PATHS from Production configurations for gtest
459 Reviewed by Mark Rowe.
461 * gtest/xcode/gtest.xcodeproj/project.pbxproj: Remove
462 HEADER_SEARCH_PATHS from Production configurations to match
463 changes made for Debug and Release configurations in r104091.
465 2012-01-04 David Kilzer <ddkilzer@apple.com>
467 TestWebKitAPI has issues due to FastMalloc incompatibility
468 <http://webkit.org/b/66521>
469 <rdar://problem/10607911>
471 Reviewed by David Levin.
473 Original patch by Dmitry Lomov <dslomov@google.com>.
475 This patch ensures that gtest uses the FastMalloc new and delete
476 operators that are defined in JavaScriptCore.
478 * gtest/README.WebKit: Update with project changes.
479 * gtest/include/gtest/internal/gtest-port.h: Import necessary
480 headers to use FastMalloc in gtest.
481 * gtest/msvc/gtest-md.vcproj: Add include directories to find
483 * gtest/xcode/Config/DebugProject.xcconfig: Define
484 WEBCORE_PRIVATE_HEADERS_DIR for Debug builds.
485 * gtest/xcode/Config/General.xcconfig: Define
486 HEADER_SEARCH_PATHS in terms of WEBCORE_PRIVATE_HEADERS_DIR.
487 * gtest/xcode/Config/ProductionProject.xcconfig: Define
488 WEBCORE_PRIVATE_HEADERS_DIR for Production builds. This
489 overrides the value in ReleaseProject.xcconfig.
490 * gtest/xcode/Config/ReleaseProject.xcconfig: Define
491 WEBCORE_PRIVATE_HEADERS_DIR for Release builds.
492 * gtest/xcode/gtest.xcodeproj/project.pbxproj:
493 - Remove local HEADER_SEARCH_PATHS definitions.
494 - Link to JavaScriptCore.framework when building
497 2012-01-03 David Kilzer <ddkilzer@apple.com>
499 Add Production configuration to gtest Xcode project
500 <http://webkit.org/b/75153>
502 Reviewed by Adam Roben.
504 * gtest/README.WebKit: Updated.
505 * gtest/xcode/Config/ProductionProject.xcconfig: Added.
506 * gtest/xcode/gtest.xcodeproj/project.pbxproj:
507 - Added Production configuration based on Release configuration.
508 - Made Production the default configuration.
510 2011-12-25 Darin Adler <darin@apple.com>
512 * gtest/xcode/gtest.xcodeproj: Added property svn:ignore.
514 2011-11-11 Csaba Osztrogonác <ossy@webkit.org>
518 Reviewed by Zoltan Herczeg.
520 * ChangeLog: Point out revision 100,000.
522 2011-08-25 Alexey Proskuryakov <ap@apple.com>
524 Fix build when GCC 4.2 is not installed.
526 * gtest/xcode/Config/CompilerVersion.xcconfig: Copied from Source/WebCore/Configurations/CompilerVersion.xcconfig.
527 * gtest/xcode/Config/General.xcconfig:
528 Use the same compiler version as other projects do.
530 2011-08-19 Sheriff Bot <webkit.review.bot@gmail.com>
532 Unreviewed, rolling out r93426.
533 http://trac.webkit.org/changeset/93426
534 https://bugs.webkit.org/show_bug.cgi?id=66607
536 Broke the Mac build by not building gtest.framework anymore
537 (Requested by andersca on #webkit).
539 * gtest/README.WebKit:
540 * gtest/include/gtest/internal/gtest-port.h:
541 * gtest/msvc/gtest-md.vcproj:
542 * gtest/xcode/Config/General.xcconfig:
543 * gtest/xcode/gtest.xcodeproj/project.pbxproj:
545 2011-08-18 Dmitry Lomov <dslomov@google.com>
547 TestWebKitAPI breaks on Windows due to fast malloc incompatibility.
548 https://bugs.webkit.org/show_bug.cgi?id=66521
550 This patch ensures that gtest uses new and delete operators that are defined in JavaScriptCore.
552 Reviewed by David Levin.
554 * gtest/include/gtest/internal/gtest-port.h:
555 * gtest/msvc/gtest-md.vcproj:
556 * gtest/README.WebKit:
557 * gtest/xcode/Config/General.xcconfig:
558 * gtest/xcode/gtest.xcodeproj/project.pbxproj:
560 2011-08-09 Mark Rowe <mrowe@apple.com>
562 Fix gtest to compile in the release configuration with clang.
564 This change was made upstream in r443.
566 * gtest/src/gtest.cc:
568 2011-08-04 Mark Rowe <mrowe@apple.com>
570 Future-proof Xcode configuration settings.
572 * gtest/xcode/Config/General.xcconfig:
574 2011-08-03 Dmitry Lomov <dslomov@google.com>
576 https://bugs.webkit.org/show_bug.cgi?id=61812
577 TestWebKitApi breaks in release mode due to gtest incompatibility with fast malloc
579 Disable fast malloc for offending class (::std::strstream) in gtest.
580 This looks like the most non-intrusive solution.
582 Reviewed by David Levin.
584 * gtest/include/gtest/internal/gtest-port.h:
585 (testing::internal::StrStream::operator new):
586 (testing::internal::StrStream::operator new[]):
587 (testing::internal::StrStream::operator delete):
588 (testing::internal::StrStream::operator delete[]):
590 2011-07-05 Adam Barth <abarth@webkit.org>
592 Import qunit JavaScript unit testing framework
593 https://bugs.webkit.org/show_bug.cgi?id=63967
595 Reviewed by Eric Seidel.
597 We're going to use this unit testing framework to test garden-o-matic.
601 2011-06-04 Adam Barth <abarth@webkit.org>
603 * glu: Added property svn:ignore.
604 - For glu.xcodeproj, which is generated from glu.gyp.
606 2011-05-24 Stephen White <senorblanco@chromium.org>
608 Reviewed by Kenneth Russell.
610 Unfork glu sources as much as possible.
611 https://bugs.webkit.org/show_bug.cgi?id=61365
613 Restore the glu sources closer to the original version on oss.sgi.com
614 by removing the WebKit-specific include paths, restoring the include
615 order, and renaming the glu* functions via #defines rather than in
619 Update the README to reflect the changes from trunk.
621 Add Source/Thirdparty/glu as an include path, so we can remove the
622 hardcoded paths from the source files.
624 Add #defines to rename the glu entry points to internal_*.
625 * glu/internal_glu.h:
626 * glu/libtess/dict.c:
627 * glu/libtess/geom.c:
628 * glu/libtess/geom.h:
629 * glu/libtess/memalloc.c:
630 * glu/libtess/mesh.c:
631 * glu/libtess/mesh.h:
632 * glu/libtess/normal.c:
633 * glu/libtess/normal.h:
634 * glu/libtess/priorityq-heap.c:
635 * glu/libtess/priorityq-sort.h:
636 * glu/libtess/priorityq.c:
637 * glu/libtess/priorityq.h:
638 * glu/libtess/render.c:
639 * glu/libtess/render.h:
640 * glu/libtess/sweep.c:
641 * glu/libtess/sweep.h:
642 * glu/libtess/tess.c:
643 * glu/libtess/tess.h:
644 * glu/libtess/tessmono.c:
645 Remove WebKit-specific include paths, and internal_ prefixes from glu
646 entry points. Restore include order to original source order.
648 2011-05-19 Evan Martin <evan@chromium.org>
650 Reviewed by Tony Chang.
652 [chromium] remove <(library) variable
653 https://bugs.webkit.org/show_bug.cgi?id=61158
655 This was for a build experiment; we can just use the correct value now.
658 * gyp/test/library/src/library.gyp:
660 2011-05-12 Jeff Miller <jeffm@apple.com>
662 Ignore Visual Studio *.user files.
664 * gtest/msvc: Added property svn:ignore.
666 2011-05-12 Adam Roben <aroben@apple.com>
668 Windows production build fix
670 * gtest/msvc/gtest-md.vcproj: Fix the OutputDirectory and IntermediateDirectory attributes
671 for all configurations.
673 2011-05-12 Adam Roben <aroben@apple.com>
675 A little gtest cleanup after r86287
677 * gtest/msvc/gtest-md.vcproj: Added Debug_All and Production configurations to match our
678 other projects. (At some point all the settings should be moved into .vsprops files to match
679 our other projects, too.)