FlyingPiMonster
f658107a0e
docs: An error in an external link has been fixed [skip ci]
6 years ago
Daniel Mensinger
52071c6d4e
Fixed missing dots [skip ci]
6 years ago
Daniel Mensinger
0b0ec5895c
Fixed typo [skip ci]
6 years ago
Daniel Mensinger
bcb8146280
Indent flag only toggles
6 years ago
Daniel Mensinger
428f85e860
Updated the docs [skip ci]
6 years ago
Daniel Mensinger
bd8bad46c3
Code cleanup and renamed variables
6 years ago
textshell
248adbab9a
Update docs/markdown/snippets/introspect_multiple.md
...
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
6 years ago
textshell
fb4bdd3330
Update docs/markdown/IDE-integration.md
...
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
6 years ago
textshell
1e374feb1c
Update docs/markdown/IDE-integration.md
...
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
6 years ago
Daniel Mensinger
02734cc5c3
Better documentation
6 years ago
Daniel Mensinger
84948ea6cd
Renamed `--force-new` to `--force-dict-output`
6 years ago
Daniel Mensinger
5c39dd0668
Doc updates and throw if no target type is set
6 years ago
Daniel Mensinger
1268597df5
Slight modification of the wording
6 years ago
Daniel Mensinger
2e81631d0c
Keep 'filename' and 'install_filename' as strings
6 years ago
textshell
7cf0e30707
Update docs/markdown/IDE-integration.md
...
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
6 years ago
textshell
c1838d9e4c
Update docs/markdown/snippets/introspect_multiple.md
...
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
6 years ago
textshell
eb2cc9eccd
Update docs/markdown/snippets/introspect_multiple.md
...
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
6 years ago
Daniel Mensinger
fde10eaee9
Updated the docs
6 years ago
Daniel Mensinger
b9c4913cf0
Updated documentation
6 years ago
Daniel Mensinger
b11df88395
Documentation and unit test update
6 years ago
Daniel Mensinger
b034f52656
Filenames are now lists
6 years ago
Daniel Mensinger
b91c5aad85
Update intro dump on meson configure
6 years ago
Daniel Mensinger
8288555aa1
mintro: Added option to introspect multiple parameters at once
6 years ago
Daniel Mensinger
80ee0f85f9
Added release snippet
6 years ago
Jussi Pakkanen
3a6e2aeed9
Can use plain strings for include_directories.
6 years ago
Daniel Mensinger
98115bb261
Updated doc [skip ci]
6 years ago
TingPing
d25146ffc0
docs: Note --warnlevel instead of --warning_level
6 years ago
TingPing
4aeba8214f
docs: Change warnlevel option to warning_level
6 years ago
Daniel Mensinger
e5099357c2
Tests and docs
6 years ago
Jussi Pakkanen
da5da5977a
Default libdir is "lib" when cross compiling. Closes #2535 .
6 years ago
Jussi Pakkanen
1fca654055
Add a clang-format target.
6 years ago
Xavier Claessens
b6cede2928
find_library: Add 'has_headers' kwarg
...
A library without its headers is often useless, so it is common to check
them together.
6 years ago
Nirbheek Chauhan
c4a6b193d4
release notes: document how to pass native files [skip ci]
6 years ago
Xavier Claessens
ff2aa5a9ef
Add 'required' kwarg in header check functions
...
Closes : #3940
6 years ago
Jussi Pakkanen
4df9006ca4
Can specify a string to print when dep not found. Closes #2407 .
6 years ago
lzutao
39483d29c4
docs: Fix href in Pkgconfig module [skip ci]
6 years ago
Alistair Thomas
d54daf6e59
docs: make clearer difference between using and building libraries in Vala [skip ci]
6 years ago
Dylan Baker
05fc81ac35
docs: Add warning about not using join_paths() with build targets [skip ci]
...
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']
```
6 years ago
Konstantin Kharlamov
f7d2e7c5d5
[skip ci] Options as `b_ndebug` can also be set in meson.build
6 years ago
Nirbheek Chauhan
d42a3ae05f
Document dependency().name() added in 0.48 [skip ci]
...
Closes https://github.com/mesonbuild/meson/issues/3351
6 years ago
Luca Weiss
41bca1ede9
Fix typo in Native-environments.md [skip ci]
6 years ago
Lzu Tao
0c33c7ca8a
Add note for install_man in Reference-manual [skip ci]
6 years ago
lzutao
c208e81e1a
Format Compiler and linker flag table [skip ci]
6 years ago
Nirbheek Chauhan
99e77cf48d
docs: Consistently use the same heading level in release notes [skip ci]
...
Otherwise some headings are much too large.
6 years ago
Jussi Pakkanen
131459bd05
Add Renesas RL78 CPU family. Closes #4606 .
6 years ago
Simon Arlott
f77ead26eb
docs: build_always_stale was added in 0.47 [skip ci]
6 years ago
Jon Turney
2df39c398d
Add a missing newline in release note [skip ci]
6 years ago
Jussi Pakkanen
51aaa15bda
Update everything for release 0.49.0
6 years ago
Dylan Baker
46f3b8f753
docs: fix link to platform install quirks [skip ci]
...
Fixes #4571
6 years ago
Nirbheek Chauhan
5f8aedfa8b
Fix typos in kwargdict snippet [skip ci]
6 years ago