Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-06 | Fixed typo [skip ci] | Daniel Mensinger | 1 | -1/+1 | |
2019-01-06 | Indent flag only toggles | Daniel Mensinger | 1 | -1/+2 | |
2019-01-06 | Updated the docs [skip ci] | Daniel Mensinger | 1 | -19/+54 | |
2019-01-06 | Code cleanup and renamed variables | Daniel Mensinger | 2 | -3/+3 | |
2019-01-06 | Update docs/markdown/snippets/introspect_multiple.md | textshell | 1 | -1/+1 | |
Co-Authored-By: mensinda <daniel@mensinger-ka.de> | |||||
2019-01-06 | Update docs/markdown/IDE-integration.md | textshell | 1 | -1/+1 | |
Co-Authored-By: mensinda <daniel@mensinger-ka.de> | |||||
2019-01-06 | Update docs/markdown/IDE-integration.md | textshell | 1 | -1/+1 | |
Co-Authored-By: mensinda <daniel@mensinger-ka.de> | |||||
2019-01-06 | Better documentation | Daniel Mensinger | 1 | -0/+1 | |
2019-01-06 | Renamed `--force-new` to `--force-dict-output` | Daniel Mensinger | 1 | -1/+1 | |
2019-01-06 | Doc updates and throw if no target type is set | Daniel Mensinger | 1 | -1/+2 | |
2019-01-06 | Slight modification of the wording | Daniel Mensinger | 1 | -1/+1 | |
2019-01-06 | Keep 'filename' and 'install_filename' as strings | Daniel Mensinger | 1 | -2/+1 | |
2019-01-06 | Update docs/markdown/IDE-integration.md | textshell | 1 | -2/+2 | |
Co-Authored-By: mensinda <daniel@mensinger-ka.de> | |||||
2019-01-06 | Update docs/markdown/snippets/introspect_multiple.md | textshell | 1 | -1/+1 | |
Co-Authored-By: mensinda <daniel@mensinger-ka.de> | |||||
2019-01-06 | Update docs/markdown/snippets/introspect_multiple.md | textshell | 1 | -1/+1 | |
Co-Authored-By: mensinda <daniel@mensinger-ka.de> | |||||
2019-01-06 | Updated the docs | Daniel Mensinger | 1 | -1/+2 | |
2019-01-06 | Updated documentation | Daniel Mensinger | 2 | -23/+20 | |
2019-01-06 | Documentation and unit test update | Daniel Mensinger | 2 | -26/+84 | |
2019-01-06 | Filenames are now lists | Daniel Mensinger | 1 | -1/+6 | |
2019-01-06 | Update intro dump on meson configure | Daniel Mensinger | 1 | -5/+6 | |
2019-01-06 | mintro: Added option to introspect multiple parameters at once | Daniel Mensinger | 1 | -0/+12 | |
2019-01-06 | Added release snippet | Daniel Mensinger | 1 | -0/+7 | |
2019-01-02 | Can use plain strings for include_directories. | Jussi Pakkanen | 2 | -2/+20 | |
2019-01-01 | Merge pull request #4564 from mensinda/introBuildOpts | Jussi Pakkanen | 2 | -0/+22 | |
mintro: Introspect --buildoptions without a build directory | |||||
2019-01-01 | Updated doc [skip ci] | Daniel Mensinger | 1 | -1/+3 | |
2018-12-31 | docs: Note --warnlevel instead of --warning_level | TingPing | 1 | -0/+2 | |
2018-12-31 | docs: Change warnlevel option to warning_level | TingPing | 1 | -1/+1 | |
2018-12-29 | Tests and docs | Daniel Mensinger | 2 | -0/+20 | |
2018-12-30 | Default libdir is "lib" when cross compiling. Closes #2535. | Jussi Pakkanen | 1 | -0/+7 | |
2018-12-30 | Add a clang-format target. | Jussi Pakkanen | 1 | -0/+11 | |
2018-12-29 | Merge pull request #4672 from xclaesse/find-library-headers | Jussi Pakkanen | 2 | -4/+33 | |
find_library: Add 'has_headers' kwarg | |||||
2018-12-27 | find_library: Add 'has_headers' kwarg | Xavier Claessens | 2 | -1/+25 | |
A library without its headers is often useless, so it is common to check them together. | |||||
2018-12-27 | release notes: document how to pass native files [skip ci] | Nirbheek Chauhan | 1 | -2/+3 | |
2018-12-24 | Add 'required' kwarg in header check functions | Xavier Claessens | 1 | -3/+8 | |
Closes: #3940 | |||||
2018-12-22 | Can specify a string to print when dep not found. Closes #2407. | Jussi Pakkanen | 2 | -0/+40 | |
2018-12-22 | docs: Fix href in Pkgconfig module [skip ci] | lzutao | 1 | -2/+2 | |
2018-12-19 | docs: make clearer difference between using and building libraries in Vala ↵ | Alistair Thomas | 1 | -32/+219 | |
[skip ci] | |||||
2018-12-19 | docs: Add warning about not using join_paths() with build targets [skip ci] | Dylan Baker | 2 | -0/+11 | |
This comes up now and again when people try do do something like: meson.build: ```meson my_sources = ['foo.c'] subdir('subdir') executable('foo', my_sources) ``` subdir/meson.build: ```meson my_sources += ['bar.c'] ``` | |||||
2018-12-18 | [skip ci] Options as `b_ndebug` can also be set in meson.build | Konstantin Kharlamov | 1 | -1/+2 | |
2018-12-17 | Document dependency().name() added in 0.48 [skip ci] | Nirbheek Chauhan | 2 | -0/+25 | |
Closes https://github.com/mesonbuild/meson/issues/3351 | |||||
2018-12-16 | Fix typo in Native-environments.md [skip ci] | Luca Weiss | 1 | -1/+1 | |
2018-12-16 | Add note for install_man in Reference-manual [skip ci] | Lzu Tao | 1 | -0/+4 | |
2018-12-13 | Format Compiler and linker flag table [skip ci] | lzutao | 1 | -0/+2 | |
2018-12-13 | docs: Consistently use the same heading level in release notes [skip ci] | Nirbheek Chauhan | 3 | -20/+21 | |
Otherwise some headings are much too large. | |||||
2018-12-11 | Add Renesas RL78 CPU family. Closes #4606. | Jussi Pakkanen | 1 | -0/+1 | |
2018-12-10 | docs: build_always_stale was added in 0.47 [skip ci] | Simon Arlott | 1 | -1/+1 | |
2018-12-10 | Add a missing newline in release note [skip ci] | Jon Turney | 1 | -1/+3 | |
2018-12-09 | Update everything for release 0.49.00.49.0 | Jussi Pakkanen | 18 | -292/+317 | |
2018-12-05 | docs: fix link to platform install quirks [skip ci] | Dylan Baker | 1 | -1/+1 | |
Fixes #4571 | |||||
2018-12-05 | Fix typos in kwargdict snippet [skip ci] | Nirbheek Chauhan | 1 | -3/+3 | |