aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2020-01-22vs: Write checksums in PE binaries (DLLs and EXEs)Nirbheek Chauhan2-0/+7
2020-01-22linkers: Accept both str and List[str] for _apply_prefixNirbheek Chauhan1-6/+10
2020-01-22linkers: Clarify a comment about rspfilesNirbheek Chauhan1-1/+2
2020-01-21Merge pull request #6481 from jon-turney/osx-qt-dep-crashDylan Baker1-1/+2
2020-01-18Fix typo in error messageXavier Claessens1-1/+1
2020-01-17wrap: Fix support of file:// URLsXavier Claessens1-3/+1
2020-01-17Fix dependency('qt') crash with old Qt on OSXJon Turney1-1/+2
2020-01-15envconfig: s390x is 64bitDylan Baker1-0/+1
2020-01-15Add s390 to list of known architecturesDylan Baker1-0/+1
2020-01-15find_program: Always use USERPROFILE instead of HOMENirbheek Chauhan1-1/+4
2020-01-14dependency: add cursesMichael Hirsch, Ph.D2-1/+26
2020-01-14find_program: Ignore programs in the WindowsApps directoryNirbheek Chauhan1-2/+18
2020-01-09pkgconfig module: add FeatureNew for requires: dependency('foo')Eli Schwartz1-2/+5
2020-01-08bugfix: hdf5 depenedency: make sure variable is always definedMichael Hirsch, Ph.D1-1/+1
2020-01-08types: Fix/ignore flake8 B014/F811Daniel Mensinger2-13/+13
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger52-922/+909
2020-01-07Bump version number for new development.Jussi Pakkanen1-1/+1
2020-01-07Prepare new release.0.53.0Jussi Pakkanen1-1/+1
2020-01-07environment: Fix detection of icc on macOSDylan Baker1-6/+3
2020-01-06Updated linker MR (#6407)Jussi Pakkanen2-11/+20
2019-12-31Make D template work even if dub is not available.Jussi Pakkanen1-7/+9
2019-12-29cmake: Use trace for missing link flags (fixes #6386)Daniel Mensinger2-3/+74
2019-12-28bugfix: netcdf pkgconfig stop if foundMichael Hirsch, Ph.D1-0/+2
2019-12-24bugfix: check len before indexMichael Hirsch, Ph.D1-2/+2
2019-12-22cmake: Fix obeject librariesDaniel Mensinger1-8/+56
2019-12-21Merge pull request #6355 from scivision/depmethodJussi Pakkanen5-163/+203
2019-12-19summary: Change 'section' to be a kwarg instead of positionalXavier Claessens1-17/+8
2019-12-19add compiler.get_linker_id() methodMichael Hirsch, Ph.D2-0/+10
2019-12-19dependencies: refactor to use methods properlyMichael Hirsch, Ph.D5-163/+203
2019-12-19fs: rename samefile => is_samepathMichael Hirsch, Ph.D1-5/+5
2019-12-18linkers: Remove get_allow_undefined_args from link.exeDylan Baker1-2/+1
2019-12-18PkgConfigDependency: Sort -L flags according to PKG_CONFIG_PATHTing-Wei Lan1-0/+40
2019-12-18python: add embed to the python dependency functionDaniel Mensinger2-9/+16
2019-12-18Merge pull request #4649 from dcbaker/summary-functionJussi Pakkanen2-6/+108
2019-12-17Merge pull request #6065 from dcbaker/pass-options-to-linker-detectionJussi Pakkanen17-135/+156
2019-12-17Fail gracefully detecting hdf5 if pkg-config is not available.Jussi Pakkanen1-8/+11
2019-12-15default inc dirs: Fix warning on MSYS (fixes #6336)Daniel Mensinger1-5/+8
2019-12-14intel/intel-cl: handle arguments in intel-specific wayMichael Hirsch, Ph.D1-20/+38
2019-12-13compilers: make use of mlog.log_onceDylan Baker2-6/+2
2019-12-13mlog: Add a log_once functionDylan Baker1-10/+38
2019-12-13mlog: remove incorrect uses of global keywordDylan Baker1-2/+0
2019-12-12summary: Add 'Subprojects' section to main projectXavier Claessens1-4/+20
2019-12-12summary: Add bool_yn keyword argumentXavier Claessens1-6/+13
2019-12-12summary: Allow section with no title, and passing key/value separatelyXavier Claessens1-8/+24
2019-12-12Add a summary() function for configuration summarizationXavier Claessens2-2/+65
2019-12-13mintro: include test protocol in introspection dataPaolo Bonzini1-0/+1
2019-12-12Consider compiler arguments in linker detection logicDylan Baker5-17/+23
2019-12-12Allow setting <lang>_args before the compiler is detectedDylan Baker3-99/+102
2019-12-12compilers: Make get_display_language a class or static methodDylan Baker7-12/+11
2019-12-12compilers: move language attribute to the class levelDylan Baker12-13/+26