summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-23Use library() instead of rolling your own. [skip ci]Jussi Pakkanen
2019-05-23Merge pull request #5028 from bonzini/sourcesetJussi Pakkanen
2019-05-22join_paths => / [skip ci]Michael Hirsch, Ph.D
2019-05-22dub: add other library target typesLuís Ferreira
2019-05-22sourceset: add a realistic example as a testcasePaolo Bonzini
2019-05-22new module "sourceset" to match source file lists against configuration dataPaolo Bonzini
2019-05-21Merge pull request #5372 from dcbaker/get_variableJussi Pakkanen
2019-05-21gnome: use g_intern_static_string() for enum/flags type namesFederico Mena Quintero
2019-05-20Generators can have extra target dependencies. Closes #4131.Jussi Pakkanen
2019-05-20Combine the two different pipeline test dirs into one.Jussi Pakkanen
2019-05-20Reserve build_ prefix in option names.Jussi Pakkanen
2019-05-20Merge pull request #5276 from dcbaker/pkg-config-path-invalidate-cacheJussi Pakkanen
2019-05-20Remove compiler data from build objectJon Turney
2019-05-20Switch from build.compiler to environment.coredata.compiler in backendsJon Turney
2019-05-20Remove a pointless conditionalJon Turney
2019-05-20Remove compilers from ModuleState objectJon Turney
2019-05-20fixup! fixup! tests: Add test for Dependency.get_variableDylan Baker
2019-05-20fixup! interpreter: Add get_variable method to dependency holdersDylan Baker
2019-05-20fixup! tests: Add test for Dependency.get_variableDylan Baker
2019-05-20docs: Add docs for Dependency.get_variableDylan Baker
2019-05-20Use dependency cacheDylan Baker
2019-05-17Fix typo in Dlang-module.mdSzunti
2019-05-17coredata: Introduce a class to act as the dependency cacheDylan Baker
2019-05-16Fix path splitting in get_compiler_dirs() with GCC/clang on WindowsChristoph Reiter
2019-05-16run_unittests: make cross file location test robust against environmentDylan Baker
2019-05-16compilers/fortran: Fix all has_argument methods in mesonDylan Baker
2019-05-16mconf: Don't change the type of coredata.depsDylan Baker
2019-05-16coredata: fix bugs reading PKG_CONFIG_PATHDylan Baker
2019-05-16Merge pull request #5395 from dcbaker/mtest-annotationsJussi Pakkanen
2019-05-16Make `PerMachine` and `MachineChoice` have just `build` and `host`John Ericson
2019-05-15mtest: annotate and fix bugs found by annotatingDylan Baker
2019-05-15Do not filter out repeated cflagsScore_Under
2019-05-15UserOption no longer has a name field.John Ericson
2019-05-14mesonlib: Annotate substring_in_listDylan Baker
2019-05-14environment: annotate detect_ninjaDylan Baker
2019-05-14dependencies/base: Add some annotations to ExternalProgramDylan Baker
2019-05-14build: add a few annotationsDylan Baker
2019-05-14backends: Annotate TestSerialisiationDylan Baker
2019-05-14build: TestSetup doesn't take keyword argumentsDylan Baker
2019-05-14interpreter: annotate the Test classDylan Baker
2019-05-14mtest: precompile regular expressionsDylan Baker
2019-05-14mtest: reorder importsDylan Baker
2019-05-14Merge pull request #5331 from dcbaker/iclJussi Pakkanen
2019-05-13FAQ: Add an entry about the library naming scheme with MSVC [skip ci]Nirbheek Chauhan
2019-05-13docs/markdown: add snippet for intel-cl supportDylan Baker
2019-05-13docs/reference-table: Add intel-clDylan Baker
2019-05-13environment: search for icl and ifort before cl and goftranDylan Baker
2019-05-13environment: Add search for ICLDylan Baker
2019-05-13compilers/clike: ICL needs msvc workarounds in has_functionDylan Baker
2019-05-13compilers: Add basic ICL abstractionsDylan Baker