aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2019-10-09Merge pull request #5833 from dcbaker/remove-compiler-typeJussi Pakkanen24-356/+523
2019-10-09Merge pull request #5907 from xhaakon/pdbJussi Pakkanen3-22/+58
2019-10-09environment: Detect sun4u and sun4v as sparc64Dylan Baker1-0/+2
2019-10-09Fix *.pdb files missing in meson introspect --installed outputJakub Adam3-22/+58
2019-10-08linkers: Concatenate -L and the directoryDylan Baker1-1/+1
2019-10-08linkers: Use PosixDynamicLinkerMixin for CudaDylan Baker1-10/+1
2019-10-07compilers: replace uses of mesonlib.is_<os>() with self.info.is_<os>()Dylan Baker3-24/+19
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker24-322/+464
2019-10-07compilers: Add a specific type for AppleClangCDylan Baker4-12/+42
2019-10-06Bump version number for new development. [skip ci]Jussi Pakkanen1-1/+1
2019-10-06Updated version numbers for 0.52.0 release.0.52.0Jussi Pakkanen1-1/+1
2019-10-06Cross build is defined by the existance of a cross file.Jussi Pakkanen2-2/+2
2019-10-06Merge pull request #5953 from mensinda/isystemJussi Pakkanen7-14/+108
2019-10-06Merge pull request #5992 from mensinda/cmakeFixSoVersionJussi Pakkanen2-12/+23
2019-10-06wrap: Rework `depth` support for git.Martin Hostettler1-18/+47
2019-10-04Merge pull request #5990 from dcbaker/extra-benchmark-optionsJussi Pakkanen1-3/+9
2019-10-04mtest: add gdb_path optionGerion Entrup1-1/+3
2019-10-03Revert "cmake: postprocess libraries names with so version"Daniel Mensinger1-7/+2
2019-10-03cmake: fix detection of libraries with .so versionDaniel Mensinger2-5/+21
2019-10-03cache all gnulike_default_include_dirs invocationsDaniel Mensinger1-5/+4
2019-10-03Use include_type instead of is_systemDaniel Mensinger3-35/+44
2019-10-03Move generate_system_dependency to DependencyDaniel Mensinger2-3/+6
2019-10-03Use -isystem instead of -idirafterDaniel Mensinger2-6/+18
2019-10-03Also add support for declare_dependency objectsDaniel Mensinger1-1/+3
2019-10-03Handle -idirafter in unix_args_to_nativeDaniel Mensinger3-2/+21
2019-10-03add is_system kwarg to dependencyDaniel Mensinger2-4/+54
2019-10-03use getters for dependency accessDaniel Mensinger1-3/+3
2019-10-02interpreter: Combine test and benchmark argsDylan Baker1-3/+4
2019-10-02interpreter: Correctly handle arguments to benchmarkDylan Baker1-1/+6
2019-10-02dependencies: account for frameworks without a Versions directoryMatthew Waters1-0/+3
2019-10-01Merge pull request #5873 from mesonbuild/py2optionalJussi Pakkanen1-3/+2
2019-10-01Add clang-tidy target. Closes #2383.Jussi Pakkanen2-1/+45
2019-10-01Refactor clang tool generation to its own function.Jussi Pakkanen1-8/+12
2019-10-01Make Python 2 tests optional(er) to prepare for py2 purge in Debian.Jussi Pakkanen1-3/+2
2019-10-01cmake: Add support for normal librariesXavier Claessens1-1/+3
2019-10-01cmake: Fix 'properies' typoXavier Claessens3-41/+41
2019-10-01cmake: COMMAND could have ';' separated argumentsXavier Claessens1-1/+1
2019-10-01cmake: postprocess libraries names with so versionXavier Claessens1-2/+7
2019-10-01Remove unused 'required' argumentXavier Claessens1-5/+5
2019-10-01cmake: Generate declare_dependency() only for librariesXavier Claessens1-9/+9
2019-10-01cmake: subproject() supports the 'required' kwargXavier Claessens1-1/+1
2019-10-01cmake: Write AST into build dirXavier Claessens1-5/+6
2019-10-01Recursively include all objects from uninstalled static librariesXavier Claessens1-1/+8
2019-10-01Do not promote to link_whole when an internal library links to anotherXavier Claessens1-1/+1
2019-10-01pkgconfig: Include dependencies of uninstalled static librariesXavier Claessens1-17/+10
2019-10-01pkgconfig: Do not include uninstalled static librariesXavier Claessens2-5/+9
2019-10-01Fix link_with of a static library with an uninstalled static libraryXavier Claessens1-0/+7
2019-10-01Fix link_whole of static librariesXavier Claessens1-1/+9
2019-09-30Add depfile to configure_file()Marc-André Lureau2-0/+109
2019-09-30Deduplicate PKG_CONFIG_PATH entries when initializing the array option pkg_co...Olexa Bilaniuk1-1/+7