Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| afd031f0 | 2015-09-08 22:50:34 | Small README typo | ||
| 384e7161 | 2015-09-11 03:20:41 | remove unneeded arc4random patch | ||
| 1ea6203c | 2015-09-10 11:19:35 | add openbsd tag sync script + release verifier gen-openbsd-tags.sh synchronizes local tags from the portable tree with the openbsd git mirror. It does this by matching commit timestamps, which can handle rehashing due to modifications of the git import scope if we need it later. check-release.sh generates a release tarball and compares it to an actual release. This has shown a few mistakes in past release, but we can use it to ensure are no issues with future releases. | ||
| b6aded05 | 2015-09-10 07:18:08 | ensure headers are sanitized before release When a public header is removed, we need to ensure it gets removed in the release distribution as well. Also, remove nonexistent *.he exclude. | ||
| 1c2a3f25 | 2015-09-09 07:45:54 | Remove cmake tests from travis builds for now. This seemed like it should be easy, but apparently there are a lot of gotchas that need to be ironed out in a branch first. | ||
| e04dfb2b | 2015-09-09 07:34:37 | fix a couple of travis build failures | ||
| 46c9a8de | 2015-09-09 07:13:05 | revert some travis shell portability tweaks | ||
| 9e090286 | 2015-09-09 07:01:26 | remove builtin travis cmake because it is too old | ||
| f6999fbe | 2015-09-09 07:01:05 | try ninja on travis linux again | ||
| c0341ad1 | 2015-09-09 06:59:35 | use newer cmake for travis linux builds, revise build script |