aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-01detect 'arm64' as aarch64 CPU familyJanne Grunau1-0/+3
2019-04-01Reuse build setup for host when native compiling. Closes #5047.Jussi Pakkanen1-1/+1
2019-04-01Add 'is_default' to permitted_kwargs for add_test_setup()Rico Tzschichholz1-1/+1
2019-04-01Merge pull request #5103 from mesonbuild/linkcustomJussi Pakkanen11-61/+179
2019-04-01Also format headers with Clang-Format. Closes #5184.Jussi Pakkanen4-10/+28
2019-03-30docs: Document when environment() was added (#5178) [skip ci]Jonatan PĂ„lsson1-1/+2
2019-03-29dependencies/base: Correctly handle includes and sources in ExternalDependencyDylan Baker1-0/+4
2019-03-29dependencies/base: Pass correct arguments to subdependenciesDylan Baker2-9/+13
2019-03-29dependencies/base: Add type annotations to partial_dependency methodDylan Baker1-10/+15
2019-03-29tests: modify partial_dependency test to cover a bugDylan Baker1-1/+5
2019-03-29[Docs] Built-in options page cleanup (fixes #5165) [skip ci]TheQwertiest1-19/+28
2019-03-29docs: correct “It's” to “Its” [skip ci]Will Thompson1-1/+1
2019-03-28Revert "gnome.compile_resources: Add ld binary method"Jussi Pakkanen2-148/+14
2019-03-28gettext: prefer POTFILES.in if it existsEli Schwartz1-2/+2
2019-03-28Fix run_command() with command on a different driveJakub Adam1-2/+6
2019-03-28Add documentation.Jussi Pakkanen2-3/+26
2019-03-28Support link_whole with custom targets.Jussi Pakkanen2-2/+17
2019-03-27Maintain backwards compatibility for one release. Closes #5051.Jussi Pakkanen1-1/+6
2019-03-27Add release note snippit for CPPFLAGS handing [skip ci]John Ericson1-0/+12
2019-03-27compilers: Log difference between empty and absent env varJohn Ericson1-12/+19
2019-03-27Small cleanup to use_preproc_flags:John Ericson1-2/+2
2019-03-27Change test to reflect new semanticsJohn Ericson1-4/+6
2019-03-27Don't collect preprocssor flags separately from compiler flagsJohn Ericson4-39/+16
2019-03-27dependencies/configtool: Deprecate falling back to pathDylan Baker1-3/+4
2019-03-27Fail gracefully for Apple frameworks with a non-Clang compiler. Closes #5070.Jussi Pakkanen1-1/+9
2019-03-27do not use Executor if only one process was requestedPaolo Bonzini1-1/+1
2019-03-26improve log for ninja detectionPaolo Bonzini1-1/+8
2019-03-26support a NINJA environment variablePaolo Bonzini1-2/+4
2019-03-26compilers: n_debug=if-release and buildtype=plain should not enable assertionsDylan Baker2-1/+5
2019-03-26Properly detect 'bepc' as 'x86' CPU for HaikuFrançois Revol1-0/+2
2019-03-26Merge pull request #5039 from scivision/submodJussi Pakkanen5-30/+48
2019-03-26rpm: Always set b_ndebug to trueIgor Gnatenko1-0/+1
2019-03-25add test case for same-name module+submoduleMichael Hirsch, Ph.D3-9/+6
2019-03-26Reduce absolute paths to a deprecation. Closes #5050.Jussi Pakkanen1-1/+1
2019-03-25cleanup rebase of fortraninclude..submodMichael Hirsch, Ph.D1-80/+19
2019-03-25DRY Fortran submodule regexMichael Hirsch, Ph.D1-1/+9
2019-03-25no \b for no-gap non-stantard submodule declarationMichael Hirsch, Ph.D1-1/+1
2019-03-25tolerate no-space submodule (non-standard syntax)Michael Hirsch, Ph.D1-1/+1
2019-03-25more efficient submodule filenamingMichael Hirsch, Ph.D1-3/+4
2019-03-25BUGFIX: match submodule output names by compilerMichael Hirsch, Ph.D1-1/+11
2019-03-25Squashed commit of the following:Michael Hirsch, Ph.D1-15/+19
2019-03-25allow fortran submodule to have same name as moduleMichael Hirsch, Ph.D1-5/+64
2019-03-24Better error message when PCH argument is not a string.Jussi Pakkanen1-0/+2
2019-03-24Fix setup so test suite runs with rustc + MSVC. Closes: 5099Jussi Pakkanen5-5/+32
2019-03-24Inline check_compilersJohn Ericson2-9/+5
2019-03-22Fix Rust global and local args. Closes #5101.Jussi Pakkanen1-0/+2
2019-03-22Disallow add_languages('vala') without 'c'Jon Turney3-5/+10
2019-03-21Merge pull request #5116 from dcbaker/openmp-de-specializeJussi Pakkanen5-16/+3
2019-03-20Revert "azure: Don't try to publish logs from fork"Jon Turney1-2/+1
2019-03-20Merge pull request #5031 from bonzini/kconfigJussi Pakkanen16-0/+207