Menu

Tree [7833bf] master /
 History

HTTPS access


File Date Author Commit
 demo 2010-05-10 Jeff Rosenwald Jeff Rosenwald [6af341] Fix-ups to add discussion of precompiled messag...
 .gitignore 2010-06-25 Jan Wielemaker Jan Wielemaker [7833bf] Ignore Mac build-products. Jacco van Ossenbrug...
 Makefile.in 2010-05-06 Jan Wielemaker Jan Wielemaker [fa60aa] Merge branch 'master' of ec:/home/pl/git/contri...
 Makefile.mak 2010-05-06 Jan Wielemaker Jan Wielemaker [fa60aa] Merge branch 'master' of ec:/home/pl/git/contri...
 README 2010-04-29 Jeff Rosenwald Jeff Rosenwald [00496a] Initial commit.
 configure.in 2010-05-06 Jeff Rosenwald Jeff Rosenwald [bbf9c9] Merge branch 'master' of jeffrose@...
 eventually_implies.pl 2010-05-07 Jeff Rosenwald Jeff Rosenwald [c2ba70] Fix-ups to throw goal_failed/1 on consequent fa...
 golden_message 2010-04-29 Jeff Rosenwald Jeff Rosenwald [00496a] Initial commit.
 install-sh 2010-04-29 Jeff Rosenwald Jeff Rosenwald [00496a] Initial commit.
 pltotex.pl 2010-05-06 Jeff Rosenwald Jeff Rosenwald [2e81e9] Merge jeffrose@...:/home/pl/git/...
 protobufs.c 2010-05-06 Jan Wielemaker Jan Wielemaker [f71438] PORT: Deal with MSVC
 protobufs.doc 2010-05-04 Jeff Rosenwald Jeff Rosenwald [2b3cd9] Fix-ups to replace em-dash with somethings that...
 protobufs.pl 2010-05-17 Jeff Rosenwald Jeff Rosenwald [711cea] Fix-ups to pldoc
 protobufs_overview.txt 2010-05-17 Jeff Rosenwald Jeff Rosenwald [711cea] Fix-ups to pldoc
 test_protobufs.pl 2010-05-06 Jan Wielemaker Jan Wielemaker [fa60aa] Merge branch 'master' of ec:/home/pl/git/contri...

Read Me

---+ Google's Protocol Buffers

Protocol  buffers  are  Google's    language-neutral,  platform-neutral,
extensible mechanism for serializing structured data   –  think XML, but
smaller, faster, and simpler. You define how   you  want your data to be
structured once. This takes the form of   a  template that describes the
data structure. You use this template  to   encode  and decode your data
structure into wire-streams that may be sent-to or read-from your peers.
The underlying wire stream is platform independent, lossless, and may be
used to interwork with a variety of  languages and systems regardless of
word size or endianness. 

This document was produced using PlDoc, with sources found in protobufs.pl
and protobufs_overview.txt.

@see http://code.google.com/apis/protocolbuffers
@author: Jeffrey Rosenwald (JeffRose@acm.org)
@license: LGPL
@compat: SWI-Prolog