summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wrap: Handle more submodule status casesnirbheek/wrap-handle-submodule-statusNirbheek Chauhan2018-02-101-5/+8
* Fix filename.Jussi Pakkanen2018-02-081-1/+1
* Don't use --export-dynamic on CygwinJon Turney2018-02-082-2/+2
* Fixed typoMartin Dagarin2018-02-081-1/+1
* Update Users.mdAmit D2018-02-081-0/+1
* Remove all files outside the source directory from the coverage reportHenk van der Laan2018-02-081-10/+7
* Add get_pkgconfig_variable(default:)Jon Turney2018-02-084-3/+10
* Add wlroots to Users.mdAmit D2018-02-081-0/+1
* Add style guide documentation.Jussi Pakkanen2018-02-082-0/+37
* User options can "yield to" a user option of the same name in superproject. C...Jussi Pakkanen2018-02-089-25/+90
* Expose integer options to build option files.Jussi Pakkanen2018-02-077-1/+38
* Fix install_subdir() installation messageAleksey Filippov2018-02-051-5/+5
* Merge pull request #3010 from sarum9in/elide_directoryJussi Pakkanen2018-02-0513-6/+76
|\
| * Use text keyword for directory example code blocksAleksey Filippov2018-02-051-5/+5
| * Add strip_directory=true example for multi-component pathAleksey Filippov2018-02-051-0/+6
| * Fix misprint in strip_directory exampleAleksey Filippov2018-02-051-1/+1
| * Clarify multi-component source directory behavior of install_subdir()Aleksey Filippov2018-02-051-0/+8
| * Rename install_subdir() option elide_directory to strip_directoryAleksey Filippov2018-02-057-22/+22
| * Add elide_directory keyword for install_subdir() functionAleksey Filippov2018-02-0513-6/+62
* | Add support for hex int literals.Jussi Pakkanen2018-02-054-0/+21
|/
* Fix boost test on cygwinJon Turney2018-02-051-0/+2
* Fix run target documentation. Closes #1793.Jussi Pakkanen2018-02-041-2/+5
* Don't version shared libraries for AndroidRobert Bragg2018-02-042-20/+47
* Merge pull request #2938 from acfoltzer/rust-cross-mergeJussi Pakkanen2018-02-047-20/+63
|\
| * Fix Rust shared polyglot test case for cross-compilationAdam C. Foltzer2018-02-021-1/+1
| * Add cross-compilation support for `rustc`Adam C. Foltzer2018-01-296-19/+62
* | Refactor and simplify install_subdir()Aleksey Filippov2018-02-043-31/+46
* | Merge pull request #2228 from mesonbuild/icestormJussi Pakkanen2018-02-028-0/+174
|\ \
| * | Added documentation to IceStorm module.icestormJussi Pakkanen2018-02-023-0/+40
| * | Created an unstable module for IceStorm projects.Jussi Pakkanen2018-02-023-32/+92
| * | Created sample project for IceStorm FPGA development.Jussi Pakkanen2018-02-023-0/+74
* | | Added dpdk to the list of users.Jussi Pakkanen2018-02-021-0/+1
|/ /
* | Updated the video page.Jussi Pakkanen2018-02-021-25/+19
* | Only quote colons on build lines. Closes #2961.Jussi Pakkanen2018-02-021-6/+10
* | Merge pull request #2995 from rhd/fix-2281Jussi Pakkanen2018-02-011-2/+8
|\ \
| * | don't use bare exceptRobert Doolittle2018-01-301-3/+0
| * | mtest: catch ctrl-c and properly kill the child processes. Fixes #2281Robert Doolittle2018-01-301-2/+11
* | | Comparing objects of different type prints a warning. Closes #2870.Jussi Pakkanen2018-02-012-7/+9
* | | add meson.project_license() builtinMartin Kelly2018-01-315-1/+26
* | | Add PipeWire to the list of users. Closes #2986.Jussi Pakkanen2018-01-311-0/+1
* | | Merge pull request #2964 from bredelings/clean-boostJussi Pakkanen2018-01-311-43/+47
|\ \ \
| * | | Attempt to make Unix and Windows use the same code for get_link_args( ).Benjamin Redelings2018-01-291-17/+5
| * | | Update verbose comments.Benjamin Redelings2018-01-291-3/+6
| * | | Restore comments.Benjamin Redelings2018-01-291-0/+4
| * | | Use get_linker_search_args(libdir) instead of '-L'+libdirBenjamin Redelings2018-01-291-2/+2
| * | | Begin factoring abi_tag logic into own function.Benjamin Redelings2018-01-221-6/+10
| * | | Factor check for invalid BOOST modules into separate function.Benjamin Redelings2018-01-221-16/+21
* | | | Make checks a bit more robust against empty entries.Jussi Pakkanen2018-01-312-0/+6
* | | | docs: Fix some HTML that leaked into the markdownAdam Jackson2018-01-311-1/+1
| |/ / |/| |
* | | Use os.path: basename() and dirname() instead of split()Aleksey Filippov2018-01-3018-50/+50