| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
db915a37 Utilities/Release: Drop Cygwin binary
|
| |
| |
| |
| |
| | |
Cygwin has packaged CMake independently of upstream for a long time.
See its [cygport](https://github.com/cygwinports/cmake).
|
|\ \
| |/
|/|
| |
| |
| | |
c6d83a15 libuv: Link with kvm on NetBSD and OpenBSD
6a497bb0 libuv: Link with kvm on FreeBSD
|
| |
| |
| |
| |
| | |
We include the `kvm.h` header on these platforms and call kvm APIs.
Link with the library to ensure they are available.
|
| |
| |
| |
| | |
Add it unconditionally. It is present in FreeBSD 11, 10 and 9.
|
| |
| |
| |
| |
| |
| |
| | |
* upstream-KWIML:
KWIML 2016-09-08 (d564b3c7)
Closes: #16290
|
|/ |
|
|\
| |
| |
| |
| | |
4b53a693 curl: Backport certificate reuse fix from 7.50.2
|
| |
| |
| |
| |
| | |
Backport curl upstream commit curl-7_50_2~32 (nss: refuse previously
loaded certificate from file, 2016-08-22).
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
72ecdd34 Tests: Cleanup RunCMake.GenerateExportHeader somewhat
fc3dab0e Tests: Port GenerateExportHeader test to RunCMake infrastructure
4feba34d GNU: Do not use -fvisibility on AIX or HP-UX
|
| | |
| | |
| | |
| | | |
This will allow build failure cases to be added later.
|
|/ /
| |
| |
| |
| | |
The Clang scan-build tool warns about assignments whose values are never
used, so initialize local variables at declaration instead.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
39ac889d cmake: Add trivial usage of libuv
7cf369fe Do not build libuv on HP-UX
075cae51 Do not build libuv on SPARC
9a53af40 Do not build libuv on Cygwin
219f7411 Do not build libuv on Mac OS X 10.4 and lower
8a5beef3 Add option to build CMake against a system libuv
e56aa462 FindLibUV: Add module to find libuv package
551d5aed libuv: Fix unused variable warning in uv_loop_close
f4f8074b libuv: Avoid including macOS CoreServices header globally
a63aaaed libuv: Always include our own header first
9130b53a libuv: Conditionally declare Windows APIs for VS 2008 and below
b52afa46 libuv: Fix anonymous union syntax
05dbc204 libuv: Fix Windows API function typedef syntax
75139374 libuv: Install LICENSE file with CMake documentation
95dcc4e4 libuv: Disable warnings to avoid changing 3rd party code
13b7e758 libuv: Build the library within CMake
...
|
| | |
| | |
| | |
| | | |
Create a CMAKE_USE_SYSTEM_LIBUV option.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
We only need the availability macros in `unix/internal.h`. We already
include CoreServices where needed in implementation files.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
When we install using the bundled libuv source, notify users of its
license terms.
|
| | |
| | |
| | |
| | |
| | | |
Add '-w' or equivalent flag on compilers supporting it.
Tell MSVC to use its lowest warning level inside libuv sources.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Take logic from upstream `Makefile.am` and `configure.ac` to build libuv
sources.
Update `uv.h` to include KWSys Large File Support configuration so that
consistent stream libraries are used (on AIX with XL).
Add a `cm_uv.h` header to include the CMake-provided copy of the `uv.h`
header from CMake sources.
|
| | |
| | |
| | |
| | |
| | | |
* upstream-libuv:
libuv 2016-08-30 (897738b1)
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The Linux distro we've been using for this is so old that it limits our
ability to import newer third-party software. Until a new machine can
be configured to provide this binary we can simply drop it. Users will
still be able to build from source or use a distro-provided version.
|
|/ /
| |
| |
| |
| |
| | |
Curl is now hosted at
https://github.com/curl/curl.git
|
| |
| |
| |
| |
| | |
Use the `--allow-unrelated-histories` flag to declare that we Know What
We're Doing™ (but only if necessary).
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
b4556b47 Help: Add release notes for 'vim-cmake-syntax' import
25c01cf0 Aux: Install vim-cmake-syntax files with CMake
e3ac68cf Merge branch 'upstream-vim-cmake-syntax' into import-vim-syntax
4a22c06e vim-cmake-syntax 2016-08-16 (e782679c)
f21a8235 Aux: Drop vim files prior to import of third-party version
0966f1c5 Add script to update vim-cmake-syntax from upstream
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
We need to include `archive_platform.h` before any system headers in
order to ensure that `_WIN32_WINNT` is defined early enough.
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
By default is OFF and marked as advanced.
It's also add custom cmake-developer-reference (ALL) target
Generated output will be installed to ${CMAKE_DOC_DIR}/developer-reference.
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
f59ab433 curl: Remove CMake-specific README
f53f4a8a Merge branch 'upstream-curl' into update-curl
202adcfe curl 2016-08-03 (f2cb3a01)
e1c11352 curl: Update script to get curl 7.50.1
a51c6c53 Merge branch 'upstream-curl' into update-curl
7ec709d3 curl 2015-08-11 (1a7f66a3)
3e9b0343 Add script to update curl from upstream
|
| |
| |
| |
| |
| |
| | |
We will now manage the curl source tree updates using
the `Utilities/Scripts/update-curl.bash` script. Drop
the README that covered the old method.
|
| |
| |
| |
| |
| | |
* upstream-curl:
curl 2016-08-03 (f2cb3a01)
|
| | |
|
| | |
|
| |\ |
|
| |\ \ |
|
| |\ \ \ |
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We currently only require CMake 2.8.4 which does not provide it.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Compile as C++11 since Qt 5.7 requires it. Limit use of glibc
to 2.6 APIs and lower.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We already compile with `-stdlib=libc++` as required for Qt 5.6.
We can compile as C++11 and still deploy to OS X 10.7.
|
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | | |
a77d597b clang-format.bash: Fix filter-branch example documentation
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Inside `git filter-branch --tree-filter` we must format all tracked
files because formatting of the tree for each commit is independent
from earlier commits.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* upstream-liblzma:
liblzma 2014-12-21 (265e5ffb)
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We will now manage the liblzma source tree updates using
the `Utilities/Scripts/update-liblzma.bash` script. Drop
the README that covered the old method.
|