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

Issue 29661608: Issue 6241 - Allow a native build. (Closed)

Created:
Jan. 10, 2018, 9:26 p.m. by hub
Modified:
Jan. 15, 2018, 2:19 p.m.
Reviewers:
sergei
Base URL:
https://hg.adblockplus.org/adblockpluscore/
Visibility:
Public.

Description

Issue 6241 - Allow a native build.

Patch Set 1 #

Total comments: 13

Patch Set 2 : addressed comments #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+239 lines, -79 lines) Patch
M README.md View 1 chunk +4 lines, -0 lines 0 comments Download
A compiled/Utils.h View 1 1 chunk +24 lines, -0 lines 0 comments Download
A compiled/Utils.cpp View 1 1 chunk +23 lines, -0 lines 0 comments Download
A compiled/library.cpp View 1 1 chunk +76 lines, -0 lines 2 comments Download
M meson.build View 1 3 chunks +111 lines, -79 lines 0 comments Download
M meson_options.txt View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6
hub
Jan. 10, 2018, 9:26 p.m. (2018-01-10 21:26:15 UTC) #1
sergei
Good, I'm mainly concerned about ID of regular expressions and from_string. https://codereview.adblockplus.org/29661608/diff/29661609/compiled/library.cpp File compiled/library.cpp (right): ...
Jan. 11, 2018, 8:54 a.m. (2018-01-11 08:54:07 UTC) #2
hub
https://codereview.adblockplus.org/29661608/diff/29661609/compiled/library.cpp File compiled/library.cpp (right): https://codereview.adblockplus.org/29661608/diff/29661609/compiled/library.cpp#newcode42 compiled/library.cpp:42: std::vector<std::unique_ptr<std::wregex>> mRegexPool; On 2018/01/11 08:54:06, sergei wrote: > BTW, ...
Jan. 11, 2018, 8:41 p.m. (2018-01-11 20:41:28 UTC) #3
sergei
https://codereview.adblockplus.org/29661608/diff/29661609/compiled/library.cpp File compiled/library.cpp (right): https://codereview.adblockplus.org/29661608/diff/29661609/compiled/library.cpp#newcode48 compiled/library.cpp:48: s.push_back(str[idx]); On 2018/01/11 20:41:27, hub wrote: > On 2018/01/11 ...
Jan. 12, 2018, 9:58 a.m. (2018-01-12 09:58:12 UTC) #4
hub
https://codereview.adblockplus.org/29661608/diff/29663576/compiled/library.cpp File compiled/library.cpp (right): https://codereview.adblockplus.org/29661608/diff/29663576/compiled/library.cpp#newcode45 compiled/library.cpp:45: std::vector<std::unique_ptr<std::wregex>> regexPool; On 2018/01/12 09:58:12, sergei wrote: > I ...
Jan. 12, 2018, 2:33 p.m. (2018-01-12 14:33:53 UTC) #5
sergei
Jan. 15, 2018, 10:50 a.m. (2018-01-15 10:50:42 UTC) #6
I have files a couple of issues regarding this codereview.
https://issues.adblockplus.org/ticket/6266
https://issues.adblockplus.org/ticket/6267

LGTM.

Powered by Google App Engine
This is Rietveld