summaryrefslogtreecommitdiff
path: root/mesonbuild
Commit message (Expand)AuthorAgeFilesLines
* find_program: Always use USERPROFILE instead of HOMEfix-windowsapps-msysNirbheek Chauhan2020-01-151-1/+4
* find_program: Ignore programs in the WindowsApps directoryNirbheek Chauhan2020-01-141-2/+18
* pkgconfig module: add FeatureNew for requires: dependency('foo')Eli Schwartz2020-01-091-2/+5
* bugfix: hdf5 depenedency: make sure variable is always definedMichael Hirsch, Ph.D2020-01-081-1/+1
* types: Fix/ignore flake8 B014/F811Daniel Mensinger2020-01-082-13/+13
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-0852-922/+909
* Bump version number for new development.Jussi Pakkanen2020-01-071-1/+1
* Prepare new release.0.53.0Jussi Pakkanen2020-01-071-1/+1
* environment: Fix detection of icc on macOSDylan Baker2020-01-071-6/+3
* Updated linker MR (#6407)Jussi Pakkanen2020-01-062-11/+20
* Make D template work even if dub is not available.Jussi Pakkanen2019-12-311-7/+9
* cmake: Use trace for missing link flags (fixes #6386)Daniel Mensinger2019-12-292-3/+74
* bugfix: netcdf pkgconfig stop if foundMichael Hirsch, Ph.D2019-12-281-0/+2
* bugfix: check len before indexMichael Hirsch, Ph.D2019-12-241-2/+2
* cmake: Fix obeject librariesDaniel Mensinger2019-12-221-8/+56
* Merge pull request #6355 from scivision/depmethodJussi Pakkanen2019-12-215-163/+203
|\
| * dependencies: refactor to use methods properlyMichael Hirsch, Ph.D2019-12-195-163/+203
* | summary: Change 'section' to be a kwarg instead of positionalXavier Claessens2019-12-191-17/+8
* | add compiler.get_linker_id() methodMichael Hirsch, Ph.D2019-12-192-0/+10
|/
* fs: rename samefile => is_samepathMichael Hirsch, Ph.D2019-12-191-5/+5
* linkers: Remove get_allow_undefined_args from link.exeDylan Baker2019-12-181-2/+1
* PkgConfigDependency: Sort -L flags according to PKG_CONFIG_PATHTing-Wei Lan2019-12-181-0/+40
* python: add embed to the python dependency functionDaniel Mensinger2019-12-182-9/+16
* Merge pull request #4649 from dcbaker/summary-functionJussi Pakkanen2019-12-182-6/+108
|\
| * summary: Add 'Subprojects' section to main projectXavier Claessens2019-12-121-4/+20
| * summary: Add bool_yn keyword argumentXavier Claessens2019-12-121-6/+13
| * summary: Allow section with no title, and passing key/value separatelyXavier Claessens2019-12-121-8/+24
| * Add a summary() function for configuration summarizationXavier Claessens2019-12-122-2/+65
* | Merge pull request #6065 from dcbaker/pass-options-to-linker-detectionJussi Pakkanen2019-12-1717-135/+156
|\ \
| * | Consider compiler arguments in linker detection logicDylan Baker2019-12-125-17/+23
| * | Allow setting <lang>_args before the compiler is detectedDylan Baker2019-12-123-99/+102
| * | compilers: Make get_display_language a class or static methodDylan Baker2019-12-127-12/+11
| * | compilers: move language attribute to the class levelDylan Baker2019-12-1212-13/+26
| |/
* | Fail gracefully detecting hdf5 if pkg-config is not available.Jussi Pakkanen2019-12-171-8/+11
* | default inc dirs: Fix warning on MSYS (fixes #6336)Daniel Mensinger2019-12-151-5/+8
* | intel/intel-cl: handle arguments in intel-specific wayMichael Hirsch, Ph.D2019-12-141-20/+38
* | compilers: make use of mlog.log_onceDylan Baker2019-12-132-6/+2
* | mlog: Add a log_once functionDylan Baker2019-12-131-10/+38
* | mlog: remove incorrect uses of global keywordDylan Baker2019-12-131-2/+0
* | mintro: include test protocol in introspection dataPaolo Bonzini2019-12-131-0/+1
|/
* Merge pull request #6207 from dcbaker/linker-optionJussi Pakkanen2019-12-118-142/+215
|\
| * linkers: make constructor signature of VisualStudioLike linkers the sameDylan Baker2019-12-031-4/+6
| * environment: Fix selecting the linker with rustcDylan Baker2019-12-032-29/+45
| * linkers: Correct MSVC-like linkers invoke directly flagDylan Baker2019-12-031-1/+1
| * Intel: Dump worthless Xild abstractionsDylan Baker2019-12-032-29/+13
| * environment: Add a special error case for getting GNU link.exeDylan Baker2019-12-021-0/+5
| * environment: unify platform detection logicDylan Baker2019-12-021-4/+2
| * environment: Remove duplicate argument from _guess_nix_linkerDylan Baker2019-12-021-32/+27
| * Allow selecting the dynamic linkerDylan Baker2019-12-027-93/+163
| * backends/ninja: apply linker arguments when using rustDylan Baker2019-12-021-0/+2