index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
markdown
/
Reference-manual.md
Age
Commit message (
Expand
)
Author
2017-08-05
Add option to disable implicit include directories. Closes #2139.
Jussi Pakkanen
2017-07-21
Merged buildrpath branch.
Jussi Pakkanen
2017-07-21
Merge pull request #1955 from jon-turney/exe-implib
Jussi Pakkanen
2017-07-21
Check for manual attempts to set rpath and update docs.
Jussi Pakkanen
2017-07-21
Link to compiler properties for compiler ids list
Nirbheek Chauhan
2017-07-21
Updates to the reference manual
Nirbheek Chauhan
2017-07-20
Make the name of the executable implib configurable
Jon Turney
2017-07-20
Support implibs for executables on Windows
Jon Turney
2017-07-17
Removed minor typos in documentation.
Alexis Jeandet
2017-06-14
rename `crate_type` to `rust_crate_type` per @TingPing
Adam C. Foltzer
2017-06-09
Enhance Rust support
Adam C. Foltzer
2017-06-07
Update reference manual and release notes
Jan Chren (rindeal)
2017-06-03
Add version for configure_file extension in reference manual
Bálint Aradi
2017-06-03
Update reference manual and release notes
Bálint Aradi
2017-06-03
docs: Fix broken page links
Chris Mayo
2017-05-21
Merge pull request #1792 from jon-turney/custom_target_vs_module_defs
Jussi Pakkanen
2017-05-19
docs: The return value of executable() is a builttarget object.
Jon Turney
2017-05-19
docs: Document the object returned by custom_target
Jon Turney
2017-05-19
docs: Correct list of things that are a build target to include shared_module
Jon Turney
2017-05-19
docs: Move "build target object" from "build-in objects" to "returned objects"
Jon Turney
2017-05-16
Allow vs_module_defs to use a custom_target
Jon Turney
2017-05-12
Make vs_module_defs: do something for gcc on Windows as well
Jon Turney
2017-05-12
Merge pull request #1735 from dcbaker/list-of-files
Jussi Pakkanen
2017-05-11
docs: make the required argument for find_program stick out more
Peter Hutterer
2017-05-11
Allow passing a list of Files to CustomTarget. Closes #1720
Dylan Baker
2017-05-11
Use flatten for link targets. Fixes #1764
Dylan Baker
2017-05-11
Merge pull request #1761 from keszybz/docs
Jussi Pakkanen
2017-05-09
docs: add puncuation to description of compiler object functions
Zbigniew Jędrzejewski-Szmek
2017-05-09
docs: mention $DESTDIR in add_install_script description, add punctuation
Zbigniew Jędrzejewski-Szmek
2017-05-09
docs: how to make find_program() search additional directories
Tim-Philipp Müller
2017-05-08
docs: add hyperlinks and a short description of unity builds
Zbigniew Jędrzejewski-Szmek
2017-05-08
Allow link_depends to take strings, Files or generated objects. Closes #1172
Dylan Baker
2017-05-08
Add support for @CURRENT_SOURCE_DIR@ in generator arguments
Alberto Aguirre
2017-05-08
docs: make project(license:) a separate bullet point
Jon Turney
2017-05-05
Default to project_version() in vcs_tag fallback
Peter Hutterer
2017-05-05
docs: document additional args for vcs_tag
Peter Hutterer
2017-05-05
docs: clarify that vcs_tag output can be used as source
Peter Hutterer
2017-05-04
Use American English: behaviour -> behavior
Peter Hutterer
2017-05-04
docs: Update SharedLibrary vs_module_defs accepts a File object
Dylan Baker
2017-05-03
doc: Replace kwarg with keyword argument.
Elliott Sales de Andrade
2017-05-03
doc: Fix several minor typos.
Elliott Sales de Andrade
2017-05-03
doc: Capitalize things more consistently.
Elliott Sales de Andrade
2017-05-03
docs: fix link to file a new issue
Peter Hutterer
2017-04-26
docs: Import the website and wiki and build with hotdoc
Thibault Saunier