Skip to content
This repository was archived by the owner on Nov 4, 2023. It is now read-only.

merge in baruch, liamstask and kylemanna forks #12

Open
wants to merge 194 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
194 commits
Select commit Hold shift + click to select a range
859ab61
Add capn.a target
Feb 5, 2014
f0dc17c
Static capnpc-c
Feb 5, 2014
322aa16
Ignore capn.a
Feb 5, 2014
68340f8
Implement serialization to buffers
Feb 21, 2014
89f1ac3
Merge remote-tracking branch 'urbit/master'
Feb 24, 2014
823a820
Initialize x and y unconditionally
Feb 26, 2014
cb26aea
Add padding to preserve alignment on 32-bit systems
Feb 26, 2014
1d79a28
Fixed: missing terminating ' character
johandc Mar 25, 2014
1eb82b0
Added install target
johandc Mar 25, 2014
bf5eb7f
Added gtest 1.6.0, since the included version lacked the headers
johandc Mar 25, 2014
d84a635
Fixed compilation by removing 32-bit padding
johandc Mar 25, 2014
4cc7785
Added eclipse output files to git ignore
johandc Mar 25, 2014
20bd625
Fix build
baruch Aug 3, 2014
54ca88f
Simpler makefile
baruch Aug 3, 2014
8a33a18
Add a README.md file
baruch Aug 3, 2014
d785521
Recompile capnpc schemas for capnpc 0.4
baruch Aug 3, 2014
49483a6
Forego updating sz in capn_write_mem
baruch Aug 4, 2014
0071546
Add comments
baruch Aug 6, 2014
a46581a
Move initialization closer to use
baruch Aug 6, 2014
24ec009
Use constants where possible
baruch Aug 6, 2014
a83769f
Fix use of wrong offset in buffer
baruch Aug 6, 2014
440c662
Implement packed memory write
baruch Aug 6, 2014
2bdc5c4
Implement capn_write_fd
baruch Aug 7, 2014
232cef8
some compile cleanup
gs640 Jan 4, 2015
c653dda
added symlink to gtest-all-test
gs640 Jan 4, 2015
8865b6d
gtest: vendor v1.7.0, latest release from https://code.google.com/p/g…
liamstask Jul 30, 2015
97dcc05
gtest: remove modified gtest-all-test.cpp, and build unmodified, vend…
liamstask Jul 30, 2015
6b36574
capn-test: remove unreferenced code, now builds cleanly
liamstask Jul 30, 2015
94de39f
travis: prelim auto build support
liamstask Aug 4, 2015
28e13e5
build: require c++11 for gtest, and link test exe against pthreads (l…
liamstask Aug 4, 2015
125c638
unreal: gcc complains about missing ‘ character in #if 0 block
liamstask Aug 3, 2015
0b6f952
all: use unsigned types for more variables that represent length
liamstask Aug 3, 2015
be7a496
Merge pull request #1 from liamstask/travis-clean
liamstask Aug 4, 2015
8585d86
readme: super brief info
liamstask Aug 4, 2015
e3af4b4
travis: remove sudo requirement in order to be able to build on faste…
liamstask Aug 4, 2015
593b356
Merge pull request #2 from liamstask/travis-improvement
liamstask Aug 4, 2015
98c2d02
compiler: update schemas from v0.5.2
liamstask Aug 4, 2015
560366c
compiler: introduce workaround for annotation ids in nestednode list …
liamstask Aug 4, 2015
fadac15
init_fp(): add comment that clarifies that it expects input to be in …
liamstask Aug 4, 2015
cdf7e1f
compiler: notes on updating from upstream
liamstask Aug 4, 2015
e67affe
Merge pull request #3 from liamstask/update-v0.5.2
liamstask Aug 4, 2015
9fe7167
gtest: Use system gtest and pthread libs
kylemanna Aug 18, 2015
7d2e122
signedness: Fix obvious sign problems
kylemanna Aug 18, 2015
5b3e8f1
test: Remove unused variables
kylemanna Aug 18, 2015
e933510
compiler: Fix missing comments
kylemanna Aug 18, 2015
376b63f
signedness: Fix less obvious issues
kylemanna Aug 18, 2015
6ebba52
capn: Avoid uninitialized values
kylemanna Aug 18, 2015
6ebc068
gtest: use installed package, drop files
eqvinox Feb 28, 2016
d87beb1
gtest: use installed package, drop files
eqvinox Feb 28, 2016
da77dcc
Partial revert "all: use unsigned types for more variables that repre…
eqvinox Feb 28, 2016
0ddba4f
Merge branch 'baruch' into merge
eqvinox Feb 28, 2016
aeeae64
Revert "gtest: Use system gtest and pthread libs"
eqvinox Feb 28, 2016
02268ff
Merge branch 'kylemanna' into merge
eqvinox Feb 28, 2016
b55d847
Re-fix signed/unsigned warnings
eqvinox Feb 28, 2016
06f6e98
Tag 640Labs as merged
eqvinox Feb 28, 2016
ae746a3
add approprate per-file license headers
eqvinox Feb 28, 2016
56753b0
fold 2 readme files
eqvinox Feb 28, 2016
34f150d
Update merged forks
eqvinox Feb 28, 2016
89818b0
tack on autoconf/automake build
eqvinox Feb 28, 2016
b18d178
Remove "script" spec from travis.yml
eqvinox Feb 28, 2016
663cfe2
Update Travis icon URL
eqvinox Feb 28, 2016
c02d6d5
Fix up Travis CI
eqvinox Feb 28, 2016
c92a985
Fix Travis CI even more...
eqvinox Feb 28, 2016
48ab119
Travis CI: whatever.
eqvinox Feb 28, 2016
332076e
Fix empty-object pointers
eqvinox Mar 8, 2016
4146290
lib: fix warning on uint16->enum cast
eqvinox Mar 18, 2016
d3b1cad
compiler: regenerate schema.c with enum/int cast
eqvinox Mar 18, 2016
811d304
rename to "[lib]capnp_c", use lib/ subdir
eqvinox Mar 18, 2016
9335126
gtest: integrate as git submodule
eqvinox Mar 18, 2016
c2faf4e
tests: move into tests/ subdir
eqvinox Mar 18, 2016
b18dc3d
include README.md in dist tarball
eqvinox Mar 18, 2016
00eaeeb
lib: fix API
eqvinox Mar 18, 2016
3f91416
add & install pkgconfig file
eqvinox Mar 18, 2016
7ecadef
compiler: fix remaining warnings
eqvinox Mar 18, 2016
4de69a5
test.schema: drop interface & generic, regenerate
eqvinox Mar 18, 2016
e626b3f
README: fix travis link
eqvinox Mar 18, 2016
b58fa3b
c-capnproto 0.1 release
eqvinox Mar 18, 2016
e870b5d
generate setter and getter
mikegarts Mar 27, 2016
61a43a4
static const instead of function in size getters
mikegarts Mar 29, 2016
bf2c598
uint8_t cast
mikegarts Mar 29, 2016
90c3473
support set of non terminated string (with len)
mikegarts Apr 6, 2016
e9df12b
don't write out empty structs
eqvinox Apr 6, 2016
cee25a3
Add build instructions
lilith Apr 27, 2016
a15accf
Merge pull request #3 from nathanaeljones/patch-1
eqvinox Apr 27, 2016
12ad949
working with stricter compiler flags
mikegarts Apr 28, 2016
ec9bb14
compile time endianess check, faster on little endian cpus
mikegarts Apr 28, 2016
1d5a2c8
include fix
mikegarts May 5, 2016
05f5884
add u to avoid undefined shl
mikegarts May 5, 2016
8d0ccbe
Define ssize_t for MSVC
lilith May 11, 2016
8f37e0f
Define default value for char *e
lilith May 11, 2016
27df3d6
Align capn_segment to 64-bit boundaries on MSVC
lilith May 11, 2016
0e850b1
Merge pull request #4 from mikegarts/short.circuit.endian
eqvinox Jun 22, 2016
2b15c6c
Merge pull request #5 from mikegarts/working.with.stricter.compilers
eqvinox Jun 22, 2016
1c0652d
Merge branch 'pullreq-6' (dropped ms_c_capnproto/)
eqvinox Jun 22, 2016
48535d0
whitespace fixes
eqvinox Jun 22, 2016
b3b83e0
lib: make endian check more platform-friendly
eqvinox Jun 22, 2016
0abd16d
lib: try GCC builtins for endian byteswap
eqvinox Jun 22, 2016
1afce95
lib: endianness: don't break strict-aliasing
eqvinox Jun 22, 2016
87591da
Update autogenerated files
eqvinox Jun 22, 2016
5d787b6
compiler: add "C::nameinfix" annotation
eqvinox Jun 22, 2016
3059f4d
lib: make capn_inflate() work with unaligned data
eqvinox Jun 27, 2016
0b12856
tests: duplicate stream tests in packed variant
eqvinox Jun 27, 2016
33ae16b
lib: don't overrun buffer in capn_write_mem_packed
eqvinox Jun 27, 2016
f2058f6
lib: make capn_{de,in}flate + capn_stream private
eqvinox Jun 27, 2016
97f30c5
build: fix filename
eqvinox Jun 27, 2016
81352b0
Revert "lib: endianness: don't break strict-aliasing"
eqvinox Jun 30, 2016
52ca907
compiler: add find_node_mayfail(), remove hack
eqvinox Jul 19, 2016
da663f8
compiler: add annotation to enable field get/set
eqvinox Jul 19, 2016
c322bc9
compiler: apply name infix on include filenames
eqvinox Jul 19, 2016
54a7bb7
compiler: drop outdated find_node comment & IDs
eqvinox Jul 20, 2016
75f7901
c-capnproto 0.2 release
eqvinox Jul 20, 2016
de5a960
Drop gtest submodule and use system one.
aballier Jun 6, 2016
c628547
Drop gtest directory
aballier Jun 6, 2016
7b7346a
lib: make buf arg const in write_fd pointer
ThirteenFish Aug 7, 2016
de11757
Ensure capn segment is aligned properly when build with gcc too. Fixe…
aballier Aug 2, 2016
95d81bc
Use proper format specifiers for size_t.
aballier Aug 2, 2016
f16fae5
Fix GCC warnings in initializers for capn_val0 and capn_seg.
Mar 22, 2017
55b958c
Merge pull request #14 from fluffysquirrels/master
eqvinox Mar 22, 2017
462f6eb
Merge pull request #12 from ThirteenFish/master
eqvinox Mar 22, 2017
0be6206
Fix compiler warnings and errors in GCC.
Mar 22, 2017
1b25eae
Fix runtime library compiler warnings and errors in GCC.
Mar 22, 2017
ef88fd8
Fixed some issues raised by eqvinox in pull request.
Mar 23, 2017
a93ae12
.gitignore .dirstamp files created during the build.
Mar 23, 2017
57d0ffe
Remove UNUSED(x) macro. No longer needed.
Mar 23, 2017
408505a
8 byte alignment on capn_segment, updated comments about this.
Mar 23, 2017
49031ea
Merge pull request #15 from fluffysquirrels/master
eqvinox Mar 23, 2017
3621730
compiler: If an explicit symbol wasn't provided, make generated capn_…
Mar 23, 2017
29a1342
Example usage in unit test.
Mar 23, 2017
e32a85b
Fix build errors in tests/example-test.cpp.
Mar 24, 2017
5a282f6
Add extra files to Makefile.am.
Mar 24, 2017
6b52d61
Add all .capnp files to `make dist` archive.
Mar 26, 2017
a379aa8
Compiler generates absolute #include paths from .capnp imports with l…
Mar 26, 2017
73b5d56
Make task `capnp-compile` to compile from .capnp files in the project.
Mar 26, 2017
989acc3
Most .capnp files use "/c.capnp".fieldgetset. Recompile from schema f…
Mar 26, 2017
531eefc
Rewrite tests/example-test.cpp to use addressbook example from capnpr…
Mar 27, 2017
f7cd568
Add comiler/c.capnp.h to Makefile.am noinst_HEADERS.
Mar 27, 2017
9530312
Add example that uses accessor functions.
Mar 27, 2017
a80f245
Add some missing capn_free() calls to the example test.
Mar 30, 2017
4380d28
Add URL for original addressbook example; example to assert list leng…
Apr 2, 2017
7c81906
Merge branch 'pull/16'
eqvinox Apr 5, 2017
c802ad3
Support creation of struct lists with size 0
jlferrer May 17, 2017
e0d1c36
Resolve pointers in capn_getv*
eqvinox May 19, 2017
2330c17
Merge pull request #19 from jlferrer/fix_empty_lists
eqvinox May 19, 2017
0ffd3fd
Add stddef.h for POSIX ssize_t
eqvinox May 19, 2017
99e9412
Silence GCC unnamed union warning
eqvinox May 19, 2017
b0810da
Silence warning on unused struct parameter
eqvinox May 19, 2017
aa1f31d
Silence empty struct warning
eqvinox May 19, 2017
89dd18a
Add note in header about setting capn_data
eqvinox May 19, 2017
aab56f1
Merge branch 'issue20'
eqvinox May 19, 2017
704a34f
Use proper format specifiers for size_t.
aballier Aug 2, 2016
5cbd52e
Merge branch 'jamvideosolutions/master'
eqvinox May 19, 2017
cb30563
c-capnproto 0.3 release
eqvinox May 19, 2017
d924032
compiler: Allocate all possible space for constants
Feb 1, 2018
bd9911a
Add security warning to README.md
fluffysquirrels Apr 22, 2019
9053ebe
compiler/str.h: include stdarg.h for va_list
JoelsonCarl Oct 9, 2018
e13c143
Fix bug where enums were treated interchangeably with uint16_t.
detly Dec 28, 2020
b995a09
Add an annotation to skip including header files generated from specific
detly Jan 1, 2021
fe3a57d
Added extra line break after structure size block.
detly Jan 1, 2021
9153fc3
Add an annotation to typedef structs and enums.
detly Jan 1, 2021
6661fc9
Fix code generation for nested unions.
detly Jan 14, 2021
72efa0b
Allow field name to be 'p'.
Feb 1, 2021
86bee96
Fix FreeBSD builds
Feb 1, 2021
3c0b223
Change capn_write_mem return value from int to int64_t
QQNN-blue Feb 17, 2021
515c06c
Merge pull request #41 from detly/enum_cast
detly May 10, 2021
b619a87
Merge pull request #44 from detly/nested_unions
detly May 10, 2021
024dca6
Merge pull request #42 from detly/annotations
detly May 10, 2021
d29facc
Implemented capn_size() for dynamically calculating the required buff…
detly Dec 28, 2020
bbc208c
Simplified size calculation.
detly Dec 28, 2020
a2179f4
Make the comment for capn_size() clearer that it only applies to unpa…
detly May 10, 2021
939aa30
Merge pull request #37 from detly/write_size
detly May 10, 2021
0650ccb
Merge pull request #47 from QQNN-blue/change_capn_write_mem_return_va…
detly May 10, 2021
05482f3
Use int64_t for the return value of capn_size(). This makes it consis…
detly May 10, 2021
1772643
only generate '#include' for imports that are used
cbrune Apr 26, 2022
c70796b
add a capnp annotation for creating name spaces
cbrune Apr 26, 2022
40d6895
add 'const' keyword to generated constants
cbrune Oct 13, 2022
3385b1e
add #define definitions for integer constants
cbrune Oct 16, 2022
6eb98cb
Initial Meson build support
XVilka Apr 23, 2023
6b8e3ca
Ignore subprojects in git
XVilka Apr 23, 2023
53f6def
Add Meson building instructions in README
XVilka Apr 23, 2023
6377038
Add GitHub CI
XVilka Apr 23, 2023
b87f0ee
README: make project state clear
eqvinox Apr 23, 2023
4a39ec4
Merge pull request #46 from snar/freebsd-endian
eqvinox Apr 23, 2023
560f2c7
Merge pull request #45 from snar/p-field
eqvinox Apr 23, 2023
2116160
Merge pull request #49 from detly/capn_size_size
eqvinox Apr 23, 2023
0653675
Merge pull request #52 from cbrune/curt/namespace
eqvinox Apr 23, 2023
5c4e497
Merge pull request #53 from cbrune/curt/reduce-imports
eqvinox Apr 23, 2023
4109705
Merge pull request #54 from cbrune/curt/const
eqvinox Apr 23, 2023
32def19
Merge pull request #57 from XVilka/meson-build
eqvinox Apr 23, 2023
32520c5
Merge pull request #60 from XVilka/github-ci
eqvinox Apr 23, 2023
c79b3af
Merge pull request #24 from jlferrer/fix_compiler_big_files
eqvinox Apr 23, 2023
b2b7ade
Fix random warnings
eqvinox Apr 23, 2023
eb1839e
Fix bool defaults for non-first bit
eqvinox Apr 23, 2023
79d6035
Revert "Merge pull request #54 from cbrune/curt/const"
eqvinox Apr 23, 2023
632f0d7
Update autogenerated files
eqvinox Apr 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added eclipse output files to git ignore
johandc committed Mar 25, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 4cc7785d5371868842e1ab1c6432852f99dc992d
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -3,3 +3,6 @@
/capn-test
/capnpc-c
/capn.a
.cproject
.project
.settings