| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-05 | pkgconfig: Generate -uninstalled.pc files | Xavier Claessens | |
| Closes: #3472. | |||
| 2020-02-02 | add feature note | Michael | |
| 2020-01-31 | docs: Add snippet for zlib system dependency | Dylan Baker | |
| 2020-01-27 | Tell contributors not to write things in the snippet help file. [skip ci] | Jussi Pakkanen | |
| 2020-01-27 | Only provide 64 bit MSIs going forward. [skip ci] | Jussi Pakkanen | |
| 2020-01-26 | Support multiple args to message() and warning() | Xavier Claessens | |
| 2020-01-22 | envconfig: add pkg_config_libdir property | Stéphane Cerveau | |
| In order to unify the use of sysroot in the cross-file, the pkg_config_libdir can now be passed directly in the file. | |||
| 2020-01-07 | Prepare new release. | Jussi Pakkanen | |
| 2019-12-22 | cmake: Fix obeject libraries | Daniel Mensinger | |
| This fixes an issue with generated sources and object libraries, as well as an issue on windows with the `link` linker and the vs backend. The last issue is resolved by building the source files multiple times to avoid extracting object files in meson. | |||
| 2019-12-19 | summary: Change 'section' to be a kwarg instead of positional | Xavier Claessens | |
| Fixes: #6372. | |||
| 2019-12-19 | add compiler.get_linker_id() method | Michael Hirsch, Ph.D | |
| this can be useful for if/elif where linker behaviors must be considered. For example, clang with "link" vs gcc with "ld.bfd" etc. ci for compiler.get_linker_id() method doc add @FeatureNew check Co-Authored-By: Daniel Mensinger <daniel@mensinger-ka.de> | |||
| 2019-12-18 | python: add embed to the python dependency function | Daniel Mensinger | |
| 2019-12-18 | Merge pull request #4649 from dcbaker/summary-function | Jussi Pakkanen | |
| Add a summary() function for configuration summarization | |||
| 2019-12-12 | Add a summary() function for configuration summarization | Xavier Claessens | |
| Based on patch from Dylan Baker. Fixes #757 | |||
| 2019-12-13 | mintro: include test protocol in introspection data | Paolo Bonzini | |
| 2019-12-11 | Merge pull request #6207 from dcbaker/linker-option | Jussi Pakkanen | |
| Add a way to select the dynamic linker meson uses | |||
| 2019-12-10 | mintro: Add version key to --scan-dependencies (fixes #6287) | Daniel Mensinger | |
| 2019-12-08 | dist: Add --include-subprojects option | Xavier Claessens | |
| 2019-12-07 | Merge pull request #6228 from scivision/scalapack | Jussi Pakkanen | |
| deps: add Scalapack | |||
| 2019-12-05 | find_program(): Add 'dirs' keyword argument | Xavier Claessens | |
| Fixes: #1576 | |||
| 2019-12-04 | dict: Fully evaluate keys | Xavier Claessens | |
| The only restriction is keys must be string after evaluation. This fix various inconsistencies. | |||
| 2019-12-02 | Allow selecting the dynamic linker | Dylan Baker | |
| This uses the normal meson mechanisms, an LD environment variable or via cross/native files. Fixes: #6057 | |||
| 2019-11-30 | deps: add scalapack | Michael Hirsch, Ph.D | |
| Scalapack uses a library stack that can be challenging to manage. Not least of all since many Scalapacks ship with broken / incomplete pkg-config files and CMake FindScalapack.cmake This resolves those issues for typical Scalapack setups including: * Linux: Intel MKL or OpenMPI + Netlib * MacOS: Intel MKL or OpenMPI + Netlib * Windows: Intel MKL (OpenMPI not available on Windows) | |||
| 2019-11-25 | complete gfortran/intel/intel-cl fortran_std test | Michael Hirsch, Ph.D | |
| 2019-11-14 | mintro: dependencies: added version key | Daniel Mensinger | |
| 2019-11-12 | Adding dictionary entry using string variable as key. | franczc | |
| 2019-11-08 | Created the filesystem module. | Jussi Pakkanen | |
| 2019-11-05 | dependency('cuda') | Aleksey Gurtovoy | |
| 2019-11-02 | Minit templates modularization | Michael Hirsch, Ph.D | |
| 2019-11-02 | Add option for controlling RTTI. | Jussi Pakkanen | |
| 2019-10-22 | Add source tags targets | Marc-André Lureau | |
| 2019-10-06 | Updated version numbers for 0.52.0 release. | Jussi Pakkanen | |
| 2019-10-06 | Merge pull request #5953 from mensinda/isystem | Jussi Pakkanen | |
| Add is_system to dependency | |||
| 2019-10-04 | mtest: add gdb_path option | Gerion Entrup | |
| When using the '--gdb' argument of meson test the executed binary can now be specified with '--gdb-path'. Closing: #4373 | |||
| 2019-10-03 | Use include_type instead of is_system | Daniel Mensinger | |
| 2019-10-03 | added docs | Daniel Mensinger | |
| 2019-10-01 | Add clang-tidy target. Closes #2383. | Jussi Pakkanen | |
| 2019-10-01 | doc: Add release snippet for the rework of static libraries | Xavier Claessens | |
| 2019-09-30 | Add depfile to configure_file() | Marc-André Lureau | |
| In qemu, minikconf generates a depfile that meson could use to automatically reconfigure on dependency change. Note: someone clever can perhaps find a way to express this with a ninja rule & depfile=. I didn't manage, so I wrote a simple depfile parser. | |||
| 2019-09-29 | Add support for `depth` option in wrap-git | Christoph Weiss | |
| This allows cloning subprojects shallowly. It works recursively for a subproject's submodules in case `clone-recursive` is set to `true`. | |||
| 2019-09-29 | environment: Support taking values from dict | Marc-André Lureau | |
| Related to #5955. | |||
| 2019-09-29 | Moved changes from preliminary relnote page to snippets. [skip ci] | Jussi Pakkanen | |
| 2019-09-17 | configure_file(): Allow multiple inputs in command mode | Xavier Claessens | |
| Closes: #5893 | |||
| 2019-09-09 | docs: Add a snippet about illumos and Solaris support improvements | Dylan Baker | |
| 2019-08-14 | docs: add snippet for l_undef on apple | Dylan Baker | |
| I didn't really mean to, but in splitting the linkers and compilers I got this all working. | |||
| 2019-08-14 | docs: Add snippet for compiler linker split | Dylan Baker | |
| 2019-08-05 | Add basic Webassembly support via Emscripten. | Jussi Pakkanen | |
| 2019-08-04 | Make gettext targets no-ops if gettext is not installed. Closes: #821. | Jussi Pakkanen | |
| 2019-08-04 | sourceset: add all_dependencies() method | Marc-André Lureau | |
| 'if_true' sources should be built with their dependencies, as illustrated by test case change. Ideally, I think we would want only the files with the dependencies to be built with the flags, but that would probably change the way sourceset are used. | |||
| 2019-07-31 | Allow kconfig to read from configure_file() | Marc-André Lureau | |
| At configure time, kconfig can read from configure_file(). "test cases/kconfig/4 load_config builddir/meson.build" was already showing a workaround, now it actually can take configure_file input directly. | |||
