1 2013-12-13 Brent Fulgham <bfulgham@apple.com>
3 [Win] Switch WebKit solution to Visual Studio 2013
4 https://bugs.webkit.org/show_bug.cgi?id=125192
6 Reviewed by Anders Carlsson.
8 * gtest/msvc/gtest-md.vcxproj: Update for VS2013
10 2013-11-15 Roger Fong <roger_fong@apple.com>
12 Unreviewed, gtest project file cleanup.
14 * gtest/msvc/gtest-md.vcxproj:
16 2013-10-24 Mark Rowe <mrowe@apple.com>
18 Remove references to OS X 10.7 from Xcode configuration settings.
20 Now that we're not building for OS X 10.7 they're no longer needed.
22 Reviewed by Anders Carlsson.
24 * gtest/xcode/Config/General.xcconfig:
26 2013-10-24 Mark Rowe <mrowe@apple.com>
28 <rdar://problem/15312643> Prepare for the mysterious future.
30 Reviewed by David Kilzer.
32 * gtest/xcode/Config/General.xcconfig:
34 2013-10-10 Mark Rowe <mrowe@apple.com>
36 <rdar://problem/13341666> WebKit should always build against an SDK.
38 Have all projects default to building against the OS X Internal SDK for the Production
39 configuration. For the Debug and Release configurations, look for UseInternalSDK.xcconfig
40 to determine whether the OS X Internal SDK should be used. If not, use the normal OS X SDK.
42 Reviewed by Dan Bernstein.
44 * gtest/xcode/Config/General.xcconfig:
45 * gtest/xcode/Config/ProductionProject.xcconfig:
47 2013-10-06 Dan Bernstein <mitz@apple.com>
49 Build against the Xcode default toolchain when targeting OS X 10.8.
51 This fixes the build after r156632 in configurations that use another toolchain
54 * gtest/xcode/Config/General.xcconfig:
56 2013-10-06 Darin Adler <darin@apple.com>
58 Remove unneeded ScriptGCEvent class
59 https://bugs.webkit.org/show_bug.cgi?id=122390
61 Reviewed by Anders Carlsson.
63 * gtest/xcode/gtest.xcodeproj/project.pbxproj: Let Xcode update this file.
64 Not really part of this bug fix, but good to land anyway.
66 2013-09-29 Darin Adler <darin@apple.com>
68 Take some Xcode advice about turning on additional warnings in ANGLE and gtest
69 https://bugs.webkit.org/show_bug.cgi?id=122087
71 Reviewed by Mark Rowe.
73 * gtest/xcode/Config/General.xcconfig: Added some warnings that Xcode 5 suggested.
75 2013-09-06 Alberto Garcia <berto@igalia.com>
77 GTest: add support for FreeBSD and Hurd
78 https://bugs.webkit.org/show_bug.cgi?id=120870
80 Patch by Emilio Pozuelo Monfort <pochu@debian.org>
81 Reviewed by Gustavo Noronha Silva.
83 * gtest/include/gtest/internal/gtest-port.h:
85 2013-09-05 Anders Carlsson <andersca@apple.com>
87 Enable C++11 wherever we build C++ files that include wtf/Platform.h
88 https://bugs.webkit.org/show_bug.cgi?id=120782
90 Reviewed by Andreas Kling.
92 Set CLANG_CXX_LANGUAGE_STANDARD to gnu++0x.
94 * gtest/xcode/Config/General.xcconfig:
96 2013-08-20 Alex Christensen <achristensen@apple.com>
98 Use PlatformArchitecture to distinguish between 32-bit and 64-bit builds on Windows.
99 https://bugs.webkit.org/show_bug.cgi?id=119512
101 Reviewed by Brent Fulgham.
103 * gtest/msvc/gtest-md.vcxproj:
104 Replaced obj32, bin32, and lib32 with macros for 64-bit build.
106 2013-07-23 David Farler <dfarler@apple.com>
108 Provide optional OTHER_CFLAGS, OTHER_CPPFLAGS, OTHER_LDFLAGS additions for building with ASAN
109 https://bugs.webkit.org/show_bug.cgi?id=117762
111 Reviewed by Mark Rowe.
113 * gtest/xcode/Config/General.xcconfig:
114 Add ASAN_OTHER_CFLAGS, CPLUSPLUSFLAGS, LDFLAGS.
115 * gtest/xcode/Config/StaticLibraryTarget.xcconfig:
116 Add ASAN_OTHER_CFLAGS, CPLUSPLUSFLAGS.
118 2013-07-27 Mark Rowe <mrowe@apple.com>
120 Fix builds against an SDK.
122 * gtest/xcode/Config/FrameworkTarget.xcconfig: Ensure that gtest.framework is installed
123 in a location compatible with the SDK generation process.
125 2013-07-19 Alex Christensen <achristensen@apple.com>
127 Added x64 configuration to Visual Studio build.
128 https://bugs.webkit.org/show_bug.cgi?id=118888
130 Reviewed by Brent Fulgham.
132 * gtest/msvc/gtest-md.vcxproj:
134 2013-07-18 Roger Fong <roger_fong@apple.com>
136 Make sure to link against _debug binaries when appropriate.
137 <rdar://problem/14473010>.
139 * gtest/msvc/gtest-md.vcxproj:
141 2013-06-17 Darin Adler <darin@apple.com>
143 Sort all the Xcode project files
144 https://bugs.webkit.org/show_bug.cgi?id=117696
146 Reviewed by Anders Carlsson.
148 * gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj: Ran the sort-Xcode-project-file script.
149 * gtest/xcode/gtest.xcodeproj/project.pbxproj: Ran the sort-Xcode-project-file script.
151 2013-06-18 Roger Fong <roger_fong@apple.com>
153 Replace tools32 folder with tools and update WebKit Windows solution accordingly.
154 <rdar://problem/14118143>.
156 Rubberstamped by Brent Fulgham.
158 * gtest/msvc/gtest-md.vcxproj:
160 2013-06-03 Roger Fong <roger_fong@apple.com>
162 Nuke VS2005 files from the tree.
163 <rdar://problem/14042021>.
165 Rubberstamped by Brent Fulgham.
167 * gtest/msvc/gtest-md.sln: Removed.
168 * gtest/msvc/gtest-md.vcproj: Removed.
169 * gtest/msvc/gtest.sln: Removed.
170 * gtest/msvc/gtest.vcproj: Removed.
171 * gtest/msvc/gtest_main-md.vcproj: Removed.
172 * gtest/msvc/gtest_main.vcproj: Removed.
173 * gtest/msvc/gtest_prod_test-md.vcproj: Removed.
174 * gtest/msvc/gtest_prod_test.vcproj: Removed.
175 * gtest/msvc/gtest_unittest-md.vcproj: Removed.
176 * gtest/msvc/gtest_unittest.vcproj: Removed.
178 2013-04-26 Roger Fong <roger_fong@apple.com>
180 Make Apple Windows VS2010 build results into and get dependencies from __32 suffixed folders.
181 Make the DebugSuffix configuration use _debug dependencies.
183 * gtest/msvc/gtest-md.vcxproj:
185 2013-04-09 Benjamin Poulain <bpoulain@apple.com>
187 Remove the WebKit copy of GLU and the file using it
188 https://bugs.webkit.org/show_bug.cgi?id=114249
190 Reviewed by Darin Adler.
192 * glu/.gitignore: Removed.
193 * glu/LICENSE.txt: Removed.
194 * glu/README.webkit: Removed.
195 * glu/glu.gyp: Removed.
196 * glu/gluos.h: Removed.
197 * glu/internal_glu.h: Removed.
198 * glu/libtess/GNUmakefile: Removed.
199 * glu/libtess/Imakefile: Removed.
200 * glu/libtess/README: Removed.
201 * glu/libtess/alg-outline: Removed.
202 * glu/libtess/dict-list.h: Removed.
203 * glu/libtess/dict.c: Removed.
204 * glu/libtess/dict.h: Removed.
205 * glu/libtess/geom.c: Removed.
206 * glu/libtess/geom.h: Removed.
207 * glu/libtess/memalloc.c: Removed.
208 * glu/libtess/memalloc.h: Removed.
209 * glu/libtess/mesh.c: Removed.
210 * glu/libtess/mesh.h: Removed.
211 * glu/libtess/normal.c: Removed.
212 * glu/libtess/normal.h: Removed.
213 * glu/libtess/priorityq-heap.c: Removed.
214 * glu/libtess/priorityq-heap.h: Removed.
215 * glu/libtess/priorityq-sort.h: Removed.
216 * glu/libtess/priorityq.c: Removed.
217 * glu/libtess/priorityq.h: Removed.
218 * glu/libtess/render.c: Removed.
219 * glu/libtess/render.h: Removed.
220 * glu/libtess/sweep.c: Removed.
221 * glu/libtess/sweep.h: Removed.
222 * glu/libtess/tess.c: Removed.
223 * glu/libtess/tess.h: Removed.
224 * glu/libtess/tessmono.c: Removed.
225 * glu/libtess/tessmono.h: Removed.
227 2013-04-08 Benjamin Poulain <benjamin@webkit.org>
229 Remove gyp from ThirdParty
230 https://bugs.webkit.org/show_bug.cgi?id=114244
232 Rubberstamped by Ryosuke Niwa.
236 2013-04-05 Geoffrey Garen <ggaren@apple.com>
238 Made USE(JSC) unconditional
239 https://bugs.webkit.org/show_bug.cgi?id=114058
241 Reviewed by Anders Carlsson.
243 * gtest/include/gtest/internal/gtest-port.h:
245 2013-03-29 Martin Robinson <mrobinson@igalia.com>
247 Update the version of gyp in the repository
248 https://bugs.webkit.org/show_bug.cgi?id=113540
250 Reviewed by Nico Weber.
252 * gyp: Update gyp to r1605.
254 2013-03-21 Zan Dobersek <zdobersek@igalia.com>
256 [GTK] Move libLevelDB.la setup into a separate GNUmakefile.am
257 https://bugs.webkit.org/show_bug.cgi?id=112947
259 Reviewed by Martin Robinson.
261 * leveldb/GNUmakefile.am: Added, sets up the libLevelDB.la library.
263 2013-03-20 Brent Fulgham <bfulgham@webkit.org>
265 [WinCairo] Build WinCairo port under VS2010.
266 https://bugs.webkit.org/show_bug.cgi?id=112861
268 Reviewed by Tim Horton.
270 * gtest/msvc/gtest-md.vcxproj: Add WinCairo targets.
272 2013-03-07 Andrew Bortz <andrew@abortz.net>
274 Replace Mersenne Twister RNG with a simple but fast RNG
275 https://bugs.webkit.org/show_bug.cgi?id=111533
277 Reviewed by Adam Barth.
279 This code is no longer used.
281 * mt19937ar.c: Removed.
283 2013-02-20 Roger Fong <roger_fong@apple.com>
285 Get VS2010 Solution B&I ready.
286 <rdar://problem/1322988>
288 Rubberstamped by Timothy Horton.
290 Add Production configuration.
292 * gtest/msvc/gtest-md.vcxproj:
294 2013-02-14 Tony Chang <tony@chromium.org>
296 Unreviewed, set svn:eol-style native for .sln, .vcproj, and .vsprops files.
297 https://bugs.webkit.org/show_bug.cgi?id=96934
299 * gtest/msvc/gtest-md.sln: Modified property svn:eol-style.
300 * gtest/msvc/gtest.sln: Modified property svn:eol-style.
302 2013-02-14 Tony Chang <tony@chromium.org>
304 Unreviewed, set svn:eol-style CRLF for .sln files.
306 * gtest/msvc/gtest-md.sln: Added property svn:eol-style.
307 * gtest/msvc/gtest.sln: Added property svn:eol-style.
309 2013-02-14 Roger Fong <roger_fong@apple.com>
311 Add gtest-md VS2010 project files.
312 https://bugs.webkit.org/show_bug.cgi?id=107034.
314 Reviewed by Brent Fulgham.
316 * gtest/msvc/gtest-md.sln: Added property svn:eol-style.
317 * gtest/msvc/gtest.sln: Added property svn:eol-style.
319 2013-02-05 Simon Hausmann <simon.hausmann@digia.com>
321 [Qt] Compile WTF tests of TestWebKitAPI
322 https://bugs.webkit.org/show_bug.cgi?id=108935
324 Reviewed by Kenneth Rohde Christiansen.
326 Add qmake build system .pro file for building gtest as static library.
328 * gtest/gtest.pro: Added.
330 2013-02-05 Paweł Forysiuk <tuxator@o2.pl>
332 Building with MinGW compiler dies with gtest errors
333 https://bugs.webkit.org/show_bug.cgi?id=108470
335 Reviewed by Martin Robinson.
337 Variable Libraries_libgtest_la_CXXFLAGS blindly assumes that
338 pthreads will always be enabled. Make using pthreads for gtest
339 conditional on the build target.
341 * gtest/GNUmakefile.am: Set Libraries_libgtest_la_CXXFLAGS accordingly to the build target.
343 2013-01-23 Tony Chang <tony@chromium.org>
345 Unreviewed, set svn:eol-style to CRLF on Windows .sln files.
347 * gtest/msvc/gtest-md.sln: Added property svn:eol-style.
348 * gtest/msvc/gtest.sln: Added property svn:eol-style.
350 2013-01-17 Martin Robinson <mrobinson@igalia.com>
352 [GTK] Build with LevelDB when IndexedDB is enabled
353 https://bugs.webkit.org/show_bug.cgi?id=103220
355 Reviewed by Gustavo Noronha Silva.
357 Add the leveldb 1.9.0 source code to the ThirdParty dependencies.
358 We cannot depend on leveldb provided by the distribution, because
359 it sometimes breaks API compatibility.
361 * leveldb: Imported from the 1.9.0 leveldb source tarball.
363 2013-01-09 David Farler <dfarler@apple.com>
365 Change ARCHS to generic setting to work with multiple platforms.
366 https://bugs.webkit.org/show_bug.cgi?id=106478
368 Reviewed by Anders Carlsson.
370 * gtest/xcode/Config/General.xcconfig: ARCHS = $(ARCHS_STANDARD_32_64_BIT);
372 2012-10-28 Mark Rowe <mrowe@apple.com>
374 Simplify Xcode configuration settings that used to vary between OS versions.
376 Reviewed by Dan Bernstein.
378 * gtest/xcode/Config/General.xcconfig:
380 2012-10-28 Mark Rowe <mrowe@apple.com>
382 Remove references to unsupported OS and Xcode versions.
384 Reviewed by Anders Carlsson.
386 * gtest/xcode/Config/CompilerVersion.xcconfig: Removed.
387 * gtest/xcode/Config/General.xcconfig:
389 2012-10-27 Dan Bernstein <mitz@apple.com>
391 REAL_PLATFORM_NAME build setting is no longer needed
392 https://bugs.webkit.org/show_bug.cgi?id=100587
394 Reviewed by Mark Rowe.
396 Removed the definition of REAL_PLATFORM_NAME and replaced references to it with references
399 * gtest/xcode/Config/CompilerVersion.xcconfig:
400 * gtest/xcode/Config/General.xcconfig:
402 2012-08-23 Mark Rowe <mrowe@apple.com>
404 Make gtest build with the latest version of clang.
406 Reviewed by Dan Bernstein.
408 * gtest/src/gtest-internal-inl.h:
409 (GTestFlagSaver): Remove an unused member.
411 2012-07-03 Tony Chang <tony@chromium.org>
413 [chromium] Unreviewed, update .gitignore to handle VS2010 files.
417 2012-06-27 Ryosuke Niwa <rniwa@webkit.org>
419 Fix gcc build after r121302
420 https://bugs.webkit.org/show_bug.cgi?id=90055
422 Reviewed by Mark Rowe.
424 Assume RTTI is disabled so that gtest builds under XCode 3.2.6.
426 * gtest/xcode/Config/General.xcconfig:
428 2012-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
430 Unreviewed. Fix make distcheck.
432 * gtest/GNUmakefile.am: Add source code files included by
433 gtest_all.cc to EXTRA_DIST.
435 2012-04-26 Carlos Garcia Campos <cgarcia@igalia.com>
437 [GTK] Build and run TestWebKitAPI WebKit2 unit tests
438 https://bugs.webkit.org/show_bug.cgi?id=84446
440 Reviewed by Philippe Normand.
442 * gtest/GNUmakefile.am: Do not build libgtestmain anymmore since
443 all tests use now a custom main to make sure WTF threads are
446 2012-04-24 Carlos Garcia Campos <cgarcia@igalia.com>
448 [GTK] Build and run TestWebKitAPI unit tests
449 https://bugs.webkit.org/show_bug.cgi?id=84325
451 Reviewed by Philippe Normand.
453 * gtest/GNUmakefile.am: Added.
455 2012-03-30 David Barr <davidbarr@chromium.org>
457 Split up top-level .gitignore and .gitattributes
458 https://bugs.webkit.org/show_bug.cgi?id=82687
460 Reviewed by Tor Arne Vestbø.
462 * glu/.gitignore: Added.
464 2012-03-09 Ashod Nakashian <ashodnakashian@yahoo.com>
466 Bash scripts should support LF endings only
467 https://bugs.webkit.org/show_bug.cgi?id=79509
469 Reviewed by David Kilzer.
471 * gtest/xcode/Samples/FrameworkSample/runtests.sh: Added property svn:executable.
472 * gtest/xcode/Scripts/runtests.sh: Added property svn:executable.
474 2012-03-08 Jessie Berlin <jberlin@apple.com>
476 More Windows build fixing.
478 * gtest/msvc/gtest-md.vcproj:
480 2012-03-07 Jessie Berlin <jberlin@apple.com>
482 Clean Windows build fails after r110033
483 https://bugs.webkit.org/show_bug.cgi?id=80553
485 Rubber-stamped by Jon Honeycutt and Eric Seidel.
487 * gtest/msvc/gtest-md.vcproj:
488 Add the new JavaScriptCore include directory to the include path.
490 2012-02-21 Sam Weinig <sam@webkit.org>
492 Attempt to fix the Snow Leopard build.
494 * gtest/xcode/Config/General.xcconfig:
496 2012-02-21 Sam Weinig <sam@webkit.org>
498 Use libc++ when building with Clang on Mac
499 https://bugs.webkit.org/show_bug.cgi?id=78981
501 Reviewed by Dan Bernstein.
503 * gtest/xcode/Config/General.xcconfig:
504 In addition to enabling libc++ when building with Clang,
505 disable gtest's use of tr1::tuple, which doesn't exist in
508 2012-01-25 Mark Rowe <mrowe@apple.com>
510 Build in to an alternate location when USE_STAGING_INSTALL_PATH is set.
512 <rdar://problem/10609417> Adopt USE_STAGING_INSTALL_PATH
514 Reviewed by David Kilzer.
516 * gtest/xcode/Config/ProductionProject.xcconfig: Ensure that the staged frameworks path
517 is in the framework search path when USE_STAGING_INSTALL_PATH is set. Look for the WebCore
518 framework in the staged frameworks directory when USE_STAGING_INSTALL_PATH is set.
520 2012-01-06 Anders Carlsson <andersca@apple.com>
522 Make JavaScriptCore.framework a reference and put it in a Frameworks group
523 https://bugs.webkit.org/show_bug.cgi?id=75740
525 Reviewed by Mark Rowe.
527 * gtest/xcode/gtest.xcodeproj/project.pbxproj:
529 2012-01-05 Dan Bernstein <mitz@apple.com>
531 Made Debug/Release builds of gtest build only for the active architecture.
533 Reviewed by Dave Kilzer.
535 * gtest/xcode/Config/DebugProject.xcconfig:
536 * gtest/xcode/Config/ProductionProject.xcconfig:
537 * gtest/xcode/Config/ReleaseProject.xcconfig:
539 2012-01-04 David Kilzer <ddkilzer@apple.com>
541 Remove HEADER_SEARCH_PATHS from Production configurations for gtest
543 Reviewed by Mark Rowe.
545 * gtest/xcode/gtest.xcodeproj/project.pbxproj: Remove
546 HEADER_SEARCH_PATHS from Production configurations to match
547 changes made for Debug and Release configurations in r104091.
549 2012-01-04 David Kilzer <ddkilzer@apple.com>
551 TestWebKitAPI has issues due to FastMalloc incompatibility
552 <http://webkit.org/b/66521>
553 <rdar://problem/10607911>
555 Reviewed by David Levin.
557 Original patch by Dmitry Lomov <dslomov@google.com>.
559 This patch ensures that gtest uses the FastMalloc new and delete
560 operators that are defined in JavaScriptCore.
562 * gtest/README.WebKit: Update with project changes.
563 * gtest/include/gtest/internal/gtest-port.h: Import necessary
564 headers to use FastMalloc in gtest.
565 * gtest/msvc/gtest-md.vcproj: Add include directories to find
567 * gtest/xcode/Config/DebugProject.xcconfig: Define
568 WEBCORE_PRIVATE_HEADERS_DIR for Debug builds.
569 * gtest/xcode/Config/General.xcconfig: Define
570 HEADER_SEARCH_PATHS in terms of WEBCORE_PRIVATE_HEADERS_DIR.
571 * gtest/xcode/Config/ProductionProject.xcconfig: Define
572 WEBCORE_PRIVATE_HEADERS_DIR for Production builds. This
573 overrides the value in ReleaseProject.xcconfig.
574 * gtest/xcode/Config/ReleaseProject.xcconfig: Define
575 WEBCORE_PRIVATE_HEADERS_DIR for Release builds.
576 * gtest/xcode/gtest.xcodeproj/project.pbxproj:
577 - Remove local HEADER_SEARCH_PATHS definitions.
578 - Link to JavaScriptCore.framework when building
581 2012-01-03 David Kilzer <ddkilzer@apple.com>
583 Add Production configuration to gtest Xcode project
584 <http://webkit.org/b/75153>
586 Reviewed by Adam Roben.
588 * gtest/README.WebKit: Updated.
589 * gtest/xcode/Config/ProductionProject.xcconfig: Added.
590 * gtest/xcode/gtest.xcodeproj/project.pbxproj:
591 - Added Production configuration based on Release configuration.
592 - Made Production the default configuration.
594 2011-12-25 Darin Adler <darin@apple.com>
596 * gtest/xcode/gtest.xcodeproj: Added property svn:ignore.
598 2011-11-11 Csaba Osztrogonác <ossy@webkit.org>
602 Reviewed by Zoltan Herczeg.
604 * ChangeLog: Point out revision 100,000.
606 2011-08-25 Alexey Proskuryakov <ap@apple.com>
608 Fix build when GCC 4.2 is not installed.
610 * gtest/xcode/Config/CompilerVersion.xcconfig: Copied from Source/WebCore/Configurations/CompilerVersion.xcconfig.
611 * gtest/xcode/Config/General.xcconfig:
612 Use the same compiler version as other projects do.
614 2011-08-19 Sheriff Bot <webkit.review.bot@gmail.com>
616 Unreviewed, rolling out r93426.
617 http://trac.webkit.org/changeset/93426
618 https://bugs.webkit.org/show_bug.cgi?id=66607
620 Broke the Mac build by not building gtest.framework anymore
621 (Requested by andersca on #webkit).
623 * gtest/README.WebKit:
624 * gtest/include/gtest/internal/gtest-port.h:
625 * gtest/msvc/gtest-md.vcproj:
626 * gtest/xcode/Config/General.xcconfig:
627 * gtest/xcode/gtest.xcodeproj/project.pbxproj:
629 2011-08-18 Dmitry Lomov <dslomov@google.com>
631 TestWebKitAPI breaks on Windows due to fast malloc incompatibility.
632 https://bugs.webkit.org/show_bug.cgi?id=66521
634 This patch ensures that gtest uses new and delete operators that are defined in JavaScriptCore.
636 Reviewed by David Levin.
638 * gtest/include/gtest/internal/gtest-port.h:
639 * gtest/msvc/gtest-md.vcproj:
640 * gtest/README.WebKit:
641 * gtest/xcode/Config/General.xcconfig:
642 * gtest/xcode/gtest.xcodeproj/project.pbxproj:
644 2011-08-09 Mark Rowe <mrowe@apple.com>
646 Fix gtest to compile in the release configuration with clang.
648 This change was made upstream in r443.
650 * gtest/src/gtest.cc:
652 2011-08-04 Mark Rowe <mrowe@apple.com>
654 Future-proof Xcode configuration settings.
656 * gtest/xcode/Config/General.xcconfig:
658 2011-08-03 Dmitry Lomov <dslomov@google.com>
660 https://bugs.webkit.org/show_bug.cgi?id=61812
661 TestWebKitApi breaks in release mode due to gtest incompatibility with fast malloc
663 Disable fast malloc for offending class (::std::strstream) in gtest.
664 This looks like the most non-intrusive solution.
666 Reviewed by David Levin.
668 * gtest/include/gtest/internal/gtest-port.h:
669 (testing::internal::StrStream::operator new):
670 (testing::internal::StrStream::operator new[]):
671 (testing::internal::StrStream::operator delete):
672 (testing::internal::StrStream::operator delete[]):
674 2011-07-05 Adam Barth <abarth@webkit.org>
676 Import qunit JavaScript unit testing framework
677 https://bugs.webkit.org/show_bug.cgi?id=63967
679 Reviewed by Eric Seidel.
681 We're going to use this unit testing framework to test garden-o-matic.
685 2011-06-04 Adam Barth <abarth@webkit.org>
687 * glu: Added property svn:ignore.
688 - For glu.xcodeproj, which is generated from glu.gyp.
690 2011-05-24 Stephen White <senorblanco@chromium.org>
692 Reviewed by Kenneth Russell.
694 Unfork glu sources as much as possible.
695 https://bugs.webkit.org/show_bug.cgi?id=61365
697 Restore the glu sources closer to the original version on oss.sgi.com
698 by removing the WebKit-specific include paths, restoring the include
699 order, and renaming the glu* functions via #defines rather than in
703 Update the README to reflect the changes from trunk.
705 Add Source/Thirdparty/glu as an include path, so we can remove the
706 hardcoded paths from the source files.
708 Add #defines to rename the glu entry points to internal_*.
709 * glu/internal_glu.h:
710 * glu/libtess/dict.c:
711 * glu/libtess/geom.c:
712 * glu/libtess/geom.h:
713 * glu/libtess/memalloc.c:
714 * glu/libtess/mesh.c:
715 * glu/libtess/mesh.h:
716 * glu/libtess/normal.c:
717 * glu/libtess/normal.h:
718 * glu/libtess/priorityq-heap.c:
719 * glu/libtess/priorityq-sort.h:
720 * glu/libtess/priorityq.c:
721 * glu/libtess/priorityq.h:
722 * glu/libtess/render.c:
723 * glu/libtess/render.h:
724 * glu/libtess/sweep.c:
725 * glu/libtess/sweep.h:
726 * glu/libtess/tess.c:
727 * glu/libtess/tess.h:
728 * glu/libtess/tessmono.c:
729 Remove WebKit-specific include paths, and internal_ prefixes from glu
730 entry points. Restore include order to original source order.
732 2011-05-19 Evan Martin <evan@chromium.org>
734 Reviewed by Tony Chang.
736 [chromium] remove <(library) variable
737 https://bugs.webkit.org/show_bug.cgi?id=61158
739 This was for a build experiment; we can just use the correct value now.
742 * gyp/test/library/src/library.gyp:
744 2011-05-12 Jeff Miller <jeffm@apple.com>
746 Ignore Visual Studio *.user files.
748 * gtest/msvc: Added property svn:ignore.
750 2011-05-12 Adam Roben <aroben@apple.com>
752 Windows production build fix
754 * gtest/msvc/gtest-md.vcproj: Fix the OutputDirectory and IntermediateDirectory attributes
755 for all configurations.
757 2011-05-12 Adam Roben <aroben@apple.com>
759 A little gtest cleanup after r86287
761 * gtest/msvc/gtest-md.vcproj: Added Debug_All and Production configurations to match our
762 other projects. (At some point all the settings should be moved into .vsprops files to match
763 our other projects, too.)