aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2023-08-31add json output format to configure fileCharles Brunet2-1/+6
2023-08-31Document that dicts can be indexed with []Bruce Merry1-0/+9
2023-08-31Doc: fix type signature for add_languages.requiredBruce Merry1-1/+1
2023-08-30Merge pull request #10332 from xclaesse/std-optJussi Pakkanen2-0/+33
2023-08-28Add CUDA id and flags to reference tablesBruce Merry1-0/+3
2023-08-27FAQ: MinGW UCRT are compatible with MSVC and also use libfoo.aXavier Claessens1-0/+3
2023-08-25msetup: Update options when builddir is already configuredXavier Claessens2-0/+24
2023-08-23machine file: Add @GLOBAL_SOURCE_ROOT@ and @DIRNAME@Xavier Claessens2-0/+25
2023-08-18docs: use future annotations for genrefman types in typing_extensionsEli Schwartz2-67/+71
2023-08-18Revert "Revert "Add fs.relative_to()""Tristan Partin2-0/+31
2023-08-18Add more descriptive description to CustomTargetCharles Brunet1-0/+6
2023-08-18docs: Provide example for feature.disable_auto_ifJan Janssen1-0/+14
2023-08-17Revert "Add fs.relative_to()"Eli Schwartz2-31/+0
2023-08-17fix style errors in fs.relative_to implementationEli Schwartz1-1/+1
2023-08-17Add fs.relative_to()Tristan Partin2-0/+31
2023-08-17Replace deprecated GTK flagCharlie Ringström1-1/+1
2023-08-16Fix some random capitalization in feature.yamlTristan Partin1-3/+3
2023-08-14Python: Add 'limited_api' kwarg to extension_moduleAndrew McNulty3-6/+21
2023-08-11docs: Add more feature truth tablesJan Janssen1-10/+28
2023-08-07c_std, cpp_std: Change to a list of desired versions in preference orderXavier Claessens2-0/+33
2023-08-07Compiler: Add werror kwarg to compiles(), links() and run() methodsXavier Claessens2-0/+16
2023-08-07docs: add missing punctuationSebastian Crane1-1/+1
2023-08-05fixup: since: 1.1.0 -> 1.3.0Milan Hauth1-1/+1
2023-08-05compiler: Add required keyword to has_* methodsXavier Claessens2-8/+54
2023-08-04Add default_options argument to find_program()Nomura2-0/+14
2023-08-02Unify message(), format() and fstring formattingXavier Claessens2-0/+14
2023-08-02Fix syntax mistakes in two examplesVolker Weißmann2-2/+2
2023-08-02treewide: internally avoid deprecated machine file uses of "pkgconfig"Eli Schwartz1-3/+3
2023-08-01Fix typo in Cross-compilation.mdAlex Rao1-1/+1
2023-07-28ugh, fix typo in previous commitEli Schwartz1-1/+0
2023-07-28docs: clarify what str.split doesEli Schwartz2-4/+8
2023-07-26Fix install_data() default install pathDaniele Nicolodi1-0/+2
2023-07-20docs: fix typo in previous commitEli Schwartz1-1/+1
2023-07-20interpreter: deprecate 'jar' value of build_target(target_type)Dylan Baker2-2/+13
2023-07-18docs: improve formatting of the Rust modulePeter Hutterer1-17/+20
2023-07-18docs: fix typos and keyword markdown for the Rust module pagePeter Hutterer1-11/+11
2023-07-17Whoopsie, forgot to create the release notes.Jussi Pakkanen21-160/+188
2023-07-13Add import instructions for filesystem moduleMiroPalmu1-0/+8
2023-07-06Fix typo in Disabler.mdmeator1-1/+1
2023-07-04environment: separate illumos and Solaris kernels in MachinesDylan Baker1-1/+2
2023-06-28Experimental 'genvslite' WIP. (#11049)GertyP2-0/+32
2023-06-27modules/rust: Add a keyword argument to pass extra args to the rust compilerDylan Baker2-1/+6
2023-06-27modules/rust: Add a machine file property for extra clang args with bindgenDylan Baker3-1/+18
2023-06-27modules/rust: Add a `link_with` kwarg to the test methodDylan Baker2-1/+8
2023-06-27Added a little more useful info to 'link_whole' documentation, describing the...Dan Hawson1-2/+4
2023-06-25Add CppNorth talk.Jussi Pakkanen1-1/+5
2023-06-21rust: fix -C prefer-dynamic behaviorAlyssa Ross1-0/+8
2023-06-21Clarify `environment` docs.Paolo Borelli1-3/+2
2023-06-20doc: Dictionaries are ordered since Meson 0.62.0Xavier Claessens1-1/+2
2023-06-20interpreter: Accept more types in default_options dict valuesXavier Claessens4-4/+4