summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2020-01-17Fix dependency('qt') crash with old Qt on OSXJon Turney
2020-01-14find_program: Ignore programs in the WindowsApps directoryNirbheek Chauhan
2020-01-09pkgconfig module: add FeatureNew for requires: dependency('foo')Eli Schwartz
2020-01-08bugfix: hdf5 depenedency: make sure variable is always definedMichael Hirsch, Ph.D
2020-01-08types: Fix/ignore flake8 B014/F811Daniel Mensinger
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2020-01-07Bump version number for new development.Jussi Pakkanen
2020-01-07Prepare new release.Jussi Pakkanen
2020-01-07environment: Fix detection of icc on macOSDylan Baker
2020-01-06Updated linker MR (#6407)Jussi Pakkanen
2019-12-31Make D template work even if dub is not available.Jussi Pakkanen
2019-12-29cmake: Use trace for missing link flags (fixes #6386)Daniel Mensinger
2019-12-28bugfix: netcdf pkgconfig stop if foundMichael Hirsch, Ph.D
2019-12-24bugfix: check len before indexMichael Hirsch, Ph.D
2019-12-22cmake: Fix obeject librariesDaniel Mensinger
2019-12-21Merge pull request #6355 from scivision/depmethodJussi Pakkanen
2019-12-19summary: Change 'section' to be a kwarg instead of positionalXavier Claessens
2019-12-19add compiler.get_linker_id() methodMichael Hirsch, Ph.D
2019-12-19dependencies: refactor to use methods properlyMichael Hirsch, Ph.D
2019-12-19fs: rename samefile => is_samepathMichael Hirsch, Ph.D
2019-12-18linkers: Remove get_allow_undefined_args from link.exeDylan Baker
2019-12-18PkgConfigDependency: Sort -L flags according to PKG_CONFIG_PATHTing-Wei Lan
2019-12-18python: add embed to the python dependency functionDaniel Mensinger
2019-12-18Merge pull request #4649 from dcbaker/summary-functionJussi Pakkanen
2019-12-17Merge pull request #6065 from dcbaker/pass-options-to-linker-detectionJussi Pakkanen
2019-12-17Fail gracefully detecting hdf5 if pkg-config is not available.Jussi Pakkanen
2019-12-15default inc dirs: Fix warning on MSYS (fixes #6336)Daniel Mensinger
2019-12-14intel/intel-cl: handle arguments in intel-specific wayMichael Hirsch, Ph.D
2019-12-13compilers: make use of mlog.log_onceDylan Baker
2019-12-13mlog: Add a log_once functionDylan Baker
2019-12-13mlog: remove incorrect uses of global keywordDylan Baker
2019-12-12summary: Add 'Subprojects' section to main projectXavier Claessens
2019-12-12summary: Add bool_yn keyword argumentXavier Claessens
2019-12-12summary: Allow section with no title, and passing key/value separatelyXavier Claessens
2019-12-12Add a summary() function for configuration summarizationXavier Claessens
2019-12-13mintro: include test protocol in introspection dataPaolo Bonzini
2019-12-12Consider compiler arguments in linker detection logicDylan Baker
2019-12-12Allow setting <lang>_args before the compiler is detectedDylan Baker
2019-12-12compilers: Make get_display_language a class or static methodDylan Baker
2019-12-12compilers: move language attribute to the class levelDylan Baker
2019-12-11Merge pull request #6207 from dcbaker/linker-optionJussi Pakkanen
2019-12-11dependencies: Fix executable file test on Unix.Jonathan Perkin
2019-12-10dist: Fix --include-subprojects when .wrap file has directory valueXavier Claessens
2019-12-10mintro: Add version key to --scan-dependencies (fixes #6287)Daniel Mensinger
2019-12-10dep: Try extraframework before cmake (fixes #6113)Daniel Mensinger
2019-12-10cmake: subprocess external .decode(errors='ignore') to avoid tracebackMichael Hirsch, Ph.D
2019-12-10assert(): Make message argument optionalXavier Claessens
2019-12-09cmake: add project language to cmakelists.txtMichael Hirsch, Ph.D
2019-12-09cmake: add fortran cache contentMichael Hirsch, Ph.D
2019-12-09run_command: Do not add dependency on /dev/stdoutXavier Claessens