Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29817566: Noissue - Use clang++ and libc++ on Linux (Closed)

Created:
June 28, 2018, 12:12 a.m. by hub
Modified:
July 4, 2018, 8:02 a.m.
Reviewers:
sergei, anton
Base URL:
https://hg.adblockplus.org/libadblockplus/
Visibility:
Public.

Description

Noissue - Use clang++ and libc++ on Linux

Patch Set 1 #

Patch Set 2 : Updated travis.yml. And README #

Patch Set 3 : Added note about libc++ #

Total comments: 2

Patch Set 4 : Fix Travis dependencies. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -5 lines) Patch
M .travis.yml View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Makefile View 1 chunk +1 line, -0 lines 0 comments Download
M README.md View 1 2 3 1 chunk +5 lines, -2 lines 0 comments Download
M common.gypi View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14
hub
June 28, 2018, 12:12 a.m. (2018-06-28 00:12:51 UTC) #1
sergei
looks good, though could you please also update readme regarding libc++ and confirm that travis-ci ...
June 28, 2018, 11:54 a.m. (2018-06-28 11:54:16 UTC) #2
anton
On 2018/06/28 11:54:16, sergei wrote: > looks good, though could you please also update readme ...
June 28, 2018, 12:02 p.m. (2018-06-28 12:02:23 UTC) #3
sergei
On 2018/06/28 12:02:23, anton wrote: > On 2018/06/28 11:54:16, sergei wrote: > > looks good, ...
June 28, 2018, 12:08 p.m. (2018-06-28 12:08:50 UTC) #4
anton
On 2018/06/28 12:08:50, sergei wrote: we just need to check how to obtain NDK from ...
June 28, 2018, 12:12 p.m. (2018-06-28 12:12:31 UTC) #5
anton
On 2018/06/28 12:12:31, anton wrote: > On 2018/06/28 12:08:50, sergei wrote: > we just need ...
June 28, 2018, 12:14 p.m. (2018-06-28 12:14:24 UTC) #6
hub
On 2018/06/28 11:54:16, sergei wrote: > looks good, though could you please also update readme ...
June 28, 2018, 12:18 p.m. (2018-06-28 12:18:08 UTC) #7
sergei
On 2018/06/28 12:18:08, hub wrote: > On 2018/06/28 11:54:16, sergei wrote: > > looks good, ...
June 28, 2018, 12:21 p.m. (2018-06-28 12:21:34 UTC) #8
hub
updated patch
June 28, 2018, 2:09 p.m. (2018-06-28 14:09:03 UTC) #9
sergei
LGTM
June 28, 2018, 3:10 p.m. (2018-06-28 15:10:44 UTC) #10
anton
https://codereview.adblockplus.org/29817566/diff/29818560/README.md File README.md (right): https://codereview.adblockplus.org/29817566/diff/29818560/README.md#newcode33 README.md:33: * clang 5.5 in travis config it's clang 4.0 ...
July 2, 2018, 10:12 a.m. (2018-07-02 10:12:38 UTC) #11
hub
updated patch https://codereview.adblockplus.org/29817566/diff/29818560/README.md File README.md (right): https://codereview.adblockplus.org/29817566/diff/29818560/README.md#newcode33 README.md:33: * clang 5.5 On 2018/07/02 10:12:38, anton ...
July 4, 2018, 7:50 a.m. (2018-07-04 07:50:50 UTC) #12
sergei
LGTM
July 4, 2018, 7:53 a.m. (2018-07-04 07:53:16 UTC) #13
anton
July 4, 2018, 8 a.m. (2018-07-04 08:00:40 UTC) #14
On 2018/07/04 07:50:50, hub wrote:
> updated patch
> 
> https://codereview.adblockplus.org/29817566/diff/29818560/README.md
> File README.md (right):
> 
> https://codereview.adblockplus.org/29817566/diff/29818560/README.md#newcode33
> README.md:33: * clang 5.5
> On 2018/07/02 10:12:38, anton wrote:
> > in travis config it's clang 4.0 required, but in README it's 5.5. Which one?
> > Also in travis g++ is still required (`g++-7`), but here it's just deleted
> from
> > requirements.
> 
> I have changed it to 5.0. And remove the explicit dependencies for clang and
gcc
> in the travis.yml. 5.0 is what is provided if you specify clang as the C++
> compiler.
> 
> I have tested it on TravisCI.

LGTM though having not too deep understanding

Powered by Google App Engine
This is Rietveld