aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-07Correctly check for cross-compilation.Benjamin Redelings1-5/+5
2018-02-07Add the right directory to linker search path.Benjamin Redelings1-1/+1
2018-02-07Remove old code and debug messages since abi tags now work.Benjamin Redelings1-16/+3
2018-02-07Add missing dash.Benjamin Redelings1-1/+1
2018-02-07Try using abi-tag to get libname and globber on windows.Benjamin Redelings1-0/+6
2018-02-07Compute abi tags for windows also.Benjamin Redelings1-12/+40
2018-02-07Move log_fail() out of sub-method.Benjamin Redelings1-1/+1
2018-02-05Fix install_subdir() installation messageAleksey Filippov1-5/+5
2018-02-05Merge pull request #3010 from sarum9in/elide_directoryJussi Pakkanen13-6/+76
2018-02-05Add support for hex int literals.Jussi Pakkanen4-0/+21
2018-02-05Use text keyword for directory example code blocksAleksey Filippov1-5/+5
2018-02-05Add strip_directory=true example for multi-component pathAleksey Filippov1-0/+6
2018-02-05Fix misprint in strip_directory exampleAleksey Filippov1-1/+1
2018-02-05Clarify multi-component source directory behavior of install_subdir()Aleksey Filippov1-0/+8
2018-02-05Rename install_subdir() option elide_directory to strip_directoryAleksey Filippov7-22/+22
2018-02-05Add elide_directory keyword for install_subdir() functionAleksey Filippov13-6/+62
2018-02-05Fix boost test on cygwinJon Turney1-0/+2
2018-02-04Fix run target documentation. Closes #1793.Jussi Pakkanen1-2/+5
2018-02-04Don't version shared libraries for AndroidRobert Bragg2-20/+47
2018-02-04Merge pull request #2938 from acfoltzer/rust-cross-mergeJussi Pakkanen7-20/+63
2018-02-04Refactor and simplify install_subdir()Aleksey Filippov3-31/+46
2018-02-02Merge pull request #2228 from mesonbuild/icestormJussi Pakkanen8-0/+174
2018-02-02Fix Rust shared polyglot test case for cross-compilationAdam C. Foltzer1-1/+1
2018-02-02Added dpdk to the list of users.Jussi Pakkanen1-0/+1
2018-02-02Added documentation to IceStorm module.Jussi Pakkanen3-0/+40
2018-02-02Created an unstable module for IceStorm projects.Jussi Pakkanen3-32/+92
2018-02-02Created sample project for IceStorm FPGA development.Jussi Pakkanen3-0/+74
2018-02-02Updated the video page.Jussi Pakkanen1-25/+19
2018-02-02Only quote colons on build lines. Closes #2961.Jussi Pakkanen1-6/+10
2018-02-01Merge pull request #2995 from rhd/fix-2281Jussi Pakkanen1-2/+8
2018-02-01Comparing objects of different type prints a warning. Closes #2870.Jussi Pakkanen2-7/+9
2018-01-31add meson.project_license() builtinMartin Kelly5-1/+26
2018-01-31Add PipeWire to the list of users. Closes #2986.Jussi Pakkanen1-0/+1
2018-01-31Merge pull request #2964 from bredelings/clean-boostJussi Pakkanen1-43/+47
2018-01-31Make checks a bit more robust against empty entries.Jussi Pakkanen2-0/+6
2018-01-31docs: Fix some HTML that leaked into the markdownAdam Jackson1-1/+1
2018-01-30don't use bare exceptRobert Doolittle1-3/+0
2018-01-30mtest: catch ctrl-c and properly kill the child processes. Fixes #2281Robert Doolittle1-2/+11
2018-01-29Attempt to make Unix and Windows use the same code for get_link_args( ).Benjamin Redelings1-17/+5
2018-01-29Update verbose comments.Benjamin Redelings1-3/+6
2018-01-29Restore comments.Benjamin Redelings1-0/+4
2018-01-29Add cross-compilation support for `rustc`Adam C. Foltzer6-19/+62
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov18-50/+50
2018-01-30run_project_tests: Remove workaround for missing concurrent.futures.ProcessPo...Christoph Reiter1-50/+2
2018-01-30Report warning/error locations in a format IDEs may already know how to parseJon Turney6-15/+19
2018-01-30docs: Add 'outlier' to usersSami Kerola1-0/+1
2018-01-30dependencies: Allow setting config-tool binaries in cross fileDylan Baker2-1/+27
2018-01-30Echo coverage report uris after generation. Fixes #2805.Félix Piédallu1-1/+10
2018-01-30Print warning when linker arguments are passed to has_argumentTing-Wei Lan2-0/+15
2018-01-30dump_conf_header should rewrite file only if modified (just like do_conf_file...Salamandar1-1/+3