1 2013-10-10 Mark Rowe <mrowe@apple.com>
3 <rdar://problem/13341666> WebKit should always build against an SDK.
5 Have all projects default to building against the OS X Internal SDK for the Production
6 configuration. For the Debug and Release configurations, look for UseInternalSDK.xcconfig
7 to determine whether the OS X Internal SDK should be used. If not, use the normal OS X SDK.
9 Reviewed by Dan Bernstein.
11 * gtest/xcode/Config/General.xcconfig:
12 * gtest/xcode/Config/ProductionProject.xcconfig:
14 2013-10-06 Dan Bernstein <mitz@apple.com>
16 Build against the Xcode default toolchain when targeting OS X 10.8.
18 This fixes the build after r156632 in configurations that use another toolchain
21 * gtest/xcode/Config/General.xcconfig:
23 2013-10-06 Darin Adler <darin@apple.com>
25 Remove unneeded ScriptGCEvent class
26 https://bugs.webkit.org/show_bug.cgi?id=122390
28 Reviewed by Anders Carlsson.
30 * gtest/xcode/gtest.xcodeproj/project.pbxproj: Let Xcode update this file.
31 Not really part of this bug fix, but good to land anyway.
33 2013-09-29 Darin Adler <darin@apple.com>
35 Take some Xcode advice about turning on additional warnings in ANGLE and gtest
36 https://bugs.webkit.org/show_bug.cgi?id=122087
38 Reviewed by Mark Rowe.
40 * gtest/xcode/Config/General.xcconfig: Added some warnings that Xcode 5 suggested.
42 2013-09-06 Alberto Garcia <berto@igalia.com>
44 GTest: add support for FreeBSD and Hurd
45 https://bugs.webkit.org/show_bug.cgi?id=120870
47 Patch by Emilio Pozuelo Monfort <pochu@debian.org>
48 Reviewed by Gustavo Noronha Silva.
50 * gtest/include/gtest/internal/gtest-port.h:
52 2013-09-05 Anders Carlsson <andersca@apple.com>
54 Enable C++11 wherever we build C++ files that include wtf/Platform.h
55 https://bugs.webkit.org/show_bug.cgi?id=120782
57 Reviewed by Andreas Kling.
59 Set CLANG_CXX_LANGUAGE_STANDARD to gnu++0x.
61 * gtest/xcode/Config/General.xcconfig:
63 2013-08-20 Alex Christensen <achristensen@apple.com>
65 Use PlatformArchitecture to distinguish between 32-bit and 64-bit builds on Windows.
66 https://bugs.webkit.org/show_bug.cgi?id=119512
68 Reviewed by Brent Fulgham.
70 * gtest/msvc/gtest-md.vcxproj:
71 Replaced obj32, bin32, and lib32 with macros for 64-bit build.
73 2013-07-23 David Farler <dfarler@apple.com>
75 Provide optional OTHER_CFLAGS, OTHER_CPPFLAGS, OTHER_LDFLAGS additions for building with ASAN
76 https://bugs.webkit.org/show_bug.cgi?id=117762
78 Reviewed by Mark Rowe.
80 * gtest/xcode/Config/General.xcconfig:
81 Add ASAN_OTHER_CFLAGS, CPLUSPLUSFLAGS, LDFLAGS.
82 * gtest/xcode/Config/StaticLibraryTarget.xcconfig:
83 Add ASAN_OTHER_CFLAGS, CPLUSPLUSFLAGS.
85 2013-07-27 Mark Rowe <mrowe@apple.com>
87 Fix builds against an SDK.
89 * gtest/xcode/Config/FrameworkTarget.xcconfig: Ensure that gtest.framework is installed
90 in a location compatible with the SDK generation process.
92 2013-07-19 Alex Christensen <achristensen@apple.com>
94 Added x64 configuration to Visual Studio build.
95 https://bugs.webkit.org/show_bug.cgi?id=118888
97 Reviewed by Brent Fulgham.
99 * gtest/msvc/gtest-md.vcxproj:
101 2013-07-18 Roger Fong <roger_fong@apple.com>
103 Make sure to link against _debug binaries when appropriate.
104 <rdar://problem/14473010>.
106 * gtest/msvc/gtest-md.vcxproj:
108 2013-06-17 Darin Adler <darin@apple.com>
110 Sort all the Xcode project files
111 https://bugs.webkit.org/show_bug.cgi?id=117696
113 Reviewed by Anders Carlsson.
115 * gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj: Ran the sort-Xcode-project-file script.
116 * gtest/xcode/gtest.xcodeproj/project.pbxproj: Ran the sort-Xcode-project-file script.
118 2013-06-18 Roger Fong <roger_fong@apple.com>
120 Replace tools32 folder with tools and update WebKit Windows solution accordingly.
121 <rdar://problem/14118143>.
123 Rubberstamped by Brent Fulgham.
125 * gtest/msvc/gtest-md.vcxproj:
127 2013-06-03 Roger Fong <roger_fong@apple.com>
129 Nuke VS2005 files from the tree.
130 <rdar://problem/14042021>.
132 Rubberstamped by Brent Fulgham.
134 * gtest/msvc/gtest-md.sln: Removed.
135 * gtest/msvc/gtest-md.vcproj: Removed.
136 * gtest/msvc/gtest.sln: Removed.
137 * gtest/msvc/gtest.vcproj: Removed.
138 * gtest/msvc/gtest_main-md.vcproj: Removed.
139 * gtest/msvc/gtest_main.vcproj: Removed.
140 * gtest/msvc/gtest_prod_test-md.vcproj: Removed.
141 * gtest/msvc/gtest_prod_test.vcproj: Removed.
142 * gtest/msvc/gtest_unittest-md.vcproj: Removed.
143 * gtest/msvc/gtest_unittest.vcproj: Removed.
145 2013-04-26 Roger Fong <roger_fong@apple.com>
147 Make Apple Windows VS2010 build results into and get dependencies from __32 suffixed folders.
148 Make the DebugSuffix configuration use _debug dependencies.
150 * gtest/msvc/gtest-md.vcxproj:
152 2013-04-09 Benjamin Poulain <bpoulain@apple.com>
154 Remove the WebKit copy of GLU and the file using it
155 https://bugs.webkit.org/show_bug.cgi?id=114249
157 Reviewed by Darin Adler.
159 * glu/.gitignore: Removed.
160 * glu/LICENSE.txt: Removed.
161 * glu/README.webkit: Removed.
162 * glu/glu.gyp: Removed.
163 * glu/gluos.h: Removed.
164 * glu/internal_glu.h: Removed.
165 * glu/libtess/GNUmakefile: Removed.
166 * glu/libtess/Imakefile: Removed.
167 * glu/libtess/README: Removed.
168 * glu/libtess/alg-outline: Removed.
169 * glu/libtess/dict-list.h: Removed.
170 * glu/libtess/dict.c: Removed.
171 * glu/libtess/dict.h: Removed.
172 * glu/libtess/geom.c: Removed.
173 * glu/libtess/geom.h: Removed.
174 * glu/libtess/memalloc.c: Removed.
175 * glu/libtess/memalloc.h: Removed.
176 * glu/libtess/mesh.c: Removed.
177 * glu/libtess/mesh.h: Removed.
178 * glu/libtess/normal.c: Removed.
179 * glu/libtess/normal.h: Removed.
180 * glu/libtess/priorityq-heap.c: Removed.
181 * glu/libtess/priorityq-heap.h: Removed.
182 * glu/libtess/priorityq-sort.h: Removed.
183 * glu/libtess/priorityq.c: Removed.
184 * glu/libtess/priorityq.h: Removed.
185 * glu/libtess/render.c: Removed.
186 * glu/libtess/render.h: Removed.
187 * glu/libtess/sweep.c: Removed.
188 * glu/libtess/sweep.h: Removed.
189 * glu/libtess/tess.c: Removed.
190 * glu/libtess/tess.h: Removed.
191 * glu/libtess/tessmono.c: Removed.
192 * glu/libtess/tessmono.h: Removed.
194 2013-04-08 Benjamin Poulain <benjamin@webkit.org>
196 Remove gyp from ThirdParty
197 https://bugs.webkit.org/show_bug.cgi?id=114244
199 Rubberstamped by Ryosuke Niwa.
203 2013-04-05 Geoffrey Garen <ggaren@apple.com>
205 Made USE(JSC) unconditional
206 https://bugs.webkit.org/show_bug.cgi?id=114058
208 Reviewed by Anders Carlsson.
210 * gtest/include/gtest/internal/gtest-port.h:
212 2013-03-29 Martin Robinson <mrobinson@igalia.com>
214 Update the version of gyp in the repository
215 https://bugs.webkit.org/show_bug.cgi?id=113540
217 Reviewed by Nico Weber.
219 * gyp: Update gyp to r1605.
221 2013-03-21 Zan Dobersek <zdobersek@igalia.com>
223 [GTK] Move libLevelDB.la setup into a separate GNUmakefile.am
224 https://bugs.webkit.org/show_bug.cgi?id=112947
226 Reviewed by Martin Robinson.
228 * leveldb/GNUmakefile.am: Added, sets up the libLevelDB.la library.
230 2013-03-20 Brent Fulgham <bfulgham@webkit.org>
232 [WinCairo] Build WinCairo port under VS2010.
233 https://bugs.webkit.org/show_bug.cgi?id=112861
235 Reviewed by Tim Horton.
237 * gtest/msvc/gtest-md.vcxproj: Add WinCairo targets.
239 2013-03-07 Andrew Bortz <andrew@abortz.net>
241 Replace Mersenne Twister RNG with a simple but fast RNG
242 https://bugs.webkit.org/show_bug.cgi?id=111533
244 Reviewed by Adam Barth.
246 This code is no longer used.
248 * mt19937ar.c: Removed.
250 2013-02-20 Roger Fong <roger_fong@apple.com>
252 Get VS2010 Solution B&I ready.
253 <rdar://problem/1322988>
255 Rubberstamped by Timothy Horton.
257 Add Production configuration.
259 * gtest/msvc/gtest-md.vcxproj:
261 2013-02-14 Tony Chang <tony@chromium.org>
263 Unreviewed, set svn:eol-style native for .sln, .vcproj, and .vsprops files.
264 https://bugs.webkit.org/show_bug.cgi?id=96934
266 * gtest/msvc/gtest-md.sln: Modified property svn:eol-style.
267 * gtest/msvc/gtest.sln: Modified property svn:eol-style.
269 2013-02-14 Tony Chang <tony@chromium.org>
271 Unreviewed, set svn:eol-style CRLF for .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-02-14 Roger Fong <roger_fong@apple.com>
278 Add gtest-md VS2010 project files.
279 https://bugs.webkit.org/show_bug.cgi?id=107034.
281 Reviewed by Brent Fulgham.
283 * gtest/msvc/gtest-md.sln: Added property svn:eol-style.
284 * gtest/msvc/gtest.sln: Added property svn:eol-style.
286 2013-02-05 Simon Hausmann <simon.hausmann@digia.com>
288 [Qt] Compile WTF tests of TestWebKitAPI
289 https://bugs.webkit.org/show_bug.cgi?id=108935
291 Reviewed by Kenneth Rohde Christiansen.
293 Add qmake build system .pro file for building gtest as static library.
295 * gtest/gtest.pro: Added.
297 2013-02-05 Paweł Forysiuk <tuxator@o2.pl>
299 Building with MinGW compiler dies with gtest errors
300 https://bugs.webkit.org/show_bug.cgi?id=108470
302 Reviewed by Martin Robinson.
304 Variable Libraries_libgtest_la_CXXFLAGS blindly assumes that
305 pthreads will always be enabled. Make using pthreads for gtest
306 conditional on the build target.
308 * gtest/GNUmakefile.am: Set Libraries_libgtest_la_CXXFLAGS accordingly to the build target.
310 2013-01-23 Tony Chang <tony@chromium.org>
312 Unreviewed, set svn:eol-style to CRLF on Windows .sln files.
314 * gtest/msvc/gtest-md.sln: Added property svn:eol-style.
315 * gtest/msvc/gtest.sln: Added property svn:eol-style.
317 2013-01-17 Martin Robinson <mrobinson@igalia.com>
319 [GTK] Build with LevelDB when IndexedDB is enabled
320 https://bugs.webkit.org/show_bug.cgi?id=103220
322 Reviewed by Gustavo Noronha Silva.
324 Add the leveldb 1.9.0 source code to the ThirdParty dependencies.
325 We cannot depend on leveldb provided by the distribution, because
326 it sometimes breaks API compatibility.
328 * leveldb: Imported from the 1.9.0 leveldb source tarball.
330 2013-01-09 David Farler <dfarler@apple.com>
332 Change ARCHS to generic setting to work with multiple platforms.
333 https://bugs.webkit.org/show_bug.cgi?id=106478
335 Reviewed by Anders Carlsson.
337 * gtest/xcode/Config/General.xcconfig: ARCHS = $(ARCHS_STANDARD_32_64_BIT);
339 2012-10-28 Mark Rowe <mrowe@apple.com>
341 Simplify Xcode configuration settings that used to vary between OS versions.
343 Reviewed by Dan Bernstein.
345 * gtest/xcode/Config/General.xcconfig:
347 2012-10-28 Mark Rowe <mrowe@apple.com>
349 Remove references to unsupported OS and Xcode versions.
351 Reviewed by Anders Carlsson.
353 * gtest/xcode/Config/CompilerVersion.xcconfig: Removed.
354 * gtest/xcode/Config/General.xcconfig:
356 2012-10-27 Dan Bernstein <mitz@apple.com>
358 REAL_PLATFORM_NAME build setting is no longer needed
359 https://bugs.webkit.org/show_bug.cgi?id=100587
361 Reviewed by Mark Rowe.
363 Removed the definition of REAL_PLATFORM_NAME and replaced references to it with references
366 * gtest/xcode/Config/CompilerVersion.xcconfig:
367 * gtest/xcode/Config/General.xcconfig:
369 2012-08-23 Mark Rowe <mrowe@apple.com>
371 Make gtest build with the latest version of clang.
373 Reviewed by Dan Bernstein.
375 * gtest/src/gtest-internal-inl.h:
376 (GTestFlagSaver): Remove an unused member.
378 2012-07-03 Tony Chang <tony@chromium.org>
380 [chromium] Unreviewed, update .gitignore to handle VS2010 files.
384 2012-06-27 Ryosuke Niwa <rniwa@webkit.org>
386 Fix gcc build after r121302
387 https://bugs.webkit.org/show_bug.cgi?id=90055
389 Reviewed by Mark Rowe.
391 Assume RTTI is disabled so that gtest builds under XCode 3.2.6.
393 * gtest/xcode/Config/General.xcconfig:
395 2012-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
397 Unreviewed. Fix make distcheck.
399 * gtest/GNUmakefile.am: Add source code files included by
400 gtest_all.cc to EXTRA_DIST.
402 2012-04-26 Carlos Garcia Campos <cgarcia@igalia.com>
404 [GTK] Build and run TestWebKitAPI WebKit2 unit tests
405 https://bugs.webkit.org/show_bug.cgi?id=84446
407 Reviewed by Philippe Normand.
409 * gtest/GNUmakefile.am: Do not build libgtestmain anymmore since
410 all tests use now a custom main to make sure WTF threads are
413 2012-04-24 Carlos Garcia Campos <cgarcia@igalia.com>
415 [GTK] Build and run TestWebKitAPI unit tests
416 https://bugs.webkit.org/show_bug.cgi?id=84325
418 Reviewed by Philippe Normand.
420 * gtest/GNUmakefile.am: Added.
422 2012-03-30 David Barr <davidbarr@chromium.org>
424 Split up top-level .gitignore and .gitattributes
425 https://bugs.webkit.org/show_bug.cgi?id=82687
427 Reviewed by Tor Arne Vestbø.
429 * glu/.gitignore: Added.
431 2012-03-09 Ashod Nakashian <ashodnakashian@yahoo.com>
433 Bash scripts should support LF endings only
434 https://bugs.webkit.org/show_bug.cgi?id=79509
436 Reviewed by David Kilzer.
438 * gtest/xcode/Samples/FrameworkSample/runtests.sh: Added property svn:executable.
439 * gtest/xcode/Scripts/runtests.sh: Added property svn:executable.
441 2012-03-08 Jessie Berlin <jberlin@apple.com>
443 More Windows build fixing.
445 * gtest/msvc/gtest-md.vcproj:
447 2012-03-07 Jessie Berlin <jberlin@apple.com>
449 Clean Windows build fails after r110033
450 https://bugs.webkit.org/show_bug.cgi?id=80553
452 Rubber-stamped by Jon Honeycutt and Eric Seidel.
454 * gtest/msvc/gtest-md.vcproj:
455 Add the new JavaScriptCore include directory to the include path.
457 2012-02-21 Sam Weinig <sam@webkit.org>
459 Attempt to fix the Snow Leopard build.
461 * gtest/xcode/Config/General.xcconfig:
463 2012-02-21 Sam Weinig <sam@webkit.org>
465 Use libc++ when building with Clang on Mac
466 https://bugs.webkit.org/show_bug.cgi?id=78981
468 Reviewed by Dan Bernstein.
470 * gtest/xcode/Config/General.xcconfig:
471 In addition to enabling libc++ when building with Clang,
472 disable gtest's use of tr1::tuple, which doesn't exist in
475 2012-01-25 Mark Rowe <mrowe@apple.com>
477 Build in to an alternate location when USE_STAGING_INSTALL_PATH is set.
479 <rdar://problem/10609417> Adopt USE_STAGING_INSTALL_PATH
481 Reviewed by David Kilzer.
483 * gtest/xcode/Config/ProductionProject.xcconfig: Ensure that the staged frameworks path
484 is in the framework search path when USE_STAGING_INSTALL_PATH is set. Look for the WebCore
485 framework in the staged frameworks directory when USE_STAGING_INSTALL_PATH is set.
487 2012-01-06 Anders Carlsson <andersca@apple.com>
489 Make JavaScriptCore.framework a reference and put it in a Frameworks group
490 https://bugs.webkit.org/show_bug.cgi?id=75740
492 Reviewed by Mark Rowe.
494 * gtest/xcode/gtest.xcodeproj/project.pbxproj:
496 2012-01-05 Dan Bernstein <mitz@apple.com>
498 Made Debug/Release builds of gtest build only for the active architecture.
500 Reviewed by Dave Kilzer.
502 * gtest/xcode/Config/DebugProject.xcconfig:
503 * gtest/xcode/Config/ProductionProject.xcconfig:
504 * gtest/xcode/Config/ReleaseProject.xcconfig:
506 2012-01-04 David Kilzer <ddkilzer@apple.com>
508 Remove HEADER_SEARCH_PATHS from Production configurations for gtest
510 Reviewed by Mark Rowe.
512 * gtest/xcode/gtest.xcodeproj/project.pbxproj: Remove
513 HEADER_SEARCH_PATHS from Production configurations to match
514 changes made for Debug and Release configurations in r104091.
516 2012-01-04 David Kilzer <ddkilzer@apple.com>
518 TestWebKitAPI has issues due to FastMalloc incompatibility
519 <http://webkit.org/b/66521>
520 <rdar://problem/10607911>
522 Reviewed by David Levin.
524 Original patch by Dmitry Lomov <dslomov@google.com>.
526 This patch ensures that gtest uses the FastMalloc new and delete
527 operators that are defined in JavaScriptCore.
529 * gtest/README.WebKit: Update with project changes.
530 * gtest/include/gtest/internal/gtest-port.h: Import necessary
531 headers to use FastMalloc in gtest.
532 * gtest/msvc/gtest-md.vcproj: Add include directories to find
534 * gtest/xcode/Config/DebugProject.xcconfig: Define
535 WEBCORE_PRIVATE_HEADERS_DIR for Debug builds.
536 * gtest/xcode/Config/General.xcconfig: Define
537 HEADER_SEARCH_PATHS in terms of WEBCORE_PRIVATE_HEADERS_DIR.
538 * gtest/xcode/Config/ProductionProject.xcconfig: Define
539 WEBCORE_PRIVATE_HEADERS_DIR for Production builds. This
540 overrides the value in ReleaseProject.xcconfig.
541 * gtest/xcode/Config/ReleaseProject.xcconfig: Define
542 WEBCORE_PRIVATE_HEADERS_DIR for Release builds.
543 * gtest/xcode/gtest.xcodeproj/project.pbxproj:
544 - Remove local HEADER_SEARCH_PATHS definitions.
545 - Link to JavaScriptCore.framework when building
548 2012-01-03 David Kilzer <ddkilzer@apple.com>
550 Add Production configuration to gtest Xcode project
551 <http://webkit.org/b/75153>
553 Reviewed by Adam Roben.
555 * gtest/README.WebKit: Updated.
556 * gtest/xcode/Config/ProductionProject.xcconfig: Added.
557 * gtest/xcode/gtest.xcodeproj/project.pbxproj:
558 - Added Production configuration based on Release configuration.
559 - Made Production the default configuration.
561 2011-12-25 Darin Adler <darin@apple.com>
563 * gtest/xcode/gtest.xcodeproj: Added property svn:ignore.
565 2011-11-11 Csaba Osztrogonác <ossy@webkit.org>
569 Reviewed by Zoltan Herczeg.
571 * ChangeLog: Point out revision 100,000.
573 2011-08-25 Alexey Proskuryakov <ap@apple.com>
575 Fix build when GCC 4.2 is not installed.
577 * gtest/xcode/Config/CompilerVersion.xcconfig: Copied from Source/WebCore/Configurations/CompilerVersion.xcconfig.
578 * gtest/xcode/Config/General.xcconfig:
579 Use the same compiler version as other projects do.
581 2011-08-19 Sheriff Bot <webkit.review.bot@gmail.com>
583 Unreviewed, rolling out r93426.
584 http://trac.webkit.org/changeset/93426
585 https://bugs.webkit.org/show_bug.cgi?id=66607
587 Broke the Mac build by not building gtest.framework anymore
588 (Requested by andersca on #webkit).
590 * gtest/README.WebKit:
591 * gtest/include/gtest/internal/gtest-port.h:
592 * gtest/msvc/gtest-md.vcproj:
593 * gtest/xcode/Config/General.xcconfig:
594 * gtest/xcode/gtest.xcodeproj/project.pbxproj:
596 2011-08-18 Dmitry Lomov <dslomov@google.com>
598 TestWebKitAPI breaks on Windows due to fast malloc incompatibility.
599 https://bugs.webkit.org/show_bug.cgi?id=66521
601 This patch ensures that gtest uses new and delete operators that are defined in JavaScriptCore.
603 Reviewed by David Levin.
605 * gtest/include/gtest/internal/gtest-port.h:
606 * gtest/msvc/gtest-md.vcproj:
607 * gtest/README.WebKit:
608 * gtest/xcode/Config/General.xcconfig:
609 * gtest/xcode/gtest.xcodeproj/project.pbxproj:
611 2011-08-09 Mark Rowe <mrowe@apple.com>
613 Fix gtest to compile in the release configuration with clang.
615 This change was made upstream in r443.
617 * gtest/src/gtest.cc:
619 2011-08-04 Mark Rowe <mrowe@apple.com>
621 Future-proof Xcode configuration settings.
623 * gtest/xcode/Config/General.xcconfig:
625 2011-08-03 Dmitry Lomov <dslomov@google.com>
627 https://bugs.webkit.org/show_bug.cgi?id=61812
628 TestWebKitApi breaks in release mode due to gtest incompatibility with fast malloc
630 Disable fast malloc for offending class (::std::strstream) in gtest.
631 This looks like the most non-intrusive solution.
633 Reviewed by David Levin.
635 * gtest/include/gtest/internal/gtest-port.h:
636 (testing::internal::StrStream::operator new):
637 (testing::internal::StrStream::operator new[]):
638 (testing::internal::StrStream::operator delete):
639 (testing::internal::StrStream::operator delete[]):
641 2011-07-05 Adam Barth <abarth@webkit.org>
643 Import qunit JavaScript unit testing framework
644 https://bugs.webkit.org/show_bug.cgi?id=63967
646 Reviewed by Eric Seidel.
648 We're going to use this unit testing framework to test garden-o-matic.
652 2011-06-04 Adam Barth <abarth@webkit.org>
654 * glu: Added property svn:ignore.
655 - For glu.xcodeproj, which is generated from glu.gyp.
657 2011-05-24 Stephen White <senorblanco@chromium.org>
659 Reviewed by Kenneth Russell.
661 Unfork glu sources as much as possible.
662 https://bugs.webkit.org/show_bug.cgi?id=61365
664 Restore the glu sources closer to the original version on oss.sgi.com
665 by removing the WebKit-specific include paths, restoring the include
666 order, and renaming the glu* functions via #defines rather than in
670 Update the README to reflect the changes from trunk.
672 Add Source/Thirdparty/glu as an include path, so we can remove the
673 hardcoded paths from the source files.
675 Add #defines to rename the glu entry points to internal_*.
676 * glu/internal_glu.h:
677 * glu/libtess/dict.c:
678 * glu/libtess/geom.c:
679 * glu/libtess/geom.h:
680 * glu/libtess/memalloc.c:
681 * glu/libtess/mesh.c:
682 * glu/libtess/mesh.h:
683 * glu/libtess/normal.c:
684 * glu/libtess/normal.h:
685 * glu/libtess/priorityq-heap.c:
686 * glu/libtess/priorityq-sort.h:
687 * glu/libtess/priorityq.c:
688 * glu/libtess/priorityq.h:
689 * glu/libtess/render.c:
690 * glu/libtess/render.h:
691 * glu/libtess/sweep.c:
692 * glu/libtess/sweep.h:
693 * glu/libtess/tess.c:
694 * glu/libtess/tess.h:
695 * glu/libtess/tessmono.c:
696 Remove WebKit-specific include paths, and internal_ prefixes from glu
697 entry points. Restore include order to original source order.
699 2011-05-19 Evan Martin <evan@chromium.org>
701 Reviewed by Tony Chang.
703 [chromium] remove <(library) variable
704 https://bugs.webkit.org/show_bug.cgi?id=61158
706 This was for a build experiment; we can just use the correct value now.
709 * gyp/test/library/src/library.gyp:
711 2011-05-12 Jeff Miller <jeffm@apple.com>
713 Ignore Visual Studio *.user files.
715 * gtest/msvc: Added property svn:ignore.
717 2011-05-12 Adam Roben <aroben@apple.com>
719 Windows production build fix
721 * gtest/msvc/gtest-md.vcproj: Fix the OutputDirectory and IntermediateDirectory attributes
722 for all configurations.
724 2011-05-12 Adam Roben <aroben@apple.com>
726 A little gtest cleanup after r86287
728 * gtest/msvc/gtest-md.vcproj: Added Debug_All and Production configurations to match our
729 other projects. (At some point all the settings should be moved into .vsprops files to match
730 our other projects, too.)