summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cross build is defined by the existance of a cross file.crosscheckJussi Pakkanen2019-10-062-2/+2
* Merge pull request #5992 from mensinda/cmakeFixSoVersionJussi Pakkanen2019-10-064-12/+27
|\
| * Revert "cmake: postprocess libraries names with so version"Daniel Mensinger2019-10-031-7/+2
| * cmake: Add test case for #5992Daniel Mensinger2019-10-032-0/+4
| * cmake: fix detection of libraries with .so versionDaniel Mensinger2019-10-032-5/+21
* | wrap: Rework `depth` support for git.Martin Hostettler2019-10-061-18/+47
* | Merge pull request #5990 from dcbaker/extra-benchmark-optionsJussi Pakkanen2019-10-042-3/+12
|\ \
| * | docs: update docs on benchmark in regards to arguments acceptedDylan Baker2019-10-021-0/+3
| * | interpreter: Combine test and benchmark argsDylan Baker2019-10-021-3/+4
| * | interpreter: Correctly handle arguments to benchmarkDylan Baker2019-10-021-1/+6
| |/
* | mtest: add gdb_path optionGerion Entrup2019-10-043-1/+18
|/
* dependencies: account for frameworks without a Versions directoryMatthew Waters2019-10-021-0/+3
* Merge pull request #5873 from mesonbuild/py2optionalJussi Pakkanen2019-10-013-7/+16
|\
| * 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
* | Add clang-tidy target. Closes #2383.Jussi Pakkanen2019-10-017-1/+77
* | Refactor clang tool generation to its own function.Jussi Pakkanen2019-10-011-8/+12
|/
* 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