1 2013-09-06 Alberto Garcia <berto@igalia.com>
3 GTest: add support for FreeBSD and Hurd
4 https://bugs.webkit.org/show_bug.cgi?id=120870
6 Patch by Emilio Pozuelo Monfort <pochu@debian.org>
7 Reviewed by Gustavo Noronha Silva.
9 * gtest/include/gtest/internal/gtest-port.h:
11 2013-09-05 Anders Carlsson <andersca@apple.com>
13 Enable C++11 wherever we build C++ files that include wtf/Platform.h
14 https://bugs.webkit.org/show_bug.cgi?id=120782
16 Reviewed by Andreas Kling.
18 Set CLANG_CXX_LANGUAGE_STANDARD to gnu++0x.
20 * gtest/xcode/Config/General.xcconfig:
22 2013-08-20 Alex Christensen <achristensen@apple.com>
24 Use PlatformArchitecture to distinguish between 32-bit and 64-bit builds on Windows.
25 https://bugs.webkit.org/show_bug.cgi?id=119512
27 Reviewed by Brent Fulgham.
29 * gtest/msvc/gtest-md.vcxproj:
30 Replaced obj32, bin32, and lib32 with macros for 64-bit build.
32 2013-07-23 David Farler <dfarler@apple.com>
34 Provide optional OTHER_CFLAGS, OTHER_CPPFLAGS, OTHER_LDFLAGS additions for building with ASAN
35 https://bugs.webkit.org/show_bug.cgi?id=117762
37 Reviewed by Mark Rowe.
39 * gtest/xcode/Config/General.xcconfig:
40 Add ASAN_OTHER_CFLAGS, CPLUSPLUSFLAGS, LDFLAGS.
41 * gtest/xcode/Config/StaticLibraryTarget.xcconfig:
42 Add ASAN_OTHER_CFLAGS, CPLUSPLUSFLAGS.
44 2013-07-27 Mark Rowe <mrowe@apple.com>
46 Fix builds against an SDK.
48 * gtest/xcode/Config/FrameworkTarget.xcconfig: Ensure that gtest.framework is installed
49 in a location compatible with the SDK generation process.
51 2013-07-19 Alex Christensen <achristensen@apple.com>
53 Added x64 configuration to Visual Studio build.
54 https://bugs.webkit.org/show_bug.cgi?id=118888
56 Reviewed by Brent Fulgham.
58 * gtest/msvc/gtest-md.vcxproj:
60 2013-07-18 Roger Fong <roger_fong@apple.com>
62 Make sure to link against _debug binaries when appropriate.
63 <rdar://problem/14473010>.
65 * gtest/msvc/gtest-md.vcxproj:
67 2013-06-17 Darin Adler <darin@apple.com>
69 Sort all the Xcode project files
70 https://bugs.webkit.org/show_bug.cgi?id=117696
72 Reviewed by Anders Carlsson.
74 * gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj: Ran the sort-Xcode-project-file script.
75 * gtest/xcode/gtest.xcodeproj/project.pbxproj: Ran the sort-Xcode-project-file script.
77 2013-06-18 Roger Fong <roger_fong@apple.com>
79 Replace tools32 folder with tools and update WebKit Windows solution accordingly.
80 <rdar://problem/14118143>.
82 Rubberstamped by Brent Fulgham.
84 * gtest/msvc/gtest-md.vcxproj:
86 2013-06-03 Roger Fong <roger_fong@apple.com>
88 Nuke VS2005 files from the tree.
89 <rdar://problem/14042021>.
91 Rubberstamped by Brent Fulgham.
93 * gtest/msvc/gtest-md.sln: Removed.
94 * gtest/msvc/gtest-md.vcproj: Removed.
95 * gtest/msvc/gtest.sln: Removed.
96 * gtest/msvc/gtest.vcproj: Removed.
97 * gtest/msvc/gtest_main-md.vcproj: Removed.
98 * gtest/msvc/gtest_main.vcproj: Removed.
99 * gtest/msvc/gtest_prod_test-md.vcproj: Removed.
100 * gtest/msvc/gtest_prod_test.vcproj: Removed.
101 * gtest/msvc/gtest_unittest-md.vcproj: Removed.
102 * gtest/msvc/gtest_unittest.vcproj: Removed.
104 2013-04-26 Roger Fong <roger_fong@apple.com>
106 Make Apple Windows VS2010 build results into and get dependencies from __32 suffixed folders.
107 Make the DebugSuffix configuration use _debug dependencies.
109 * gtest/msvc/gtest-md.vcxproj:
111 2013-04-09 Benjamin Poulain <bpoulain@apple.com>
113 Remove the WebKit copy of GLU and the file using it
114 https://bugs.webkit.org/show_bug.cgi?id=114249
116 Reviewed by Darin Adler.
118 * glu/.gitignore: Removed.
119 * glu/LICENSE.txt: Removed.
120 * glu/README.webkit: Removed.
121 * glu/glu.gyp: Removed.
122 * glu/gluos.h: Removed.
123 * glu/internal_glu.h: Removed.
124 * glu/libtess/GNUmakefile: Removed.
125 * glu/libtess/Imakefile: Removed.
126 * glu/libtess/README: Removed.
127 * glu/libtess/alg-outline: Removed.
128 * glu/libtess/dict-list.h: Removed.
129 * glu/libtess/dict.c: Removed.
130 * glu/libtess/dict.h: Removed.
131 * glu/libtess/geom.c: Removed.
132 * glu/libtess/geom.h: Removed.
133 * glu/libtess/memalloc.c: Removed.
134 * glu/libtess/memalloc.h: Removed.
135 * glu/libtess/mesh.c: Removed.
136 * glu/libtess/mesh.h: Removed.
137 * glu/libtess/normal.c: Removed.
138 * glu/libtess/normal.h: Removed.
139 * glu/libtess/priorityq-heap.c: Removed.
140 * glu/libtess/priorityq-heap.h: Removed.
141 * glu/libtess/priorityq-sort.h: Removed.
142 * glu/libtess/priorityq.c: Removed.
143 * glu/libtess/priorityq.h: Removed.
144 * glu/libtess/render.c: Removed.
145 * glu/libtess/render.h: Removed.
146 * glu/libtess/sweep.c: Removed.
147 * glu/libtess/sweep.h: Removed.
148 * glu/libtess/tess.c: Removed.
149 * glu/libtess/tess.h: Removed.
150 * glu/libtess/tessmono.c: Removed.
151 * glu/libtess/tessmono.h: Removed.
153 2013-04-08 Benjamin Poulain <benjamin@webkit.org>
155 Remove gyp from ThirdParty
156 https://bugs.webkit.org/show_bug.cgi?id=114244
158 Rubberstamped by Ryosuke Niwa.
162 2013-04-05 Geoffrey Garen <ggaren@apple.com>
164 Made USE(JSC) unconditional
165 https://bugs.webkit.org/show_bug.cgi?id=114058
167 Reviewed by Anders Carlsson.
169 * gtest/include/gtest/internal/gtest-port.h:
171 2013-03-29 Martin Robinson <mrobinson@igalia.com>
173 Update the version of gyp in the repository
174 https://bugs.webkit.org/show_bug.cgi?id=113540
176 Reviewed by Nico Weber.
178 * gyp: Update gyp to r1605.
180 2013-03-21 Zan Dobersek <zdobersek@igalia.com>
182 [GTK] Move libLevelDB.la setup into a separate GNUmakefile.am
183 https://bugs.webkit.org/show_bug.cgi?id=112947
185 Reviewed by Martin Robinson.
187 * leveldb/GNUmakefile.am: Added, sets up the libLevelDB.la library.
189 2013-03-20 Brent Fulgham <bfulgham@webkit.org>
191 [WinCairo] Build WinCairo port under VS2010.
192 https://bugs.webkit.org/show_bug.cgi?id=112861
194 Reviewed by Tim Horton.
196 * gtest/msvc/gtest-md.vcxproj: Add WinCairo targets.
198 2013-03-07 Andrew Bortz <andrew@abortz.net>
200 Replace Mersenne Twister RNG with a simple but fast RNG
201 https://bugs.webkit.org/show_bug.cgi?id=111533
203 Reviewed by Adam Barth.
205 This code is no longer used.
207 * mt19937ar.c: Removed.
209 2013-02-20 Roger Fong <roger_fong@apple.com>
211 Get VS2010 Solution B&I ready.
212 <rdar://problem/1322988>
214 Rubberstamped by Timothy Horton.
216 Add Production configuration.
218 * gtest/msvc/gtest-md.vcxproj:
220 2013-02-14 Tony Chang <tony@chromium.org>
222 Unreviewed, set svn:eol-style native for .sln, .vcproj, and .vsprops files.
223 https://bugs.webkit.org/show_bug.cgi?id=96934
225 * gtest/msvc/gtest-md.sln: Modified property svn:eol-style.
226 * gtest/msvc/gtest.sln: Modified property svn:eol-style.
228 2013-02-14 Tony Chang <tony@chromium.org>
230 Unreviewed, set svn:eol-style CRLF for .sln files.
232 * gtest/msvc/gtest-md.sln: Added property svn:eol-style.
233 * gtest/msvc/gtest.sln: Added property svn:eol-style.
235 2013-02-14 Roger Fong <roger_fong@apple.com>
237 Add gtest-md VS2010 project files.
238 https://bugs.webkit.org/show_bug.cgi?id=107034.
240 Reviewed by Brent Fulgham.
242 * gtest/msvc/gtest-md.sln: Added property svn:eol-style.
243 * gtest/msvc/gtest.sln: Added property svn:eol-style.
245 2013-02-05 Simon Hausmann <simon.hausmann@digia.com>
247 [Qt] Compile WTF tests of TestWebKitAPI
248 https://bugs.webkit.org/show_bug.cgi?id=108935
250 Reviewed by Kenneth Rohde Christiansen.
252 Add qmake build system .pro file for building gtest as static library.
254 * gtest/gtest.pro: Added.
256 2013-02-05 Paweł Forysiuk <tuxator@o2.pl>
258 Building with MinGW compiler dies with gtest errors
259 https://bugs.webkit.org/show_bug.cgi?id=108470
261 Reviewed by Martin Robinson.
263 Variable Libraries_libgtest_la_CXXFLAGS blindly assumes that
264 pthreads will always be enabled. Make using pthreads for gtest
265 conditional on the build target.
267 * gtest/GNUmakefile.am: Set Libraries_libgtest_la_CXXFLAGS accordingly to the build target.
269 2013-01-23 Tony Chang <tony@chromium.org>
271 Unreviewed, set svn:eol-style to CRLF on Windows .sln files.
273 * gtest/msvc/gtest-md.sln: Added property svn:eol-style.
274 * gtest/msvc/gtest.sln: Added property svn:eol-style.
276 2013-01-17 Martin Robinson <mrobinson@igalia.com>
278 [GTK] Build with LevelDB when IndexedDB is enabled
279 https://bugs.webkit.org/show_bug.cgi?id=103220
281 Reviewed by Gustavo Noronha Silva.
283 Add the leveldb 1.9.0 source code to the ThirdParty dependencies.
284 We cannot depend on leveldb provided by the distribution, because
285 it sometimes breaks API compatibility.
287 * leveldb: Imported from the 1.9.0 leveldb source tarball.
289 2013-01-09 David Farler <dfarler@apple.com>
291 Change ARCHS to generic setting to work with multiple platforms.
292 https://bugs.webkit.org/show_bug.cgi?id=106478
294 Reviewed by Anders Carlsson.
296 * gtest/xcode/Config/General.xcconfig: ARCHS = $(ARCHS_STANDARD_32_64_BIT);
298 2012-10-28 Mark Rowe <mrowe@apple.com>
300 Simplify Xcode configuration settings that used to vary between OS versions.
302 Reviewed by Dan Bernstein.
304 * gtest/xcode/Config/General.xcconfig:
306 2012-10-28 Mark Rowe <mrowe@apple.com>
308 Remove references to unsupported OS and Xcode versions.
310 Reviewed by Anders Carlsson.
312 * gtest/xcode/Config/CompilerVersion.xcconfig: Removed.
313 * gtest/xcode/Config/General.xcconfig:
315 2012-10-27 Dan Bernstein <mitz@apple.com>
317 REAL_PLATFORM_NAME build setting is no longer needed
318 https://bugs.webkit.org/show_bug.cgi?id=100587
320 Reviewed by Mark Rowe.
322 Removed the definition of REAL_PLATFORM_NAME and replaced references to it with references
325 * gtest/xcode/Config/CompilerVersion.xcconfig:
326 * gtest/xcode/Config/General.xcconfig:
328 2012-08-23 Mark Rowe <mrowe@apple.com>
330 Make gtest build with the latest version of clang.
332 Reviewed by Dan Bernstein.
334 * gtest/src/gtest-internal-inl.h:
335 (GTestFlagSaver): Remove an unused member.
337 2012-07-03 Tony Chang <tony@chromium.org>
339 [chromium] Unreviewed, update .gitignore to handle VS2010 files.
343 2012-06-27 Ryosuke Niwa <rniwa@webkit.org>
345 Fix gcc build after r121302
346 https://bugs.webkit.org/show_bug.cgi?id=90055
348 Reviewed by Mark Rowe.
350 Assume RTTI is disabled so that gtest builds under XCode 3.2.6.
352 * gtest/xcode/Config/General.xcconfig:
354 2012-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
356 Unreviewed. Fix make distcheck.
358 * gtest/GNUmakefile.am: Add source code files included by
359 gtest_all.cc to EXTRA_DIST.
361 2012-04-26 Carlos Garcia Campos <cgarcia@igalia.com>
363 [GTK] Build and run TestWebKitAPI WebKit2 unit tests
364 https://bugs.webkit.org/show_bug.cgi?id=84446
366 Reviewed by Philippe Normand.
368 * gtest/GNUmakefile.am: Do not build libgtestmain anymmore since
369 all tests use now a custom main to make sure WTF threads are
372 2012-04-24 Carlos Garcia Campos <cgarcia@igalia.com>
374 [GTK] Build and run TestWebKitAPI unit tests
375 https://bugs.webkit.org/show_bug.cgi?id=84325
377 Reviewed by Philippe Normand.
379 * gtest/GNUmakefile.am: Added.
381 2012-03-30 David Barr <davidbarr@chromium.org>
383 Split up top-level .gitignore and .gitattributes
384 https://bugs.webkit.org/show_bug.cgi?id=82687
386 Reviewed by Tor Arne Vestbø.
388 * glu/.gitignore: Added.
390 2012-03-09 Ashod Nakashian <ashodnakashian@yahoo.com>
392 Bash scripts should support LF endings only
393 https://bugs.webkit.org/show_bug.cgi?id=79509
395 Reviewed by David Kilzer.
397 * gtest/xcode/Samples/FrameworkSample/runtests.sh: Added property svn:executable.
398 * gtest/xcode/Scripts/runtests.sh: Added property svn:executable.
400 2012-03-08 Jessie Berlin <jberlin@apple.com>
402 More Windows build fixing.
404 * gtest/msvc/gtest-md.vcproj:
406 2012-03-07 Jessie Berlin <jberlin@apple.com>
408 Clean Windows build fails after r110033
409 https://bugs.webkit.org/show_bug.cgi?id=80553
411 Rubber-stamped by Jon Honeycutt and Eric Seidel.
413 * gtest/msvc/gtest-md.vcproj:
414 Add the new JavaScriptCore include directory to the include path.
416 2012-02-21 Sam Weinig <sam@webkit.org>
418 Attempt to fix the Snow Leopard build.
420 * gtest/xcode/Config/General.xcconfig:
422 2012-02-21 Sam Weinig <sam@webkit.org>
424 Use libc++ when building with Clang on Mac
425 https://bugs.webkit.org/show_bug.cgi?id=78981
427 Reviewed by Dan Bernstein.
429 * gtest/xcode/Config/General.xcconfig:
430 In addition to enabling libc++ when building with Clang,
431 disable gtest's use of tr1::tuple, which doesn't exist in
434 2012-01-25 Mark Rowe <mrowe@apple.com>
436 Build in to an alternate location when USE_STAGING_INSTALL_PATH is set.
438 <rdar://problem/10609417> Adopt USE_STAGING_INSTALL_PATH
440 Reviewed by David Kilzer.
442 * gtest/xcode/Config/ProductionProject.xcconfig: Ensure that the staged frameworks path
443 is in the framework search path when USE_STAGING_INSTALL_PATH is set. Look for the WebCore
444 framework in the staged frameworks directory when USE_STAGING_INSTALL_PATH is set.
446 2012-01-06 Anders Carlsson <andersca@apple.com>
448 Make JavaScriptCore.framework a reference and put it in a Frameworks group
449 https://bugs.webkit.org/show_bug.cgi?id=75740
451 Reviewed by Mark Rowe.
453 * gtest/xcode/gtest.xcodeproj/project.pbxproj:
455 2012-01-05 Dan Bernstein <mitz@apple.com>
457 Made Debug/Release builds of gtest build only for the active architecture.
459 Reviewed by Dave Kilzer.
461 * gtest/xcode/Config/DebugProject.xcconfig:
462 * gtest/xcode/Config/ProductionProject.xcconfig:
463 * gtest/xcode/Config/ReleaseProject.xcconfig:
465 2012-01-04 David Kilzer <ddkilzer@apple.com>
467 Remove HEADER_SEARCH_PATHS from Production configurations for gtest
469 Reviewed by Mark Rowe.
471 * gtest/xcode/gtest.xcodeproj/project.pbxproj: Remove
472 HEADER_SEARCH_PATHS from Production configurations to match
473 changes made for Debug and Release configurations in r104091.
475 2012-01-04 David Kilzer <ddkilzer@apple.com>
477 TestWebKitAPI has issues due to FastMalloc incompatibility
478 <http://webkit.org/b/66521>
479 <rdar://problem/10607911>
481 Reviewed by David Levin.
483 Original patch by Dmitry Lomov <dslomov@google.com>.
485 This patch ensures that gtest uses the FastMalloc new and delete
486 operators that are defined in JavaScriptCore.
488 * gtest/README.WebKit: Update with project changes.
489 * gtest/include/gtest/internal/gtest-port.h: Import necessary
490 headers to use FastMalloc in gtest.
491 * gtest/msvc/gtest-md.vcproj: Add include directories to find
493 * gtest/xcode/Config/DebugProject.xcconfig: Define
494 WEBCORE_PRIVATE_HEADERS_DIR for Debug builds.
495 * gtest/xcode/Config/General.xcconfig: Define
496 HEADER_SEARCH_PATHS in terms of WEBCORE_PRIVATE_HEADERS_DIR.
497 * gtest/xcode/Config/ProductionProject.xcconfig: Define
498 WEBCORE_PRIVATE_HEADERS_DIR for Production builds. This
499 overrides the value in ReleaseProject.xcconfig.
500 * gtest/xcode/Config/ReleaseProject.xcconfig: Define
501 WEBCORE_PRIVATE_HEADERS_DIR for Release builds.
502 * gtest/xcode/gtest.xcodeproj/project.pbxproj:
503 - Remove local HEADER_SEARCH_PATHS definitions.
504 - Link to JavaScriptCore.framework when building
507 2012-01-03 David Kilzer <ddkilzer@apple.com>
509 Add Production configuration to gtest Xcode project
510 <http://webkit.org/b/75153>
512 Reviewed by Adam Roben.
514 * gtest/README.WebKit: Updated.
515 * gtest/xcode/Config/ProductionProject.xcconfig: Added.
516 * gtest/xcode/gtest.xcodeproj/project.pbxproj:
517 - Added Production configuration based on Release configuration.
518 - Made Production the default configuration.
520 2011-12-25 Darin Adler <darin@apple.com>
522 * gtest/xcode/gtest.xcodeproj: Added property svn:ignore.
524 2011-11-11 Csaba Osztrogonác <ossy@webkit.org>
528 Reviewed by Zoltan Herczeg.
530 * ChangeLog: Point out revision 100,000.
532 2011-08-25 Alexey Proskuryakov <ap@apple.com>
534 Fix build when GCC 4.2 is not installed.
536 * gtest/xcode/Config/CompilerVersion.xcconfig: Copied from Source/WebCore/Configurations/CompilerVersion.xcconfig.
537 * gtest/xcode/Config/General.xcconfig:
538 Use the same compiler version as other projects do.
540 2011-08-19 Sheriff Bot <webkit.review.bot@gmail.com>
542 Unreviewed, rolling out r93426.
543 http://trac.webkit.org/changeset/93426
544 https://bugs.webkit.org/show_bug.cgi?id=66607
546 Broke the Mac build by not building gtest.framework anymore
547 (Requested by andersca on #webkit).
549 * gtest/README.WebKit:
550 * gtest/include/gtest/internal/gtest-port.h:
551 * gtest/msvc/gtest-md.vcproj:
552 * gtest/xcode/Config/General.xcconfig:
553 * gtest/xcode/gtest.xcodeproj/project.pbxproj:
555 2011-08-18 Dmitry Lomov <dslomov@google.com>
557 TestWebKitAPI breaks on Windows due to fast malloc incompatibility.
558 https://bugs.webkit.org/show_bug.cgi?id=66521
560 This patch ensures that gtest uses new and delete operators that are defined in JavaScriptCore.
562 Reviewed by David Levin.
564 * gtest/include/gtest/internal/gtest-port.h:
565 * gtest/msvc/gtest-md.vcproj:
566 * gtest/README.WebKit:
567 * gtest/xcode/Config/General.xcconfig:
568 * gtest/xcode/gtest.xcodeproj/project.pbxproj:
570 2011-08-09 Mark Rowe <mrowe@apple.com>
572 Fix gtest to compile in the release configuration with clang.
574 This change was made upstream in r443.
576 * gtest/src/gtest.cc:
578 2011-08-04 Mark Rowe <mrowe@apple.com>
580 Future-proof Xcode configuration settings.
582 * gtest/xcode/Config/General.xcconfig:
584 2011-08-03 Dmitry Lomov <dslomov@google.com>
586 https://bugs.webkit.org/show_bug.cgi?id=61812
587 TestWebKitApi breaks in release mode due to gtest incompatibility with fast malloc
589 Disable fast malloc for offending class (::std::strstream) in gtest.
590 This looks like the most non-intrusive solution.
592 Reviewed by David Levin.
594 * gtest/include/gtest/internal/gtest-port.h:
595 (testing::internal::StrStream::operator new):
596 (testing::internal::StrStream::operator new[]):
597 (testing::internal::StrStream::operator delete):
598 (testing::internal::StrStream::operator delete[]):
600 2011-07-05 Adam Barth <abarth@webkit.org>
602 Import qunit JavaScript unit testing framework
603 https://bugs.webkit.org/show_bug.cgi?id=63967
605 Reviewed by Eric Seidel.
607 We're going to use this unit testing framework to test garden-o-matic.
611 2011-06-04 Adam Barth <abarth@webkit.org>
613 * glu: Added property svn:ignore.
614 - For glu.xcodeproj, which is generated from glu.gyp.
616 2011-05-24 Stephen White <senorblanco@chromium.org>
618 Reviewed by Kenneth Russell.
620 Unfork glu sources as much as possible.
621 https://bugs.webkit.org/show_bug.cgi?id=61365
623 Restore the glu sources closer to the original version on oss.sgi.com
624 by removing the WebKit-specific include paths, restoring the include
625 order, and renaming the glu* functions via #defines rather than in
629 Update the README to reflect the changes from trunk.
631 Add Source/Thirdparty/glu as an include path, so we can remove the
632 hardcoded paths from the source files.
634 Add #defines to rename the glu entry points to internal_*.
635 * glu/internal_glu.h:
636 * glu/libtess/dict.c:
637 * glu/libtess/geom.c:
638 * glu/libtess/geom.h:
639 * glu/libtess/memalloc.c:
640 * glu/libtess/mesh.c:
641 * glu/libtess/mesh.h:
642 * glu/libtess/normal.c:
643 * glu/libtess/normal.h:
644 * glu/libtess/priorityq-heap.c:
645 * glu/libtess/priorityq-sort.h:
646 * glu/libtess/priorityq.c:
647 * glu/libtess/priorityq.h:
648 * glu/libtess/render.c:
649 * glu/libtess/render.h:
650 * glu/libtess/sweep.c:
651 * glu/libtess/sweep.h:
652 * glu/libtess/tess.c:
653 * glu/libtess/tess.h:
654 * glu/libtess/tessmono.c:
655 Remove WebKit-specific include paths, and internal_ prefixes from glu
656 entry points. Restore include order to original source order.
658 2011-05-19 Evan Martin <evan@chromium.org>
660 Reviewed by Tony Chang.
662 [chromium] remove <(library) variable
663 https://bugs.webkit.org/show_bug.cgi?id=61158
665 This was for a build experiment; we can just use the correct value now.
668 * gyp/test/library/src/library.gyp:
670 2011-05-12 Jeff Miller <jeffm@apple.com>
672 Ignore Visual Studio *.user files.
674 * gtest/msvc: Added property svn:ignore.
676 2011-05-12 Adam Roben <aroben@apple.com>
678 Windows production build fix
680 * gtest/msvc/gtest-md.vcproj: Fix the OutputDirectory and IntermediateDirectory attributes
681 for all configurations.
683 2011-05-12 Adam Roben <aroben@apple.com>
685 A little gtest cleanup after r86287
687 * gtest/msvc/gtest-md.vcproj: Added Debug_All and Production configurations to match our
688 other projects. (At some point all the settings should be moved into .vsprops files to match
689 our other projects, too.)