summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* for_darwin: Also accept system='ios' in cross filesnirbheek/fix-for_darwin-iosNirbheek Chauhan2018-05-211-1/+1
* Generalize message about fallback failureJon Turney2018-05-172-3/+3
* Improve reporting about falling back to a subproject for a dependencyJon Turney2018-05-171-2/+8
* Merge pull request #3577 from noverby/wip/rib/java-codegenJussi Pakkanen2018-05-1710-3/+94
|\
| * tests: Remove redundant test and include_directories('.')Niclas Moeslund Overby2018-05-1610-39/+1
| * ninja: add build dir to javac -sourcepathRobert Bragg2018-05-166-0/+53
| * ninja: avoid needing include_directory('.') with jar()Robert Bragg2018-05-164-3/+39
| * ninja: pass separated paths to javac -sourcepathRobert Bragg2018-05-164-1/+41
* | Support installation via polkitRyan Gonzalez2018-05-173-18/+53
|/
* vala: Fix shared_module linking with export_dynamic executableNirbheek Chauhan2018-05-105-2/+48
* test setups: Inherit env when using a test setupNirbheek Chauhan2018-05-103-1/+9
* unit tests: Undo accidental disabling of testNirbheek Chauhan2018-05-101-1/+0
* Merge pull request #3539 from mesonbuild/nirbheek/fix-gtkdoc-content-files-FileJussi Pakkanen2018-05-095-17/+45
|\
| * gdbus_codegen: Guess the output list for docbook generationNirbheek Chauhan2018-05-093-5/+22
| * gtkdoc: Fix typo that made xml_files an array of arraysNirbheek Chauhan2018-05-091-1/+1
| * introspect: Fix listing target files that are File objectsNirbheek Chauhan2018-05-091-2/+7
| * gnome.gtkdoc: Allow passing file objects as xml_filesNirbheek Chauhan2018-05-063-10/+16
* | Revert "Add macOS linker versioning information"Nirbheek Chauhan2018-05-097-24/+16
* | args flattening: preserve configuration_data.set behaviourMathieu Duponchelle2018-05-092-0/+12
* | docs: Add a warning about find_program().path()Nirbheek Chauhan2018-05-091-3/+3
* | subprojects.md: document --wrap-mode Nirbheek Chauhan2018-05-091-0/+29
* | Reference-manual: compiler checksNirbheek Chauhan2018-05-091-0/+6
|/
* gnome: Use the header basename for #include in mkenums_simpleNirbheek Chauhan2018-05-052-2/+2
* gnome: Update minimum glib version for gdbus-codegenNirbheek Chauhan2018-05-051-3/+2
* add linker flag to handle $ORIGIN on OpenBSDJasper Lievisse Adriaanse2018-05-042-2/+5
* gnome: Disable usage of new --body and --header argsNirbheek Chauhan2018-05-042-5/+13
* Interpreter: don't flatten the arguments of various methodsMathieu Duponchelle2018-05-045-21/+67
* No longer require duplicate gtest header install.Jussi Pakkanen2018-05-041-3/+5
* Merge pull request #3445 from MathieuDuponchelle/pypy_supportJussi Pakkanen2018-05-037-5/+61
|\
| * python module: Move tests to test cases/unitNirbheek Chauhan2018-05-036-1/+1
| * python module: make it work with pypyMathieu Duponchelle2018-05-032-4/+60
|/
* Merge pull request #3474 from mesonbuild/dcppJussi Pakkanen2018-05-0314-16/+94
|\
| * Can use C++ and FORTRAN in a single target. Closes #2685.dcppJussi Pakkanen2018-05-024-1/+26
| * Can combine D and C++ in a single target. Closes #3125.Jussi Pakkanen2018-05-0210-15/+68
* | Update minimum python version in README.mdMike Gilbert2018-05-031-1/+1
|/
* Update CI image to bionic.Jussi Pakkanen2018-05-024-13/+13
* pkgconfig: Don't expose internal libraries in .pc filesNirbheek Chauhan2018-05-026-13/+26
* Keep separator spaces in pkg-config declarations. Closes #3479.Jussi Pakkanen2018-05-024-2/+37
* docs: Added reference to pkg-config module page [skip ci]Roy Buitenhuis2018-05-021-0/+2
* Allow `required : false` for OpenMP dependencyDavid Seifert2018-05-021-1/+7
* Always generate a new Product GUID. Closes #2485. [skip ci]Jussi Pakkanen2018-05-011-1/+1
* [skip ci] fixed broken link to repoinit.py script in wrap documentationAlexis Jeandet2018-05-011-3/+3
* Add VT100 ANSI escape sequences for Windows 10.Isabella Muerte2018-05-011-1/+15
* Made depfixer more robust on OSX. Closes #3493.Jussi Pakkanen2018-05-011-4/+10
* Fix setting c_args and friends from command lineXavier Claessens2018-05-013-18/+16
* Allow custom_target do depend on indexed output of custom_target Niklas Claesson2018-05-014-2/+27
* has_multi_link_arguments: Some compilers needs -Wl,--fatal-warningsXavier Claessens2018-04-302-0/+16
* Merge pull request #3485 from xclaesse/warnlevelJussi Pakkanen2018-04-296-42/+105
|\
| * Passing --default-library=both should override project valueXavier Claessens2018-04-273-2/+14
| * Passing --bindir twice is fineXavier Claessens2018-04-271-4/+2