aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Reference-manual.md
AgeCommit message (Expand)AuthorFilesLines
2017-09-04Permit overriding find_program from the cross file.Jussi Pakkanen1-0/+6
2017-08-31Alphabetize compiler.compiles()Daniel Stone1-6/+6
2017-08-31Add Compiler.get_supported_arguments()Daniel Stone1-0/+4
2017-08-21Rewrap the rest of reference manual.Jussi Pakkanen1-84/+306
2017-08-20The last of the alphabetization.Jussi Pakkanen1-83/+275
2017-08-20And a few more alphas.Jussi Pakkanen1-64/+202
2017-08-20More alphabetization.Jussi Pakkanen1-47/+145
2017-08-20Put some keyword arguments into alphabetical order to improve readability.Jussi Pakkanen1-22/+64
2017-08-19docs: Clarify project() no longer requires a languageTingPing1-1/+1
2017-08-17Missing version info added.Jussi Pakkanen1-1/+1
2017-08-17Documented the merge_from method.Jussi Pakkanen1-4/+13
2017-08-17docs: fix generator code sampleFlorian Zwoch1-1/+1
2017-08-09Clarify what an "external dependency" isNirbheek Chauhan1-1/+1
2017-08-06Merged exclude_dir branch.Jussi Pakkanen1-1/+9
2017-08-06Allow excluding files from `install_subdir`Elliott Sales de Andrade1-1/+9
2017-08-05Disallow language keyword for unsupported deps.Elliott Sales de Andrade1-0/+1
2017-08-05Add option to disable implicit include directories. Closes #2139.Jussi Pakkanen1-0/+1
2017-07-21Merged buildrpath branch.Jussi Pakkanen1-0/+1
2017-07-21Merge pull request #1955 from jon-turney/exe-implibJussi Pakkanen1-0/+1
2017-07-21Check for manual attempts to set rpath and update docs.Jussi Pakkanen1-0/+1
2017-07-21Link to compiler properties for compiler ids listNirbheek Chauhan1-1/+1
2017-07-21Updates to the reference manualNirbheek Chauhan1-5/+7
2017-07-20Make the name of the executable implib configurableJon Turney1-1/+1
2017-07-20Support implibs for executables on WindowsJon Turney1-0/+1
2017-07-17Removed minor typos in documentation.Alexis Jeandet1-1/+1
2017-06-14rename `crate_type` to `rust_crate_type` per @TingPingAdam C. Foltzer1-1/+1
2017-06-09Enhance Rust supportAdam C. Foltzer1-2/+3
2017-06-07Update reference manual and release notesJan Chren (rindeal)1-1/+2
2017-06-03Add version for configure_file extension in reference manualBálint Aradi1-1/+1
2017-06-03Update reference manual and release notesBálint Aradi1-1/+1
2017-06-03docs: Fix broken page linksChris Mayo1-1/+1
2017-05-21Merge pull request #1792 from jon-turney/custom_target_vs_module_defsJussi Pakkanen1-1/+1
2017-05-19docs: The return value of executable() is a builttarget object.Jon Turney1-1/+1
2017-05-19docs: Document the object returned by custom_targetJon Turney1-2/+10
2017-05-19docs: Correct list of things that are a build target to include shared_moduleJon Turney1-1/+1
2017-05-19docs: Move "build target object" from "build-in objects" to "returned objects"Jon Turney1-18/+17
2017-05-16Allow vs_module_defs to use a custom_targetJon Turney1-1/+1
2017-05-12Make vs_module_defs: do something for gcc on Windows as wellJon Turney1-1/+1
2017-05-12Merge pull request #1735 from dcbaker/list-of-filesJussi Pakkanen1-3/+3
2017-05-11docs: make the required argument for find_program stick out morePeter Hutterer1-4/+6
2017-05-11Allow passing a list of Files to CustomTarget. Closes #1720Dylan Baker1-1/+1
2017-05-11Use flatten for link targets. Fixes #1764Dylan Baker1-2/+2
2017-05-11Merge pull request #1761 from keszybz/docsJussi Pakkanen1-30/+32
2017-05-09docs: add puncuation to description of compiler object functionsZbigniew Jędrzejewski-Szmek1-17/+17
2017-05-09docs: mention $DESTDIR in add_install_script description, add punctuationZbigniew Jędrzejewski-Szmek1-13/+15
2017-05-09docs: how to make find_program() search additional directoriesTim-Philipp Müller1-0/+10
2017-05-08docs: add hyperlinks and a short description of unity buildsZbigniew Jędrzejewski-Szmek1-2/+2
2017-05-08Allow link_depends to take strings, Files or generated objects. Closes #1172Dylan Baker1-1/+1
2017-05-08Add support for @CURRENT_SOURCE_DIR@ in generator argumentsAlberto Aguirre1-0/+1
2017-05-08docs: make project(license:) a separate bullet pointJon Turney1-1/+3