Wolfgang Stöggl
32f64aa2cb
docs: Add backend vs2019 to table in Builtin-options.md [skip ci]
5 years ago
Wolfgang Stöggl
f037e7ef45
Fix typos found by codespell
...
- Typos were found by codespell v1.16.0
5 years ago
Jussi Pakkanen
b3fe4a0a18
Add option for controlling RTTI.
5 years ago
Anton Leontiev
603b1ac287
docs: Fix some incorrect links [skip ci]
5 years ago
Dylan Baker
d35d7ccad1
docs: Update libdir caveat
...
Fixes #5514
6 years ago
John Ericson
af2d7af998
Per machine do 'build.' and '' option prefixes
...
See the docs/ changes for details.
6 years ago
Dylan Baker
0714ba58c7
coredata: add cmake_prefix_path option
6 years ago
Dylan Baker
0d19d334a8
docs: pkg_config_path is a list not a string
...
You should pass arguments as a list, ie -Dpkg_config_path=/foo,/bar
and meson will join the paths appropriately for you.
6 years ago
nicole mazzuca
24d5c73b0a
add -fno-exceptions if cpp_eh=none is specified
6 years ago
Nicole Mazzuca
16463046b1
Add vc++ cpp_std flags to the documentation
6 years ago
jrl64
a2d222c383
Update Built-in Option c_std for C17. Closes #4842 .
6 years ago
TheQwertiest
52fa6152cd
[docs] Reordered options and fixed a typo [skip ci]
6 years ago
Dylan Baker
67ca2d5bdc
docs: Document pkg_config_path and cross_ options [skip ci]
6 years ago
TheQwertiest
c0d287c1bf
[Docs] Built-in options page cleanup ( fixes #5165 ) [skip ci]
...
- Added missing universal options.
- Split options in `directories` and `core` groups.
- Sorted alphabetically some of the groups.
- Removed `cross-file` from options, since it's not an option.
6 years ago
jml1795
a9e63568fe
Add warning level zero
6 years ago
ericLemanissier
bb3997a39c
fix documentation typo for default_library option [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
Konstantin Kharlamov
f7d2e7c5d5
[skip ci] Options as `b_ndebug` can also be set in meson.build
6 years ago
Xavier Claessens
c453400d59
Add 'b_pie' compiler option
...
On Android executables must be position independent, many
distributions enable it by default too for security reasons.
6 years ago
Dylan Baker
c354a2b1cf
docs/Builtin-options: Clarify -Dc_args for cross compilation ( #4289 ) [skip ci]
6 years ago
Will Thompson
6a46ce4845
Builtin-options.md: fix "erros" typo [skip ci]
6 years ago
Jussi Pakkanen
d83f77109a
Convert buildtype to optimization and debug options ( #3489 )
6 years ago
Christoph Behle
2428b388db
Document options for meson
...
Document what waring_level 1,2,3 means.
Test if markdown files are in sitemap
Add Builtin-options.md to sitemap.txt
Builtin-options.md:
Fix tables in Builtin-options.md
Add documentation for warning options
Added more options to doc
General documentation:
Add link to Builtin-options
Remove obsolete file
Testing:
Add function test_markdown_files_in_sitemap.
Checks if each markdown file is contained in sitemap.txt
6 years ago
Nirbheek Chauhan
b1901f315d
Builtin-options.md: broken markdown [skip ci]
6 years ago
Xavier Claessens
b7d442150d
Move <lang>_args to coredata.compiler_options
7 years ago
Nirbheek Chauhan
0565262be3
Add documentation for Builtin options and bitcode
...
Also add a test that ensures that new base options and compiler options
are always documented.
7 years ago