summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* unit tests: Skip coverage properly with clangmsvc-library-search-fixesNirbheek Chauhan2017-12-031-2/+3
* dependencies: Always convert MinGW paths to MSVC on WindowsNirbheek Chauhan2017-12-031-4/+5
* unit tests: Fix test_compiler_detection on MinGWNirbheek Chauhan2017-12-031-4/+5
* linkers: Return a Copy of VisualStudioLinker always_argsNirbheek Chauhan2017-12-031-2/+2
* tests: Fix static library linking on MSYS2-MinGWNirbheek Chauhan2017-12-031-8/+14
* dependencies: Also convert MinGW compile argsNirbheek Chauhan2017-12-031-16/+29
* dependencies: Pass language to PkgConfigDependencyNirbheek Chauhan2017-12-033-10/+22
* unit tests: Remove all instances of FakeEnvironmentNirbheek Chauhan2017-12-032-12/+5
* find_library: Prefer .dll.a and .lib over .dll for sharedNirbheek Chauhan2017-12-031-1/+3
* dependencies: Convert /c/foo/bar paths to C:/foo/barNirbheek Chauhan2017-12-032-1/+30
* Merge pull request #2618 from mesonbuild/osxlinkerfixesJussi Pakkanen2017-12-036-14/+49
|\
| * Specify build_rpath manually to targets linked by hand.osxlinkerfixesJussi Pakkanen2017-11-261-4/+8
| * Fix rpath tests on Linux.Jussi Pakkanen2017-11-261-4/+6
| * Update CMake reference file.Jussi Pakkanen2017-11-261-6/+9
| * Use absolute paths for rpaths on OSX.Jussi Pakkanen2017-11-263-1/+19
| * Add headerpad linker argument on OSX.Jussi Pakkanen2017-11-261-0/+7
* | vala: add stubs for thread flag methodsErnestas Kulik2017-12-031-0/+6
* | Fix OSX CI. This is a bit of a hack but needs to be done. :(Jussi Pakkanen2017-12-031-1/+1
* | Merge pull request #2390 from dcbaker/submit/options-listJussi Pakkanen2017-12-0211-20/+208
|\ \
| * | Add new array type optionDylan Baker2017-11-2911-19/+208
| * | run_unittests.py: remove newline at top of fileDylan Baker2017-11-291-1/+0
* | | gnome.compile_resources: Prefer generated files over source filesNirbheek Chauhan2017-11-301-23/+15
* | | VS: Add /DEBUG to linker to generate debug informationNiklas Claesson2017-11-302-3/+12
* | | cross: Implement support for loading cross files from system pathsDylan Baker2017-11-304-4/+134
* | | Merge pull request #2708 from mesonbuild/nirbheek/windows-shebang-parsingJussi Pakkanen2017-11-305-1/+101
|\ \ \
| * | | tests/common/167: Port test interpreter to Windowsnirbheek/windows-shebang-parsingNirbheek Chauhan2017-11-301-19/+12
| * | | dependencies: Fix parsing of shebangs with spacesNirbheek Chauhan2017-11-295-1/+108
| |/ /
* | | [Tests] Minor update for CI on FedoraAlexis Jeandet2017-11-301-1/+1
* | | mtest: Chdir into the build directory before running tests with -CDylan Baker2017-11-301-24/+30
* | | Merge pull request #2668 from dcbaker/wip/macos-10.13-fixesJussi Pakkanen2017-11-302-4/+10
|\ \ \
| * | | dependencies: Don't like for python 3 in /System on macOSDylan Baker2017-11-211-3/+5
| * | | tests: Don't run xcode 8 tests on xcode 9Dylan Baker2017-11-211-2/+6
* | | | Enable ANSI colors on Windows when ANSICON is setJoergen Ibsen2017-11-291-2/+4
* | | | Merge pull request #2701 from dcbaker/submit/better-llvm-docsJussi Pakkanen2017-11-292-1/+30
|\ \ \ \
| * | | | docs: Add better documentation of the LLVM dependencyDylan Baker2017-11-281-0/+29
| * | | | Don't warn for optional_modulesDylan Baker2017-11-281-1/+1
| | |/ / | |/| |
* | | | adding C++98 to versions that meson can supportSolomon Choina2017-11-291-2/+2
* | | | docs: note when warning() was addedZbigniew Jędrzejewski-Szmek2017-11-291-0/+2
* | | | gnome.gtkdoc: Fix missing permitted kwargsPatrick Griffis2017-11-291-1/+2
|/ / /
* | | [Qt module] Added workaround for qt tools version detectionAlexis Jeandet2017-11-281-1/+5
* | | Merge pull request #2512 from dcbaker/wip/config-tool-variablesJussi Pakkanen2017-11-2814-283/+376
|\ \ \
| * | | docs: add documentation for config_tool variable methodDylan Baker2017-11-232-0/+15
| * | | docs: consolidate config-tool based dependenciesDylan Baker2017-11-231-19/+9
| * | | Add a configtool_variable method to dependencyDylan Baker2017-11-233-0/+55
| * | | Use ConfigToolDependency for libwmfDylan Baker2017-11-233-20/+24
| * | | Use ConfigToolDependency for pcapDylan Baker2017-11-233-21/+29
| * | | Use ConfigToolDependency for cupsDylan Baker2017-11-233-21/+26
| * | | Use ConfigToolDependency for SDL2Dylan Baker2017-11-233-20/+33
| * | | Add factory to ConfigToolDependencyDylan Baker2017-11-231-0/+21
| * | | Make GnuStepDependency a ConfigToolDependencyDylan Baker2017-11-231-38/+31