1 2013-10-06 Darin Adler <darin@apple.com>
3 Remove unneeded ScriptGCEvent class
4 https://bugs.webkit.org/show_bug.cgi?id=122390
6 Reviewed by Anders Carlsson.
8 * gtest/xcode/gtest.xcodeproj/project.pbxproj: Let Xcode update this file.
9 Not really part of this bug fix, but good to land anyway.
11 2013-09-29 Darin Adler <darin@apple.com>
13 Take some Xcode advice about turning on additional warnings in ANGLE and gtest
14 https://bugs.webkit.org/show_bug.cgi?id=122087
16 Reviewed by Mark Rowe.
18 * gtest/xcode/Config/General.xcconfig: Added some warnings that Xcode 5 suggested.
20 2013-09-06 Alberto Garcia <berto@igalia.com>
22 GTest: add support for FreeBSD and Hurd
23 https://bugs.webkit.org/show_bug.cgi?id=120870
25 Patch by Emilio Pozuelo Monfort <pochu@debian.org>
26 Reviewed by Gustavo Noronha Silva.
28 * gtest/include/gtest/internal/gtest-port.h:
30 2013-09-05 Anders Carlsson <andersca@apple.com>
32 Enable C++11 wherever we build C++ files that include wtf/Platform.h
33 https://bugs.webkit.org/show_bug.cgi?id=120782
35 Reviewed by Andreas Kling.
37 Set CLANG_CXX_LANGUAGE_STANDARD to gnu++0x.
39 * gtest/xcode/Config/General.xcconfig:
41 2013-08-20 Alex Christensen <achristensen@apple.com>
43 Use PlatformArchitecture to distinguish between 32-bit and 64-bit builds on Windows.
44 https://bugs.webkit.org/show_bug.cgi?id=119512
46 Reviewed by Brent Fulgham.
48 * gtest/msvc/gtest-md.vcxproj:
49 Replaced obj32, bin32, and lib32 with macros for 64-bit build.
51 2013-07-23 David Farler <dfarler@apple.com>
53 Provide optional OTHER_CFLAGS, OTHER_CPPFLAGS, OTHER_LDFLAGS additions for building with ASAN
54 https://bugs.webkit.org/show_bug.cgi?id=117762
56 Reviewed by Mark Rowe.
58 * gtest/xcode/Config/General.xcconfig:
59 Add ASAN_OTHER_CFLAGS, CPLUSPLUSFLAGS, LDFLAGS.
60 * gtest/xcode/Config/StaticLibraryTarget.xcconfig:
61 Add ASAN_OTHER_CFLAGS, CPLUSPLUSFLAGS.
63 2013-07-27 Mark Rowe <mrowe@apple.com>
65 Fix builds against an SDK.
67 * gtest/xcode/Config/FrameworkTarget.xcconfig: Ensure that gtest.framework is installed
68 in a location compatible with the SDK generation process.
70 2013-07-19 Alex Christensen <achristensen@apple.com>
72 Added x64 configuration to Visual Studio build.
73 https://bugs.webkit.org/show_bug.cgi?id=118888
75 Reviewed by Brent Fulgham.
77 * gtest/msvc/gtest-md.vcxproj:
79 2013-07-18 Roger Fong <roger_fong@apple.com>
81 Make sure to link against _debug binaries when appropriate.
82 <rdar://problem/14473010>.
84 * gtest/msvc/gtest-md.vcxproj:
86 2013-06-17 Darin Adler <darin@apple.com>
88 Sort all the Xcode project files
89 https://bugs.webkit.org/show_bug.cgi?id=117696
91 Reviewed by Anders Carlsson.
93 * gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj: Ran the sort-Xcode-project-file script.
94 * gtest/xcode/gtest.xcodeproj/project.pbxproj: Ran the sort-Xcode-project-file script.
96 2013-06-18 Roger Fong <roger_fong@apple.com>
98 Replace tools32 folder with tools and update WebKit Windows solution accordingly.
99 <rdar://problem/14118143>.
101 Rubberstamped by Brent Fulgham.
103 * gtest/msvc/gtest-md.vcxproj:
105 2013-06-03 Roger Fong <roger_fong@apple.com>
107 Nuke VS2005 files from the tree.
108 <rdar://problem/14042021>.
110 Rubberstamped by Brent Fulgham.
112 * gtest/msvc/gtest-md.sln: Removed.
113 * gtest/msvc/gtest-md.vcproj: Removed.
114 * gtest/msvc/gtest.sln: Removed.
115 * gtest/msvc/gtest.vcproj: Removed.
116 * gtest/msvc/gtest_main-md.vcproj: Removed.
117 * gtest/msvc/gtest_main.vcproj: Removed.
118 * gtest/msvc/gtest_prod_test-md.vcproj: Removed.
119 * gtest/msvc/gtest_prod_test.vcproj: Removed.
120 * gtest/msvc/gtest_unittest-md.vcproj: Removed.
121 * gtest/msvc/gtest_unittest.vcproj: Removed.
123 2013-04-26 Roger Fong <roger_fong@apple.com>
125 Make Apple Windows VS2010 build results into and get dependencies from __32 suffixed folders.
126 Make the DebugSuffix configuration use _debug dependencies.
128 * gtest/msvc/gtest-md.vcxproj:
130 2013-04-09 Benjamin Poulain <bpoulain@apple.com>
132 Remove the WebKit copy of GLU and the file using it
133 https://bugs.webkit.org/show_bug.cgi?id=114249
135 Reviewed by Darin Adler.
137 * glu/.gitignore: Removed.
138 * glu/LICENSE.txt: Removed.
139 * glu/README.webkit: Removed.
140 * glu/glu.gyp: Removed.
141 * glu/gluos.h: Removed.
142 * glu/internal_glu.h: Removed.
143 * glu/libtess/GNUmakefile: Removed.
144 * glu/libtess/Imakefile: Removed.
145 * glu/libtess/README: Removed.
146 * glu/libtess/alg-outline: Removed.
147 * glu/libtess/dict-list.h: Removed.
148 * glu/libtess/dict.c: Removed.
149 * glu/libtess/dict.h: Removed.
150 * glu/libtess/geom.c: Removed.
151 * glu/libtess/geom.h: Removed.
152 * glu/libtess/memalloc.c: Removed.
153 * glu/libtess/memalloc.h: Removed.
154 * glu/libtess/mesh.c: Removed.
155 * glu/libtess/mesh.h: Removed.
156 * glu/libtess/normal.c: Removed.
157 * glu/libtess/normal.h: Removed.
158 * glu/libtess/priorityq-heap.c: Removed.
159 * glu/libtess/priorityq-heap.h: Removed.
160 * glu/libtess/priorityq-sort.h: Removed.
161 * glu/libtess/priorityq.c: Removed.
162 * glu/libtess/priorityq.h: Removed.
163 * glu/libtess/render.c: Removed.
164 * glu/libtess/render.h: Removed.
165 * glu/libtess/sweep.c: Removed.
166 * glu/libtess/sweep.h: Removed.
167 * glu/libtess/tess.c: Removed.
168 * glu/libtess/tess.h: Removed.
169 * glu/libtess/tessmono.c: Removed.
170 * glu/libtess/tessmono.h: Removed.
172 2013-04-08 Benjamin Poulain <benjamin@webkit.org>
174 Remove gyp from ThirdParty
175 https://bugs.webkit.org/show_bug.cgi?id=114244
177 Rubberstamped by Ryosuke Niwa.
181 2013-04-05 Geoffrey Garen <ggaren@apple.com>
183 Made USE(JSC) unconditional
184 https://bugs.webkit.org/show_bug.cgi?id=114058
186 Reviewed by Anders Carlsson.
188 * gtest/include/gtest/internal/gtest-port.h:
190 2013-03-29 Martin Robinson <mrobinson@igalia.com>
192 Update the version of gyp in the repository
193 https://bugs.webkit.org/show_bug.cgi?id=113540
195 Reviewed by Nico Weber.
197 * gyp: Update gyp to r1605.
199 2013-03-21 Zan Dobersek <zdobersek@igalia.com>
201 [GTK] Move libLevelDB.la setup into a separate GNUmakefile.am
202 https://bugs.webkit.org/show_bug.cgi?id=112947
204 Reviewed by Martin Robinson.
206 * leveldb/GNUmakefile.am: Added, sets up the libLevelDB.la library.
208 2013-03-20 Brent Fulgham <bfulgham@webkit.org>
210 [WinCairo] Build WinCairo port under VS2010.
211 https://bugs.webkit.org/show_bug.cgi?id=112861
213 Reviewed by Tim Horton.
215 * gtest/msvc/gtest-md.vcxproj: Add WinCairo targets.
217 2013-03-07 Andrew Bortz <andrew@abortz.net>
219 Replace Mersenne Twister RNG with a simple but fast RNG
220 https://bugs.webkit.org/show_bug.cgi?id=111533
222 Reviewed by Adam Barth.
224 This code is no longer used.
226 * mt19937ar.c: Removed.
228 2013-02-20 Roger Fong <roger_fong@apple.com>
230 Get VS2010 Solution B&I ready.
231 <rdar://problem/1322988>
233 Rubberstamped by Timothy Horton.
235 Add Production configuration.
237 * gtest/msvc/gtest-md.vcxproj:
239 2013-02-14 Tony Chang <tony@chromium.org>
241 Unreviewed, set svn:eol-style native for .sln, .vcproj, and .vsprops files.
242 https://bugs.webkit.org/show_bug.cgi?id=96934
244 * gtest/msvc/gtest-md.sln: Modified property svn:eol-style.
245 * gtest/msvc/gtest.sln: Modified property svn:eol-style.
247 2013-02-14 Tony Chang <tony@chromium.org>
249 Unreviewed, set svn:eol-style CRLF for .sln files.
251 * gtest/msvc/gtest-md.sln: Added property svn:eol-style.
252 * gtest/msvc/gtest.sln: Added property svn:eol-style.
254 2013-02-14 Roger Fong <roger_fong@apple.com>
256 Add gtest-md VS2010 project files.
257 https://bugs.webkit.org/show_bug.cgi?id=107034.
259 Reviewed by Brent Fulgham.
261 * gtest/msvc/gtest-md.sln: Added property svn:eol-style.
262 * gtest/msvc/gtest.sln: Added property svn:eol-style.
264 2013-02-05 Simon Hausmann <simon.hausmann@digia.com>
266 [Qt] Compile WTF tests of TestWebKitAPI
267 https://bugs.webkit.org/show_bug.cgi?id=108935
269 Reviewed by Kenneth Rohde Christiansen.
271 Add qmake build system .pro file for building gtest as static library.
273 * gtest/gtest.pro: Added.
275 2013-02-05 Paweł Forysiuk <tuxator@o2.pl>
277 Building with MinGW compiler dies with gtest errors
278 https://bugs.webkit.org/show_bug.cgi?id=108470
280 Reviewed by Martin Robinson.
282 Variable Libraries_libgtest_la_CXXFLAGS blindly assumes that
283 pthreads will always be enabled. Make using pthreads for gtest
284 conditional on the build target.
286 * gtest/GNUmakefile.am: Set Libraries_libgtest_la_CXXFLAGS accordingly to the build target.
288 2013-01-23 Tony Chang <tony@chromium.org>
290 Unreviewed, set svn:eol-style to CRLF on Windows .sln files.
292 * gtest/msvc/gtest-md.sln: Added property svn:eol-style.
293 * gtest/msvc/gtest.sln: Added property svn:eol-style.
295 2013-01-17 Martin Robinson <mrobinson@igalia.com>
297 [GTK] Build with LevelDB when IndexedDB is enabled
298 https://bugs.webkit.org/show_bug.cgi?id=103220
300 Reviewed by Gustavo Noronha Silva.
302 Add the leveldb 1.9.0 source code to the ThirdParty dependencies.
303 We cannot depend on leveldb provided by the distribution, because
304 it sometimes breaks API compatibility.
306 * leveldb: Imported from the 1.9.0 leveldb source tarball.
308 2013-01-09 David Farler <dfarler@apple.com>
310 Change ARCHS to generic setting to work with multiple platforms.
311 https://bugs.webkit.org/show_bug.cgi?id=106478
313 Reviewed by Anders Carlsson.
315 * gtest/xcode/Config/General.xcconfig: ARCHS = $(ARCHS_STANDARD_32_64_BIT);
317 2012-10-28 Mark Rowe <mrowe@apple.com>
319 Simplify Xcode configuration settings that used to vary between OS versions.
321 Reviewed by Dan Bernstein.
323 * gtest/xcode/Config/General.xcconfig:
325 2012-10-28 Mark Rowe <mrowe@apple.com>
327 Remove references to unsupported OS and Xcode versions.
329 Reviewed by Anders Carlsson.
331 * gtest/xcode/Config/CompilerVersion.xcconfig: Removed.
332 * gtest/xcode/Config/General.xcconfig:
334 2012-10-27 Dan Bernstein <mitz@apple.com>
336 REAL_PLATFORM_NAME build setting is no longer needed
337 https://bugs.webkit.org/show_bug.cgi?id=100587
339 Reviewed by Mark Rowe.
341 Removed the definition of REAL_PLATFORM_NAME and replaced references to it with references
344 * gtest/xcode/Config/CompilerVersion.xcconfig:
345 * gtest/xcode/Config/General.xcconfig:
347 2012-08-23 Mark Rowe <mrowe@apple.com>
349 Make gtest build with the latest version of clang.
351 Reviewed by Dan Bernstein.
353 * gtest/src/gtest-internal-inl.h:
354 (GTestFlagSaver): Remove an unused member.
356 2012-07-03 Tony Chang <tony@chromium.org>
358 [chromium] Unreviewed, update .gitignore to handle VS2010 files.
362 2012-06-27 Ryosuke Niwa <rniwa@webkit.org>
364 Fix gcc build after r121302
365 https://bugs.webkit.org/show_bug.cgi?id=90055
367 Reviewed by Mark Rowe.
369 Assume RTTI is disabled so that gtest builds under XCode 3.2.6.
371 * gtest/xcode/Config/General.xcconfig:
373 2012-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
375 Unreviewed. Fix make distcheck.
377 * gtest/GNUmakefile.am: Add source code files included by
378 gtest_all.cc to EXTRA_DIST.
380 2012-04-26 Carlos Garcia Campos <cgarcia@igalia.com>
382 [GTK] Build and run TestWebKitAPI WebKit2 unit tests
383 https://bugs.webkit.org/show_bug.cgi?id=84446
385 Reviewed by Philippe Normand.
387 * gtest/GNUmakefile.am: Do not build libgtestmain anymmore since
388 all tests use now a custom main to make sure WTF threads are
391 2012-04-24 Carlos Garcia Campos <cgarcia@igalia.com>
393 [GTK] Build and run TestWebKitAPI unit tests
394 https://bugs.webkit.org/show_bug.cgi?id=84325
396 Reviewed by Philippe Normand.
398 * gtest/GNUmakefile.am: Added.
400 2012-03-30 David Barr <davidbarr@chromium.org>
402 Split up top-level .gitignore and .gitattributes
403 https://bugs.webkit.org/show_bug.cgi?id=82687
405 Reviewed by Tor Arne Vestbø.
407 * glu/.gitignore: Added.
409 2012-03-09 Ashod Nakashian <ashodnakashian@yahoo.com>
411 Bash scripts should support LF endings only
412 https://bugs.webkit.org/show_bug.cgi?id=79509
414 Reviewed by David Kilzer.
416 * gtest/xcode/Samples/FrameworkSample/runtests.sh: Added property svn:executable.
417 * gtest/xcode/Scripts/runtests.sh: Added property svn:executable.
419 2012-03-08 Jessie Berlin <jberlin@apple.com>
421 More Windows build fixing.
423 * gtest/msvc/gtest-md.vcproj:
425 2012-03-07 Jessie Berlin <jberlin@apple.com>
427 Clean Windows build fails after r110033
428 https://bugs.webkit.org/show_bug.cgi?id=80553
430 Rubber-stamped by Jon Honeycutt and Eric Seidel.
432 * gtest/msvc/gtest-md.vcproj:
433 Add the new JavaScriptCore include directory to the include path.
435 2012-02-21 Sam Weinig <sam@webkit.org>
437 Attempt to fix the Snow Leopard build.
439 * gtest/xcode/Config/General.xcconfig:
441 2012-02-21 Sam Weinig <sam@webkit.org>
443 Use libc++ when building with Clang on Mac
444 https://bugs.webkit.org/show_bug.cgi?id=78981
446 Reviewed by Dan Bernstein.
448 * gtest/xcode/Config/General.xcconfig:
449 In addition to enabling libc++ when building with Clang,
450 disable gtest's use of tr1::tuple, which doesn't exist in
453 2012-01-25 Mark Rowe <mrowe@apple.com>
455 Build in to an alternate location when USE_STAGING_INSTALL_PATH is set.
457 <rdar://problem/10609417> Adopt USE_STAGING_INSTALL_PATH
459 Reviewed by David Kilzer.
461 * gtest/xcode/Config/ProductionProject.xcconfig: Ensure that the staged frameworks path
462 is in the framework search path when USE_STAGING_INSTALL_PATH is set. Look for the WebCore
463 framework in the staged frameworks directory when USE_STAGING_INSTALL_PATH is set.
465 2012-01-06 Anders Carlsson <andersca@apple.com>
467 Make JavaScriptCore.framework a reference and put it in a Frameworks group
468 https://bugs.webkit.org/show_bug.cgi?id=75740
470 Reviewed by Mark Rowe.
472 * gtest/xcode/gtest.xcodeproj/project.pbxproj:
474 2012-01-05 Dan Bernstein <mitz@apple.com>
476 Made Debug/Release builds of gtest build only for the active architecture.
478 Reviewed by Dave Kilzer.
480 * gtest/xcode/Config/DebugProject.xcconfig:
481 * gtest/xcode/Config/ProductionProject.xcconfig:
482 * gtest/xcode/Config/ReleaseProject.xcconfig:
484 2012-01-04 David Kilzer <ddkilzer@apple.com>
486 Remove HEADER_SEARCH_PATHS from Production configurations for gtest
488 Reviewed by Mark Rowe.
490 * gtest/xcode/gtest.xcodeproj/project.pbxproj: Remove
491 HEADER_SEARCH_PATHS from Production configurations to match
492 changes made for Debug and Release configurations in r104091.
494 2012-01-04 David Kilzer <ddkilzer@apple.com>
496 TestWebKitAPI has issues due to FastMalloc incompatibility
497 <http://webkit.org/b/66521>
498 <rdar://problem/10607911>
500 Reviewed by David Levin.
502 Original patch by Dmitry Lomov <dslomov@google.com>.
504 This patch ensures that gtest uses the FastMalloc new and delete
505 operators that are defined in JavaScriptCore.
507 * gtest/README.WebKit: Update with project changes.
508 * gtest/include/gtest/internal/gtest-port.h: Import necessary
509 headers to use FastMalloc in gtest.
510 * gtest/msvc/gtest-md.vcproj: Add include directories to find
512 * gtest/xcode/Config/DebugProject.xcconfig: Define
513 WEBCORE_PRIVATE_HEADERS_DIR for Debug builds.
514 * gtest/xcode/Config/General.xcconfig: Define
515 HEADER_SEARCH_PATHS in terms of WEBCORE_PRIVATE_HEADERS_DIR.
516 * gtest/xcode/Config/ProductionProject.xcconfig: Define
517 WEBCORE_PRIVATE_HEADERS_DIR for Production builds. This
518 overrides the value in ReleaseProject.xcconfig.
519 * gtest/xcode/Config/ReleaseProject.xcconfig: Define
520 WEBCORE_PRIVATE_HEADERS_DIR for Release builds.
521 * gtest/xcode/gtest.xcodeproj/project.pbxproj:
522 - Remove local HEADER_SEARCH_PATHS definitions.
523 - Link to JavaScriptCore.framework when building
526 2012-01-03 David Kilzer <ddkilzer@apple.com>
528 Add Production configuration to gtest Xcode project
529 <http://webkit.org/b/75153>
531 Reviewed by Adam Roben.
533 * gtest/README.WebKit: Updated.
534 * gtest/xcode/Config/ProductionProject.xcconfig: Added.
535 * gtest/xcode/gtest.xcodeproj/project.pbxproj:
536 - Added Production configuration based on Release configuration.
537 - Made Production the default configuration.
539 2011-12-25 Darin Adler <darin@apple.com>
541 * gtest/xcode/gtest.xcodeproj: Added property svn:ignore.
543 2011-11-11 Csaba Osztrogonác <ossy@webkit.org>
547 Reviewed by Zoltan Herczeg.
549 * ChangeLog: Point out revision 100,000.
551 2011-08-25 Alexey Proskuryakov <ap@apple.com>
553 Fix build when GCC 4.2 is not installed.
555 * gtest/xcode/Config/CompilerVersion.xcconfig: Copied from Source/WebCore/Configurations/CompilerVersion.xcconfig.
556 * gtest/xcode/Config/General.xcconfig:
557 Use the same compiler version as other projects do.
559 2011-08-19 Sheriff Bot <webkit.review.bot@gmail.com>
561 Unreviewed, rolling out r93426.
562 http://trac.webkit.org/changeset/93426
563 https://bugs.webkit.org/show_bug.cgi?id=66607
565 Broke the Mac build by not building gtest.framework anymore
566 (Requested by andersca on #webkit).
568 * gtest/README.WebKit:
569 * gtest/include/gtest/internal/gtest-port.h:
570 * gtest/msvc/gtest-md.vcproj:
571 * gtest/xcode/Config/General.xcconfig:
572 * gtest/xcode/gtest.xcodeproj/project.pbxproj:
574 2011-08-18 Dmitry Lomov <dslomov@google.com>
576 TestWebKitAPI breaks on Windows due to fast malloc incompatibility.
577 https://bugs.webkit.org/show_bug.cgi?id=66521
579 This patch ensures that gtest uses new and delete operators that are defined in JavaScriptCore.
581 Reviewed by David Levin.
583 * gtest/include/gtest/internal/gtest-port.h:
584 * gtest/msvc/gtest-md.vcproj:
585 * gtest/README.WebKit:
586 * gtest/xcode/Config/General.xcconfig:
587 * gtest/xcode/gtest.xcodeproj/project.pbxproj:
589 2011-08-09 Mark Rowe <mrowe@apple.com>
591 Fix gtest to compile in the release configuration with clang.
593 This change was made upstream in r443.
595 * gtest/src/gtest.cc:
597 2011-08-04 Mark Rowe <mrowe@apple.com>
599 Future-proof Xcode configuration settings.
601 * gtest/xcode/Config/General.xcconfig:
603 2011-08-03 Dmitry Lomov <dslomov@google.com>
605 https://bugs.webkit.org/show_bug.cgi?id=61812
606 TestWebKitApi breaks in release mode due to gtest incompatibility with fast malloc
608 Disable fast malloc for offending class (::std::strstream) in gtest.
609 This looks like the most non-intrusive solution.
611 Reviewed by David Levin.
613 * gtest/include/gtest/internal/gtest-port.h:
614 (testing::internal::StrStream::operator new):
615 (testing::internal::StrStream::operator new[]):
616 (testing::internal::StrStream::operator delete):
617 (testing::internal::StrStream::operator delete[]):
619 2011-07-05 Adam Barth <abarth@webkit.org>
621 Import qunit JavaScript unit testing framework
622 https://bugs.webkit.org/show_bug.cgi?id=63967
624 Reviewed by Eric Seidel.
626 We're going to use this unit testing framework to test garden-o-matic.
630 2011-06-04 Adam Barth <abarth@webkit.org>
632 * glu: Added property svn:ignore.
633 - For glu.xcodeproj, which is generated from glu.gyp.
635 2011-05-24 Stephen White <senorblanco@chromium.org>
637 Reviewed by Kenneth Russell.
639 Unfork glu sources as much as possible.
640 https://bugs.webkit.org/show_bug.cgi?id=61365
642 Restore the glu sources closer to the original version on oss.sgi.com
643 by removing the WebKit-specific include paths, restoring the include
644 order, and renaming the glu* functions via #defines rather than in
648 Update the README to reflect the changes from trunk.
650 Add Source/Thirdparty/glu as an include path, so we can remove the
651 hardcoded paths from the source files.
653 Add #defines to rename the glu entry points to internal_*.
654 * glu/internal_glu.h:
655 * glu/libtess/dict.c:
656 * glu/libtess/geom.c:
657 * glu/libtess/geom.h:
658 * glu/libtess/memalloc.c:
659 * glu/libtess/mesh.c:
660 * glu/libtess/mesh.h:
661 * glu/libtess/normal.c:
662 * glu/libtess/normal.h:
663 * glu/libtess/priorityq-heap.c:
664 * glu/libtess/priorityq-sort.h:
665 * glu/libtess/priorityq.c:
666 * glu/libtess/priorityq.h:
667 * glu/libtess/render.c:
668 * glu/libtess/render.h:
669 * glu/libtess/sweep.c:
670 * glu/libtess/sweep.h:
671 * glu/libtess/tess.c:
672 * glu/libtess/tess.h:
673 * glu/libtess/tessmono.c:
674 Remove WebKit-specific include paths, and internal_ prefixes from glu
675 entry points. Restore include order to original source order.
677 2011-05-19 Evan Martin <evan@chromium.org>
679 Reviewed by Tony Chang.
681 [chromium] remove <(library) variable
682 https://bugs.webkit.org/show_bug.cgi?id=61158
684 This was for a build experiment; we can just use the correct value now.
687 * gyp/test/library/src/library.gyp:
689 2011-05-12 Jeff Miller <jeffm@apple.com>
691 Ignore Visual Studio *.user files.
693 * gtest/msvc: Added property svn:ignore.
695 2011-05-12 Adam Roben <aroben@apple.com>
697 Windows production build fix
699 * gtest/msvc/gtest-md.vcproj: Fix the OutputDirectory and IntermediateDirectory attributes
700 for all configurations.
702 2011-05-12 Adam Roben <aroben@apple.com>
704 A little gtest cleanup after r86287
706 * gtest/msvc/gtest-md.vcproj: Added Debug_All and Production configurations to match our
707 other projects. (At some point all the settings should be moved into .vsprops files to match
708 our other projects, too.)