aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-02-11Merge pull request #2926 from jon-turney/dependency-factoryJussi Pakkanen3-143/+140
2018-02-11Enable default linker optimisations in MSVC release and minsize buildsLeon Krause1-2/+5
2018-02-11wrap: Handle more submodule status casesNirbheek Chauhan1-5/+8
2018-02-08Don't use --export-dynamic on CygwinJon Turney1-1/+1
2018-02-08Remove all files outside the source directory from the coverage reportHenk van der Laan1-10/+7
2018-02-08Add get_pkgconfig_variable(default:)Jon Turney2-3/+6
2018-02-08User options can "yield to" a user option of the same name in superproject. C...Jussi Pakkanen3-25/+50
2018-02-07Expose integer options to build option files.Jussi Pakkanen3-1/+20
2018-02-05Fix install_subdir() installation messageAleksey Filippov1-5/+5
2018-02-05Merge pull request #3010 from sarum9in/elide_directoryJussi Pakkanen2-5/+13
2018-02-05Add support for hex int literals.Jussi Pakkanen1-0/+4
2018-02-05Rename install_subdir() option elide_directory to strip_directoryAleksey Filippov2-10/+10
2018-02-05Add elide_directory keyword for install_subdir() functionAleksey Filippov2-5/+13
2018-02-04Don't version shared libraries for AndroidRobert Bragg2-20/+47
2018-02-04Merge pull request #2938 from acfoltzer/rust-cross-mergeJussi Pakkanen4-19/+45
2018-02-04Refactor and simplify install_subdir()Aleksey Filippov3-31/+46
2018-02-02Created an unstable module for IceStorm projects.Jussi Pakkanen2-0/+87
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 Pakkanen1-5/+7
2018-01-31Same for libwmfJon Turney1-16/+12
2018-01-31add meson.project_license() builtinMartin Kelly1-0/+4
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-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. Foltzer4-19/+45
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov18-50/+50
2018-01-30Report warning/error locations in a format IDEs may already know how to parseJon Turney5-8/+12
2018-01-30dependencies: Allow setting config-tool binaries in cross fileDylan Baker1-1/+14
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
2018-01-29Use get_linker_search_args(libdir) instead of '-L'+libdirBenjamin Redelings1-2/+2
2018-01-22Begin factoring abi_tag logic into own function.Benjamin Redelings1-6/+10
2018-01-22Factor check for invalid BOOST modules into separate function.Benjamin Redelings1-16/+21
2018-01-22Merge pull request #2955 from xclaesse/unfoundJussi Pakkanen1-7/+6
2018-01-20Fixed bugAlexis Jeandet1-1/+1
2018-01-19pkgconfig: Also ignore not found deps passed directly to pc generatorXavier Claessens1-7/+6
2018-01-19Correct spelling mistakes.Edward Betts2-3/+3
2018-01-19Merge pull request #2948 from dcbaker/submit/llvm-robust-stripJussi Pakkanen2-12/+11
2018-01-19Add external dependencies to pc files only if found. Closes #2911.Jussi Pakkanen1-1/+4
2018-01-18dependnecies: generalize version suffix stripping codeDylan Baker2-11/+11
2018-01-18dependencies/base: remove unused importDylan Baker1-1/+0
2018-01-18Removed duplicate if branch.Jussi Pakkanen1-2/+0
2018-01-17Removed two deprecations from 2016.Jussi Pakkanen1-12/+3
2018-01-17Add `main` argument to `dependency` (#2828)Raphael Salamon1-1/+1