openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
capnproto
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
3 days
ago. based on code collected
3 days
ago.
Aug 19, 2024 — Aug 19, 2025
Showing page 134 of 147
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix exception-catching test to work on platforms that don't provide a stack trace.
Kenton Varda
More...
about 12 years ago
Missing includes for Cygwin.
Kenton Varda
More...
about 12 years ago
Cygwin doesn't have backtrace().
Kenton Varda
More...
about 12 years ago
Go back to prefering -std=gnu++11, but detect the one known case where this breaks and we need to use -std=c++11.
Kenton Varda
More...
about 12 years ago
Remove obsolete Haskell-based compiler.
Kenton Varda
More...
about 12 years ago
Remove old compiler from test script.
Kenton Varda
More...
about 12 years ago
Missing include.
Kenton Varda
More...
about 12 years ago
Oops, memrchr is a GNU extension.
Kenton Varda
More...
about 12 years ago
Improve bootstrap test.
Kenton Varda
More...
about 12 years ago
Regenerate bootstrapped sources using C++ compiler. YAY!
Kenton Varda
More...
about 12 years ago
Add test to check that bootstrapped sources are up-to-date and a script for updating them.
Kenton Varda
More...
about 12 years ago
Fix distcheck.
Kenton Varda
More...
about 12 years ago
Fix automake to support bootstrapping the compiler.
Kenton Varda
More...
about 12 years ago
Switch to the new compiler. All tests pass\! Need to submit bootstrap copies of the generated code used by the compiler itself. These bootstrap copies are still built by the old compiler at the moment.
Kenton Varda
More...
about 12 years ago
C++ code generator WIP.
Kenton Varda
More...
about 12 years ago
Update capnpc-capnp to use KJ_MAIN.
Kenton Varda
More...
about 12 years ago
Pull TextBlob out of capnpc-capnp and into KJ as kj::StringTree. Use it in the stringification code to make that code cleaner and avoid using iostreams.
Kenton Varda
More...
about 12 years ago
Arrange for compiler to send to the code generator the complete contents of all files listed on the command line, all first-level dependencies of those files, and parent scopes of those dependencies, but nothing more. This means it's sometimes possible to compile a schema file without parsing all transitive dependencies. Also, in 'decode' mode, don't compile annotations, so that the files defining those annotations need not be opened at all.
Kenton Varda
More...
about 12 years ago
Add GCC-4.8 build to test script.
Kenton Varda
More...
about 12 years ago
Merge branch 'fix-noexcept' of https://github.com/dwrensha/capnproto
Kenton Varda
More...
about 12 years ago
Revert "Work around weird behavior in GCC 4.8 where it thinks this destructor's declaration and definition hase mismatching noexcept specs even though neither one has a noexcept spec at all."
Kenton Varda
More...
about 12 years ago
Work around weird behavior in GCC 4.8 where it thinks this destructor's declaration and definition hase mismatching noexcept specs even though neither one has a noexcept spec at all.
Kenton Varda
More...
about 12 years ago
get this to compile with g++-mp-4.8
David Renshaw
More...
about 12 years ago
Fix problem with vpath builds.
Kenton Varda
More...
about 12 years ago
Update Makefile.am to build new compiler. Not bootstrapping yet, of course, since the C++ output plugin is not written.
Kenton Varda
More...
about 12 years ago
Refactor compiler binary into a multi-tool with sub-commands like 'compile' and 'decode'. The latter dynamically decodes binary input to text based on a provided schema file.
Kenton Varda
More...
about 12 years ago
Implement more compiler options.
Kenton Varda
More...
about 12 years ago
Apparently at_quick_exit() doesn't exist on most platforms. Oh well, just use _Exit().
Kenton Varda
More...
about 12 years ago
Samples need to be compiled with -pthread now.
Kenton Varda
More...
about 12 years ago
Fix GCC issues.
Kenton Varda
More...
about 12 years ago
←
1
2
…
130
131
132
133
134
135
136
137
138
…
146
147
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree