summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* azure: Install python[23]-devel packages on Cygwinpy2optionalJon Turney2019-10-011-4/+5
* Make Python 2 tests optional(er) to prepare for py2 purge in Debian.Jussi Pakkanen2019-10-012-3/+11
* cmake: Add support for normal librariesXavier Claessens2019-10-011-1/+3
* cmake: Fix 'properies' typoXavier Claessens2019-10-013-41/+41
* cmake: COMMAND could have ';' separated argumentsXavier Claessens2019-10-011-1/+1
* cmake: postprocess libraries names with so versionXavier Claessens2019-10-011-2/+7
* Remove unused 'required' argumentXavier Claessens2019-10-011-5/+5
* cmake: Generate declare_dependency() only for librariesXavier Claessens2019-10-011-9/+9
* cmake: subproject() supports the 'required' kwargXavier Claessens2019-10-011-1/+1
* cmake: Write AST into build dirXavier Claessens2019-10-011-5/+6
* Fix test_static_link() on MacOSXXavier Claessens2019-10-011-6/+9
* doc: Add release snippet for the rework of static librariesXavier Claessens2019-10-011-0/+34
* Recursively include all objects from uninstalled static librariesXavier Claessens2019-10-017-1/+44
* Do not promote to link_whole when an internal library links to anotherXavier Claessens2019-10-015-1/+33
* pkgconfig: Include dependencies of uninstalled static librariesXavier Claessens2019-10-017-17/+56
* pkgconfig: Do not include uninstalled static librariesXavier Claessens2019-10-018-7/+53
* Fix link_with of a static library with an uninstalled static libraryXavier Claessens2019-10-016-0/+35
* Fix link_whole of static librariesXavier Claessens2019-10-017-1/+60
* Add depfile to configure_file()Marc-André Lureau2019-09-308-0/+174
* Deduplicate PKG_CONFIG_PATH entries when initializing the array option pkg_co...Olexa Bilaniuk2019-09-301-1/+7
* Correct obviously-wrong test for gold linker.Olexa Bilaniuk2019-09-301-1/+1
* Merge pull request #5939 from lantw44/move-the-list-of-llvm-versions-to-a-com...Jussi Pakkanen2019-09-304-39/+58
|\
| * environment: LLVM 9 is now a stable releaseTing-Wei Lan2019-09-291-1/+2
| * Find clang-format with alternative namesTing-Wei Lan2019-09-293-6/+28
| * Move the list of LLVM version suffixes to a common placeTing-Wei Lan2019-09-292-33/+29
* | Add support for `depth` option in wrap-gitChristoph Weiss2019-09-293-7/+27
* | environment: Support taking values from dictMarc-André Lureau2019-09-296-18/+78
* | ConfigurationDataHolder: pass initial_values to ctorMarc-André Lureau2019-09-291-9/+8
* | configure_file: add feature version checks for taking dictMarc-André Lureau2019-09-291-0/+2
* | Add CppCon 2019 talk to videos page. [skip ci]Jussi Pakkanen2019-09-291-0/+3
* | Moved changes from preliminary relnote page to snippets. [skip ci]Jussi Pakkanen2019-09-293-10/+9
|/
* mtest: Don't require an exe wrapper for if the cross file says we don't need oneDylan Baker2019-09-281-1/+1
* backends: Add needs_exe_wrapper to test serializationDylan Baker2019-09-281-2/+4
* Catch NotADirectoryError to fix selinux errorAndrew Conrad2019-09-271-1/+1
* Fix GNU-like LLD being misdetected as MSVC-like LLDAndrei Alexeyev2019-09-271-1/+4
* Correctly handle platform-specific LDFLAGS optionsAleksey Gurtovoy2019-09-275-30/+71
* cmake: Support ALIAS librariesDaniel Mensinger2019-09-263-5/+19
* cmake: define set_and_check in CMake package config (fixes #5889)Daniel Mensinger2019-09-261-0/+12
* envconfig: Add MicroBlaze CPU familyNathan Rossi2019-09-262-0/+2
* Clarify the list of languages is optional for project() [skip ci]David Cantrell2019-09-261-2/+2
* Merge pull request #5958 from keszybz/caching-cleanupJussi Pakkanen2019-09-263-37/+33
|\
| * Use functools cache instead of open-coded implementationZbigniew Jędrzejewski-Szmek2019-09-251-11/+4
| * Drop unused variableZbigniew Jędrzejewski-Szmek2019-09-251-1/+0
| * Add helper to print warnings onceZbigniew Jędrzejewski-Szmek2019-09-253-25/+29
* | environment: Don't make special case for scan-build on LinuxTing-Wei Lan2019-09-251-9/+4
* | Print user defined options in meson-log.txtXavier Claessens2019-09-252-0/+15
|/
* removed the InternalDepdendencyHolder, since it is unusedDaniel Mensinger2019-09-251-38/+1
* CUDA support on WindowsAleksey Gurtovoy2019-09-2417-51/+273
* Add blocks dependencyPatrick Griffis2019-09-238-1/+72
* mtest: TAP: ignore empty linesMarc-André Lureau2019-09-232-0/+9