Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(601)

Issue 294873004: Add nanomsg to third_party, with some demos. (Closed)

Created:
6 years, 7 months ago by mtklein_C
Modified:
6 years, 6 months ago
Reviewers:
bsalomon, mtklein
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

Add nanomsg to third_party, with some demos. This isn't something I want to make part of Skia, but just a substrate to build cross-process demos on top of. If I client were to use Skia cross-process, they'd drop their own IPC system in here. If you're not familiar, nanomsg (nanomsg.org) is the next-gen zeromq (zeromq.org), from the same author, righting all his design wrongs from zeromq. It's a lot like the lower half of mojo, dealing with making the connections and getting messages reliably from A to B. Think, better sockets, and it spans nicely across in-process (with zero-copy), inter-process, and TCP. BUG=skia: Committed: https://skia.googlesource.com/skia/+/d6043b20b63f895d384b4794205ac914abfafa71

Patch Set 1 #

Patch Set 2 : working demo #

Patch Set 3 : add IPC demo #

Patch Set 4 : notes #

Patch Set 5 : works #

Patch Set 6 : Linux support. #

Patch Set 7 : Add a header. #

Patch Set 8 : tweaks #

Patch Set 9 : better demo #

Patch Set 10 : Add control channel, some refactoring. #

Patch Set 11 : fold in PictureHeader.h #

Patch Set 12 : lint #

Patch Set 13 : focus on picture demo #

Patch Set 14 : update to 0.4 beta #

Patch Set 15 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+414 lines, -0 lines) Patch
A experimental/nanomsg/picture_demo.cpp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +207 lines, -0 lines 0 comments Download
M gyp/most.gyp View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
A gyp/nanomsg.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +204 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
mtklein
6 years, 7 months ago (2014-05-20 17:10:49 UTC) #1
mtklein
On 2014/05/20 17:10:49, mtklein wrote: See if picture_demo.cpp looks more like what you were thinking ...
6 years, 7 months ago (2014-05-27 12:32:28 UTC) #2
mtklein
lgtm
6 years, 6 months ago (2014-06-17 03:09:51 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/mtklein@chromium.org/294873004/280001
6 years, 6 months ago (2014-06-17 03:10:03 UTC) #4
commit-bot: I haz the power
6 years, 6 months ago (2014-06-17 03:21:11 UTC) #5
Message was sent while issue was closed.
Change committed as d6043b20b63f895d384b4794205ac914abfafa71

Powered by Google App Engine
This is Rietveld 408576698