- 02 Jun, 2017 1 commit
-
-
Brad King authored
-
- 31 May, 2017 2 commits
- 30 May, 2017 1 commit
-
-
Daniel Pfeifer authored
-
- 28 May, 2017 1 commit
-
-
Brad King authored
With our last update of libuv, Cygwin is now supported.
-
- 26 May, 2017 1 commit
-
-
Brad King authored
Update our CMake build rules to account for upstream changes.
-
- 24 May, 2017 1 commit
-
-
Daniel Pfeifer authored
-
- 17 May, 2017 2 commits
-
-
Brad King authored
The checks fail even on compilers that support the keywords because the linkage is broken: src.c:...: undefined reference to 'test' At the actual use sites we use `static inline` instead of just `inline`, so perform the check this way too to fix the linkage.
-
Brad King authored
Update from 5.6.0.
-
- 16 May, 2017 1 commit
-
-
Brad King authored
Update our CMake build rules to account for upstream changes.
-
- 11 May, 2017 3 commits
- 05 May, 2017 5 commits
-
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Brad King authored
This is third-party code.
-
Brad King authored
SunPro 5.13 and below do not compile as c99 by default.
-
Brad King authored
-
- 04 May, 2017 1 commit
-
-
Daniel Pfeifer authored
-
- 01 May, 2017 1 commit
-
-
Brad King authored
Previously we made the `documentation` target depend on the executable targets. There is no real reason to do this other than serializing the documentation build output in terminals. Move this dependency behind an undocumented option so that it is not on by default.
-
- 20 Apr, 2017 1 commit
-
-
Ben Boeckel authored
-
- 13 Apr, 2017 1 commit
-
-
Daniel Pfeifer authored
-
- 28 Mar, 2017 1 commit
-
-
Set Sphinx `html_theme_options` to give the generated documentation a brighter and softer look than the default colors.
-
- 27 Mar, 2017 1 commit
-
-
Brad King authored
Backport upstream libarchive commit 2ecf8d1c1e (Try harder to detect directories in zip archives, 2016-12-23). Fixes: #16741
-
- 24 Mar, 2017 3 commits
-
-
Brad King authored
The KWSys `.gitattributes` file now defines custom attributes. Git does not support these in a subdirectory where we are about to place the content, so comment them out during import. This also ensures that the `our-c-style` attribute on KWSys sources does not activate the `format.clang-format` attribute on the third-party import branch.
-
Brad King authored
Provide a helper function that import scripts can use when the third-party project defines custom Git attributes in its top-level `.gitattributes` file. These must be commented out because Git does not support custom attributes in a subdirectory where we where the third-party project is about to be merged.
-
Brad King authored
Update our release scripts to fetch `refs/stage/master/head` from the `gitlab.kitware.com` repository. This will allow us to prepare releases from staged commits before merging them to `master` or `release`.
-
- 21 Mar, 2017 1 commit
-
-
Brad King authored
Backport upstream libarchive commit 70f497f456 (As per Cryptographic Requirements, 2017-03-19). Discard more bytes of the RC4 keystream to reduce the possibility of non-random bytes.
-
- 03 Mar, 2017 2 commits
-
-
Brad King authored
Update our release scripts to fetch from the gitlab.kitware.com repository instead of the cmake.org repository. Revise our mapping of special branch names to account for the refs that now store them in the new repository.
-
Brad King authored
We no longer push directly to cmake.org repositories. Changes now go through https://gitlab.kitware.com/cmake/cmake for integration.
-
- 01 Mar, 2017 1 commit
-
-
Brad King authored
Teach Sphinx and our own install rules to skip a `Help/dev` directory. This will give us a place to put developer-only documentation that should not be included in the user-facing documentation. Add a placeholder README.
-
- 28 Feb, 2017 1 commit
-
-
Brad King authored
-
- 27 Feb, 2017 3 commits
-
-
When compiling KWIML tests with `-Werror=format-security` we get error: -Wformat-security ignored without -Wformat Therefore we should disable both `format` and `format-security` together.
-
Brad King authored
This was added upstream but does not make sense in CMake because we may replace the library with a logical target name that will not work inside a `try_compile`.
-
Brad King authored
-
- 26 Feb, 2017 3 commits
- 23 Feb, 2017 2 commits