Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
djinni
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
djinni
Commits
1438ed53
Commit
1438ed53
authored
May 08, 2015
by
Miro Knejp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch objc tests to C++14 or it won't find std::experimental::optional
parent
df8a6dc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
14 deletions
+2
-14
test-suite/objc/DjinniObjcTest.xcodeproj/project.pbxproj
test-suite/objc/DjinniObjcTest.xcodeproj/project.pbxproj
+2
-14
No files found.
test-suite/objc/DjinniObjcTest.xcodeproj/project.pbxproj
View file @
1438ed53
...
...
@@ -579,7 +579,7 @@
isa
=
XCBuildConfiguration
;
buildSettings
=
{
ALWAYS_SEARCH_USER_PATHS
=
NO
;
CLANG_CXX_LANGUAGE_STANDARD
=
"
gnu++0x
"
;
CLANG_CXX_LANGUAGE_STANDARD
=
"
c++14
"
;
CLANG_CXX_LIBRARY
=
"libc++"
;
CLANG_ENABLE_MODULES
=
YES
;
CLANG_ENABLE_OBJC_ARC
=
YES
;
...
...
@@ -622,7 +622,7 @@
isa
=
XCBuildConfiguration
;
buildSettings
=
{
ALWAYS_SEARCH_USER_PATHS
=
NO
;
CLANG_CXX_LANGUAGE_STANDARD
=
"
gnu++0x
"
;
CLANG_CXX_LANGUAGE_STANDARD
=
"
c++14
"
;
CLANG_CXX_LIBRARY
=
"libc++"
;
CLANG_ENABLE_MODULES
=
YES
;
CLANG_ENABLE_OBJC_ARC
=
YES
;
...
...
@@ -658,13 +658,8 @@
65868B6E1989FE4200D60EEE
/* Debug */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
CLANG_CXX_LANGUAGE_STANDARD
=
"c++14"
;
DSTROOT
=
/tmp/DjinniObjcTest.dst
;
GCC_PRECOMPILE_PREFIX_HEADER
=
NO
;
OTHER_CPLUSPLUSFLAGS
=
(
"-std=c++14"
,
"$(OTHER_CFLAGS)"
,
);
OTHER_LDFLAGS
=
"-ObjC"
;
PRODUCT_NAME
=
DjinniObjcTest
;
SKIP_INSTALL
=
YES
;
...
...
@@ -679,13 +674,8 @@
65868B6F1989FE4200D60EEE
/* Release */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
CLANG_CXX_LANGUAGE_STANDARD
=
"c++14"
;
DSTROOT
=
/tmp/DjinniObjcTest.dst
;
GCC_PRECOMPILE_PREFIX_HEADER
=
NO
;
OTHER_CPLUSPLUSFLAGS
=
(
"-std=c++14"
,
"$(OTHER_CFLAGS)"
,
);
OTHER_LDFLAGS
=
"-ObjC"
;
PRODUCT_NAME
=
DjinniObjcTest
;
SKIP_INSTALL
=
YES
;
...
...
@@ -700,7 +690,6 @@
65868B711989FE4200D60EEE
/* Debug */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
CLANG_CXX_LANGUAGE_STANDARD
=
"c++14"
;
FRAMEWORK_SEARCH_PATHS
=
(
"$(SDKROOT)/Developer/Library/Frameworks"
,
"$(inherited)"
,
...
...
@@ -725,7 +714,6 @@
65868B721989FE4200D60EEE
/* Release */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
CLANG_CXX_LANGUAGE_STANDARD
=
"c++14"
;
FRAMEWORK_SEARCH_PATHS
=
(
"$(SDKROOT)/Developer/Library/Frameworks"
,
"$(inherited)"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment