Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
0fd36d34
Commit
0fd36d34
authored
Mar 28, 2013
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename wire-format -> layout.
parent
7b187dbd
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
8 additions
and
8 deletions
+8
-8
generated-header-support.h
c++/src/capnproto/generated-header-support.h
+1
-1
layout-test.c++
c++/src/capnproto/layout-test.c++
+1
-1
layout.c++
c++/src/capnproto/layout.c++
+1
-1
layout.h
c++/src/capnproto/layout.h
+0
-0
list.h
c++/src/capnproto/list.h
+1
-1
message.h
c++/src/capnproto/message.h
+1
-1
serialize-packed.c++
c++/src/capnproto/serialize-packed.c++
+1
-1
serialize-snappy.c++
c++/src/capnproto/serialize-snappy.c++
+1
-1
serialize.c++
c++/src/capnproto/serialize.c++
+1
-1
No files found.
c++/src/capnproto/generated-header-support.h
View file @
0fd36d34
...
...
@@ -26,7 +26,7 @@
#ifndef CAPNPROTO_GENERATED_HEADER_SUPPORT_H_
#define CAPNPROTO_GENERATED_HEADER_SUPPORT_H_
#include "
wire-forma
t.h"
#include "
layou
t.h"
#include "list.h"
#endif // CAPNPROTO_GENERATED_HEADER_SUPPORT_H_
c++/src/capnproto/
wire-forma
t-test.c++
→
c++/src/capnproto/
layou
t-test.c++
View file @
0fd36d34
...
...
@@ -21,7 +21,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "
wire-forma
t.h"
#include "
layou
t.h"
#include "message.h"
#include "arena.h"
#include <gtest/gtest.h>
...
...
c++/src/capnproto/
wire-forma
t.c++
→
c++/src/capnproto/
layou
t.c++
View file @
0fd36d34
...
...
@@ -21,7 +21,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "
wire-forma
t.h"
#include "
layou
t.h"
#include "arena.h"
#include <string.h>
#include <limits>
...
...
c++/src/capnproto/
wire-forma
t.h
→
c++/src/capnproto/
layou
t.h
View file @
0fd36d34
File moved
c++/src/capnproto/list.h
View file @
0fd36d34
...
...
@@ -24,7 +24,7 @@
#ifndef CAPNPROTO_LIST_H_
#define CAPNPROTO_LIST_H_
#include "
wire-forma
t.h"
#include "
layou
t.h"
#include <initializer_list>
namespace
capnproto
{
...
...
c++/src/capnproto/message.h
View file @
0fd36d34
...
...
@@ -25,7 +25,7 @@
#include <memory>
#include "macros.h"
#include "type-safety.h"
#include "
wire-forma
t.h"
#include "
layou
t.h"
#ifndef CAPNPROTO_MESSAGE_H_
#define CAPNPROTO_MESSAGE_H_
...
...
c++/src/capnproto/serialize-packed.c++
View file @
0fd36d34
...
...
@@ -22,7 +22,7 @@
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "serialize-packed.h"
#include "
wire-forma
t.h"
#include "
layou
t.h"
#include <snappy/snappy.h>
#include <snappy/snappy-sinksource.h>
#include <vector>
...
...
c++/src/capnproto/serialize-snappy.c++
View file @
0fd36d34
...
...
@@ -22,7 +22,7 @@
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "serialize-snappy.h"
#include "
wire-forma
t.h"
#include "
layou
t.h"
#include <snappy/snappy.h>
#include <snappy/snappy-sinksource.h>
#include <vector>
...
...
c++/src/capnproto/serialize.c++
View file @
0fd36d34
...
...
@@ -22,7 +22,7 @@
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "serialize.h"
#include "
wire-forma
t.h"
#include "
layou
t.h"
namespace
capnproto
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment