- 26 Apr, 2017 1 commit
-
-
Kenton Varda authored
Fixes #196
-
- 25 Apr, 2017 9 commits
-
-
Kenton Varda authored
Configure Travis CI for Linux and OSX builds.
-
Kenton Varda authored
-
Kenton Varda authored
This is redundant since branches are usually open in order to become PRs, which get their own merged-with-master builds.
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
fix typo in comment
-
Kenton Varda authored
Fix bug where struct equality could ignore some pointer fields.
-
Kenton Varda authored
fix copy-pasto in recently-added test case
-
Kenton Varda authored
update method names in error messages
-
- 24 Apr, 2017 3 commits
-
-
David Renshaw authored
-
Kenton Varda authored
-
Kenton Varda authored
Fixes #174
-
- 22 Apr, 2017 3 commits
-
-
David Renshaw authored
-
David Renshaw authored
-
David Renshaw authored
-
- 21 Apr, 2017 14 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
adjust AnyList::equals(): a list of pointers cannot be equal to a struct list
-
Kenton Varda authored
I did run them once and they passed. It took a very long time.
-
Kenton Varda authored
-
Kenton Varda authored
-
David Renshaw authored
-
Kenton Varda authored
-
Kenton Varda authored
Otherwise, the HTTP client might be destroyed before it has written all data, since the responses have already been received. In particular this fixes http-test on Win32.
-
Kenton Varda authored
-
Kenton Varda authored
Add initial AppVeyor support
-
Kenton Varda authored
-
Kenton Varda authored
canonicalization: make sure that pad bits of primitive lists are zeroed
-
Kenton Varda authored
ignore pad bits when checking for bit list equality
-
Kenton Varda authored
-
- 20 Apr, 2017 2 commits
-
-
David Renshaw authored
-
David Renshaw authored
-
- 19 Apr, 2017 3 commits
-
-
David Renshaw authored
-
David Renshaw authored
-
David Renshaw authored
-
- 18 Apr, 2017 3 commits
-
-
Harris Hancock authored
This AppVeyor configuration will do the following: 1. Download MinGW 4.8.5, if it doesn't already have it. 2. Build and install the entire project with MinGW. 3. Build and install everything that MSVC can build, using the MinGW external capnp tools. 4. Build the contents of c++/samples. 5. Zip up the contents of each install directory, which will be available for download as artifacts. AppVeyor will autoconfigure itself if it sees this file, so you should just have to: 1. Log into ci.appveyor.com. You can use a GitHub account for this. 2. Select "New Project." 3. Select capnproto from the list of GitHub projects. Push to any branch, and AppVeyor should automatically build the new commit. If you want to build a branch that you've already uploaded, you can change the default branch in 'Settings -> General', then start a manual build. I used Dr. MinGW's appveyor.yml as a template for the MinGW download and extraction code: https://github.com/jrfonseca/drmingw/blob/2340928f5cbc0ba718e8dd160e027af7722383c8/appveyor.yml
-
Harris Hancock authored
Microsoft only implements putenv, which has a slightly different syntax. This change allows CMake to build the entire project on Windows with MinGW 4.8.5.
-
Kenton Varda authored
Build samples with MSVC
-
- 17 Apr, 2017 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Or... negato?
-