Bug 120812 - [CMAKE] Add c++0x into CXX_FLAGS as a default
Summary: [CMAKE] Add c++0x into CXX_FLAGS as a default
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryuan Choi
URL:
Keywords:
: 119402 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-09-05 17:06 PDT by Ryuan Choi
Modified: 2013-09-10 09:23 PDT (History)
5 users (show)

See Also:


Attachments
Patch (6.52 KB, patch)
2013-09-05 17:10 PDT, Ryuan Choi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryuan Choi 2013-09-05 17:06:02 PDT
After Bug 119081, We enabled C++0x for WebKit, WebCore, JSC and WTF.
After r155148, we should enable it for all cpp files including gtest and ImageDiff.

Because we are already using c++0x in WebCore, I think that we can move all cmake targets.
Comment 1 Ryuan Choi 2013-09-05 17:10:29 PDT
Created attachment 210685 [details]
Patch
Comment 2 Ryuan Choi 2013-09-05 17:22:32 PDT
Committed r155163: <http://trac.webkit.org/changeset/155163>
Comment 3 Ryuan Choi 2013-09-05 17:23:22 PDT
Comment on attachment 210685 [details]
Patch

clearing flags.
Comment 4 Csaba Osztrogonác 2013-09-10 09:23:37 PDT
*** Bug 119402 has been marked as a duplicate of this bug. ***