summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* intrp: Consolidate subproject dep checking and loggingnirbheek/consolidate-subproject-dep-checkingNirbheek Chauhan2018-01-015-41/+102
* Merge pull request #2757 from xclaesse/pkgconfigJussi Pakkanen2017-12-316-50/+204
|\
| * pkgconfig: Rename DepsHolder to DependenciesHelperXavier Claessens2017-12-211-2/+2
| * pkgconfig: Move pc file checks to run_unittests.pyXavier Claessens2017-12-202-38/+31
| * pkgconfig: Update documentationXavier Claessens2017-12-201-3/+10
| * pkgconfig: Use the pc file we generated for librariesXavier Claessens2017-12-202-11/+22
| * pkgconfig: Avoid duplicated -L flagsXavier Claessens2017-12-201-2/+6
| * pkgconfig: Allow passing Dependency objects to library(_private)Xavier Claessens2017-12-204-32/+167
| * pkgconfig: Early abort tests if pkg-config is not presentXavier Claessens2017-12-201-13/+17
* | Fix test cases/windows/5 resourcesJon Turney2017-12-311-1/+1
* | The scanbuild script does now also look for executables with a version in the...snsmac2017-12-301-1/+25
* | Merge pull request #2849 from polarina/vsregenfixJussi Pakkanen2017-12-302-4/+4
|\ \
| * | Remember which Visual Studio backend was auto-detectedGabríel Arthúr Pétursson2017-12-301-0/+1
| * | Fail Visual Studio version detection if VSINSTALLDIR is not setGabríel Arthúr Pétursson2017-12-301-4/+3
* | | add Compiler.thread_flags() stubAlexey Stukalov2017-12-301-0/+3
* | | compilers: Fix error when objc/objc++ compilers are not foundNirbheek Chauhan2017-12-302-2/+19
* | | compilers: prefer C++ over objc in clink_langsNirbheek Chauhan2017-12-305-1/+27
* | | Release notes for 0.43 are no longer preliminaryGabríel Arthúr Pétursson2017-12-291-1/+1
* | | docs: Fix missing syntax highlightingTingPing2017-12-281-4/+8
* | | docs: find_program native: is available since 0.43Nirbheek Chauhan2017-12-281-1/+1
|/ /
* | Add missing spaceKarol Szuster2017-12-271-1/+1
* | Explain test setup a bit more.Jussi Pakkanen2017-12-261-0/+31
* | Merge pull request #2334 from mesonbuild/promotedepJussi Pakkanen2017-12-2618-10/+222
|\ \
| * | Reformat and update doc page.Jussi Pakkanen2017-12-261-14/+40
| * | Dead code removal.promotedepJussi Pakkanen2017-12-211-9/+0
| * | Also promote wrap files.Jussi Pakkanen2017-12-174-11/+26
| * | Print instructions on how to promote subsubprojects.Jussi Pakkanen2017-12-173-20/+55
| * | Add functionality to promote nested dependencies to top level.Jussi Pakkanen2017-12-1715-0/+145
* | | Merge pull request #2817 from jon-turney/masterJussi Pakkanen2017-12-263-1/+50
|\ \ \
| * | | Update prefix-dependent defaults when project(default_options:) changes prefixJon Turney2017-12-211-1/+10
| * | | Add a test of prefix-dependent defaults for project(default_options:)Jon Turney2017-12-212-0/+40
| | |/ | |/|
* | | Merge pull request #2581 from NickeZ/check-subproj-versionJussi Pakkanen2017-12-2622-6/+158
|\ \ \
| * | | Print 'cached' if dependency is found in cacheNiklas Claesson2017-12-221-0/+5
| * | | subproject handling: add fixNiklas Claesson2017-12-221-6/+16
| * | | subproject handling: add two testsNiklas Claesson2017-12-2221-0/+137
| |/ /
* | | Merge pull request #2806 from inigomartinez/gtkdocJussi Pakkanen2017-12-265-3/+104
|\ \ \
| * | | gnome.gtkdoc: Extend GtkDoc testIñigo Martínez2017-12-224-1/+75
| * | | gnome.gtkdoc: Add dependencies over generated targetsIñigo Martínez2017-12-221-2/+8
| * | | gnome.gtkdoc: Add support for non string based content filesIñigo Martínez2017-12-191-1/+22
* | | | Merge pull request #2819 from NickeZ/boost-comp-fixJussi Pakkanen2017-12-263-6/+24
|\ \ \ \
| * | | | Add failing boost testNiklas Claesson2017-12-251-0/+5
| * | | | boost: Allow older behavior with a warningNiklas Claesson2017-12-252-6/+19
* | | | | Merge pull request #2826 from bredelings/fix-clang-on-linuxJussi Pakkanen2017-12-264-2/+29
|\ \ \ \ \
| * | | | | unit tests: Test that relative install_rpath works correctlyNirbheek Chauhan2017-12-263-1/+23
| * | | | | Add whitespace around '+'.Benjamin Redelings2017-12-231-1/+1
| * | | | | Fix linking with clang++ on linux if install_rpath.Benjamin Redelings2017-12-231-1/+6
| |/ / / /
* | | | | fix AttributeError in CustomTargetIndex.__repr__Andrei Alexeyev2017-12-261-1/+1
* | | | | add one more blank line at the tail of Disabler.mdPassw2017-12-261-1/+1
|/ / / /
* | | | Merge pull request #2636 from dcbaker/submit/no-unknown-argumentsJussi Pakkanen2017-12-227-1/+92
|\ \ \ \ | |_|/ / |/| | |
| * | | Warn on unknown command line argumentsDylan Baker2017-12-196-0/+91