aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-06Store global and project arguments separately for cross and native compilation.crossargfixJussi Pakkanen4-22/+49
2018-08-04Clarify version for check_header, fixes #3974Onkar1-1/+1
2018-08-04Merge pull request #3945 from mesonbuild/dircondenserJussi Pakkanen521-50/+132
2018-08-03Add 32 bit sparc processor support. Closes #3901.Jussi Pakkanen2-0/+2
2018-08-01Fix .travis.yml for updated OSX imageJon Turney1-2/+1
2018-07-31Updated boost discovery to handle version >= 1.65 for MSVC (#3961)Derek Kingston1-2/+16
2018-07-31Be more general in description. [skip ci]Jussi Pakkanen1-9/+9
2018-07-31custom targets: Add a 'console' kwarg for long-running commandsNirbheek Chauhan5-1/+29
2018-07-31Merge pull request #3799 from rossburton/gtkdocJussi Pakkanen2-7/+17
2018-07-31Merge pull request #3850 from mesonbuild/nirbheek/exe-wrapper-compiler-fallbacksJussi Pakkanen17-62/+248
2018-07-31Condense test dirs.Jussi Pakkanen520-50/+50
2018-07-31Write full directory name in files so script will change them.Jussi Pakkanen1-2/+2
2018-07-31Add script to condense test directory names.Jussi Pakkanen1-0/+82
2018-07-31[skip ci] Typo fix in Build-options.md: "option" -> "description"Tanu Kaskinen1-1/+1
2018-07-29Replace long obsolete find_dep with dependency in docs. [skip ci]Jussi Pakkanen1-18/+19
2018-07-29gnome: Fix building gir with asan againTingPing1-1/+1
2018-07-27python.find_installation: only try to find python with the py launcher if it ...Christoph Reiter1-2/+5
2018-07-27Move test from common to unit.Rafael Ávila de Espíndola5-1/+1
2018-07-27Merge pull request #3898 from mesonbuild/vsinstallJussi Pakkanen4-222/+303
2018-07-27Warn for future keyword (#3908)Xavier Claessens2-2/+7
2018-07-25Make the rpath order deterministic. (#3932)Rafael Ávila de Espíndola8-1/+44
2018-07-25Merge pull request #3943 from xclaesse/auto-feature-defaultXavier Claessens1-1/+1
2018-07-25Add a feature-new entry for UserFeatureOptionNirbheek Chauhan1-5/+6
2018-07-25UserFeatureOption: Default to 'auto' when no value specifiedXavier Claessens1-1/+1
2018-07-25rpm: pass --auto-features=enabled [skip ci]Igor Gnatenko1-0/+2
2018-07-25rpm: use %{shrink
} [skip ci]Igor Gnatenko1-18/+18
2018-07-25rpm: use %set_build_flags [skip ci]Igor Gnatenko1-5/+1
2018-07-24Print a useful error when a compiler is not found in the cross fileNirbheek Chauhan1-0/+2
2018-07-22Make the dependency order deterministic. (#3927)Rafael Ávila de Espíndola6-2/+26
2018-07-22Added install target to VS. Closes #3841.Jussi Pakkanen4-7/+83
2018-07-21mesonbuild: Recognise risc-v architectureKhem Raj2-0/+4
2018-07-21Merge pull request #3893 from FFY00/masterJussi Pakkanen10-20/+468
2018-07-20Removed extra parentheses. [skip ci]Jussi Pakkanen1-1/+1
2018-07-19Handle transitive links to 'threads' dependencies. (#3895)Rafael Ávila de Espíndola5-7/+51
2018-07-19Merge pull request #3814 from behlec/configure-file-outputJussi Pakkanen5-3/+93
2018-07-19Remove long deprecated command scripts.Jussi Pakkanen10-173/+2
2018-07-17docs: fix dlang module documentationFFY003-47/+80
2018-07-17Moved install data file generation to base class.Jussi Pakkanen2-218/+223
2018-07-16dlang module: fix DubDependency - new compiler apiFFY001-0/+1
2018-07-16dlang module: allow all configuration types when generating dub.jsonFFY001-37/+2
2018-07-16Ignore vim *.swp files [skip ci]Christoph Behle1-0/+1
2018-07-13Avoid concatenating two options in listThomas Hindoe Paaboel Andersen1-1/+1
2018-07-13docs: adds a non-docker travis example (#3883) [skip ci]♫ Christian Krause ♫1-1/+31
2018-07-11gnome.gdbus_codegen: Handle XML docbook in subdirsNirbheek Chauhan4-4/+5
2018-07-11Add Arduino ESP8266 sample project to Users.mdDaniel Schulte1-0/+1
2018-07-11docs: Minor clarifications of gnome.compile_resourcesTingPing1-2/+2
2018-07-10Implement get_link_whole_for() for IntelCompiler (#3863)Alberto Sartori1-0/+3
2018-07-10find_library: Validate and sort globbed shared library filesNirbheek Chauhan2-6/+39
2018-07-09gtkdoc: pass the cross compiler if cross compilingRoss Burton1-6/+13
2018-07-09scripts/gtkdochelper: add support for --runRoss Burton1-1/+4