| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Restore settings to match what we had before resolving conflicts in the
latest update. Use native APIs on Windows and Apple. Pass CA
bundle/path options.
|
| |
|
|
|
|
|
|
|
|
| |
* upstream-curl:
curl 2017-04-19 (d957e218)
Resolve conflicts in `CMakeLists.txt` in favor of the upstream version.
We will re-apply our logic as needed in following commits.
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
50dd15af QtDialog: block include-what-you-use
f3e21613 cmServer: include what you use
9535823b IWYU: map system symbols to libuv
6a91ee02 IWYU: add mapping for cm::auto_ptr
7165065f cmInstalledFile: add cmConfigure.h as first #include
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !811
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
e446fa4e jsoncpp: Exclude from include-what-you-use
Acked-by: Kitware Robot <kwrobot@kitware.com>
Reviewed-by: Daniel Pfeifer <daniel@pfeifer-mail.de>
Merge-request: !810
|
| |/
| |
| |
| | |
This is third-party code.
|
| |
| |
| |
| | |
SunPro 5.13 and below do not compile as c99 by default.
|
|/ |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
| |
* upstream-KWIML:
KWIML 2017-04-11 (ffc22537)
|
|
|
|
|
| |
Set Sphinx `html_theme_options` to give the generated documentation a
brighter and softer look than the default colors.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| |
| |
| |
| |
| | |
954185d4 Utilities/Release: Fetch stage/master/head
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !621
|
| |
| |
| |
| |
| |
| |
| | |
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`.
|
|\ \
| |/
|/|
| |
| |
| |
| | |
18009aaf libarchive: backport rc4 crypto requirement update
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !598
|
| |
| |
| |
| |
| |
| | |
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.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | | |
We no longer push directly to cmake.org repositories. Changes now
go through https://gitlab.kitware.com/cmake/cmake for integration.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
f77420cf Merge branch 'upstream-KWIML' into update-kwiml
ae6607af KWIML 2017-02-27 (aa3a7733)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* upstream-KWIML:
KWIML 2017-02-27 (aa3a7733)
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
29528cc3 libarchive: Remove liblzma from introspection tests
62d0e223 Merge branch 'upstream-LibArchive' into update-libarchive
059aa805 LibArchive 2017-02-25 (d6b1bb9f)
5fee7660 libarchive: Update script to get 3.3.1
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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`.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* upstream-LibArchive:
LibArchive 2017-02-25 (d6b1bb9f)
|
| |/ / / |
|
| | | | |
|
| | | | |
|
| | | | |
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
d49176e9 libarchive: Avoid using isblank
ce8f117f libarchive: Avoid declaration after statement in C code
e0f725f8 libarchive: Fix use of ssize_t in archive_entry.h
ae4861ec libarchive: Define __LA_DEPRECATED consistently
fecb70dd Update CMake pre-cached values for libarchive 3.3.0
a59a7ee9 Merge branch 'upstream-LibArchive' into update-libarchive
c206211a LibArchive 2017-02-19 (100ee75a)
cdce7c61 libarchive: Update script to get 3.3.0
|
| | | |
| | | |
| | | |
| | | | |
It is not available on VS 2012 and below. Use our own impl instead.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This type is not available on Windows compilers so for clients including
this header we need to use `la_ssize_t` instead as we do in `archive.h`.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Upstream libarchive now defines this macro in two places with the same
logic in both. However, CMake's bundled copy disables this macro, so
we need to update the new location of its definition to be consistent.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* upstream-LibArchive:
LibArchive 2017-02-19 (100ee75a)
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
741b7621 Merge branch 'upstream-libuv' into update-libuv
1f661e87 libuv 2017-02-21 (52ae8264)
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
* upstream-libuv:
libuv 2017-02-21 (52ae8264)
|
|\ \ \ \
| |/ / /
|/| / /
| |/ /
| | |
| | |
| | | |
d5f39a56 clang-format.bash: Use Git attributes to mark files for formatting
f6986ee4 Define a custom Git attribute to mark sources using our C style
2256c3a7 Define a custom Git attribute to mark source files as generated
|
| | | |
|
| |\ \
| | |/
| |/| |
|