- Apr 05, 2021
- Feb 18, 2021
-
-
Brad King authored
-
- Feb 03, 2021
- Jan 28, 2021
-
-
Brad King authored
-
- Jan 27, 2021
-
-
Brad King authored
Use `linux_release` in names associated with building or testing release-style binaries. Add a `.linux_package` helper to adjust the release binary build behavior for package-specific jobs.
-
- Jan 26, 2021
-
-
Rodolfo Schulz de Lima authored
The test for lzma_stream_encoder_mt was always failing because the lzma libraries weren't being used by linker.
-
Brad King authored
-
- Jan 25, 2021
- Jan 18, 2021
-
-
Brad King authored
This enables cross-reference syntax for CMake generator expressions: :genex:`SOME_GENEX` :genex:`$<SOME_GENEX>` :genex:`$<SOME_GENEX:...>` and definition of CMake generator expressions via a directive: .. genex:: SOME_GENEX .. genex:: $<SOME_GENEX> .. genex:: $<SOME_GENEX:...> It also adds generator expressions defined by the directive and by `Help/genex/SOME_GENEX.rst` documents to the index.
-
- Jan 07, 2021
- Jan 05, 2021
-
-
Oleksandr Koval authored
CMake uses explicit 'this->' style. Using custom clang-tidy check we can detect and fix places where 'this->' was missed.
-
- Dec 22, 2020
-
- Dec 14, 2020
-
-
Brad King authored
Backport the upstream Qt patch [1] to link Qt binaries using the `-isysroot` flag instead of `-Wl,-syslibroot`. This is needed so that the binaries have a SDK version set, which is needed for runtime validation on modern macOS versions. [1] https://code.qt.io/cgit/qt/qtbase.git/commit/?id=6387138a7991b4588639dc48847f175b5afaff84
-
- Dec 11, 2020
-
-
Brad King authored
-
- Dec 10, 2020
-
-
Brad King authored
These may be used to build a CMake universal binary for macOS that supports both architectures on Apple Silicon and is compatible with OS X 10.10.
-
- Dec 09, 2020
-
-
Brad King authored
-
- Dec 02, 2020
-
-
Nikita Nemkin authored
Sphinx theme CSS removes top margin for dd > p combination, but directives add an intervening div and need a separate rule. Issue: #19715
-
- Nov 09, 2020
-
-
Brad King authored
Fixes: #21409
-
- Oct 22, 2020
-
-
Kyle Edwards authored
Some static analysis tools incorrectly identify this constructor as leaving _has_value in an undefined state. Explicitly call the default constructor to force _has_value to false.
-
- Oct 21, 2020
-
-
Kyle Edwards authored
-
- Oct 13, 2020
-
-
Brad King authored
-
- Oct 08, 2020
-
-
Kyle Edwards authored
For headers which exclusively contain things that were not present in C++11.
-
- Oct 05, 2020
-
-
Brad King authored
Sphinx has deprecated `sphinx.util.pycompat.htmlescape` and `sphinx.builders.qthelp.QtHelpBuilder`. We only import these as part of a monkey-patch to work around a bug in versions of sphinx before 1.7.2, so make that code path conditional. The imports are not deprecated on the versions where we need them.
-
Brad King authored
-
Brad King authored
-
- Oct 02, 2020
-
-
Kyle Edwards authored
62d7acc6 added arguments to Flex when regenerating cmCommandArgumentLexer, but this was not reflected in Utilities/Scripts/regenerate-lexers.bash. Update the script with the proper arguments.
-
- Sep 25, 2020
-
-
- Sep 23, 2020
-
-
Cristian Adam authored
Add source files needed to properly compile / link to zstd version 1.4.5
-
Brad King authored
Add a cast to avoid the conversion warning with minimal changes to third-party code.
-
Brad King authored
This is now called by `uv__fs_sendfile` in `src/unix/fs.c` but we do not need that feature during CMake bootstrap.
-