Bug 120812

Summary: [CMAKE] Add c++0x into CXX_FLAGS as a default
Product: WebKit Reporter: Ryuan Choi <ryuan.choi>
Component: WebKit Misc.Assignee: Ryuan Choi <ryuan.choi>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, gyuyoung.kim, ossy, rakuco
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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. ***