[jira] [Updated] (ARROW-2720) [C++] Clean up cmake CXX_STANDARD and PIC flag setting

2018-11-19 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARROW-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated ARROW-2720:
--
Labels: pull-request-available  (was: )

> [C++] Clean up cmake CXX_STANDARD and PIC flag setting
> --
>
> Key: ARROW-2720
> URL: https://issues.apache.org/jira/browse/ARROW-2720
> Project: Apache Arrow
>  Issue Type: Task
>  Components: C++
>Reporter: Phillip Cloud
>Assignee: Wes McKinney
>Priority: Major
>  Labels: pull-request-available
> Fix For: 0.12.0
>
>
> We're using {{-std=c++11}} in a few non-external project places as well as 
> setting {{-fPIC}}. CMake provides the {{CMAKE_CXX_STANDARD}} flag (which we 
> are also using) and the {{CMAKE_POSITION_INDEPENDENT_CODE}} flag for setting 
> these options in a cross platform way (where it matters).
> We should use these flags instead of using platform conditional checks to set 
> their values explicitly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARROW-2720) [C++] Clean up cmake CXX_STANDARD and PIC flag setting

2018-09-15 Thread Wes McKinney (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARROW-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney updated ARROW-2720:

Fix Version/s: (was: 0.11.0)
   0.12.0

> [C++] Clean up cmake CXX_STANDARD and PIC flag setting
> --
>
> Key: ARROW-2720
> URL: https://issues.apache.org/jira/browse/ARROW-2720
> Project: Apache Arrow
>  Issue Type: Task
>  Components: C++
>Reporter: Phillip Cloud
>Assignee: Phillip Cloud
>Priority: Major
> Fix For: 0.12.0
>
>
> We're using {{-std=c++11}} in a few non-external project places as well as 
> setting {{-fPIC}}. CMake provides the {{CMAKE_CXX_STANDARD}} flag (which we 
> are also using) and the {{CMAKE_POSITION_INDEPENDENT_CODE}} flag for setting 
> these options in a cross platform way (where it matters).
> We should use these flags instead of using platform conditional checks to set 
> their values explicitly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARROW-2720) [C++] Clean up cmake CXX_STANDARD and PIC flag setting

2018-07-06 Thread Wes McKinney (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARROW-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney updated ARROW-2720:

Fix Version/s: (was: 0.10.0)
   0.11.0

> [C++] Clean up cmake CXX_STANDARD and PIC flag setting
> --
>
> Key: ARROW-2720
> URL: https://issues.apache.org/jira/browse/ARROW-2720
> Project: Apache Arrow
>  Issue Type: Task
>  Components: C++
>Reporter: Phillip Cloud
>Assignee: Phillip Cloud
>Priority: Major
> Fix For: 0.11.0
>
>
> We're using {{-std=c++11}} in a few non-external project places as well as 
> setting {{-fPIC}}. CMake provides the {{CMAKE_CXX_STANDARD}} flag (which we 
> are also using) and the {{CMAKE_POSITION_INDEPENDENT_CODE}} flag for setting 
> these options in a cross platform way (where it matters).
> We should use these flags instead of using platform conditional checks to set 
> their values explicitly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARROW-2720) [C++] Clean up cmake CXX_STANDARD and PIC flag setting

2018-06-21 Thread Wes McKinney (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARROW-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney updated ARROW-2720:

Fix Version/s: 0.10.0

> [C++] Clean up cmake CXX_STANDARD and PIC flag setting
> --
>
> Key: ARROW-2720
> URL: https://issues.apache.org/jira/browse/ARROW-2720
> Project: Apache Arrow
>  Issue Type: Task
>  Components: C++
>Reporter: Phillip Cloud
>Assignee: Phillip Cloud
>Priority: Major
> Fix For: 0.10.0
>
>
> We're using {{-std=c++11}} in a few non-external project places as well as 
> setting {{-fPIC}}. CMake provides the {{CMAKE_CXX_STANDARD}} flag (which we 
> are also using) and the {{CMAKE_POSITION_INDEPENDENT_CODE}} flag for setting 
> these options in a cross platform way (where it matters).
> We should use these flags instead of using platform conditional checks to set 
> their values explicitly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)