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
0a35b416
Commit
0a35b416
authored
Nov 18, 2015
by
Kenton Varda
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #264 from joliss/cleanup
Minor cleanup
parents
2cbd458a
f976a7bb
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
7 deletions
+5
-7
.gitignore
.gitignore
+3
-0
rpc.capnp
c++/src/capnp/rpc.capnp
+1
-1
install.md
doc/install.md
+1
-4
release.sh
release.sh
+0
-1
super-test.sh
super-test.sh
+0
-1
No files found.
.gitignore
View file @
0a35b416
...
...
@@ -25,6 +25,9 @@
# setup-ekam.sh
/c++/.ekam
# super-test.sh
/tmp-staging
# Jekyll-generated site
/doc/_site
...
...
c++/src/capnp/rpc.capnp
View file @
0a35b416
...
...
@@ -492,7 +492,7 @@ struct Return {
# must not send separate `Release` messages for them. Level 0 implementations in particular
# should always set this true. This defaults true because if level 0 implementations forget to
# set it they'll never notice (just silently leak caps), but if level >=1 implementations forget
#
set it
false they'll quickly get errors.
#
to set it to
false they'll quickly get errors.
union {
results @2 :Payload;
...
...
doc/install.md
View file @
0a35b416
...
...
@@ -108,13 +108,10 @@ Note: These packages are not maintained by us and are sometimes not up to date w
If you download directly from Git, you will need to have the GNU autotools --
[
autoconf
](
http://www.gnu.org/software/autoconf/
)
,
[
automake
](
http://www.gnu.org/software/automake/
)
, and
[
libtool
](
http://www.gnu.org/software/libtool/
)
-- installed. You will also need Subversion
installed (in addition to Git) in order to fetch the Google Test sources (done by
`setup-autotools.sh`
).
[
libtool
](
http://www.gnu.org/software/libtool/
)
-- installed.
git clone https://github.com/sandstorm-io/capnproto.git
cd capnproto/c++
./setup-autotools.sh
autoreconf -i
./configure
make -j6 check
...
...
release.sh
View file @
0a35b416
...
...
@@ -62,7 +62,6 @@ build_packages() {
echo
"Building C++ package..."
echo
"========================================================================="
cd
c++
doit ./setup-autotools.sh |
tr
=
-
doit autoreconf
-i
doit ./configure
doit make
-j6
distcheck
...
...
super-test.sh
View file @
0a35b416
...
...
@@ -241,7 +241,6 @@ else
fi
cd
c++
doit ./setup-autotools.sh |
tr
=
-
doit autoreconf
-i
doit ./configure
--prefix
=
"
$STAGING
"
doit make
-j6
check
...
...
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