diff --git a/Builtin-options.html b/Builtin-options.html index 445927f10..ee681a1f1 100644 --- a/Builtin-options.html +++ b/Builtin-options.html @@ -771,10 +771,25 @@

Base options

-

The value of b_sanitize can be one of: none, address, thread, -undefined, memory, leak, address,undefined, but note that some -compilers might not support all of them. For example Visual Studio -only supports the address sanitizer.

+

The default and possible values of sanitizers changed in 1.8. Before 1.8 they +were string values, and restricted to a specific subset of values: none, +address, thread, undefined, memory, leak, or address,undefined. In +1.8 it was changed to a free form array of sanitizers, which are checked by a +compiler and linker check. For backwards compatibility reasons +get_option('b_sanitize') continues to return a string with the array values +separated by a comma. Furthermore:

+

* < 0 means disable, == 0 means automatic selection, > 0 sets a specific number to use

LLVM supports thin lto, for more discussion see LLVM's documentation

diff --git a/Release-notes-for-1-8-0.html b/Release-notes-for-1-8-0.html index 6400d4d73..4d9ff34f5 100644 --- a/Release-notes-for-1-8-0.html +++ b/Release-notes-for-1-8-0.html @@ -211,6 +211,21 @@

New features (in development)

+

Changes to the b_sanitize option

+

Before 1.8 the b_sanitize option was a combo option, which is an enumerated +set of values. In 1.8 this was changed to a free-form array of options where +available sanitizers are not hardcoded anymore but instead verified via a +compiler check.

+

This solves a number of longstanding issues such as:

+ +

To not break backwards compatibility, calling get_option('b_sanitize') +continues to return the configured value as a string, with a guarantee that +address,undefined remains ordered.

version_compare now accept multiple compare strings

Is it now possible to compare version against multiple values, to check for diff --git a/assets/js/search/Changes b/assets/js/search/Changes index 70c52e497..a7bc0eebc 100644 --- a/assets/js/search/Changes +++ b/assets/js/search/Changes @@ -1 +1 @@ -urls_downloaded_cb({"token":"Changes","urls":[{"url":"Adding-new-projects-to-wrapdb.html#changes-to-original-source","node_type":"h2","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","Changes to original source"],"context":{"gi-language":["default"]}},{"url":"Commands.html#configure","node_type":"p","page":"Command-line commands","sections":["Command-line commands","configure"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#msvcclangcl-argument-changescleanup","node_type":"h2","page":"Release 0.57.0","sections":["New features","MSVC/Clang-Cl Argument Changes/Cleanup"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"Changes","urls":[{"url":"Adding-new-projects-to-wrapdb.html#changes-to-original-source","node_type":"h2","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","Changes to original source"],"context":{"gi-language":["default"]}},{"url":"Commands.html#configure","node_type":"p","page":"Command-line commands","sections":["Command-line commands","configure"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#msvcclangcl-argument-changescleanup","node_type":"h2","page":"Release 0.57.0","sections":["New features","MSVC/Clang-Cl Argument Changes/Cleanup"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"h2","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/Meson b/assets/js/search/Meson index 14fb2d88f..8643573f1 100644 --- a/assets/js/search/Meson +++ b/assets/js/search/Meson @@ -1 +1 @@ -urls_downloaded_cb({"token":"Meson","urls":[{"url":"ARM-performance-test.html#arm-performance-test","node_type":"p","page":"Arm performance test","sections":["Arm performance test"],"context":{"gi-language":["default"]}},{"url":"ARM-performance-test.html#measurements","node_type":"p","page":"Arm performance test","sections":["Arm performance test","Measurements"],"context":{"gi-language":["default"]}},{"url":"Adding-arguments.html#adding-arguments","node_type":"p","page":"Adding arguments","sections":["Adding arguments"],"context":{"gi-language":["default"]}},{"url":"Adding-arguments.html#global-arguments","node_type":"p","page":"Adding arguments","sections":["Adding arguments","Global arguments"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#changes-to-original-source","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","Changes to original source"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#creating-the-wrap-contents","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","How to contribute a new wrap","Creating the wrap contents"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#how-it-works","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","How it works"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#how-to-contribute-a-new-wrap","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","How to contribute a new wrap"],"context":{"gi-language":["default"]}},{"url":"Additional.html#additional-documentation","node_type":"p","page":"Additional documentation","sections":["Additional documentation"],"context":{"gi-language":["default"]}},{"url":"Additional.html#subpages","node_type":"p","page":"Additional documentation","sections":[],"context":{"gi-language":["default"]}},{"url":"Build-options.html#arrays","node_type":"p","page":"Build options","sections":["Build options","Build option types","Arrays"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#build-options","node_type":"p","page":"Build options","sections":["Build options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#deprecated-options","node_type":"p","page":"Build options","sections":["Build options","Deprecated options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#integers","node_type":"p","page":"Build options","sections":["Build options","Build option types","Integers"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#using-build-options","node_type":"p","page":"Build options","sections":["Build options","Using build options"],"context":{"gi-language":["default"]}},{"url":"Build-system-converters.html#build-system-converters","node_type":"p","page":"Build system converters","sections":["Build system converters"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#build-targets","node_type":"p","page":"Build targets","sections":["Build targets"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#libraries-and-executables","node_type":"p","page":"Build targets","sections":["Build targets","Libraries and executables"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#object-files","node_type":"p","page":"Build targets","sections":["Build targets","Object files"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#builtin-options","node_type":"p","page":"Built-in options","sections":["Built-in options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-backend","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for backend\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-vsenv","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for vsenv\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#directories","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Directories"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#module-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#python-module","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options","Python module"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-module","node_type":"p","page":"CMake module","sections":["CMake module"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-subprojects","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#configuration-options","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Configuration options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cross-compilation","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Cross compilation"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#subproject-object","node_type":"ul","page":"CMake module","sections":["CMake module","CMake subprojects","\nsubproject object"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#usage","node_type":"p","page":"CMake module","sections":["CMake module","Usage"],"context":{"gi-language":["default"]}},{"url":"Code-formatting.html#clangformat","node_type":"p","page":"clang-format","sections":["clang-format"],"context":{"gi-language":["default"]}},{"url":"Commands.html#commandline-commands","node_type":"p","page":"Command-line commands","sections":["Command-line commands"],"context":{"gi-language":["default"]}},{"url":"Commands.html#compile","node_type":"p","page":"Command-line commands","sections":["Command-line commands","compile"],"context":{"gi-language":["default"]}},{"url":"Commands.html#devenv","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","devenv"],"context":{"gi-language":["default"]}},{"url":"Commands.html#examples7","node_type":"p","page":"Command-line commands","sections":["Command-line commands","reprotest","Examples"],"context":{"gi-language":["default"]}},{"url":"Commands.html#introspect","node_type":"p","page":"Command-line commands","sections":["Command-line commands","introspect"],"context":{"gi-language":["default"]}},{"url":"Commands.html#rewrite","node_type":"p","page":"Command-line commands","sections":["Command-line commands","rewrite"],"context":{"gi-language":["default"]}},{"url":"Commands.html#setup","node_type":"p","page":"Command-line commands","sections":["Command-line commands","setup"],"context":{"gi-language":["default"]}},{"url":"Commands.html#subprojects","node_type":"p","page":"Command-line commands","sections":["Command-line commands","subprojects"],"context":{"gi-language":["default"]}},{"url":"Commands.html#test","node_type":"p","page":"Command-line commands","sections":["Command-line commands","test"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#comparing-meson-with-other-build-systems","node_type":"h1","page":"Comparisons","sections":["Comparing Meson with other build systems"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#meson","node_type":"h2","page":"Comparisons","sections":["Comparing Meson with other build systems","Meson"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#compiler-properties","node_type":"p","page":"Compiler properties","sections":["Compiler properties"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-a-header-exist","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does a header exist?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-code-compile","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does code compile?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-code-compile-and-link","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does code compile and link?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#expression-size","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Expression size"],"context":{"gi-language":["default"]}},{"url":"Conference-presentations.html#conference-presentations-on-meson","node_type":"h1","page":"Conference presentations on Meson","sections":["Conference presentations on Meson"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#configuration","node_type":"p","page":"Configuration","sections":["Configuration"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#configuring-without-an-input-file","node_type":"p","page":"Configuration","sections":["Configuration","Configuring without an input file"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#dealing-with-file-encodings","node_type":"p","page":"Configuration","sections":["Configuration","Dealing with file encodings"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#configuring-a-build-directory","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory"],"context":{"gi-language":["default"]}},{"url":"Contact-information.html#contact-information","node_type":"p","page":"Contact information","sections":["Contact information"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#boost","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","AppVeyor for Windows","Boost"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#circleci-for-linux-host-without-custom-docker-images","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","CircleCI for Linux host (without custom Docker images)"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#continuous-integration","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#github-actions","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","GitHub Actions"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#travisci-with-docker","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","Travis-CI with Docker"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#acceptance-and-merging","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Acceptance and merging"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#cc-coding-style","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","C/C++ coding style"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#contributing-to-meson","node_type":"h1","page":"Contributing to Meson","sections":["Contributing to Meson"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#dependency-support-policy","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Dependency support policy"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#documentation","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Documentation"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#matrix","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","matrix"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#no-lingering-state","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","No lingering state"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#project-tests","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Project tests"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#python","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Dependency support policy","Python"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#python-coding-style","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Python Coding style"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#skipping-integration-tests","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Skipping integration tests"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#special-procedure-for-new-features","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Special procedure for new features"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#strategy-for-merging-pull-requests-to-trunk","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Strategy for merging pull requests to trunk"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#subpages","node_type":"p","page":"Contributing to Meson","sections":[],"context":{"gi-language":["default"]}},{"url":"Contributing.html#turing-completeness","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Turing completeness"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#adding-dependencies","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Adding dependencies"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#adding-other-tools","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Adding other tools"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#building-and-installing","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Building and installing"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#final-steps","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Final steps"],"context":{"gi-language":["default"]}},{"url":"Creating-OSX-packages.html#creating-a-dmg-installer","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages","Creating a .dmg installer"],"context":{"gi-language":["default"]}},{"url":"Creating-OSX-packages.html#creating-an-app-bundle","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages","Creating an app bundle"],"context":{"gi-language":["default"]}},{"url":"Creating-OSX-packages.html#creating-osx-packages","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#autotools-dist-vs-meson-dist","node_type":"h2","page":"Creating releases","sections":["Creating releases","Autotools dist VS Meson dist"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#creating-releases","node_type":"p","page":"Creating releases","sections":["Creating releases"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#skip-build-and-test-with-notests","node_type":"p","page":"Creating releases","sections":["Creating releases","Skip build and test with --no-tests\n"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#use-allowdirty-to-override-error-when-git-repository-contains-uncommitted-changes","node_type":"p","page":"Creating releases","sections":["Creating releases","Use --allow-dirty to override error when git repository contains uncommitted changes"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#binaries","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Binaries"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#cross-compilation","node_type":"p","page":"Cross compilation","sections":["Cross compilation"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#cross-file-locations","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Cross file locations"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#custom-data","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Custom data"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#defining-the-environment","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#machine-entries","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Machine Entries"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#properties","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Properties"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#using-a-custom-standard-library","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Using a custom standard library"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#unstable-cuda-module","node_type":"p","page":"Unstable CUDA Module","sections":["Unstable CUDA Module"],"context":{"gi-language":["default"]}},{"url":"Custom-build-targets.html#custom-build-targets","node_type":"p","page":"Custom build targets","sections":["Custom build targets"],"context":{"gi-language":["default"]}},{"url":"Custom-build-targets.html#details-on-command-invocation","node_type":"p","page":"Custom build targets","sections":["Custom build targets","Details on command invocation"],"context":{"gi-language":["default"]}},{"url":"Cython.html#c-intermediate-support","node_type":"p","page":"Cython","sections":["Cython","C++ intermediate support"],"context":{"gi-language":["default"]}},{"url":"Cython.html#cython","node_type":"p","page":"Cython","sections":["Cython"],"context":{"gi-language":["default"]}},{"url":"D.html#compiling-d-applications","node_type":"p","page":"D","sections":["Compiling D applications"],"context":{"gi-language":["default"]}},{"url":"D.html#compiling-d-libraries-and-installing-them","node_type":"p","page":"D","sections":["Compiling D libraries and installing them"],"context":{"gi-language":["default"]}},{"url":"D.html#using-embedded-unittests","node_type":"p","page":"D","sections":["Compiling D applications","Using embedded unittests"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#boost","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Boost"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#building-dependencies-as-subprojects","node_type":"p","page":"Dependencies","sections":["Building dependencies as subprojects"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#builtin","node_type":"p","page":"Dependencies","sections":["Dependency detection method","Builtin"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#cmake","node_type":"p","page":"Dependencies","sections":["Dependency detection method","CMake"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#config-tool","node_type":"p","page":"Dependencies","sections":["Dependency detection method","Config tool"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#curses","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Curses"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependencies","node_type":"p","page":"Dependencies","sections":["Dependencies"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependencies-with-custom-lookup-functionality","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependency-detection-method","node_type":"p","page":"Dependencies","sections":["Dependency detection method"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dub","node_type":"p","page":"Dependencies","sections":["Dependency detection method","Dub"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#gtest-and-gmock","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","GTest and GMock"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#llvm","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","LLVM"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#modules-aka-components","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","LLVM","Modules, a.k.a. Components"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#mpi","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","MPI"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#netcdf","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","NetCDF"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#objfw","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","ObjFW"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#python3","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Python3"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#qt","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Qt"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#shaderc","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Shaderc"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#system","node_type":"p","page":"Dependencies","sections":["Dependency detection method","System"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#valgrind","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Valgrind"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#wxwidgets","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","WxWidgets"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#get-the-code","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Get the code"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#this-is-the-original-design-rationale-for-meson-the-syntax-it-describes-does-not-match-the-released-version","node_type":"h1","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version"],"context":{"gi-language":["default"]}},{"url":"Disabler.html#disabling-parts-of-the-build","node_type":"p","page":"Disabling parts of the build","sections":["Disabling parts of the build"],"context":{"gi-language":["default"]}},{"url":"Dlang-module.html#generate_dub_file","node_type":"p","page":"Dlang module","sections":["Dlang module","Usage","generate_dub_file()"],"context":{"gi-language":["default"]}},{"url":"Donating.html#donating-to-support-meson-development","node_type":"h1","page":"Donating to support Meson development","sections":["Donating to support Meson development"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#add_project","node_type":"ul","page":"External Project module","sections":["External Project module","Functions","add_project()"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#external-project-module","node_type":"ul","page":"External Project module","sections":["External Project module"],"context":{"gi-language":["default"]}},{"url":"External-commands.html#external-commands","node_type":"p","page":"External commands","sections":["External commands"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#but-i-really-want-a-version-of-meson-that-doesnt-use-python","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","But I really want a version of Meson that doesn't use python!"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#but-i-really-want-to-use-wildcards","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","But I really want to use wildcards!"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#do-i-need-to-add-my-headers-to-the-sources-list-like-in-autotools","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Do I need to add my headers to the sources list like in Autotools?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#do-you-at-least-support-my-ancient-python-install","node_type":"ul","page":"FAQ","sections":["Meson Frequently Asked Questions","Do you at least support my ancient python install?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#does-wrap-download-sources-behind-my-back","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Does wrap download sources behind my back?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-disable-exceptions-and-rtti-in-my-c-project","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I disable exceptions and RTTI in my C++ project?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-ignore-the-build-directory-in-my-vcs","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I ignore the build directory in my VCS?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-tell-meson-that-my-sources-use-generated-headers","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I tell Meson that my sources use generated headers?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-to-add-preprocessor-defines-to-a-target","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How to add preprocessor defines to a target?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-to-use-meson-on-a-host-where-it-is-not-available-in-system-packages","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","How to use Meson on a host where it is not available in system packages?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#i-added-some-compiler-flags-and-now-the-build-fails-with-weird-errors-what-is-happening","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","I added some compiler flags and now the build fails with weird errors. What is happening?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#i-have-proprietary-compiler-toolchain-x-that-does-not-work-with-meson-how-can-i-make-it-work","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","I have proprietary compiler toolchain X that does not work with Meson, how can I make it work?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#meson-frequently-asked-questions","node_type":"h1","page":"FAQ","sections":["Meson Frequently Asked Questions"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#should-i-check-for-buildtype-or-individual-options-like-debug-in-my-build-files","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Should I check for buildtype or individual options like debug in my build files?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#should-i-use-subdir-or-subproject","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Should I use subdir or subproject?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-cant-i-specify-target-files-with-a-wildcard","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why can't I specify target files with a wildcard?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-doesnt-meson-have-user-defined-functionsmacros","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why doesn't meson have user defined functions/macros?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-dont-the-arguments-passed-to-add_project_link_arguments-affect-anything","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why don't the arguments passed to add_project_link_arguments affect anything?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-it-called-meson","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is it called Meson?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-implemented-in-python-rather-than-programming-language-x","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson implemented in Python rather than [programming language X]?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-not-just-a-python-module-so-i-could-code-my-build-setup-in-python","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson not just a Python module so I could code my build setup in Python?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-there-not-a-make-backend","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is there not a Make backend?"],"context":{"gi-language":["default"]}},{"url":"Feature-autodetection.html#ccache","node_type":"p","page":"Feature autodetection","sections":["Feature autodetection","Ccache"],"context":{"gi-language":["default"]}},{"url":"Feature-autodetection.html#coverage","node_type":"p","page":"Feature autodetection","sections":["Feature autodetection","Coverage"],"context":{"gi-language":["default"]}},{"url":"Feature-autodetection.html#feature-autodetection","node_type":"p","page":"Feature autodetection","sections":["Feature autodetection"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#file-lookup-rules","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","File lookup rules"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#read","node_type":"ul","page":"FS (filesystem) module","sections":["FS (filesystem) module","Filename modification","read"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#generating-headers","node_type":"p","page":"Generating sources","sections":["Generating sources","Using custom_target()","Generating headers"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#generating-multiple-files-at-a-time","node_type":"p","page":"Generating sources","sections":["Generating sources","Using custom_target()","Generating multiple files at a time"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#generating-sources","node_type":"p","page":"Generating sources","sections":["Generating sources"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#using-generator","node_type":"p","page":"Generating sources","sections":["Generating sources","Using generator()"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#dependencies","node_type":"p","page":"Getting Meson","sections":["Getting Meson","Dependencies"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#downloading-meson","node_type":"h2","page":"Getting Meson","sections":["Getting Meson","Downloading Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#getting-meson","node_type":"h1","page":"Getting Meson","sections":["Getting Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#installing-meson-and-ninja-with-the-msi-installer","node_type":"h2","page":"Getting Meson","sections":["Getting Meson","Installing Meson and Ninja with the MSI installer"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#installing-meson-with-pip","node_type":"h2","page":"Getting Meson","sections":["Getting Meson","Installing Meson with pip"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#packing-meson-into-a-zipapp","node_type":"h3","page":"Getting Meson","sections":["Getting Meson","Downloading Meson","Packing Meson into a zipapp"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#subpages","node_type":"p","page":"Getting Meson","sections":[],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#windows-python3-quirks","node_type":"p","page":"Getting Meson","sections":["Platform-specific install quirks","Windows Python3 quirks"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#baixando-o-meson","node_type":"h2","page":"Obtendo o Meson","sections":["Obtendo o Meson","Baixando o Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#dependncias","node_type":"p","page":"Obtendo o Meson","sections":["Obtendo o Meson","Dependências"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#instalando-o-meson-com-o-pip","node_type":"h2","page":"Obtendo o Meson","sections":["Obtendo o Meson","Instalando o Meson com o pip"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#instalando-o-meson-e-o-ninja-com-o-instalador-msi","node_type":"h2","page":"Obtendo o Meson","sections":["Obtendo o Meson","Instalando o Meson e o Ninja com o instalador MSI"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#obtendo-o-meson","node_type":"h1","page":"Obtendo o Meson","sections":["Obtendo o Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#peculiaridades-do-python-3-no-windows","node_type":"p","page":"Obtendo o Meson","sections":["Peculiaridades de instalação específicas de plataformas","Peculiaridades do Python 3 no Windows"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#","node_type":"p","page":"获取Meson","sections":["获取Meson","所需依赖"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#meson","node_type":"h1","page":"获取Meson","sections":["获取Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#meson1","node_type":"h2","page":"获取Meson","sections":["获取Meson","下载Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#msimesonninja","node_type":"h2","page":"获取Meson","sections":["获取Meson","使用MSI安装包安装Meson和Ninja"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#pipmeson","node_type":"h2","page":"获取Meson","sections":["获取Meson","使用pip安装Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#windows-python3","node_type":"p","page":"获取Meson","sections":["特殊平台的安装特例","Windows Python3"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomecompile_resources","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.compile_resources()"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#building-a-simple-sdl2-app-from-scratch","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Building a simple SDL2 app from scratch"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#creating-the-sample-program","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Creating the sample program"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#upgrading-the-program-to-use-sdl","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Upgrading the program to use SDL"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ast-of-a-mesonbuild","node_type":"p","page":"IDE integration","sections":["AST of a meson.build\n"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-options","node_type":"p","page":"IDE integration","sections":["IDE integration","Build Options"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-system-files","node_type":"p","page":"IDE integration","sections":["IDE integration","Build system files"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#existing-integrations","node_type":"ul","page":"IDE integration","sections":["Existing integrations"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ide-integration","node_type":"table","page":"IDE integration","sections":["IDE integration"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#json-reference-manual","node_type":"p","page":"IDE integration","sections":["JSON Reference manual"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#possible-values-for-type","node_type":"table","page":"IDE integration","sections":["IDE integration","The targets section","Possible values for type\n"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#programmatic-interface","node_type":"p","page":"IDE integration","sections":["Programmatic interface"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#scanning-for-dependencies-with-scandependencies","node_type":"p","page":"IDE integration","sections":["IDE integration","The dependencies section","Scanning for dependencies with --scan-dependencies\n"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#target-sources","node_type":"p","page":"IDE integration","sections":["IDE integration","The targets section","Target sources"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#using-targets-without-a-build-directory","node_type":"p","page":"IDE integration","sections":["IDE integration","The targets section","Using --targets without a build directory"],"context":{"gi-language":["default"]}},{"url":"Icestorm-module.html#unstable-icestorm-module","node_type":"p","page":"Unstable IceStorm module","sections":["Unstable IceStorm module"],"context":{"gi-language":["default"]}},{"url":"In-the-press.html#in-the-press","node_type":"ul","page":"In the press","sections":["In the press"],"context":{"gi-language":["default"]}},{"url":"Include-directories.html#include-directories","node_type":"p","page":"Include directories","sections":["Include directories"],"context":{"gi-language":["default"]}},{"url":"IndepthTutorial.html#an-indepth-tutorial","node_type":"p","page":"An in-depth tutorial","sections":["An in-depth tutorial"],"context":{"gi-language":["default"]}},{"url":"Installing.html#custom-install-script","node_type":"p","page":"Installing","sections":["Installing","Custom install script"],"context":{"gi-language":["default"]}},{"url":"Installing.html#destdir-support","node_type":"p","page":"Installing","sections":["Installing","DESTDIR support"],"context":{"gi-language":["default"]}},{"url":"Installing.html#installation-tags","node_type":"p","page":"Installing","sections":["Installing","Installation tags"],"context":{"gi-language":["default"]}},{"url":"Installing.html#installing","node_type":"p","page":"Installing","sections":["Installing"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#generate_native_header","node_type":"ul","page":"Java Module","sections":["Java Module","Functions","generate_native_header()"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#generate_native_headers","node_type":"ul","page":"Java Module","sections":["Java Module","Functions","generate_native_headers()"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#native_headers","node_type":"ul","page":"Java Module","sections":["Java Module","Functions","native_headers()"],"context":{"gi-language":["default"]}},{"url":"Java.html#compiling-java-applications","node_type":"ul","page":"Java","sections":["Compiling Java applications"],"context":{"gi-language":["default"]}},{"url":"Keyval-module.html#keyval-module","node_type":"p","page":"keyval module","sections":["keyval module"],"context":{"gi-language":["default"]}},{"url":"Keyval-module.html#keyvalload","node_type":"p","page":"keyval module","sections":["keyval module","Usage","keyval.load()"],"context":{"gi-language":["default"]}},{"url":"Localisation.html#generating-pot-and-po-files","node_type":"ul","page":"Localisation","sections":["Localisation","Generating .pot and .po files"],"context":{"gi-language":["default"]}},{"url":"Localisation.html#mesonbuild","node_type":"p","page":"Localisation","sections":["Localisation","Generating .pot and .po files","meson.build"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#binaries","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Binaries"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#loading-multiple-machine-files","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Loading multiple machine files"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#meson-builtin-options","node_type":"h3","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Meson built-in options"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#supported-properties","node_type":"ul","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Properties","Supported properties"],"context":{"gi-language":["default"]}},{"url":"Manual.html#manual","node_type":"p","page":"Manual","sections":["Manual"],"context":{"gi-language":["default"]}},{"url":"Manual.html#subpages","node_type":"p","page":"Manual","sections":[],"context":{"gi-language":["default"]}},{"url":"Meson-sample.html#a-note-to-visual-studio-users","node_type":"p","page":"Meson sample","sections":["Meson sample","A note to Visual Studio users"],"context":{"gi-language":["default"]}},{"url":"Meson-sample.html#meson-sample","node_type":"h1","page":"Meson sample","sections":["Meson sample"],"context":{"gi-language":["default"]}},{"url":"MesonCI.html#common-image-setup","node_type":"p","page":"Meson CI setup","sections":["Meson CI setup","Docker images","Common image setup"],"context":{"gi-language":["default"]}},{"url":"MesonCI.html#meson-ci-setup","node_type":"h1","page":"Meson CI setup","sections":["Meson CI setup"],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#mesons-policy-on-mixing-multiple-build-systems-in-one-build-directory","node_type":"h1","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory"],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#the-definition-of-build-system-mixing","node_type":"p","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory","The definition of \"build system mixing\""],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#what-does-this-mean-for-support-and-compatibility","node_type":"ul","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory","What does this mean for support and compatibility?"],"context":{"gi-language":["default"]}},{"url":"Modules.html#modules","node_type":"p","page":"Modules","sections":["Modules"],"context":{"gi-language":["default"]}},{"url":"Native-environments.html#persistent-native-environments","node_type":"p","page":"Persistent native environments","sections":["Persistent native environments"],"context":{"gi-language":["default"]}},{"url":"Overview.html#overview","node_type":"p","page":"Overview","sections":["Overview"],"context":{"gi-language":["default"]}},{"url":"Overview.html#terminology","node_type":"p","page":"Overview","sections":["Overview","Terminology"],"context":{"gi-language":["default"]}},{"url":"Performance-comparison.html#performance-comparison","node_type":"p","page":"Performance comparison","sections":["Performance comparison"],"context":{"gi-language":["default"]}},{"url":"Pkg-config-files.html#pkg-config-files","node_type":"p","page":"Pkg config files","sections":["Pkg config files"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#implicit-dependencies","node_type":"p","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","Implicit dependencies"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#pkggenerate","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","pkg.generate()"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#ac_subst","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Configure.ac","AC_SUBST"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#auto-headers","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Configure.ac","Auto headers"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#cleanfiles-extra_dist-etc","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Makefile.am","*CLEANFILES, EXTRA_DIST, etc."],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#configureac","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Configure.ac"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#makefileam","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Makefile.am"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#porting-from-autotools","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#toggling-the-usage-of-precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Toggling the usage of precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#using-precompiled-headers-with-gcc-and-derivatives","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Using precompiled headers with GCC and derivatives"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#using-precompiled-headers-with-msvc","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Using precompiled headers with MSVC"],"context":{"gi-language":["default"]}},{"url":"Project-templates.html#build-after-generation-of-template","node_type":"p","page":"Project templates","sections":["Build after generation of template"],"context":{"gi-language":["default"]}},{"url":"Project-templates.html#generate-a-build-script-for-an-existing-project","node_type":"p","page":"Project templates","sections":["Generate a build script for an existing project"],"context":{"gi-language":["default"]}},{"url":"Project-templates.html#project-templates","node_type":"p","page":"Project templates","sections":["Project templates"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#dependency","node_type":"ul","page":"Python module","sections":["Python module","\npython_installation object","Methods","dependency()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#extension_module","node_type":"ul","page":"Python module","sections":["Python module","\npython_installation object","Methods","extension_module()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#find_installation","node_type":"ul","page":"Python module","sections":["Python module","Functions","find_installation()"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#has_tools","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#preprocess","node_type":"p","page":"Qt4 module","sections":["Qt4 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#has_tools","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#preprocess","node_type":"p","page":"Qt5 module","sections":["Qt5 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#has_tools","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#qt6-module","node_type":"p","page":"Qt6 module","sections":["Qt6 module"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#compiling-a-meson-project","node_type":"h2","page":"Quickstart Guide","sections":["Using Meson","Compiling a Meson project"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#installation-from-source","node_type":"p","page":"Quickstart Guide","sections":["Using Meson","Installation from source"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#requirements","node_type":"p","page":"Quickstart Guide","sections":["Using Meson","Requirements"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#using-meson","node_type":"h1","page":"Quickstart Guide","sections":["Using Meson"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#using-meson-as-a-distro-packager","node_type":"h2","page":"Quickstart Guide","sections":["Using Meson","Using Meson as a distro packager"],"context":{"gi-language":["default"]}},{"url":"Reference-manual.html#reference-manual","node_type":"p","page":"Reference manual","sections":["Reference manual"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin.html#subpages","node_type":"p","page":"Builtin objects","sections":[],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments4","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_compiler()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#get_compiler_native","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_compiler()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#meson-object-meson","node_type":"h1","page":"meson","sections":["Meson object (meson)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#meson-object-methods","node_type":"h2","page":"meson","sections":["Meson object (meson)","Meson object methods"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_devenv","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_devenv()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_install_script","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonoverride_dependency","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.override_dependency()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonoverride_find_program","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.override_find_program()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonversion","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.version()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments3","node_type":"p","page":"str","sections":["String (str)","String methods","str.join()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example14","node_type":"p","page":"str","sections":["String (str)","String methods","str.version_compare()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strformat","node_type":"p","page":"str","sections":["String (str)","String methods","str.format()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_languages","node_type":"p","page":"Functions","sections":["Functions","add_languages()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_languages_required","node_type":"p","page":"Functions","sections":["Functions","add_languages()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_test_setup_timeout_multiplier","node_type":"p","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments13","node_type":"table","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments14","node_type":"table","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments17","node_type":"table","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments2","node_type":"table","page":"Functions","sections":["Functions","add_languages()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments22","node_type":"table","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments23","node_type":"table","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments26","node_type":"table","page":"Functions","sections":["Functions","import()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments50","node_type":"table","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments52","node_type":"table","page":"Functions","sections":["Functions","test()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments54","node_type":"table","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments6","node_type":"table","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments9","node_type":"table","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#benchmark_timeout","node_type":"p","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_link_language","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_link_with","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_link_language","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_link_with","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_capture","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_command","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_copy","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_capture","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_command","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_depends","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_feed","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency","node_type":"ul","page":"Functions","sections":["Functions","dependency()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_allow_fallback","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_default_options","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_fallback","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_native","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_required","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example1","node_type":"p","page":"Functions","sections":["Functions","files()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_link_language","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_link_with","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program","node_type":"p","page":"Functions","sections":["Functions","find_program()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_default_options","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_native","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_required","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#generator_capture","node_type":"p","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#import_required","node_type":"p","page":"Functions","sections":["Functions","import()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#include_directories","node_type":"p","page":"Functions","sections":["Functions","include_directories()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_link_language","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_link_with","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_link_language","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_link_with","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project","node_type":"p","page":"Functions","sections":["Functions","project()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_default_options","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_license","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_license_files","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_meson_version","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_subproject_dir","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_version","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_command","node_type":"p","page":"Functions","sections":["Functions","run_command()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_target","node_type":"p","page":"Functions","sections":["Functions","run_target()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_link_language","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_link_with","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_link_language","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_link_with","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_link_language","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_link_with","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subdir_done","node_type":"p","page":"Functions","sections":["Functions","subdir_done()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject","node_type":"ul","page":"Functions","sections":["Functions","subproject()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject_default_options","node_type":"p","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test","node_type":"p","page":"Functions","sections":["Functions","test()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test_timeout","node_type":"p","page":"Functions","sections":["Functions","test()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag_command","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned.html#subpages","node_type":"p","page":"Returned objects","sections":[],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_both_libs.html#build_tgtfull_path","node_type":"p","page":"Both libraries object","sections":["Both libraries object (both_libs extends lib)","Inherited methods","build_tgt.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_build_tgt.html#build_tgtfull_path","node_type":"p","page":"Build target","sections":["Build target (build_tgt extends tgt)","Build target methods","build_tgt.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#arguments5","node_type":"table","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set10()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#set10_value","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set10()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments1","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments10","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments12","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments13","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments14","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments15","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments16","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments17","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments18","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments19","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments2","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments20","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments21","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments22","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments24","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments4","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#find_library_dirs","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#find_library_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_argument_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_attribute_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_link_argument_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_multi_arguments_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_multi_link_arguments_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_custom_idx.html#custom_idxfull_path","node_type":"p","page":"Custom target index","sections":["Custom target index (custom_idx)","Custom target index methods","custom_idx.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_custom_tgt.html#custom_tgtfull_path","node_type":"p","page":"Custom target","sections":["Custom target (custom_tgt extends tgt)","Custom target methods","custom_tgt.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depname","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.name()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_env.html#environment-env","node_type":"p","page":"Environment","sections":["Environment (env)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_exe.html#build_tgtfull_path","node_type":"p","page":"Executable target","sections":["Executable target (exe extends build_tgt)","Inherited methods","build_tgt.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_external_program.html#external_programfull_path","node_type":"p","page":"External program","sections":["External program (external_program)","External program methods","external_program.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_external_program.html#external_programpath","node_type":"p","page":"External program","sections":["External program (external_program)","External program methods","external_program.path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#feature-option-object-feature","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_file.html#filefull_path","node_type":"p","page":"File","sections":["File (file)","File methods","file.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_jar.html#build_tgtfull_path","node_type":"p","page":"JAR build target","sections":["JAR build target (jar extends build_tgt)","Inherited methods","build_tgt.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_lib.html#build_tgtfull_path","node_type":"p","page":"Library target","sections":["Library target (lib extends build_tgt)","Inherited methods","build_tgt.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_tgt.html#extended-by","node_type":"p","page":"Meson Target","sections":["Meson Target (tgt)","Extended by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_tgt.html#meson-target-tgt","node_type":"h1","page":"Meson Target","sections":["Meson Target (tgt)"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-selection-variables","node_type":"p","page":"Reference tables","sections":["Reference tables","Compiler and Linker selection variables"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#cpu-families","node_type":"p","page":"Reference tables","sections":["Reference tables","CPU families"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#environment-variables-per-machine","node_type":"p","page":"Reference tables","sections":["Reference tables","Environment variables per machine"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#subsystem-names-since-120","node_type":"p","page":"Reference tables","sections":["Reference tables","Subsystem names (since 1.2.0)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#improvements-to-install-scripts","node_type":"p","page":"Release 0.37","sections":["New features","Improvements to install scripts"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#llvm-ir-compilation","node_type":"p","page":"Release 0.37","sections":["New features","LLVM IR compilation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#pkgconfig-dependencies","node_type":"p","page":"Release 0.37","sections":["New features","pkg-config dependencies"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#add-option-to-mesonconf-to-wipe-cached-data","node_type":"p","page":"Release 0.38","sections":["Add option to mesonconf to wipe cached data."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#intel-cc-compiler-support","node_type":"p","page":"Release 0.38","sections":["Intel C/C++ compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#silent-mode-for-mesontest","node_type":"p","page":"Release 0.38","sections":["Silent mode for Mesontest"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#support-for-arbitrary-test-setups","node_type":"p","page":"Release 0.38","sections":["Support for arbitrary test setups"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#uninstall-target","node_type":"p","page":"Release 0.38","sections":["Uninstall target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-39-0.html#extra-arguments-for-tests","node_type":"p","page":"Release 0.39","sections":["New features","Extra arguments for tests"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#automatic-initialization-of-subprojects-that-are-git-submodules","node_type":"p","page":"Release 0.40","sections":["New features","Automatic initialization of subprojects that are git submodules"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#can-specify-method-of-obtaining-dependencies","node_type":"p","page":"Release 0.40","sections":["New features","Can specify method of obtaining dependencies"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#cygwin-support","node_type":"p","page":"Release 0.40","sections":["New features","Cygwin support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#no-download-mode-for-wraps","node_type":"p","page":"Release 0.40","sections":["New features","No download mode for wraps"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#overriding-options-per-target","node_type":"p","page":"Release 0.40","sections":["New features","Overriding options per target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#running-mesonintrospect-from-scripts","node_type":"p","page":"Release 0.40","sections":["New features","Running mesonintrospect from scripts"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#reproducible-builds","node_type":"p","page":"Release 0.41","sections":["New features","Reproducible builds"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#support-for-capturing-stdout-of-a-command-in-configure_file","node_type":"p","page":"Release 0.41","sections":["New features","Support for capturing stdout of a command in configure_file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#add-support-for-genie-to-vala-compiler","node_type":"p","page":"Release 0.42","sections":["New features","Add support for Genie to Vala compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#added-build_rpath-keyword-argument","node_type":"p","page":"Release 0.42","sections":["New features","Added build_rpath keyword argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#disable-implicit-include-directories","node_type":"p","page":"Release 0.42","sections":["New features","Disable implicit include directories"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#keyword-argument-verification","node_type":"p","page":"Release 0.42","sections":["New features","Keyword argument verification"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#make-all-meson-functionality-invocable-via-the-main-executable","node_type":"h2","page":"Release 0.42","sections":["New features","Make all Meson functionality invocable via the main executable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#pcap-dependency-detector","node_type":"p","page":"Release 0.42","sections":["New features","Pcap dependency detector"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#simultaneous-use-of-address-and-undefined-behavior-sanitizers","node_type":"p","page":"Release 0.42","sections":["New features","Simultaneous use of Address- and Undefined Behavior Sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#better-support-for-shared-libraries-in-nonsystem-paths","node_type":"p","page":"Release 0.43","sections":["Better support for shared libraries in non-system paths"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#embedded-python-in-windows-msi-packages","node_type":"p","page":"Release 0.44","sections":["New features","Embedded Python in Windows MSI packages"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#libwmf-dependency-now-supports-libwmfconfig","node_type":"p","page":"Release 0.44","sections":["New features","Libwmf dependency now supports libwmf-config"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#experimental-fpga-support","node_type":"p","page":"Release 0.45","sections":["New features","Experimental FPGA support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#generator-outputs-can-preserve-directory-structure","node_type":"p","page":"Release 0.45","sections":["New features","Generator outputs can preserve directory structure"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#project-templates","node_type":"p","page":"Release 0.45","sections":["New features","Project templates"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#python-minimum-version-is-now-35","node_type":"p","page":"Release 0.45","sections":["New features","Python minimum version is now 3.5"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#generic-python-module","node_type":"p","page":"Release 0.46","sections":["New features","Generic python module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#meson-and-meson-configure-now-accept-the-same-arguments","node_type":"h2","page":"Release 0.46","sections":["New features","Meson and meson configure now accept the same arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#relaxing-of-target-name-requirements","node_type":"p","page":"Release 0.46","sections":["New features","Relaxing of target name requirements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#string-escape-character-sequence-update","node_type":"p","page":"Release 0.46","sections":["New features","String escape character sequence update"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#support-for-lcc-compiler-for-e2k-elbrus-architecture","node_type":"p","page":"Release 0.46","sections":["New features","Support for lcc compiler for e2k (Elbrus) architecture"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#arm-compilerversion-6-for-c-and-cpp","node_type":"p","page":"Release 0.47","sections":["New features","ARM compiler(version 6) for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#feature-detection-based-on-meson_version-in-project","node_type":"p","page":"Release 0.47","sections":["New features","Feature detection based on meson_version: in project()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#made-install-a-top-level-meson-command","node_type":"h2","page":"Release 0.47","sections":["New features","Made 'install' a top level Meson command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-base-build-option-for-llvm-apple-bitcode-support","node_type":"p","page":"Release 0.47","sections":["New features","New base build option for LLVM (Apple) bitcode support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-builtin-object-type-dictionary","node_type":"p","page":"Release 0.47","sections":["New features","New built-in object type: dictionary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-builtin-option-install_umask-with-a-default-value-022","node_type":"p","page":"Release 0.47","sections":["New features","New built-in option install_umask with a default value 022"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-keyword-argument-encoding-for-configure_file","node_type":"p","page":"Release 0.47","sections":["New features","New keyword argument encoding: for configure_file()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-options-to-gnomegdbus_codegen","node_type":"p","page":"Release 0.47","sections":["New features","New options to gnome.gdbus_codegen()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#polkit-support-for-privileged-installation","node_type":"p","page":"Release 0.47","sections":["New features","Polkit support for privileged installation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#fatal-warnings","node_type":"p","page":"Release 0.48","sections":["New features","Fatal warnings"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#meson-warns-if-two-calls-to-configure_file-write-to-the-same-file","node_type":"h2","page":"Release 0.48","sections":["New features","Meson warns if two calls to configure_file() write to the same file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#python3-module-is-deprecated","node_type":"p","page":"Release 0.48","sections":["New features","python3 module is deprecated"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#toggles-for-build-type-optimization-and-vcrt-type","node_type":"p","page":"Release 0.48","sections":["New features","Toggles for build type, optimization and vcrt type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#can-specify-keyword-arguments-with-a-dictionary","node_type":"p","page":"Release 0.49","sections":["New features","Can specify keyword arguments with a dictionary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#cmake-find_package-dependency-backend","node_type":"p","page":"Release 0.49","sections":["New features","CMake find_package dependency backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#deprecation-warning-in-pkgconfig-generator","node_type":"p","page":"Release 0.49","sections":["New features","Deprecation warning in pkg-config generator"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#joining-paths-with-","node_type":"p","page":"Release 0.49","sections":["New features","Joining paths with /"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#libgcrypt-dependency-now-supports-libgcryptconfig","node_type":"p","page":"Release 0.49","sections":["New features","Libgcrypt dependency now supports libgcrypt-config"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-section-key-for-the-buildoptions-introspection","node_type":"p","page":"Release 0.49","sections":["New features","New section key for the buildoptions introspection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#a-builtin-target-to-run-clangformat","node_type":"p","page":"Release 0.50.0","sections":["New features","A builtin target to run clang-format"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#add-subproject_dir-to-projectinfo-introspection-output","node_type":"p","page":"Release 0.50.0","sections":["New features","Add subproject_dir to --projectinfo introspection output"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-option-to-introspect-multiple-parameters-at-once","node_type":"ul","page":"Release 0.50.0","sections":["New features","Added option to introspect multiple parameters at once"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-the-mesoninfojson-introspection-file","node_type":"p","page":"Release 0.50.0","sections":["New features","Added the meson-info.json introspection file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#changed-the-json-format-of-the-introspection","node_type":"p","page":"Release 0.50.0","sections":["New features","Changed the JSON format of the introspection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#fortran-submodule-support","node_type":"p","page":"Release 0.50.0","sections":["New features","Fortran submodule support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#include_directories-accepts-a-string","node_type":"p","page":"Release 0.50.0","sections":["New features","\ninclude_directories accepts a string"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-buildoptions-can-now-be-used-without-configured-build-directory","node_type":"p","page":"Release 0.50.0","sections":["New features","\nintrospect --buildoptions can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-scandependencies-can-now-be-used-to-scan-for-dependencies-used-in-a-project","node_type":"p","page":"Release 0.50.0","sections":["New features","\nintrospect --scan-dependencies can now be used to scan for dependencies used in a project"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-targets-can-now-be-used-without-configured-build-directory","node_type":"p","page":"Release 0.50.0","sections":["New features","\nintrospect --targets can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#meson-configure-can-now-print-the-default-options-of-an-unconfigured-project","node_type":"p","page":"Release 0.50.0","sections":["New features","\nmeson configure can now print the default options of an unconfigured project"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#meson-file-rewriter","node_type":"h2","page":"Release 0.50.0","sections":["New features","Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#added-basic-support-for-the-xtensa-cpu-toolchain","node_type":"p","page":"Release 0.51.0","sections":["New features","Added basic support for the Xtensa CPU toolchain"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#c-preprocessor-flag-handling","node_type":"p","page":"Release 0.51.0","sections":["New features","(C) Preprocessor flag handling"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#can-link-against-custom-targets","node_type":"ul","page":"Release 0.51.0","sections":["New features","Can link against custom targets"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#cmake-prefix-path-overrides","node_type":"p","page":"Release 0.51.0","sections":["New features","CMake prefix path overrides"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#cmake-subprojects","node_type":"p","page":"Release 0.51.0","sections":["New features","CMake subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#fortran-include-statements-recursively-parsed","node_type":"p","page":"Release 0.51.0","sections":["New features","Fortran include statements recursively parsed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#gpgme-dependency-now-supports-gpgmeconfig","node_type":"p","page":"Release 0.51.0","sections":["New features","gpgme dependency now supports gpgme-config"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#new-target-keyword-argument-link_language","node_type":"p","page":"Release 0.51.0","sections":["New features","New target keyword argument: link_language\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#sanity-checking-compilers-with-user-flags","node_type":"p","page":"Release 0.51.0","sections":["New features","Sanity checking compilers with user flags"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#specifying-options-per-mer-machine","node_type":"p","page":"Release 0.51.0","sections":["New features","Specifying options per mer machine"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#tests-that-should-fail-but-did-not-are-now-errors","node_type":"p","page":"Release 0.51.0","sections":["New features","Tests that should fail but did not are now errors"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#added-only-tests-option-to-run_project_testspy","node_type":"p","page":"Release 0.52.0","sections":["New features","added --only test(s) option to run_project_tests.py"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#clangtidy-target","node_type":"p","page":"Release 0.52.0","sections":["New features","Clang-tidy target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#dist-is-now-a-top-level-command","node_type":"p","page":"Release 0.52.0","sections":["New features","Dist is now a top level command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#experimental-webassembly-support-via-emscripten","node_type":"p","page":"Release 0.52.0","sections":["New features","Experimental Webassembly support via Emscripten"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#mesons-builtin-b_lundef-is-now-supported-on-macos","node_type":"h2","page":"Release 0.52.0","sections":["New features","Meson's builtin b_lundef is now supported on macOS"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#the-meson-test-program-now-accepts-an-additional-gdbpath-argument-to-specify-the-gdb-binary","node_type":"h2","page":"Release 0.52.0","sections":["New features","The Meson test program now accepts an additional \"--gdb-path\" argument to specify the GDB binary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#added-new-meson-templates-for-dlang-rust-objectivec","node_type":"h2","page":"Release 0.53.0","sections":["New features","Added new Meson templates for Dlang, Rust, Objective-C\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#generic-overrider-for-dynamic-linker-selection","node_type":"p","page":"Release 0.53.0","sections":["New features","Generic Overrider for Dynamic Linker selection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#scalapack","node_type":"p","page":"Release 0.53.0","sections":["New features","Scalapack"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#source-tags-targets","node_type":"p","page":"Release 0.53.0","sections":["New features","Source tags targets"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#added-c-argument-to-meson-init-command","node_type":"p","page":"Release 0.54.0","sections":["New features","Added -C argument to meson init command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#emscripten-emcc-now-supports-threads","node_type":"p","page":"Release 0.54.0","sections":["New features","Emscripten (emcc) now supports threads"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#environment-variables-with-cross-builds","node_type":"p","page":"Release 0.54.0","sections":["New features","Environment Variables with Cross Builds"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#more-new-sample-meson-templates-for-java-cuda-and-more","node_type":"h2","page":"Release 0.54.0","sections":["New features","More new sample Meson templates for (Java, Cuda, and more)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#native-build-machine-compilers-not-always-required","node_type":"p","page":"Release 0.54.0","sections":["New features","Native (build machine) compilers not always required"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#native-file-properties","node_type":"p","page":"Release 0.54.0","sections":["New features","Native file properties"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#new-option-quiet-to-meson-install","node_type":"p","page":"Release 0.54.0","sections":["New features","New option --quiet to meson install\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#ninja-version-requirement-bumped-to-17","node_type":"p","page":"Release 0.54.0","sections":["New features","Ninja version requirement bumped to 1.7"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#property-support-emscriptens-wasmld","node_type":"p","page":"Release 0.54.0","sections":["New features","Property support emscripten's wasm-ld"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#the-msi-installer-is-only-available-in-64-bit-version","node_type":"p","page":"Release 0.54.0","sections":["New features","The MSI installer is only available in 64 bit version"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#uninstalled-pkgconfig-files","node_type":"p","page":"Release 0.54.0","sections":["New features","Uninstalled pkg-config files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#unity-file-block-size-is-configurable","node_type":"p","page":"Release 0.54.0","sections":["New features","Unity file block size is configurable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#configure-cmake-subprojects-with-mesonsubproject_options","node_type":"p","page":"Release 0.55.0","sections":["New features","Configure CMake subprojects with Meson.subproject_options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#local-wrap-patch-directory","node_type":"p","page":"Release 0.55.0","sections":["New features","Local wrap patch directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#meson-test-now-produces-junit-xml-from-results","node_type":"h2","page":"Release 0.55.0","sections":["New features","Meson test now produces JUnit xml from results"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#response-files-enabled-on-linux-reined-in-on-windows","node_type":"p","page":"Release 0.55.0","sections":["New features","Response files enabled on Linux, reined in on Windows"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#rpath-removal-now-more-careful","node_type":"p","page":"Release 0.55.0","sections":["New features","rpath removal now more careful"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#test-protocol-for-gtest","node_type":"p","page":"Release 0.55.0","sections":["New features","Test protocol for gtest"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#test-scripts-are-given-the-exe-wrapper-if-needed","node_type":"p","page":"Release 0.55.0","sections":["New features","Test scripts are given the exe wrapper if needed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#cmake-subproject-cross-compilation-support","node_type":"p","page":"Release 0.56.0","sections":["New features","CMake subproject cross compilation support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#controlling-subproject-dependencies-with-dependencyallow_fallback-","node_type":"p","page":"Release 0.56.0","sections":["New features","Controlling subproject dependencies with dependency(allow_fallback: ...)\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#external-projects","node_type":"p","page":"Release 0.56.0","sections":["New features","External projects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-subprojects-command","node_type":"ul","page":"Release 0.56.0","sections":["New features","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#mesonbuild_root-and-mesonsource_root-are-deprecated","node_type":"p","page":"Release 0.56.0","sections":["New features","\nmeson.build_root() and meson.source_root() are deprecated"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#project-and-builtin-options-can-be-set-in-native-or-cross-files","node_type":"p","page":"Release 0.56.0","sections":["New features","Project and built-in options can be set in native or cross files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#python-35-support-will-be-dropped-in-the-next-release","node_type":"p","page":"Release 0.56.0","sections":["New features","Python 3.5 support will be dropped in the next release"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#unstablekeyval-is-now-stable-keyval","node_type":"p","page":"Release 0.56.0","sections":["New features","\nunstable-keyval is now stable keyval\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#wraps-from-subprojects-are-automatically-promoted","node_type":"p","page":"Release 0.56.0","sections":["New features","Wraps from subprojects are automatically promoted"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#edit-and-continue-zi-is-no-longer-used-by-default-for-visual-studio","node_type":"p","page":"Release 0.57.0","sections":["New features","\"Edit and continue\" (/ZI) is no longer used by default for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#meson-test-now-accepts-protocol-rust","node_type":"h2","page":"Release 0.57.0","sections":["New features","Meson test() now accepts protocol : 'rust'\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#minimum-required-python-version-updated-to-36","node_type":"p","page":"Release 0.57.0","sections":["New features","Minimum required Python version updated to 3.6"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#msvcclangcl-argument-changescleanup","node_type":"p","page":"Release 0.57.0","sections":["New features","MSVC/Clang-Cl Argument Changes/Cleanup"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#new-logging-format-for-meson-test","node_type":"ul","page":"Release 0.57.0","sections":["New features","New logging format for meson test\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#project-version-can-be-specified-with-a-file","node_type":"p","page":"Release 0.57.0","sections":["New features","Project version can be specified with a file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#rust-now-has-an-std-option","node_type":"p","page":"Release 0.57.0","sections":["New features","Rust now has an std option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#support-for-reading-files-at-configuration-time-with-the-fs-module","node_type":"p","page":"Release 0.57.0","sections":["New features","Support for reading files at configuration time with the fs module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#the-add__script-methods-now-accept-a-file-as-the-first-argument","node_type":"p","page":"Release 0.57.0","sections":["New features","The add_*_script methods now accept a File as the first argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#unstable-rust-module","node_type":"p","page":"Release 0.57.0","sections":["New features","Unstable Rust module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#unstableexternal_project-improvements","node_type":"ul","page":"Release 0.57.0","sections":["New features","\nunstable-external_project improvements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#clangformat-include-and-ignore-lists","node_type":"p","page":"Release 0.58.0","sections":["New features","clang-format include and ignore lists"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#developer-environment","node_type":"ul","page":"Release 0.58.0","sections":["New features","Developer environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#introducing-format-strings-to-the-meson-language","node_type":"h2","page":"Release 0.58.0","sections":["New features","Introducing format strings to the Meson language"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#meson-subprojects-update-reset-now-reextract-tarballs","node_type":"p","page":"Release 0.58.0","sections":["New features","\nmeson subprojects update --reset now re-extract tarballs"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#multiple-append-and-prepend-in-environment-object","node_type":"p","page":"Release 0.58.0","sections":["New features","Multiple append() and prepend() in environment() object"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#pipe-no-longer-used-by-default","node_type":"p","page":"Release 0.58.0","sections":["New features","\n-pipe no longer used by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#automatically-set-up-visual-studio-environment","node_type":"p","page":"Release 0.59.0","sections":["New features","Automatically set up Visual Studio environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#cython-as-as-first-class-language","node_type":"p","page":"Release 0.59.0","sections":["New features","Cython as as first class language"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#new-custom-dependency-for-libintl","node_type":"p","page":"Release 0.59.0","sections":["New features","New custom dependency for libintl"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#update_desktop_database-added-to-gnomepost_install","node_type":"p","page":"Release 0.59.0","sections":["New features","\nupdate_desktop_database added to gnome.post_install()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#using-vala-no-longer-requires-c-in-the-project-languages","node_type":"p","page":"Release 0.59.0","sections":["New features","Using Vala no longer requires C in the project languages"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#deprecated-project-options","node_type":"p","page":"Release 0.60.0","sections":["New features","Deprecated project options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#force-visual-studio-environment-activation","node_type":"p","page":"Release 0.60.0","sections":["New features","Force Visual Studio environment activation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#install-destdir-relative-to-build-directory","node_type":"p","page":"Release 0.60.0","sections":["New features","Install DESTDIR relative to build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#java-module","node_type":"p","page":"Release 0.60.0","sections":["New features","Java Module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#link-tests-can-use-sources-for-a-different-compiler","node_type":"p","page":"Release 0.60.0","sections":["New features","Link tests can use sources for a different compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#more-efficient-static-linking-of-uninstalled-libraries","node_type":"p","page":"Release 0.60.0","sections":["New features","More efficient static linking of uninstalled libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#msvc-compiler-now-assumes-utf8-source-code-by-default","node_type":"p","page":"Release 0.60.0","sections":["New features","MSVC compiler now assumes UTF-8 source code by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#override-python-installation-paths","node_type":"p","page":"Release 0.60.0","sections":["New features","Override python installation paths"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#support-for-clippydriver-as-a-rustc-wrapper","node_type":"p","page":"Release 0.60.0","sections":["New features","Support for clippy-driver as a rustc wrapper"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#unknown-options-are-now-always-fatal","node_type":"p","page":"Release 0.60.0","sections":["New features","Unknown options are now always fatal"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#added-support-for-sccache","node_type":"p","page":"Release 0.61.0","sections":["New features","Added support for sccache"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#python-36-support-will-be-dropped-in-the-next-release","node_type":"p","page":"Release 0.61.0","sections":["New features","Python 3.6 support will be dropped in the next release"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#support-for-cmake-314-is-now-deprecated-for-cmake-subprojects","node_type":"p","page":"Release 0.61.0","sections":["New features","Support for CMake <3.14 is now deprecated for CMake subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#visual-studio-2022-backend","node_type":"p","page":"Release 0.61.0","sections":["New features","Visual Studio 2022 backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-optional-allowdirty-flag-for-the-dist-command","node_type":"p","page":"Release 0.62.0","sections":["New features","Added optional '--allow-dirty' flag for the 'dist' command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-support-for-texas-instruments-msp430-and-arm-compilers","node_type":"p","page":"Release 0.62.0","sections":["New features","Added support for Texas Instruments MSP430 and ARM compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#all-directory-options-now-support-paths-outside-of-prefix","node_type":"p","page":"Release 0.62.0","sections":["New features","All directory options now support paths outside of prefix"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#cmake-server-api-support-is-removed","node_type":"p","page":"Release 0.62.0","sections":["New features","CMake server API support is removed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#experimental-command-to-convert-environments-to-cross-files","node_type":"p","page":"Release 0.62.0","sections":["New features","Experimental command to convert environments to cross files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#minimum-required-python-version-updated-to-37","node_type":"p","page":"Release 0.62.0","sections":["New features","Minimum required Python version updated to 3.7"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#new-custom-dependency-for-openssl","node_type":"p","page":"Release 0.62.0","sections":["New features","New custom dependency for OpenSSL"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#new-keyword-argument-verbose-for-tests-and-benchmarks","node_type":"p","page":"Release 0.62.0","sections":["New features","New keyword argument verbose for tests and benchmarks"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#pkgconfiggenerate-will-now-include-variables-for-builtin-directories-when-referenced","node_type":"p","page":"Release 0.62.0","sections":["New features","pkgconfig.generate will now include variables for builtin directories when referenced"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#setup-gdb-autoload-for-meson-devenv","node_type":"p","page":"Release 0.62.0","sections":["New features","Setup GDB auto-load for meson devenv\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#structured_sources","node_type":"p","page":"Release 0.62.0","sections":["New features","structured_sources()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#coverage-targets-now-respect-tool-config-files","node_type":"p","page":"Release 0.63.0","sections":["New features","Coverage targets now respect tool config files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#diff-files-for-wraps","node_type":"p","page":"Release 0.63.0","sections":["New features","Diff files for wraps"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#msvc-now-sets-the-__cplusplus-define-accurately","node_type":"p","page":"Release 0.63.0","sections":["New features","MSVC now sets the __cplusplus #define accurately"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#new-prefer_static-builtin-option","node_type":"p","page":"Release 0.63.0","sections":["New features","New prefer_static built-in option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#add-optimization-plain-option","node_type":"p","page":"Release 0.64.0","sections":["New features","Add optimization plain option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#added-update_mime_database-to-gnomepost_install","node_type":"p","page":"Release 0.64.0","sections":["New features","Added update_mime_database to gnome.post_install()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#automatic-fallback-using-wrapdb","node_type":"p","page":"Release 0.64.0","sections":["New features","Automatic fallback using WrapDB"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#bsd-support-for-the-jni-dependency","node_type":"p","page":"Release 0.64.0","sections":["New features","BSD support for the jni dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#deprecate-javagenerate_native_headers-rename-to-javanative_headers","node_type":"p","page":"Release 1.0.0","sections":["New features","Deprecate java.generate_native_headers, rename to java.native_headers\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#new-features","node_type":"p","page":"Release 1.0.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#coercing-values-in-the-option-function-is-deprecated","node_type":"p","page":"Release 1.1.0","sections":["New features","coercing values in the option() function is deprecated"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#generated-objects-can-be-passed-in-the-objects-keyword-argument","node_type":"p","page":"Release 1.1.0","sections":["New features","Generated objects can be passed in the objects: keyword argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#meson-install-now-supports-userpreferred-root-elevation-tools","node_type":"p","page":"Release 1.1.0","sections":["New features","\nmeson install now supports user-preferred root elevation tools"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#new-features","node_type":"p","page":"Release 1.1.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#sudo-meson-install-now-drops-privileges-when-rebuilding-targets","node_type":"p","page":"Release 1.1.0","sections":["New features","\nsudo meson install now drops privileges when rebuilding targets"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#machine-objects-get-kernel-and-subsystem-properties","node_type":"p","page":"Release 1.2.0","sections":["New features","Machine objects get kernel and subsystem properties"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#new-features","node_type":"p","page":"Release 1.2.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#new-override-of-find_programmeson","node_type":"p","page":"Release 1.2.0","sections":["New features","New override of find_program('meson')\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#clangtidyfix-target","node_type":"p","page":"Release 1.3.0","sections":["New features","clang-tidy-fix target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#deprecated-rust_crate_type-and-replaced-by-rust_abi","node_type":"p","page":"Release 1.3.0","sections":["New features","Deprecated rust_crate_type and replaced by rust_abi\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#lang_sharedstatic_args-for-both_library-library-and-build_target","node_type":"p","page":"Release 1.3.0","sections":["New features","\n_(shared|static)_args for both_library, library, and build_target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#machine-files-pkgconfig-field-deprecated-and-replaced-by-pkgconfig","node_type":"p","page":"Release 1.3.0","sections":["New features","Machine files: pkgconfig field deprecated and replaced by pkg-config\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#meson-compile-command-now-accepts-suffixes-for-target","node_type":"h2","page":"Release 1.3.0","sections":["New features","Meson compile command now accepts suffixes for TARGET"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#new-features","node_type":"p","page":"Release 1.3.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#tests-now-abort-on-errors-by-default-under-sanitizers","node_type":"p","page":"Release 1.3.0","sections":["New features","Tests now abort on errors by default under sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#update-options-with-meson-setup-builddir-doptvalue","node_type":"p","page":"Release 1.3.0","sections":["New features","Update options with meson setup -Dopt=value\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#bindgen-will-now-use-mesons-heuristic-for-what-is-a-c-header","node_type":"h2","page":"Release 1.4.0","sections":["New features","Bindgen will now use Meson's heuristic for what is a C++ header"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#file-object-now-has-full_path-method","node_type":"p","page":"Release 1.4.0","sections":["New features","File object now has full_path() method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#meson-now-reads-the-project-version-of-cmake-subprojects","node_type":"h2","page":"Release 1.4.0","sections":["New features","Meson now reads the project version of cmake subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#new-features","node_type":"p","page":"Release 1.4.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#overriding-bindgen-language-setting","node_type":"p","page":"Release 1.4.0","sections":["New features","Overriding bindgen language setting"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#tests-now-abort-on-errors-by-default-under-more-sanitizers","node_type":"p","page":"Release 1.4.0","sections":["New features","Tests now abort on errors by default under more sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#meson-configure-handles-changes-to-options-in-more-cases","node_type":"h2","page":"Release 1.5.0","sections":["New features","Meson configure handles changes to options in more cases"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#meson-now-propagates-its-build-type-to-cmake","node_type":"h2","page":"Release 1.5.0","sections":["New features","Meson now propagates its build type to CMake"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#new-features","node_type":"p","page":"Release 1.5.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#support-for-texas-instruments-c6000-cc-compiler","node_type":"p","page":"Release 1.5.0","sections":["New features","Support for Texas Instruments C6000 C/C++ compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#the-meson-test-program-supports-a-new-interactive-argument","node_type":"h2","page":"Release 1.5.0","sections":["New features","The Meson test program supports a new \"--interactive\" argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#the-meson-test-program-supports-a-new-maxlines-argument","node_type":"h2","page":"Release 1.5.0","sections":["New features","The Meson test program supports a new \"--max-lines\" argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#cargo-subprojects-is-experimental","node_type":"p","page":"Release 1.6.0","sections":["New features","Cargo subprojects is experimental"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#new-features","node_type":"p","page":"Release 1.6.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#simple-tool-to-test-build-reproducibility","node_type":"p","page":"Release 1.6.0","sections":["New features","Simple tool to test build reproducibility"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#support-for-llvmbased-flang-compiler","node_type":"p","page":"Release 1.6.0","sections":["New features","Support for LLVM-based flang compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#support-for-openxl-compiler-in-aix","node_type":"p","page":"Release 1.6.0","sections":["New features","Support for OpenXL compiler in AIX."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#tools-can-be-selected-when-calling-has_tools-on-the-qt-modules","node_type":"p","page":"Release 1.6.0","sections":["New features","Tools can be selected when calling has_tools() on the Qt modules"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#zig-011-can-be-used-as-a-cc-compiler-frontend","node_type":"p","page":"Release 1.6.0","sections":["New features","Zig 0.11 can be used as a C/C++ compiler frontend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#cargo-features-are-resolved-globally","node_type":"p","page":"Release 1.7.0","sections":["New features","Cargo features are resolved globally"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#meson-can-run-clippy-on-rust-projects","node_type":"h2","page":"Release 1.7.0","sections":["New features","Meson can run \"clippy\" on Rust projects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#new-features","node_type":"p","page":"Release 1.7.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#support-for-rust-2024","node_type":"p","page":"Release 1.7.0","sections":["New features","Support for Rust 2024"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#support-tasking-vxtoolset","node_type":"p","page":"Release 1.7.0","sections":["New features","Support TASKING VX-Toolset"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#test-targets-no-longer-built-by-default","node_type":"p","page":"Release 1.7.0","sections":["New features","Test targets no longer built by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#per-project-subproject-options-rewrite","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Per project subproject options rewrite"],"context":{"gi-language":["default"]}},{"url":"Release-procedure.html#trunk","node_type":"p","page":"Release procedure","sections":["Trunk"],"context":{"gi-language":["default"]}},{"url":"Releasing.html#release-team","node_type":"p","page":"Releasing a new Meson version","sections":["Release team"],"context":{"gi-language":["default"]}},{"url":"Releasing.html#releasing-a-new-meson-version","node_type":"h1","page":"Releasing a new Meson version","sections":["Releasing a new Meson version"],"context":{"gi-language":["default"]}},{"url":"Reproducible-builds.html#reproducible-builds","node_type":"p","page":"Reproducible builds","sections":["Reproducible builds"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#adding-and-removing-sources","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the rewriter","Adding and removing sources"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#extracting-information","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Extracting information"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#limitations","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Limitations"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#meson-file-rewriter","node_type":"h1","page":"Meson file rewriter","sections":["Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#using-the-rewriter","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the rewriter"],"context":{"gi-language":["default"]}},{"url":"Run-targets.html#run-targets","node_type":"p","page":"Run targets","sections":["Run targets"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#building-directly-with-ninja","node_type":"p","page":"Running Meson","sections":["Running Meson","Building from the source","Building directly with ninja"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#command-line-help","node_type":"p","page":"Running Meson","sections":["Running Meson","Command line help"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#configuring-the-build-directory","node_type":"p","page":"Running Meson","sections":["Running Meson","Configuring the build directory"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#environment-variables","node_type":"p","page":"Running Meson","sections":["Running Meson","Environment variables"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#exit-status","node_type":"p","page":"Running Meson","sections":["Running Meson","Exit status"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#installing","node_type":"p","page":"Running Meson","sections":["Running Meson","Installing"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#running-meson","node_type":"h1","page":"Running Meson","sections":["Running Meson"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#running-tests","node_type":"p","page":"Running Meson","sections":["Running Meson","Running tests"],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#bindgen","node_type":"p","page":"Rust module","sections":["Rust module","Functions","bindgen()"],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#rust-module","node_type":"p","page":"Rust module","sections":["Rust module"],"context":{"gi-language":["default"]}},{"url":"Rust.html#avoid-using-extern-crate","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Avoid using extern crate\n"],"context":{"gi-language":["default"]}},{"url":"Rust.html#linking-with-standard-libraries","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Linking with standard libraries"],"context":{"gi-language":["default"]}},{"url":"Rust.html#mixing-generated-and-static-sources","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Mixing Generated and Static sources"],"context":{"gi-language":["default"]}},{"url":"Rust.html#mixing-rust-and-nonrust-sources","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Mixing Rust and non-Rust sources"],"context":{"gi-language":["default"]}},{"url":"Rust.html#use-with-rustanalyzer","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Use with rust-analyzer"],"context":{"gi-language":["default"]}},{"url":"Rust.html#using-rust-with-meson","node_type":"h1","page":"Rust","sections":["Using Rust with Meson"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#note-for-linux-libraries","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps","Note for Linux libraries"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#shipping-prebuilt-binaries-as-wraps","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#using-a-wrap-file","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps","Using a wrap file"],"context":{"gi-language":["default"]}},{"url":"Simd-module.html#unstable-simd-module","node_type":"p","page":"Unstable SIMD module","sections":["Unstable SIMD module"],"context":{"gi-language":["default"]}},{"url":"Simple-comparison.html#a-simple-comparison","node_type":"p","page":"A simple comparison","sections":["A simple comparison"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#installing-meson","node_type":"h2","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#linux1","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing Meson","Linux"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#running-meson","node_type":"h2","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Running Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#the-absolute-beginners-guide-to-installing-and-using-meson","node_type":"h1","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#windows1","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing Meson","Windows"],"context":{"gi-language":["default"]}},{"url":"Style-guide.html#naming-options","node_type":"p","page":"Style recommendations","sections":["Style recommendations","Naming options"],"context":{"gi-language":["default"]}},{"url":"Style-guide.html#naming-variable","node_type":"p","page":"Style recommendations","sections":["Style recommendations","Naming Variable"],"context":{"gi-language":["default"]}},{"url":"Style-guide.html#style-recommendations","node_type":"p","page":"Style recommendations","sections":["Style recommendations"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#adding-variables-to-the-dependency","node_type":"p","page":"Subprojects","sections":["Subprojects","A subproject example","Adding variables to the dependency"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#build-options-in-subproject","node_type":"p","page":"Subprojects","sections":["Subprojects","A subproject example","Build options in subproject"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#commandline-options","node_type":"ul","page":"Subprojects","sections":["Subprojects","Command-line options"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#download-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Download subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#obtaining-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","Obtaining subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#toggling-between-system-libraries-and-embedded-sources","node_type":"p","page":"Subprojects","sections":["Subprojects","Using a subproject","Toggling between system libraries and embedded sources"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#update-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Update subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#why-must-all-subprojects-be-inside-a-single-directory","node_type":"p","page":"Subprojects","sections":["Subprojects","Why must all subprojects be inside a single directory?"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#argument-flattening","node_type":"p","page":"Syntax","sections":["Syntax","Function calls","Argument flattening"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#arrays","node_type":"p","page":"Syntax","sections":["Syntax","Arrays"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#foreach-statements","node_type":"p","page":"Syntax","sections":["Syntax","Foreach statements"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#format-strings","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String formatting","Format strings"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#function-calls","node_type":"p","page":"Syntax","sections":["Syntax","Function calls"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#grammar","node_type":"p","page":"Syntax","sections":["Syntax","Grammar"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#includes","node_type":"p","page":"Syntax","sections":["Syntax","Includes"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#logical-operations","node_type":"p","page":"Syntax","sections":["Syntax","Logical operations"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#numbers","node_type":"p","page":"Syntax","sections":["Syntax","Numbers"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#stability-promises","node_type":"p","page":"Syntax","sections":["Syntax","Stability Promises"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#strings","node_type":"p","page":"Syntax","sections":["Syntax","Strings"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#syntax","node_type":"p","page":"Syntax","sections":["Syntax"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#userdefined-functions-and-methods","node_type":"p","page":"Syntax","sections":["Syntax","User-defined functions and methods"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#variables","node_type":"p","page":"Syntax","sections":["Syntax","Variables"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#version_compare","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String methods",".version_compare()"],"context":{"gi-language":["default"]}},{"url":"Threads.html#threads","node_type":"p","page":"Threads","sections":["Threads"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#adding-dependencies","node_type":"p","page":"Tutorial","sections":["Tutorial","Adding dependencies"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#the-humble-beginning","node_type":"p","page":"Tutorial","sections":["Tutorial","The humble beginning"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#tutorial","node_type":"p","page":"Tutorial","sections":["Tutorial"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#coverage","node_type":"p","page":"Unit tests","sections":["Unit tests","Coverage"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#legacy-notes","node_type":"p","page":"Unit tests","sections":["Unit tests","Legacy notes"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#other-test-options","node_type":"p","page":"Unit tests","sections":["Unit tests","Testing tool","Other test options"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#parallelism","node_type":"p","page":"Unit tests","sections":["Unit tests","Parallelism"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#priorities","node_type":"p","page":"Unit tests","sections":["Unit tests","Priorities"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#skipped-tests-and-hard-errors","node_type":"p","page":"Unit tests","sections":["Unit tests","Skipped tests and hard errors"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#test-outputs","node_type":"p","page":"Unit tests","sections":["Unit tests","Test outputs"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#testing-tool","node_type":"p","page":"Unit tests","sections":["Unit tests","Testing tool"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#testlogjunitxml","node_type":"p","page":"Unit tests","sections":["Unit tests","Test outputs","testlog.junit.xml"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#unit-tests","node_type":"p","page":"Unit tests","sections":["Unit tests"],"context":{"gi-language":["default"]}},{"url":"Unity-builds.html#unity-builds","node_type":"p","page":"Unity builds","sections":["Unity builds"],"context":{"gi-language":["default"]}},{"url":"Use-of-Python.html#cross-platform-tooling","node_type":"p","page":"Use of Python","sections":["Dependency hell","Cross platform tooling"],"context":{"gi-language":["default"]}},{"url":"Use-of-Python.html#dependency-hell","node_type":"p","page":"Use of Python","sections":["Dependency hell"],"context":{"gi-language":["default"]}},{"url":"Use-of-Python.html#reimplementability","node_type":"p","page":"Use of Python","sections":["Dependency hell","Reimplementability"],"context":{"gi-language":["default"]}},{"url":"Use-of-Python.html#use-of-python","node_type":"p","page":"Use of Python","sections":["Use of Python"],"context":{"gi-language":["default"]}},{"url":"Users.html#list-of-projects-using-meson","node_type":"h1","page":"Users","sections":["List of projects using Meson"],"context":{"gi-language":["default"]}},{"url":"Using-multiple-build-directories.html#multiple-build-directories-for-the-same-source-tree","node_type":"p","page":"Using multiple build directories","sections":["Using multiple build directories","Multiple build directories for the same source tree"],"context":{"gi-language":["default"]}},{"url":"Using-multiple-build-directories.html#specialized-uses","node_type":"p","page":"Using multiple build directories","sections":["Using multiple build directories","Specialized uses"],"context":{"gi-language":["default"]}},{"url":"Using-multiple-build-directories.html#using-multiple-build-directories","node_type":"p","page":"Using multiple build directories","sections":["Using multiple build directories"],"context":{"gi-language":["default"]}},{"url":"Using-the-WrapDB.html#using-the-wrapdb","node_type":"p","page":"Using the WrapDB","sections":["Using the WrapDB"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-clangcl-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using Clang-CL with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-intelcl-icl-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using Intel-CL (ICL) with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-wraptool.html#automatic-dependency-fallback","node_type":"p","page":"Using wraptool","sections":["Using wraptool","Automatic dependency fallback"],"context":{"gi-language":["default"]}},{"url":"Using-wraptool.html#using-wraptool","node_type":"p","page":"Using wraptool","sections":["Using wraptool"],"context":{"gi-language":["default"]}},{"url":"Vala.html#adding-to-valas-search-path","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Adding to Vala's search path"],"context":{"gi-language":["default"]}},{"url":"Vala.html#changing-c-header-and-vapi-names","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Building libraries","Changing C header and VAPI names"],"context":{"gi-language":["default"]}},{"url":"Vala.html#compiling-vala-applications-and-libraries","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries"],"context":{"gi-language":["default"]}},{"url":"Vala.html#gobject-introspection-and-language-bindings","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Building libraries","GObject Introspection and language bindings"],"context":{"gi-language":["default"]}},{"url":"Vala.html#libraries-without-pkgconfig-files","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Libraries without pkg-config files"],"context":{"gi-language":["default"]}},{"url":"Vala.html#targeting-a-version-of-glib","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Targeting a version of GLib"],"context":{"gi-language":["default"]}},{"url":"Vala.html#using-libraries","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries"],"context":{"gi-language":["default"]}},{"url":"Videos.html#videos","node_type":"ul","page":"Videos","sections":["Videos"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#creating-and-compiling","node_type":"p","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects","Creating and compiling"],"context":{"gi-language":["default"]}},{"url":"Wayland-module.html#unstable-wayland-module","node_type":"p","page":"Unstable Wayland Module","sections":["Unstable Wayland Module"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#avoid-exposing-compilable-source-files-in-declare_dependency","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Avoid exposing compilable source files in declare_dependency"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#declare-generated-headers-explicitly","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Declare generated headers explicitly"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#make-libraries-buildable-both-as-static-and-shared","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Make libraries buildable both as static and shared"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#wrap-best-practices-and-tips","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#cargo-wraps","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section","Cargo wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#cmake-wraps","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section","CMake wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#diff-files","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Diff files"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#getting-wraps","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Getting wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#how-it-works","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","How it works"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#provide-section","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#wrap-dependency-system-manual","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#wrapfile-with-meson-build-patch","node_type":"h2","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","wrap-file with Meson build patch"],"context":{"gi-language":["default"]}},{"url":"Wrapdb-projects.html#meson-wrapdb-packages","node_type":"h1","page":"Meson WrapDB packages","sections":["Meson WrapDB packages"],"context":{"gi-language":["default"]}},{"url":"Yaml-RefMan.html#linking-to-the-reference-manual","node_type":"p","page":"YAML Reference manual","sections":["Reference Manual","Linking to the Reference Manual"],"context":{"gi-language":["default"]}},{"url":"Yaml-RefMan.html#reference-manual","node_type":"p","page":"YAML Reference manual","sections":["Reference Manual"],"context":{"gi-language":["default"]}},{"url":"howtox.html#how-do-i-do-x-in-meson","node_type":"h1","page":"How do I do X in Meson?","sections":["How do I do X in Meson?"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-compiler","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set compiler"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-linker","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set linker"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-address-sanitizer","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use address sanitizer"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-clippy","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use clippy"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-existing-findnamecmake-files","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use existing Find.cmake files"],"context":{"gi-language":["default"]}},{"url":"index.html#community","node_type":"p","page":"The Meson Build system","sections":["The Meson Build system","Community"],"context":{"gi-language":["default"]}},{"url":"index.html#development","node_type":"p","page":"The Meson Build system","sections":["The Meson Build system","Community","Development"],"context":{"gi-language":["default"]}},{"url":"index.html#overview","node_type":"p","page":"The Meson Build system","sections":["The Meson Build system","Overview"],"context":{"gi-language":["default"]}},{"url":"index.html#projects-using-meson","node_type":"h3","page":"The Meson Build system","sections":["The Meson Build system","Community","Projects using Meson"],"context":{"gi-language":["default"]}},{"url":"index.html#the-meson-build-system","node_type":"h1","page":"The Meson Build system","sections":["The Meson Build system"],"context":{"gi-language":["default"]}},{"url":"index.html#tutorials","node_type":"ul","page":"The Meson Build system","sections":["The Meson Build system","Tutorials"],"context":{"gi-language":["default"]}},{"url":"legal.html#legal-information","node_type":"p","page":"Legal information","sections":["Legal information"],"context":{"gi-language":["default"]}},{"url":"legal.html#meson-logo-licensing","node_type":"h2","page":"Legal information","sections":["Legal information","Meson logo licensing"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"Meson","urls":[{"url":"ARM-performance-test.html#arm-performance-test","node_type":"p","page":"Arm performance test","sections":["Arm performance test"],"context":{"gi-language":["default"]}},{"url":"ARM-performance-test.html#measurements","node_type":"p","page":"Arm performance test","sections":["Arm performance test","Measurements"],"context":{"gi-language":["default"]}},{"url":"Adding-arguments.html#adding-arguments","node_type":"p","page":"Adding arguments","sections":["Adding arguments"],"context":{"gi-language":["default"]}},{"url":"Adding-arguments.html#global-arguments","node_type":"p","page":"Adding arguments","sections":["Adding arguments","Global arguments"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#changes-to-original-source","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","Changes to original source"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#creating-the-wrap-contents","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","How to contribute a new wrap","Creating the wrap contents"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#how-it-works","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","How it works"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#how-to-contribute-a-new-wrap","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","How to contribute a new wrap"],"context":{"gi-language":["default"]}},{"url":"Additional.html#additional-documentation","node_type":"p","page":"Additional documentation","sections":["Additional documentation"],"context":{"gi-language":["default"]}},{"url":"Additional.html#subpages","node_type":"p","page":"Additional documentation","sections":[],"context":{"gi-language":["default"]}},{"url":"Build-options.html#arrays","node_type":"p","page":"Build options","sections":["Build options","Build option types","Arrays"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#build-options","node_type":"p","page":"Build options","sections":["Build options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#deprecated-options","node_type":"p","page":"Build options","sections":["Build options","Deprecated options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#integers","node_type":"p","page":"Build options","sections":["Build options","Build option types","Integers"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#using-build-options","node_type":"p","page":"Build options","sections":["Build options","Using build options"],"context":{"gi-language":["default"]}},{"url":"Build-system-converters.html#build-system-converters","node_type":"p","page":"Build system converters","sections":["Build system converters"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#build-targets","node_type":"p","page":"Build targets","sections":["Build targets"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#libraries-and-executables","node_type":"p","page":"Build targets","sections":["Build targets","Libraries and executables"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#object-files","node_type":"p","page":"Build targets","sections":["Build targets","Object files"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#builtin-options","node_type":"p","page":"Built-in options","sections":["Built-in options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-backend","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for backend\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-vsenv","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for vsenv\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#directories","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Directories"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#module-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#python-module","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options","Python module"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-module","node_type":"p","page":"CMake module","sections":["CMake module"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-subprojects","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#configuration-options","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Configuration options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cross-compilation","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Cross compilation"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#subproject-object","node_type":"ul","page":"CMake module","sections":["CMake module","CMake subprojects","\nsubproject object"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#usage","node_type":"p","page":"CMake module","sections":["CMake module","Usage"],"context":{"gi-language":["default"]}},{"url":"Code-formatting.html#clangformat","node_type":"p","page":"clang-format","sections":["clang-format"],"context":{"gi-language":["default"]}},{"url":"Commands.html#commandline-commands","node_type":"p","page":"Command-line commands","sections":["Command-line commands"],"context":{"gi-language":["default"]}},{"url":"Commands.html#compile","node_type":"p","page":"Command-line commands","sections":["Command-line commands","compile"],"context":{"gi-language":["default"]}},{"url":"Commands.html#devenv","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","devenv"],"context":{"gi-language":["default"]}},{"url":"Commands.html#examples7","node_type":"p","page":"Command-line commands","sections":["Command-line commands","reprotest","Examples"],"context":{"gi-language":["default"]}},{"url":"Commands.html#introspect","node_type":"p","page":"Command-line commands","sections":["Command-line commands","introspect"],"context":{"gi-language":["default"]}},{"url":"Commands.html#rewrite","node_type":"p","page":"Command-line commands","sections":["Command-line commands","rewrite"],"context":{"gi-language":["default"]}},{"url":"Commands.html#setup","node_type":"p","page":"Command-line commands","sections":["Command-line commands","setup"],"context":{"gi-language":["default"]}},{"url":"Commands.html#subprojects","node_type":"p","page":"Command-line commands","sections":["Command-line commands","subprojects"],"context":{"gi-language":["default"]}},{"url":"Commands.html#test","node_type":"p","page":"Command-line commands","sections":["Command-line commands","test"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#comparing-meson-with-other-build-systems","node_type":"h1","page":"Comparisons","sections":["Comparing Meson with other build systems"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#meson","node_type":"h2","page":"Comparisons","sections":["Comparing Meson with other build systems","Meson"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#compiler-properties","node_type":"p","page":"Compiler properties","sections":["Compiler properties"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-a-header-exist","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does a header exist?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-code-compile","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does code compile?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-code-compile-and-link","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does code compile and link?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#expression-size","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Expression size"],"context":{"gi-language":["default"]}},{"url":"Conference-presentations.html#conference-presentations-on-meson","node_type":"h1","page":"Conference presentations on Meson","sections":["Conference presentations on Meson"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#configuration","node_type":"p","page":"Configuration","sections":["Configuration"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#configuring-without-an-input-file","node_type":"p","page":"Configuration","sections":["Configuration","Configuring without an input file"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#dealing-with-file-encodings","node_type":"p","page":"Configuration","sections":["Configuration","Dealing with file encodings"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#configuring-a-build-directory","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory"],"context":{"gi-language":["default"]}},{"url":"Contact-information.html#contact-information","node_type":"p","page":"Contact information","sections":["Contact information"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#boost","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","AppVeyor for Windows","Boost"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#circleci-for-linux-host-without-custom-docker-images","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","CircleCI for Linux host (without custom Docker images)"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#continuous-integration","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#github-actions","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","GitHub Actions"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#travisci-with-docker","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","Travis-CI with Docker"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#acceptance-and-merging","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Acceptance and merging"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#cc-coding-style","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","C/C++ coding style"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#contributing-to-meson","node_type":"h1","page":"Contributing to Meson","sections":["Contributing to Meson"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#dependency-support-policy","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Dependency support policy"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#documentation","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Documentation"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#matrix","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","matrix"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#no-lingering-state","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","No lingering state"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#project-tests","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Project tests"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#python","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Dependency support policy","Python"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#python-coding-style","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Python Coding style"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#skipping-integration-tests","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Skipping integration tests"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#special-procedure-for-new-features","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Special procedure for new features"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#strategy-for-merging-pull-requests-to-trunk","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Strategy for merging pull requests to trunk"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#subpages","node_type":"p","page":"Contributing to Meson","sections":[],"context":{"gi-language":["default"]}},{"url":"Contributing.html#turing-completeness","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Turing completeness"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#adding-dependencies","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Adding dependencies"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#adding-other-tools","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Adding other tools"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#building-and-installing","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Building and installing"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#final-steps","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Final steps"],"context":{"gi-language":["default"]}},{"url":"Creating-OSX-packages.html#creating-a-dmg-installer","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages","Creating a .dmg installer"],"context":{"gi-language":["default"]}},{"url":"Creating-OSX-packages.html#creating-an-app-bundle","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages","Creating an app bundle"],"context":{"gi-language":["default"]}},{"url":"Creating-OSX-packages.html#creating-osx-packages","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#autotools-dist-vs-meson-dist","node_type":"h2","page":"Creating releases","sections":["Creating releases","Autotools dist VS Meson dist"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#creating-releases","node_type":"p","page":"Creating releases","sections":["Creating releases"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#skip-build-and-test-with-notests","node_type":"p","page":"Creating releases","sections":["Creating releases","Skip build and test with --no-tests\n"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#use-allowdirty-to-override-error-when-git-repository-contains-uncommitted-changes","node_type":"p","page":"Creating releases","sections":["Creating releases","Use --allow-dirty to override error when git repository contains uncommitted changes"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#binaries","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Binaries"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#cross-compilation","node_type":"p","page":"Cross compilation","sections":["Cross compilation"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#cross-file-locations","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Cross file locations"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#custom-data","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Custom data"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#defining-the-environment","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#machine-entries","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Machine Entries"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#properties","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Properties"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#using-a-custom-standard-library","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Using a custom standard library"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#unstable-cuda-module","node_type":"p","page":"Unstable CUDA Module","sections":["Unstable CUDA Module"],"context":{"gi-language":["default"]}},{"url":"Custom-build-targets.html#custom-build-targets","node_type":"p","page":"Custom build targets","sections":["Custom build targets"],"context":{"gi-language":["default"]}},{"url":"Custom-build-targets.html#details-on-command-invocation","node_type":"p","page":"Custom build targets","sections":["Custom build targets","Details on command invocation"],"context":{"gi-language":["default"]}},{"url":"Cython.html#c-intermediate-support","node_type":"p","page":"Cython","sections":["Cython","C++ intermediate support"],"context":{"gi-language":["default"]}},{"url":"Cython.html#cython","node_type":"p","page":"Cython","sections":["Cython"],"context":{"gi-language":["default"]}},{"url":"D.html#compiling-d-applications","node_type":"p","page":"D","sections":["Compiling D applications"],"context":{"gi-language":["default"]}},{"url":"D.html#compiling-d-libraries-and-installing-them","node_type":"p","page":"D","sections":["Compiling D libraries and installing them"],"context":{"gi-language":["default"]}},{"url":"D.html#using-embedded-unittests","node_type":"p","page":"D","sections":["Compiling D applications","Using embedded unittests"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#boost","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Boost"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#building-dependencies-as-subprojects","node_type":"p","page":"Dependencies","sections":["Building dependencies as subprojects"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#builtin","node_type":"p","page":"Dependencies","sections":["Dependency detection method","Builtin"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#cmake","node_type":"p","page":"Dependencies","sections":["Dependency detection method","CMake"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#config-tool","node_type":"p","page":"Dependencies","sections":["Dependency detection method","Config tool"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#curses","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Curses"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependencies","node_type":"p","page":"Dependencies","sections":["Dependencies"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependencies-with-custom-lookup-functionality","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependency-detection-method","node_type":"p","page":"Dependencies","sections":["Dependency detection method"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dub","node_type":"p","page":"Dependencies","sections":["Dependency detection method","Dub"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#gtest-and-gmock","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","GTest and GMock"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#llvm","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","LLVM"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#modules-aka-components","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","LLVM","Modules, a.k.a. Components"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#mpi","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","MPI"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#netcdf","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","NetCDF"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#objfw","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","ObjFW"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#python3","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Python3"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#qt","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Qt"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#shaderc","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Shaderc"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#system","node_type":"p","page":"Dependencies","sections":["Dependency detection method","System"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#valgrind","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Valgrind"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#wxwidgets","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","WxWidgets"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#get-the-code","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Get the code"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#this-is-the-original-design-rationale-for-meson-the-syntax-it-describes-does-not-match-the-released-version","node_type":"h1","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version"],"context":{"gi-language":["default"]}},{"url":"Disabler.html#disabling-parts-of-the-build","node_type":"p","page":"Disabling parts of the build","sections":["Disabling parts of the build"],"context":{"gi-language":["default"]}},{"url":"Dlang-module.html#generate_dub_file","node_type":"p","page":"Dlang module","sections":["Dlang module","Usage","generate_dub_file()"],"context":{"gi-language":["default"]}},{"url":"Donating.html#donating-to-support-meson-development","node_type":"h1","page":"Donating to support Meson development","sections":["Donating to support Meson development"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#add_project","node_type":"ul","page":"External Project module","sections":["External Project module","Functions","add_project()"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#external-project-module","node_type":"ul","page":"External Project module","sections":["External Project module"],"context":{"gi-language":["default"]}},{"url":"External-commands.html#external-commands","node_type":"p","page":"External commands","sections":["External commands"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#but-i-really-want-a-version-of-meson-that-doesnt-use-python","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","But I really want a version of Meson that doesn't use python!"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#but-i-really-want-to-use-wildcards","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","But I really want to use wildcards!"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#do-i-need-to-add-my-headers-to-the-sources-list-like-in-autotools","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Do I need to add my headers to the sources list like in Autotools?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#do-you-at-least-support-my-ancient-python-install","node_type":"ul","page":"FAQ","sections":["Meson Frequently Asked Questions","Do you at least support my ancient python install?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#does-wrap-download-sources-behind-my-back","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Does wrap download sources behind my back?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-disable-exceptions-and-rtti-in-my-c-project","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I disable exceptions and RTTI in my C++ project?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-ignore-the-build-directory-in-my-vcs","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I ignore the build directory in my VCS?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-tell-meson-that-my-sources-use-generated-headers","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I tell Meson that my sources use generated headers?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-to-add-preprocessor-defines-to-a-target","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How to add preprocessor defines to a target?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-to-use-meson-on-a-host-where-it-is-not-available-in-system-packages","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","How to use Meson on a host where it is not available in system packages?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#i-added-some-compiler-flags-and-now-the-build-fails-with-weird-errors-what-is-happening","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","I added some compiler flags and now the build fails with weird errors. What is happening?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#i-have-proprietary-compiler-toolchain-x-that-does-not-work-with-meson-how-can-i-make-it-work","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","I have proprietary compiler toolchain X that does not work with Meson, how can I make it work?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#meson-frequently-asked-questions","node_type":"h1","page":"FAQ","sections":["Meson Frequently Asked Questions"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#should-i-check-for-buildtype-or-individual-options-like-debug-in-my-build-files","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Should I check for buildtype or individual options like debug in my build files?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#should-i-use-subdir-or-subproject","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Should I use subdir or subproject?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-cant-i-specify-target-files-with-a-wildcard","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why can't I specify target files with a wildcard?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-doesnt-meson-have-user-defined-functionsmacros","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why doesn't meson have user defined functions/macros?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-dont-the-arguments-passed-to-add_project_link_arguments-affect-anything","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why don't the arguments passed to add_project_link_arguments affect anything?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-it-called-meson","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is it called Meson?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-implemented-in-python-rather-than-programming-language-x","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson implemented in Python rather than [programming language X]?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-not-just-a-python-module-so-i-could-code-my-build-setup-in-python","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson not just a Python module so I could code my build setup in Python?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-there-not-a-make-backend","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is there not a Make backend?"],"context":{"gi-language":["default"]}},{"url":"Feature-autodetection.html#ccache","node_type":"p","page":"Feature autodetection","sections":["Feature autodetection","Ccache"],"context":{"gi-language":["default"]}},{"url":"Feature-autodetection.html#coverage","node_type":"p","page":"Feature autodetection","sections":["Feature autodetection","Coverage"],"context":{"gi-language":["default"]}},{"url":"Feature-autodetection.html#feature-autodetection","node_type":"p","page":"Feature autodetection","sections":["Feature autodetection"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#file-lookup-rules","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","File lookup rules"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#read","node_type":"ul","page":"FS (filesystem) module","sections":["FS (filesystem) module","Filename modification","read"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#generating-headers","node_type":"p","page":"Generating sources","sections":["Generating sources","Using custom_target()","Generating headers"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#generating-multiple-files-at-a-time","node_type":"p","page":"Generating sources","sections":["Generating sources","Using custom_target()","Generating multiple files at a time"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#generating-sources","node_type":"p","page":"Generating sources","sections":["Generating sources"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#using-generator","node_type":"p","page":"Generating sources","sections":["Generating sources","Using generator()"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#dependencies","node_type":"p","page":"Getting Meson","sections":["Getting Meson","Dependencies"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#downloading-meson","node_type":"h2","page":"Getting Meson","sections":["Getting Meson","Downloading Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#getting-meson","node_type":"h1","page":"Getting Meson","sections":["Getting Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#installing-meson-and-ninja-with-the-msi-installer","node_type":"h2","page":"Getting Meson","sections":["Getting Meson","Installing Meson and Ninja with the MSI installer"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#installing-meson-with-pip","node_type":"h2","page":"Getting Meson","sections":["Getting Meson","Installing Meson with pip"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#packing-meson-into-a-zipapp","node_type":"h3","page":"Getting Meson","sections":["Getting Meson","Downloading Meson","Packing Meson into a zipapp"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#subpages","node_type":"p","page":"Getting Meson","sections":[],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#windows-python3-quirks","node_type":"p","page":"Getting Meson","sections":["Platform-specific install quirks","Windows Python3 quirks"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#baixando-o-meson","node_type":"h2","page":"Obtendo o Meson","sections":["Obtendo o Meson","Baixando o Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#dependncias","node_type":"p","page":"Obtendo o Meson","sections":["Obtendo o Meson","Dependências"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#instalando-o-meson-com-o-pip","node_type":"h2","page":"Obtendo o Meson","sections":["Obtendo o Meson","Instalando o Meson com o pip"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#instalando-o-meson-e-o-ninja-com-o-instalador-msi","node_type":"h2","page":"Obtendo o Meson","sections":["Obtendo o Meson","Instalando o Meson e o Ninja com o instalador MSI"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#obtendo-o-meson","node_type":"h1","page":"Obtendo o Meson","sections":["Obtendo o Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#peculiaridades-do-python-3-no-windows","node_type":"p","page":"Obtendo o Meson","sections":["Peculiaridades de instalação específicas de plataformas","Peculiaridades do Python 3 no Windows"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#","node_type":"p","page":"获取Meson","sections":["获取Meson","所需依赖"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#meson","node_type":"h1","page":"获取Meson","sections":["获取Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#meson1","node_type":"h2","page":"获取Meson","sections":["获取Meson","下载Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#msimesonninja","node_type":"h2","page":"获取Meson","sections":["获取Meson","使用MSI安装包安装Meson和Ninja"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#pipmeson","node_type":"h2","page":"获取Meson","sections":["获取Meson","使用pip安装Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#windows-python3","node_type":"p","page":"获取Meson","sections":["特殊平台的安装特例","Windows Python3"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomecompile_resources","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.compile_resources()"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#building-a-simple-sdl2-app-from-scratch","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Building a simple SDL2 app from scratch"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#creating-the-sample-program","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Creating the sample program"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#upgrading-the-program-to-use-sdl","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Upgrading the program to use SDL"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ast-of-a-mesonbuild","node_type":"p","page":"IDE integration","sections":["AST of a meson.build\n"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-options","node_type":"p","page":"IDE integration","sections":["IDE integration","Build Options"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-system-files","node_type":"p","page":"IDE integration","sections":["IDE integration","Build system files"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#existing-integrations","node_type":"ul","page":"IDE integration","sections":["Existing integrations"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ide-integration","node_type":"table","page":"IDE integration","sections":["IDE integration"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#json-reference-manual","node_type":"p","page":"IDE integration","sections":["JSON Reference manual"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#possible-values-for-type","node_type":"table","page":"IDE integration","sections":["IDE integration","The targets section","Possible values for type\n"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#programmatic-interface","node_type":"p","page":"IDE integration","sections":["Programmatic interface"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#scanning-for-dependencies-with-scandependencies","node_type":"p","page":"IDE integration","sections":["IDE integration","The dependencies section","Scanning for dependencies with --scan-dependencies\n"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#target-sources","node_type":"p","page":"IDE integration","sections":["IDE integration","The targets section","Target sources"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#using-targets-without-a-build-directory","node_type":"p","page":"IDE integration","sections":["IDE integration","The targets section","Using --targets without a build directory"],"context":{"gi-language":["default"]}},{"url":"Icestorm-module.html#unstable-icestorm-module","node_type":"p","page":"Unstable IceStorm module","sections":["Unstable IceStorm module"],"context":{"gi-language":["default"]}},{"url":"In-the-press.html#in-the-press","node_type":"ul","page":"In the press","sections":["In the press"],"context":{"gi-language":["default"]}},{"url":"Include-directories.html#include-directories","node_type":"p","page":"Include directories","sections":["Include directories"],"context":{"gi-language":["default"]}},{"url":"IndepthTutorial.html#an-indepth-tutorial","node_type":"p","page":"An in-depth tutorial","sections":["An in-depth tutorial"],"context":{"gi-language":["default"]}},{"url":"Installing.html#custom-install-script","node_type":"p","page":"Installing","sections":["Installing","Custom install script"],"context":{"gi-language":["default"]}},{"url":"Installing.html#destdir-support","node_type":"p","page":"Installing","sections":["Installing","DESTDIR support"],"context":{"gi-language":["default"]}},{"url":"Installing.html#installation-tags","node_type":"p","page":"Installing","sections":["Installing","Installation tags"],"context":{"gi-language":["default"]}},{"url":"Installing.html#installing","node_type":"p","page":"Installing","sections":["Installing"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#generate_native_header","node_type":"ul","page":"Java Module","sections":["Java Module","Functions","generate_native_header()"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#generate_native_headers","node_type":"ul","page":"Java Module","sections":["Java Module","Functions","generate_native_headers()"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#native_headers","node_type":"ul","page":"Java Module","sections":["Java Module","Functions","native_headers()"],"context":{"gi-language":["default"]}},{"url":"Java.html#compiling-java-applications","node_type":"ul","page":"Java","sections":["Compiling Java applications"],"context":{"gi-language":["default"]}},{"url":"Keyval-module.html#keyval-module","node_type":"p","page":"keyval module","sections":["keyval module"],"context":{"gi-language":["default"]}},{"url":"Keyval-module.html#keyvalload","node_type":"p","page":"keyval module","sections":["keyval module","Usage","keyval.load()"],"context":{"gi-language":["default"]}},{"url":"Localisation.html#generating-pot-and-po-files","node_type":"ul","page":"Localisation","sections":["Localisation","Generating .pot and .po files"],"context":{"gi-language":["default"]}},{"url":"Localisation.html#mesonbuild","node_type":"p","page":"Localisation","sections":["Localisation","Generating .pot and .po files","meson.build"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#binaries","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Binaries"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#loading-multiple-machine-files","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Loading multiple machine files"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#meson-builtin-options","node_type":"h3","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Meson built-in options"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#supported-properties","node_type":"ul","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Properties","Supported properties"],"context":{"gi-language":["default"]}},{"url":"Manual.html#manual","node_type":"p","page":"Manual","sections":["Manual"],"context":{"gi-language":["default"]}},{"url":"Manual.html#subpages","node_type":"p","page":"Manual","sections":[],"context":{"gi-language":["default"]}},{"url":"Meson-sample.html#a-note-to-visual-studio-users","node_type":"p","page":"Meson sample","sections":["Meson sample","A note to Visual Studio users"],"context":{"gi-language":["default"]}},{"url":"Meson-sample.html#meson-sample","node_type":"h1","page":"Meson sample","sections":["Meson sample"],"context":{"gi-language":["default"]}},{"url":"MesonCI.html#common-image-setup","node_type":"p","page":"Meson CI setup","sections":["Meson CI setup","Docker images","Common image setup"],"context":{"gi-language":["default"]}},{"url":"MesonCI.html#meson-ci-setup","node_type":"h1","page":"Meson CI setup","sections":["Meson CI setup"],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#mesons-policy-on-mixing-multiple-build-systems-in-one-build-directory","node_type":"h1","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory"],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#the-definition-of-build-system-mixing","node_type":"p","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory","The definition of \"build system mixing\""],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#what-does-this-mean-for-support-and-compatibility","node_type":"ul","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory","What does this mean for support and compatibility?"],"context":{"gi-language":["default"]}},{"url":"Modules.html#modules","node_type":"p","page":"Modules","sections":["Modules"],"context":{"gi-language":["default"]}},{"url":"Native-environments.html#persistent-native-environments","node_type":"p","page":"Persistent native environments","sections":["Persistent native environments"],"context":{"gi-language":["default"]}},{"url":"Overview.html#overview","node_type":"p","page":"Overview","sections":["Overview"],"context":{"gi-language":["default"]}},{"url":"Overview.html#terminology","node_type":"p","page":"Overview","sections":["Overview","Terminology"],"context":{"gi-language":["default"]}},{"url":"Performance-comparison.html#performance-comparison","node_type":"p","page":"Performance comparison","sections":["Performance comparison"],"context":{"gi-language":["default"]}},{"url":"Pkg-config-files.html#pkg-config-files","node_type":"p","page":"Pkg config files","sections":["Pkg config files"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#implicit-dependencies","node_type":"p","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","Implicit dependencies"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#pkggenerate","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","pkg.generate()"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#ac_subst","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Configure.ac","AC_SUBST"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#auto-headers","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Configure.ac","Auto headers"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#cleanfiles-extra_dist-etc","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Makefile.am","*CLEANFILES, EXTRA_DIST, etc."],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#configureac","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Configure.ac"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#makefileam","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Makefile.am"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#porting-from-autotools","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#toggling-the-usage-of-precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Toggling the usage of precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#using-precompiled-headers-with-gcc-and-derivatives","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Using precompiled headers with GCC and derivatives"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#using-precompiled-headers-with-msvc","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Using precompiled headers with MSVC"],"context":{"gi-language":["default"]}},{"url":"Project-templates.html#build-after-generation-of-template","node_type":"p","page":"Project templates","sections":["Build after generation of template"],"context":{"gi-language":["default"]}},{"url":"Project-templates.html#generate-a-build-script-for-an-existing-project","node_type":"p","page":"Project templates","sections":["Generate a build script for an existing project"],"context":{"gi-language":["default"]}},{"url":"Project-templates.html#project-templates","node_type":"p","page":"Project templates","sections":["Project templates"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#dependency","node_type":"ul","page":"Python module","sections":["Python module","\npython_installation object","Methods","dependency()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#extension_module","node_type":"ul","page":"Python module","sections":["Python module","\npython_installation object","Methods","extension_module()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#find_installation","node_type":"ul","page":"Python module","sections":["Python module","Functions","find_installation()"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#has_tools","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#preprocess","node_type":"p","page":"Qt4 module","sections":["Qt4 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#has_tools","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#preprocess","node_type":"p","page":"Qt5 module","sections":["Qt5 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#has_tools","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#qt6-module","node_type":"p","page":"Qt6 module","sections":["Qt6 module"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#compiling-a-meson-project","node_type":"h2","page":"Quickstart Guide","sections":["Using Meson","Compiling a Meson project"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#installation-from-source","node_type":"p","page":"Quickstart Guide","sections":["Using Meson","Installation from source"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#requirements","node_type":"p","page":"Quickstart Guide","sections":["Using Meson","Requirements"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#using-meson","node_type":"h1","page":"Quickstart Guide","sections":["Using Meson"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#using-meson-as-a-distro-packager","node_type":"h2","page":"Quickstart Guide","sections":["Using Meson","Using Meson as a distro packager"],"context":{"gi-language":["default"]}},{"url":"Reference-manual.html#reference-manual","node_type":"p","page":"Reference manual","sections":["Reference manual"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin.html#subpages","node_type":"p","page":"Builtin objects","sections":[],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments4","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_compiler()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#get_compiler_native","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_compiler()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#meson-object-meson","node_type":"h1","page":"meson","sections":["Meson object (meson)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#meson-object-methods","node_type":"h2","page":"meson","sections":["Meson object (meson)","Meson object methods"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_devenv","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_devenv()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_install_script","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonoverride_dependency","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.override_dependency()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonoverride_find_program","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.override_find_program()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonversion","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.version()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments3","node_type":"p","page":"str","sections":["String (str)","String methods","str.join()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example14","node_type":"p","page":"str","sections":["String (str)","String methods","str.version_compare()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strformat","node_type":"p","page":"str","sections":["String (str)","String methods","str.format()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_languages","node_type":"p","page":"Functions","sections":["Functions","add_languages()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_languages_required","node_type":"p","page":"Functions","sections":["Functions","add_languages()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_test_setup_timeout_multiplier","node_type":"p","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments13","node_type":"table","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments14","node_type":"table","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments17","node_type":"table","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments2","node_type":"table","page":"Functions","sections":["Functions","add_languages()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments22","node_type":"table","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments23","node_type":"table","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments26","node_type":"table","page":"Functions","sections":["Functions","import()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments50","node_type":"table","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments52","node_type":"table","page":"Functions","sections":["Functions","test()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments54","node_type":"table","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments6","node_type":"table","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments9","node_type":"table","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#benchmark_timeout","node_type":"p","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_link_language","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_link_with","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_link_language","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_link_with","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_capture","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_command","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_copy","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_capture","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_command","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_depends","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_feed","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency","node_type":"ul","page":"Functions","sections":["Functions","dependency()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_allow_fallback","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_default_options","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_fallback","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_native","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_required","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example1","node_type":"p","page":"Functions","sections":["Functions","files()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_link_language","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_link_with","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program","node_type":"p","page":"Functions","sections":["Functions","find_program()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_default_options","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_native","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_required","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#generator_capture","node_type":"p","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#import_required","node_type":"p","page":"Functions","sections":["Functions","import()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#include_directories","node_type":"p","page":"Functions","sections":["Functions","include_directories()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_link_language","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_link_with","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_link_language","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_link_with","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project","node_type":"p","page":"Functions","sections":["Functions","project()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_default_options","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_license","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_license_files","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_meson_version","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_subproject_dir","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_version","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_command","node_type":"p","page":"Functions","sections":["Functions","run_command()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_target","node_type":"p","page":"Functions","sections":["Functions","run_target()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_link_language","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_link_with","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_link_language","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_link_with","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_link_language","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_link_with","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subdir_done","node_type":"p","page":"Functions","sections":["Functions","subdir_done()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject","node_type":"ul","page":"Functions","sections":["Functions","subproject()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject_default_options","node_type":"p","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test","node_type":"p","page":"Functions","sections":["Functions","test()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test_timeout","node_type":"p","page":"Functions","sections":["Functions","test()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag_command","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned.html#subpages","node_type":"p","page":"Returned objects","sections":[],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_both_libs.html#build_tgtfull_path","node_type":"p","page":"Both libraries object","sections":["Both libraries object (both_libs extends lib)","Inherited methods","build_tgt.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_build_tgt.html#build_tgtfull_path","node_type":"p","page":"Build target","sections":["Build target (build_tgt extends tgt)","Build target methods","build_tgt.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#arguments5","node_type":"table","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set10()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#set10_value","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set10()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments1","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments10","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments12","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments13","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments14","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments15","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments16","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments17","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments18","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments19","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments2","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments20","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments21","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments22","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments24","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments4","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#find_library_dirs","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#find_library_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_argument_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_attribute_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_link_argument_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_multi_arguments_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_multi_link_arguments_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_custom_idx.html#custom_idxfull_path","node_type":"p","page":"Custom target index","sections":["Custom target index (custom_idx)","Custom target index methods","custom_idx.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_custom_tgt.html#custom_tgtfull_path","node_type":"p","page":"Custom target","sections":["Custom target (custom_tgt extends tgt)","Custom target methods","custom_tgt.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depname","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.name()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_env.html#environment-env","node_type":"p","page":"Environment","sections":["Environment (env)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_exe.html#build_tgtfull_path","node_type":"p","page":"Executable target","sections":["Executable target (exe extends build_tgt)","Inherited methods","build_tgt.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_external_program.html#external_programfull_path","node_type":"p","page":"External program","sections":["External program (external_program)","External program methods","external_program.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_external_program.html#external_programpath","node_type":"p","page":"External program","sections":["External program (external_program)","External program methods","external_program.path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#feature-option-object-feature","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_file.html#filefull_path","node_type":"p","page":"File","sections":["File (file)","File methods","file.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_jar.html#build_tgtfull_path","node_type":"p","page":"JAR build target","sections":["JAR build target (jar extends build_tgt)","Inherited methods","build_tgt.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_lib.html#build_tgtfull_path","node_type":"p","page":"Library target","sections":["Library target (lib extends build_tgt)","Inherited methods","build_tgt.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_tgt.html#extended-by","node_type":"p","page":"Meson Target","sections":["Meson Target (tgt)","Extended by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_tgt.html#meson-target-tgt","node_type":"h1","page":"Meson Target","sections":["Meson Target (tgt)"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-selection-variables","node_type":"p","page":"Reference tables","sections":["Reference tables","Compiler and Linker selection variables"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#cpu-families","node_type":"p","page":"Reference tables","sections":["Reference tables","CPU families"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#environment-variables-per-machine","node_type":"p","page":"Reference tables","sections":["Reference tables","Environment variables per machine"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#subsystem-names-since-120","node_type":"p","page":"Reference tables","sections":["Reference tables","Subsystem names (since 1.2.0)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#improvements-to-install-scripts","node_type":"p","page":"Release 0.37","sections":["New features","Improvements to install scripts"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#llvm-ir-compilation","node_type":"p","page":"Release 0.37","sections":["New features","LLVM IR compilation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#pkgconfig-dependencies","node_type":"p","page":"Release 0.37","sections":["New features","pkg-config dependencies"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#add-option-to-mesonconf-to-wipe-cached-data","node_type":"p","page":"Release 0.38","sections":["Add option to mesonconf to wipe cached data."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#intel-cc-compiler-support","node_type":"p","page":"Release 0.38","sections":["Intel C/C++ compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#silent-mode-for-mesontest","node_type":"p","page":"Release 0.38","sections":["Silent mode for Mesontest"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#support-for-arbitrary-test-setups","node_type":"p","page":"Release 0.38","sections":["Support for arbitrary test setups"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#uninstall-target","node_type":"p","page":"Release 0.38","sections":["Uninstall target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-39-0.html#extra-arguments-for-tests","node_type":"p","page":"Release 0.39","sections":["New features","Extra arguments for tests"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#automatic-initialization-of-subprojects-that-are-git-submodules","node_type":"p","page":"Release 0.40","sections":["New features","Automatic initialization of subprojects that are git submodules"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#can-specify-method-of-obtaining-dependencies","node_type":"p","page":"Release 0.40","sections":["New features","Can specify method of obtaining dependencies"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#cygwin-support","node_type":"p","page":"Release 0.40","sections":["New features","Cygwin support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#no-download-mode-for-wraps","node_type":"p","page":"Release 0.40","sections":["New features","No download mode for wraps"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#overriding-options-per-target","node_type":"p","page":"Release 0.40","sections":["New features","Overriding options per target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#running-mesonintrospect-from-scripts","node_type":"p","page":"Release 0.40","sections":["New features","Running mesonintrospect from scripts"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#reproducible-builds","node_type":"p","page":"Release 0.41","sections":["New features","Reproducible builds"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#support-for-capturing-stdout-of-a-command-in-configure_file","node_type":"p","page":"Release 0.41","sections":["New features","Support for capturing stdout of a command in configure_file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#add-support-for-genie-to-vala-compiler","node_type":"p","page":"Release 0.42","sections":["New features","Add support for Genie to Vala compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#added-build_rpath-keyword-argument","node_type":"p","page":"Release 0.42","sections":["New features","Added build_rpath keyword argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#disable-implicit-include-directories","node_type":"p","page":"Release 0.42","sections":["New features","Disable implicit include directories"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#keyword-argument-verification","node_type":"p","page":"Release 0.42","sections":["New features","Keyword argument verification"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#make-all-meson-functionality-invocable-via-the-main-executable","node_type":"h2","page":"Release 0.42","sections":["New features","Make all Meson functionality invocable via the main executable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#pcap-dependency-detector","node_type":"p","page":"Release 0.42","sections":["New features","Pcap dependency detector"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#simultaneous-use-of-address-and-undefined-behavior-sanitizers","node_type":"p","page":"Release 0.42","sections":["New features","Simultaneous use of Address- and Undefined Behavior Sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#better-support-for-shared-libraries-in-nonsystem-paths","node_type":"p","page":"Release 0.43","sections":["Better support for shared libraries in non-system paths"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#embedded-python-in-windows-msi-packages","node_type":"p","page":"Release 0.44","sections":["New features","Embedded Python in Windows MSI packages"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#libwmf-dependency-now-supports-libwmfconfig","node_type":"p","page":"Release 0.44","sections":["New features","Libwmf dependency now supports libwmf-config"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#experimental-fpga-support","node_type":"p","page":"Release 0.45","sections":["New features","Experimental FPGA support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#generator-outputs-can-preserve-directory-structure","node_type":"p","page":"Release 0.45","sections":["New features","Generator outputs can preserve directory structure"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#project-templates","node_type":"p","page":"Release 0.45","sections":["New features","Project templates"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#python-minimum-version-is-now-35","node_type":"p","page":"Release 0.45","sections":["New features","Python minimum version is now 3.5"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#generic-python-module","node_type":"p","page":"Release 0.46","sections":["New features","Generic python module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#meson-and-meson-configure-now-accept-the-same-arguments","node_type":"h2","page":"Release 0.46","sections":["New features","Meson and meson configure now accept the same arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#relaxing-of-target-name-requirements","node_type":"p","page":"Release 0.46","sections":["New features","Relaxing of target name requirements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#string-escape-character-sequence-update","node_type":"p","page":"Release 0.46","sections":["New features","String escape character sequence update"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#support-for-lcc-compiler-for-e2k-elbrus-architecture","node_type":"p","page":"Release 0.46","sections":["New features","Support for lcc compiler for e2k (Elbrus) architecture"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#arm-compilerversion-6-for-c-and-cpp","node_type":"p","page":"Release 0.47","sections":["New features","ARM compiler(version 6) for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#feature-detection-based-on-meson_version-in-project","node_type":"p","page":"Release 0.47","sections":["New features","Feature detection based on meson_version: in project()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#made-install-a-top-level-meson-command","node_type":"h2","page":"Release 0.47","sections":["New features","Made 'install' a top level Meson command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-base-build-option-for-llvm-apple-bitcode-support","node_type":"p","page":"Release 0.47","sections":["New features","New base build option for LLVM (Apple) bitcode support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-builtin-object-type-dictionary","node_type":"p","page":"Release 0.47","sections":["New features","New built-in object type: dictionary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-builtin-option-install_umask-with-a-default-value-022","node_type":"p","page":"Release 0.47","sections":["New features","New built-in option install_umask with a default value 022"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-keyword-argument-encoding-for-configure_file","node_type":"p","page":"Release 0.47","sections":["New features","New keyword argument encoding: for configure_file()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-options-to-gnomegdbus_codegen","node_type":"p","page":"Release 0.47","sections":["New features","New options to gnome.gdbus_codegen()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#polkit-support-for-privileged-installation","node_type":"p","page":"Release 0.47","sections":["New features","Polkit support for privileged installation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#fatal-warnings","node_type":"p","page":"Release 0.48","sections":["New features","Fatal warnings"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#meson-warns-if-two-calls-to-configure_file-write-to-the-same-file","node_type":"h2","page":"Release 0.48","sections":["New features","Meson warns if two calls to configure_file() write to the same file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#python3-module-is-deprecated","node_type":"p","page":"Release 0.48","sections":["New features","python3 module is deprecated"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#toggles-for-build-type-optimization-and-vcrt-type","node_type":"p","page":"Release 0.48","sections":["New features","Toggles for build type, optimization and vcrt type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#can-specify-keyword-arguments-with-a-dictionary","node_type":"p","page":"Release 0.49","sections":["New features","Can specify keyword arguments with a dictionary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#cmake-find_package-dependency-backend","node_type":"p","page":"Release 0.49","sections":["New features","CMake find_package dependency backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#deprecation-warning-in-pkgconfig-generator","node_type":"p","page":"Release 0.49","sections":["New features","Deprecation warning in pkg-config generator"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#joining-paths-with-","node_type":"p","page":"Release 0.49","sections":["New features","Joining paths with /"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#libgcrypt-dependency-now-supports-libgcryptconfig","node_type":"p","page":"Release 0.49","sections":["New features","Libgcrypt dependency now supports libgcrypt-config"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-section-key-for-the-buildoptions-introspection","node_type":"p","page":"Release 0.49","sections":["New features","New section key for the buildoptions introspection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#a-builtin-target-to-run-clangformat","node_type":"p","page":"Release 0.50.0","sections":["New features","A builtin target to run clang-format"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#add-subproject_dir-to-projectinfo-introspection-output","node_type":"p","page":"Release 0.50.0","sections":["New features","Add subproject_dir to --projectinfo introspection output"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-option-to-introspect-multiple-parameters-at-once","node_type":"ul","page":"Release 0.50.0","sections":["New features","Added option to introspect multiple parameters at once"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-the-mesoninfojson-introspection-file","node_type":"p","page":"Release 0.50.0","sections":["New features","Added the meson-info.json introspection file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#changed-the-json-format-of-the-introspection","node_type":"p","page":"Release 0.50.0","sections":["New features","Changed the JSON format of the introspection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#fortran-submodule-support","node_type":"p","page":"Release 0.50.0","sections":["New features","Fortran submodule support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#include_directories-accepts-a-string","node_type":"p","page":"Release 0.50.0","sections":["New features","\ninclude_directories accepts a string"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-buildoptions-can-now-be-used-without-configured-build-directory","node_type":"p","page":"Release 0.50.0","sections":["New features","\nintrospect --buildoptions can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-scandependencies-can-now-be-used-to-scan-for-dependencies-used-in-a-project","node_type":"p","page":"Release 0.50.0","sections":["New features","\nintrospect --scan-dependencies can now be used to scan for dependencies used in a project"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-targets-can-now-be-used-without-configured-build-directory","node_type":"p","page":"Release 0.50.0","sections":["New features","\nintrospect --targets can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#meson-configure-can-now-print-the-default-options-of-an-unconfigured-project","node_type":"p","page":"Release 0.50.0","sections":["New features","\nmeson configure can now print the default options of an unconfigured project"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#meson-file-rewriter","node_type":"h2","page":"Release 0.50.0","sections":["New features","Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#added-basic-support-for-the-xtensa-cpu-toolchain","node_type":"p","page":"Release 0.51.0","sections":["New features","Added basic support for the Xtensa CPU toolchain"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#c-preprocessor-flag-handling","node_type":"p","page":"Release 0.51.0","sections":["New features","(C) Preprocessor flag handling"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#can-link-against-custom-targets","node_type":"ul","page":"Release 0.51.0","sections":["New features","Can link against custom targets"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#cmake-prefix-path-overrides","node_type":"p","page":"Release 0.51.0","sections":["New features","CMake prefix path overrides"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#cmake-subprojects","node_type":"p","page":"Release 0.51.0","sections":["New features","CMake subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#fortran-include-statements-recursively-parsed","node_type":"p","page":"Release 0.51.0","sections":["New features","Fortran include statements recursively parsed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#gpgme-dependency-now-supports-gpgmeconfig","node_type":"p","page":"Release 0.51.0","sections":["New features","gpgme dependency now supports gpgme-config"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#new-target-keyword-argument-link_language","node_type":"p","page":"Release 0.51.0","sections":["New features","New target keyword argument: link_language\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#sanity-checking-compilers-with-user-flags","node_type":"p","page":"Release 0.51.0","sections":["New features","Sanity checking compilers with user flags"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#specifying-options-per-mer-machine","node_type":"p","page":"Release 0.51.0","sections":["New features","Specifying options per mer machine"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#tests-that-should-fail-but-did-not-are-now-errors","node_type":"p","page":"Release 0.51.0","sections":["New features","Tests that should fail but did not are now errors"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#added-only-tests-option-to-run_project_testspy","node_type":"p","page":"Release 0.52.0","sections":["New features","added --only test(s) option to run_project_tests.py"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#clangtidy-target","node_type":"p","page":"Release 0.52.0","sections":["New features","Clang-tidy target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#dist-is-now-a-top-level-command","node_type":"p","page":"Release 0.52.0","sections":["New features","Dist is now a top level command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#experimental-webassembly-support-via-emscripten","node_type":"p","page":"Release 0.52.0","sections":["New features","Experimental Webassembly support via Emscripten"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#mesons-builtin-b_lundef-is-now-supported-on-macos","node_type":"h2","page":"Release 0.52.0","sections":["New features","Meson's builtin b_lundef is now supported on macOS"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#the-meson-test-program-now-accepts-an-additional-gdbpath-argument-to-specify-the-gdb-binary","node_type":"h2","page":"Release 0.52.0","sections":["New features","The Meson test program now accepts an additional \"--gdb-path\" argument to specify the GDB binary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#added-new-meson-templates-for-dlang-rust-objectivec","node_type":"h2","page":"Release 0.53.0","sections":["New features","Added new Meson templates for Dlang, Rust, Objective-C\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#generic-overrider-for-dynamic-linker-selection","node_type":"p","page":"Release 0.53.0","sections":["New features","Generic Overrider for Dynamic Linker selection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#scalapack","node_type":"p","page":"Release 0.53.0","sections":["New features","Scalapack"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#source-tags-targets","node_type":"p","page":"Release 0.53.0","sections":["New features","Source tags targets"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#added-c-argument-to-meson-init-command","node_type":"p","page":"Release 0.54.0","sections":["New features","Added -C argument to meson init command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#emscripten-emcc-now-supports-threads","node_type":"p","page":"Release 0.54.0","sections":["New features","Emscripten (emcc) now supports threads"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#environment-variables-with-cross-builds","node_type":"p","page":"Release 0.54.0","sections":["New features","Environment Variables with Cross Builds"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#more-new-sample-meson-templates-for-java-cuda-and-more","node_type":"h2","page":"Release 0.54.0","sections":["New features","More new sample Meson templates for (Java, Cuda, and more)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#native-build-machine-compilers-not-always-required","node_type":"p","page":"Release 0.54.0","sections":["New features","Native (build machine) compilers not always required"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#native-file-properties","node_type":"p","page":"Release 0.54.0","sections":["New features","Native file properties"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#new-option-quiet-to-meson-install","node_type":"p","page":"Release 0.54.0","sections":["New features","New option --quiet to meson install\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#ninja-version-requirement-bumped-to-17","node_type":"p","page":"Release 0.54.0","sections":["New features","Ninja version requirement bumped to 1.7"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#property-support-emscriptens-wasmld","node_type":"p","page":"Release 0.54.0","sections":["New features","Property support emscripten's wasm-ld"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#the-msi-installer-is-only-available-in-64-bit-version","node_type":"p","page":"Release 0.54.0","sections":["New features","The MSI installer is only available in 64 bit version"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#uninstalled-pkgconfig-files","node_type":"p","page":"Release 0.54.0","sections":["New features","Uninstalled pkg-config files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#unity-file-block-size-is-configurable","node_type":"p","page":"Release 0.54.0","sections":["New features","Unity file block size is configurable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#configure-cmake-subprojects-with-mesonsubproject_options","node_type":"p","page":"Release 0.55.0","sections":["New features","Configure CMake subprojects with Meson.subproject_options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#local-wrap-patch-directory","node_type":"p","page":"Release 0.55.0","sections":["New features","Local wrap patch directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#meson-test-now-produces-junit-xml-from-results","node_type":"h2","page":"Release 0.55.0","sections":["New features","Meson test now produces JUnit xml from results"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#response-files-enabled-on-linux-reined-in-on-windows","node_type":"p","page":"Release 0.55.0","sections":["New features","Response files enabled on Linux, reined in on Windows"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#rpath-removal-now-more-careful","node_type":"p","page":"Release 0.55.0","sections":["New features","rpath removal now more careful"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#test-protocol-for-gtest","node_type":"p","page":"Release 0.55.0","sections":["New features","Test protocol for gtest"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#test-scripts-are-given-the-exe-wrapper-if-needed","node_type":"p","page":"Release 0.55.0","sections":["New features","Test scripts are given the exe wrapper if needed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#cmake-subproject-cross-compilation-support","node_type":"p","page":"Release 0.56.0","sections":["New features","CMake subproject cross compilation support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#controlling-subproject-dependencies-with-dependencyallow_fallback-","node_type":"p","page":"Release 0.56.0","sections":["New features","Controlling subproject dependencies with dependency(allow_fallback: ...)\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#external-projects","node_type":"p","page":"Release 0.56.0","sections":["New features","External projects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-subprojects-command","node_type":"ul","page":"Release 0.56.0","sections":["New features","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#mesonbuild_root-and-mesonsource_root-are-deprecated","node_type":"p","page":"Release 0.56.0","sections":["New features","\nmeson.build_root() and meson.source_root() are deprecated"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#project-and-builtin-options-can-be-set-in-native-or-cross-files","node_type":"p","page":"Release 0.56.0","sections":["New features","Project and built-in options can be set in native or cross files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#python-35-support-will-be-dropped-in-the-next-release","node_type":"p","page":"Release 0.56.0","sections":["New features","Python 3.5 support will be dropped in the next release"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#unstablekeyval-is-now-stable-keyval","node_type":"p","page":"Release 0.56.0","sections":["New features","\nunstable-keyval is now stable keyval\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#wraps-from-subprojects-are-automatically-promoted","node_type":"p","page":"Release 0.56.0","sections":["New features","Wraps from subprojects are automatically promoted"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#edit-and-continue-zi-is-no-longer-used-by-default-for-visual-studio","node_type":"p","page":"Release 0.57.0","sections":["New features","\"Edit and continue\" (/ZI) is no longer used by default for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#meson-test-now-accepts-protocol-rust","node_type":"h2","page":"Release 0.57.0","sections":["New features","Meson test() now accepts protocol : 'rust'\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#minimum-required-python-version-updated-to-36","node_type":"p","page":"Release 0.57.0","sections":["New features","Minimum required Python version updated to 3.6"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#msvcclangcl-argument-changescleanup","node_type":"p","page":"Release 0.57.0","sections":["New features","MSVC/Clang-Cl Argument Changes/Cleanup"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#new-logging-format-for-meson-test","node_type":"ul","page":"Release 0.57.0","sections":["New features","New logging format for meson test\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#project-version-can-be-specified-with-a-file","node_type":"p","page":"Release 0.57.0","sections":["New features","Project version can be specified with a file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#rust-now-has-an-std-option","node_type":"p","page":"Release 0.57.0","sections":["New features","Rust now has an std option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#support-for-reading-files-at-configuration-time-with-the-fs-module","node_type":"p","page":"Release 0.57.0","sections":["New features","Support for reading files at configuration time with the fs module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#the-add__script-methods-now-accept-a-file-as-the-first-argument","node_type":"p","page":"Release 0.57.0","sections":["New features","The add_*_script methods now accept a File as the first argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#unstable-rust-module","node_type":"p","page":"Release 0.57.0","sections":["New features","Unstable Rust module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#unstableexternal_project-improvements","node_type":"ul","page":"Release 0.57.0","sections":["New features","\nunstable-external_project improvements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#clangformat-include-and-ignore-lists","node_type":"p","page":"Release 0.58.0","sections":["New features","clang-format include and ignore lists"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#developer-environment","node_type":"ul","page":"Release 0.58.0","sections":["New features","Developer environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#introducing-format-strings-to-the-meson-language","node_type":"h2","page":"Release 0.58.0","sections":["New features","Introducing format strings to the Meson language"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#meson-subprojects-update-reset-now-reextract-tarballs","node_type":"p","page":"Release 0.58.0","sections":["New features","\nmeson subprojects update --reset now re-extract tarballs"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#multiple-append-and-prepend-in-environment-object","node_type":"p","page":"Release 0.58.0","sections":["New features","Multiple append() and prepend() in environment() object"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#pipe-no-longer-used-by-default","node_type":"p","page":"Release 0.58.0","sections":["New features","\n-pipe no longer used by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#automatically-set-up-visual-studio-environment","node_type":"p","page":"Release 0.59.0","sections":["New features","Automatically set up Visual Studio environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#cython-as-as-first-class-language","node_type":"p","page":"Release 0.59.0","sections":["New features","Cython as as first class language"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#new-custom-dependency-for-libintl","node_type":"p","page":"Release 0.59.0","sections":["New features","New custom dependency for libintl"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#update_desktop_database-added-to-gnomepost_install","node_type":"p","page":"Release 0.59.0","sections":["New features","\nupdate_desktop_database added to gnome.post_install()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#using-vala-no-longer-requires-c-in-the-project-languages","node_type":"p","page":"Release 0.59.0","sections":["New features","Using Vala no longer requires C in the project languages"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#deprecated-project-options","node_type":"p","page":"Release 0.60.0","sections":["New features","Deprecated project options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#force-visual-studio-environment-activation","node_type":"p","page":"Release 0.60.0","sections":["New features","Force Visual Studio environment activation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#install-destdir-relative-to-build-directory","node_type":"p","page":"Release 0.60.0","sections":["New features","Install DESTDIR relative to build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#java-module","node_type":"p","page":"Release 0.60.0","sections":["New features","Java Module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#link-tests-can-use-sources-for-a-different-compiler","node_type":"p","page":"Release 0.60.0","sections":["New features","Link tests can use sources for a different compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#more-efficient-static-linking-of-uninstalled-libraries","node_type":"p","page":"Release 0.60.0","sections":["New features","More efficient static linking of uninstalled libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#msvc-compiler-now-assumes-utf8-source-code-by-default","node_type":"p","page":"Release 0.60.0","sections":["New features","MSVC compiler now assumes UTF-8 source code by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#override-python-installation-paths","node_type":"p","page":"Release 0.60.0","sections":["New features","Override python installation paths"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#support-for-clippydriver-as-a-rustc-wrapper","node_type":"p","page":"Release 0.60.0","sections":["New features","Support for clippy-driver as a rustc wrapper"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#unknown-options-are-now-always-fatal","node_type":"p","page":"Release 0.60.0","sections":["New features","Unknown options are now always fatal"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#added-support-for-sccache","node_type":"p","page":"Release 0.61.0","sections":["New features","Added support for sccache"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#python-36-support-will-be-dropped-in-the-next-release","node_type":"p","page":"Release 0.61.0","sections":["New features","Python 3.6 support will be dropped in the next release"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#support-for-cmake-314-is-now-deprecated-for-cmake-subprojects","node_type":"p","page":"Release 0.61.0","sections":["New features","Support for CMake <3.14 is now deprecated for CMake subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#visual-studio-2022-backend","node_type":"p","page":"Release 0.61.0","sections":["New features","Visual Studio 2022 backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-optional-allowdirty-flag-for-the-dist-command","node_type":"p","page":"Release 0.62.0","sections":["New features","Added optional '--allow-dirty' flag for the 'dist' command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-support-for-texas-instruments-msp430-and-arm-compilers","node_type":"p","page":"Release 0.62.0","sections":["New features","Added support for Texas Instruments MSP430 and ARM compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#all-directory-options-now-support-paths-outside-of-prefix","node_type":"p","page":"Release 0.62.0","sections":["New features","All directory options now support paths outside of prefix"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#cmake-server-api-support-is-removed","node_type":"p","page":"Release 0.62.0","sections":["New features","CMake server API support is removed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#experimental-command-to-convert-environments-to-cross-files","node_type":"p","page":"Release 0.62.0","sections":["New features","Experimental command to convert environments to cross files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#minimum-required-python-version-updated-to-37","node_type":"p","page":"Release 0.62.0","sections":["New features","Minimum required Python version updated to 3.7"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#new-custom-dependency-for-openssl","node_type":"p","page":"Release 0.62.0","sections":["New features","New custom dependency for OpenSSL"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#new-keyword-argument-verbose-for-tests-and-benchmarks","node_type":"p","page":"Release 0.62.0","sections":["New features","New keyword argument verbose for tests and benchmarks"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#pkgconfiggenerate-will-now-include-variables-for-builtin-directories-when-referenced","node_type":"p","page":"Release 0.62.0","sections":["New features","pkgconfig.generate will now include variables for builtin directories when referenced"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#setup-gdb-autoload-for-meson-devenv","node_type":"p","page":"Release 0.62.0","sections":["New features","Setup GDB auto-load for meson devenv\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#structured_sources","node_type":"p","page":"Release 0.62.0","sections":["New features","structured_sources()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#coverage-targets-now-respect-tool-config-files","node_type":"p","page":"Release 0.63.0","sections":["New features","Coverage targets now respect tool config files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#diff-files-for-wraps","node_type":"p","page":"Release 0.63.0","sections":["New features","Diff files for wraps"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#msvc-now-sets-the-__cplusplus-define-accurately","node_type":"p","page":"Release 0.63.0","sections":["New features","MSVC now sets the __cplusplus #define accurately"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#new-prefer_static-builtin-option","node_type":"p","page":"Release 0.63.0","sections":["New features","New prefer_static built-in option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#add-optimization-plain-option","node_type":"p","page":"Release 0.64.0","sections":["New features","Add optimization plain option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#added-update_mime_database-to-gnomepost_install","node_type":"p","page":"Release 0.64.0","sections":["New features","Added update_mime_database to gnome.post_install()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#automatic-fallback-using-wrapdb","node_type":"p","page":"Release 0.64.0","sections":["New features","Automatic fallback using WrapDB"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#bsd-support-for-the-jni-dependency","node_type":"p","page":"Release 0.64.0","sections":["New features","BSD support for the jni dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#deprecate-javagenerate_native_headers-rename-to-javanative_headers","node_type":"p","page":"Release 1.0.0","sections":["New features","Deprecate java.generate_native_headers, rename to java.native_headers\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#new-features","node_type":"p","page":"Release 1.0.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#coercing-values-in-the-option-function-is-deprecated","node_type":"p","page":"Release 1.1.0","sections":["New features","coercing values in the option() function is deprecated"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#generated-objects-can-be-passed-in-the-objects-keyword-argument","node_type":"p","page":"Release 1.1.0","sections":["New features","Generated objects can be passed in the objects: keyword argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#meson-install-now-supports-userpreferred-root-elevation-tools","node_type":"p","page":"Release 1.1.0","sections":["New features","\nmeson install now supports user-preferred root elevation tools"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#new-features","node_type":"p","page":"Release 1.1.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#sudo-meson-install-now-drops-privileges-when-rebuilding-targets","node_type":"p","page":"Release 1.1.0","sections":["New features","\nsudo meson install now drops privileges when rebuilding targets"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#machine-objects-get-kernel-and-subsystem-properties","node_type":"p","page":"Release 1.2.0","sections":["New features","Machine objects get kernel and subsystem properties"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#new-features","node_type":"p","page":"Release 1.2.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#new-override-of-find_programmeson","node_type":"p","page":"Release 1.2.0","sections":["New features","New override of find_program('meson')\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#clangtidyfix-target","node_type":"p","page":"Release 1.3.0","sections":["New features","clang-tidy-fix target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#deprecated-rust_crate_type-and-replaced-by-rust_abi","node_type":"p","page":"Release 1.3.0","sections":["New features","Deprecated rust_crate_type and replaced by rust_abi\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#lang_sharedstatic_args-for-both_library-library-and-build_target","node_type":"p","page":"Release 1.3.0","sections":["New features","\n_(shared|static)_args for both_library, library, and build_target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#machine-files-pkgconfig-field-deprecated-and-replaced-by-pkgconfig","node_type":"p","page":"Release 1.3.0","sections":["New features","Machine files: pkgconfig field deprecated and replaced by pkg-config\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#meson-compile-command-now-accepts-suffixes-for-target","node_type":"h2","page":"Release 1.3.0","sections":["New features","Meson compile command now accepts suffixes for TARGET"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#new-features","node_type":"p","page":"Release 1.3.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#tests-now-abort-on-errors-by-default-under-sanitizers","node_type":"p","page":"Release 1.3.0","sections":["New features","Tests now abort on errors by default under sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#update-options-with-meson-setup-builddir-doptvalue","node_type":"p","page":"Release 1.3.0","sections":["New features","Update options with meson setup -Dopt=value\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#bindgen-will-now-use-mesons-heuristic-for-what-is-a-c-header","node_type":"h2","page":"Release 1.4.0","sections":["New features","Bindgen will now use Meson's heuristic for what is a C++ header"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#file-object-now-has-full_path-method","node_type":"p","page":"Release 1.4.0","sections":["New features","File object now has full_path() method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#meson-now-reads-the-project-version-of-cmake-subprojects","node_type":"h2","page":"Release 1.4.0","sections":["New features","Meson now reads the project version of cmake subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#new-features","node_type":"p","page":"Release 1.4.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#overriding-bindgen-language-setting","node_type":"p","page":"Release 1.4.0","sections":["New features","Overriding bindgen language setting"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#tests-now-abort-on-errors-by-default-under-more-sanitizers","node_type":"p","page":"Release 1.4.0","sections":["New features","Tests now abort on errors by default under more sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#meson-configure-handles-changes-to-options-in-more-cases","node_type":"h2","page":"Release 1.5.0","sections":["New features","Meson configure handles changes to options in more cases"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#meson-now-propagates-its-build-type-to-cmake","node_type":"h2","page":"Release 1.5.0","sections":["New features","Meson now propagates its build type to CMake"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#new-features","node_type":"p","page":"Release 1.5.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#support-for-texas-instruments-c6000-cc-compiler","node_type":"p","page":"Release 1.5.0","sections":["New features","Support for Texas Instruments C6000 C/C++ compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#the-meson-test-program-supports-a-new-interactive-argument","node_type":"h2","page":"Release 1.5.0","sections":["New features","The Meson test program supports a new \"--interactive\" argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#the-meson-test-program-supports-a-new-maxlines-argument","node_type":"h2","page":"Release 1.5.0","sections":["New features","The Meson test program supports a new \"--max-lines\" argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#cargo-subprojects-is-experimental","node_type":"p","page":"Release 1.6.0","sections":["New features","Cargo subprojects is experimental"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#new-features","node_type":"p","page":"Release 1.6.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#simple-tool-to-test-build-reproducibility","node_type":"p","page":"Release 1.6.0","sections":["New features","Simple tool to test build reproducibility"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#support-for-llvmbased-flang-compiler","node_type":"p","page":"Release 1.6.0","sections":["New features","Support for LLVM-based flang compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#support-for-openxl-compiler-in-aix","node_type":"p","page":"Release 1.6.0","sections":["New features","Support for OpenXL compiler in AIX."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#tools-can-be-selected-when-calling-has_tools-on-the-qt-modules","node_type":"p","page":"Release 1.6.0","sections":["New features","Tools can be selected when calling has_tools() on the Qt modules"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#zig-011-can-be-used-as-a-cc-compiler-frontend","node_type":"p","page":"Release 1.6.0","sections":["New features","Zig 0.11 can be used as a C/C++ compiler frontend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#cargo-features-are-resolved-globally","node_type":"p","page":"Release 1.7.0","sections":["New features","Cargo features are resolved globally"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#meson-can-run-clippy-on-rust-projects","node_type":"h2","page":"Release 1.7.0","sections":["New features","Meson can run \"clippy\" on Rust projects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#new-features","node_type":"p","page":"Release 1.7.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#support-for-rust-2024","node_type":"p","page":"Release 1.7.0","sections":["New features","Support for Rust 2024"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#support-tasking-vxtoolset","node_type":"p","page":"Release 1.7.0","sections":["New features","Support TASKING VX-Toolset"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#test-targets-no-longer-built-by-default","node_type":"p","page":"Release 1.7.0","sections":["New features","Test targets no longer built by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"ul","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#per-project-subproject-options-rewrite","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Per project subproject options rewrite"],"context":{"gi-language":["default"]}},{"url":"Release-procedure.html#trunk","node_type":"p","page":"Release procedure","sections":["Trunk"],"context":{"gi-language":["default"]}},{"url":"Releasing.html#release-team","node_type":"p","page":"Releasing a new Meson version","sections":["Release team"],"context":{"gi-language":["default"]}},{"url":"Releasing.html#releasing-a-new-meson-version","node_type":"h1","page":"Releasing a new Meson version","sections":["Releasing a new Meson version"],"context":{"gi-language":["default"]}},{"url":"Reproducible-builds.html#reproducible-builds","node_type":"p","page":"Reproducible builds","sections":["Reproducible builds"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#adding-and-removing-sources","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the rewriter","Adding and removing sources"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#extracting-information","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Extracting information"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#limitations","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Limitations"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#meson-file-rewriter","node_type":"h1","page":"Meson file rewriter","sections":["Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#using-the-rewriter","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the rewriter"],"context":{"gi-language":["default"]}},{"url":"Run-targets.html#run-targets","node_type":"p","page":"Run targets","sections":["Run targets"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#building-directly-with-ninja","node_type":"p","page":"Running Meson","sections":["Running Meson","Building from the source","Building directly with ninja"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#command-line-help","node_type":"p","page":"Running Meson","sections":["Running Meson","Command line help"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#configuring-the-build-directory","node_type":"p","page":"Running Meson","sections":["Running Meson","Configuring the build directory"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#environment-variables","node_type":"p","page":"Running Meson","sections":["Running Meson","Environment variables"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#exit-status","node_type":"p","page":"Running Meson","sections":["Running Meson","Exit status"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#installing","node_type":"p","page":"Running Meson","sections":["Running Meson","Installing"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#running-meson","node_type":"h1","page":"Running Meson","sections":["Running Meson"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#running-tests","node_type":"p","page":"Running Meson","sections":["Running Meson","Running tests"],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#bindgen","node_type":"p","page":"Rust module","sections":["Rust module","Functions","bindgen()"],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#rust-module","node_type":"p","page":"Rust module","sections":["Rust module"],"context":{"gi-language":["default"]}},{"url":"Rust.html#avoid-using-extern-crate","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Avoid using extern crate\n"],"context":{"gi-language":["default"]}},{"url":"Rust.html#linking-with-standard-libraries","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Linking with standard libraries"],"context":{"gi-language":["default"]}},{"url":"Rust.html#mixing-generated-and-static-sources","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Mixing Generated and Static sources"],"context":{"gi-language":["default"]}},{"url":"Rust.html#mixing-rust-and-nonrust-sources","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Mixing Rust and non-Rust sources"],"context":{"gi-language":["default"]}},{"url":"Rust.html#use-with-rustanalyzer","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Use with rust-analyzer"],"context":{"gi-language":["default"]}},{"url":"Rust.html#using-rust-with-meson","node_type":"h1","page":"Rust","sections":["Using Rust with Meson"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#note-for-linux-libraries","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps","Note for Linux libraries"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#shipping-prebuilt-binaries-as-wraps","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#using-a-wrap-file","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps","Using a wrap file"],"context":{"gi-language":["default"]}},{"url":"Simd-module.html#unstable-simd-module","node_type":"p","page":"Unstable SIMD module","sections":["Unstable SIMD module"],"context":{"gi-language":["default"]}},{"url":"Simple-comparison.html#a-simple-comparison","node_type":"p","page":"A simple comparison","sections":["A simple comparison"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#installing-meson","node_type":"h2","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#linux1","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing Meson","Linux"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#running-meson","node_type":"h2","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Running Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#the-absolute-beginners-guide-to-installing-and-using-meson","node_type":"h1","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#windows1","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing Meson","Windows"],"context":{"gi-language":["default"]}},{"url":"Style-guide.html#naming-options","node_type":"p","page":"Style recommendations","sections":["Style recommendations","Naming options"],"context":{"gi-language":["default"]}},{"url":"Style-guide.html#naming-variable","node_type":"p","page":"Style recommendations","sections":["Style recommendations","Naming Variable"],"context":{"gi-language":["default"]}},{"url":"Style-guide.html#style-recommendations","node_type":"p","page":"Style recommendations","sections":["Style recommendations"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#adding-variables-to-the-dependency","node_type":"p","page":"Subprojects","sections":["Subprojects","A subproject example","Adding variables to the dependency"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#build-options-in-subproject","node_type":"p","page":"Subprojects","sections":["Subprojects","A subproject example","Build options in subproject"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#commandline-options","node_type":"ul","page":"Subprojects","sections":["Subprojects","Command-line options"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#download-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Download subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#obtaining-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","Obtaining subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#toggling-between-system-libraries-and-embedded-sources","node_type":"p","page":"Subprojects","sections":["Subprojects","Using a subproject","Toggling between system libraries and embedded sources"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#update-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Update subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#why-must-all-subprojects-be-inside-a-single-directory","node_type":"p","page":"Subprojects","sections":["Subprojects","Why must all subprojects be inside a single directory?"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#argument-flattening","node_type":"p","page":"Syntax","sections":["Syntax","Function calls","Argument flattening"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#arrays","node_type":"p","page":"Syntax","sections":["Syntax","Arrays"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#foreach-statements","node_type":"p","page":"Syntax","sections":["Syntax","Foreach statements"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#format-strings","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String formatting","Format strings"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#function-calls","node_type":"p","page":"Syntax","sections":["Syntax","Function calls"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#grammar","node_type":"p","page":"Syntax","sections":["Syntax","Grammar"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#includes","node_type":"p","page":"Syntax","sections":["Syntax","Includes"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#logical-operations","node_type":"p","page":"Syntax","sections":["Syntax","Logical operations"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#numbers","node_type":"p","page":"Syntax","sections":["Syntax","Numbers"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#stability-promises","node_type":"p","page":"Syntax","sections":["Syntax","Stability Promises"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#strings","node_type":"p","page":"Syntax","sections":["Syntax","Strings"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#syntax","node_type":"p","page":"Syntax","sections":["Syntax"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#userdefined-functions-and-methods","node_type":"p","page":"Syntax","sections":["Syntax","User-defined functions and methods"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#variables","node_type":"p","page":"Syntax","sections":["Syntax","Variables"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#version_compare","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String methods",".version_compare()"],"context":{"gi-language":["default"]}},{"url":"Threads.html#threads","node_type":"p","page":"Threads","sections":["Threads"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#adding-dependencies","node_type":"p","page":"Tutorial","sections":["Tutorial","Adding dependencies"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#the-humble-beginning","node_type":"p","page":"Tutorial","sections":["Tutorial","The humble beginning"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#tutorial","node_type":"p","page":"Tutorial","sections":["Tutorial"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#coverage","node_type":"p","page":"Unit tests","sections":["Unit tests","Coverage"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#legacy-notes","node_type":"p","page":"Unit tests","sections":["Unit tests","Legacy notes"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#other-test-options","node_type":"p","page":"Unit tests","sections":["Unit tests","Testing tool","Other test options"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#parallelism","node_type":"p","page":"Unit tests","sections":["Unit tests","Parallelism"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#priorities","node_type":"p","page":"Unit tests","sections":["Unit tests","Priorities"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#skipped-tests-and-hard-errors","node_type":"p","page":"Unit tests","sections":["Unit tests","Skipped tests and hard errors"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#test-outputs","node_type":"p","page":"Unit tests","sections":["Unit tests","Test outputs"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#testing-tool","node_type":"p","page":"Unit tests","sections":["Unit tests","Testing tool"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#testlogjunitxml","node_type":"p","page":"Unit tests","sections":["Unit tests","Test outputs","testlog.junit.xml"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#unit-tests","node_type":"p","page":"Unit tests","sections":["Unit tests"],"context":{"gi-language":["default"]}},{"url":"Unity-builds.html#unity-builds","node_type":"p","page":"Unity builds","sections":["Unity builds"],"context":{"gi-language":["default"]}},{"url":"Use-of-Python.html#cross-platform-tooling","node_type":"p","page":"Use of Python","sections":["Dependency hell","Cross platform tooling"],"context":{"gi-language":["default"]}},{"url":"Use-of-Python.html#dependency-hell","node_type":"p","page":"Use of Python","sections":["Dependency hell"],"context":{"gi-language":["default"]}},{"url":"Use-of-Python.html#reimplementability","node_type":"p","page":"Use of Python","sections":["Dependency hell","Reimplementability"],"context":{"gi-language":["default"]}},{"url":"Use-of-Python.html#use-of-python","node_type":"p","page":"Use of Python","sections":["Use of Python"],"context":{"gi-language":["default"]}},{"url":"Users.html#list-of-projects-using-meson","node_type":"h1","page":"Users","sections":["List of projects using Meson"],"context":{"gi-language":["default"]}},{"url":"Using-multiple-build-directories.html#multiple-build-directories-for-the-same-source-tree","node_type":"p","page":"Using multiple build directories","sections":["Using multiple build directories","Multiple build directories for the same source tree"],"context":{"gi-language":["default"]}},{"url":"Using-multiple-build-directories.html#specialized-uses","node_type":"p","page":"Using multiple build directories","sections":["Using multiple build directories","Specialized uses"],"context":{"gi-language":["default"]}},{"url":"Using-multiple-build-directories.html#using-multiple-build-directories","node_type":"p","page":"Using multiple build directories","sections":["Using multiple build directories"],"context":{"gi-language":["default"]}},{"url":"Using-the-WrapDB.html#using-the-wrapdb","node_type":"p","page":"Using the WrapDB","sections":["Using the WrapDB"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-clangcl-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using Clang-CL with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-intelcl-icl-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using Intel-CL (ICL) with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-wraptool.html#automatic-dependency-fallback","node_type":"p","page":"Using wraptool","sections":["Using wraptool","Automatic dependency fallback"],"context":{"gi-language":["default"]}},{"url":"Using-wraptool.html#using-wraptool","node_type":"p","page":"Using wraptool","sections":["Using wraptool"],"context":{"gi-language":["default"]}},{"url":"Vala.html#adding-to-valas-search-path","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Adding to Vala's search path"],"context":{"gi-language":["default"]}},{"url":"Vala.html#changing-c-header-and-vapi-names","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Building libraries","Changing C header and VAPI names"],"context":{"gi-language":["default"]}},{"url":"Vala.html#compiling-vala-applications-and-libraries","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries"],"context":{"gi-language":["default"]}},{"url":"Vala.html#gobject-introspection-and-language-bindings","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Building libraries","GObject Introspection and language bindings"],"context":{"gi-language":["default"]}},{"url":"Vala.html#libraries-without-pkgconfig-files","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Libraries without pkg-config files"],"context":{"gi-language":["default"]}},{"url":"Vala.html#targeting-a-version-of-glib","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Targeting a version of GLib"],"context":{"gi-language":["default"]}},{"url":"Vala.html#using-libraries","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries"],"context":{"gi-language":["default"]}},{"url":"Videos.html#videos","node_type":"ul","page":"Videos","sections":["Videos"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#creating-and-compiling","node_type":"p","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects","Creating and compiling"],"context":{"gi-language":["default"]}},{"url":"Wayland-module.html#unstable-wayland-module","node_type":"p","page":"Unstable Wayland Module","sections":["Unstable Wayland Module"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#avoid-exposing-compilable-source-files-in-declare_dependency","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Avoid exposing compilable source files in declare_dependency"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#declare-generated-headers-explicitly","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Declare generated headers explicitly"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#make-libraries-buildable-both-as-static-and-shared","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Make libraries buildable both as static and shared"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#wrap-best-practices-and-tips","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#cargo-wraps","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section","Cargo wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#cmake-wraps","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section","CMake wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#diff-files","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Diff files"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#getting-wraps","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Getting wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#how-it-works","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","How it works"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#provide-section","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#wrap-dependency-system-manual","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#wrapfile-with-meson-build-patch","node_type":"h2","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","wrap-file with Meson build patch"],"context":{"gi-language":["default"]}},{"url":"Wrapdb-projects.html#meson-wrapdb-packages","node_type":"h1","page":"Meson WrapDB packages","sections":["Meson WrapDB packages"],"context":{"gi-language":["default"]}},{"url":"Yaml-RefMan.html#linking-to-the-reference-manual","node_type":"p","page":"YAML Reference manual","sections":["Reference Manual","Linking to the Reference Manual"],"context":{"gi-language":["default"]}},{"url":"Yaml-RefMan.html#reference-manual","node_type":"p","page":"YAML Reference manual","sections":["Reference Manual"],"context":{"gi-language":["default"]}},{"url":"howtox.html#how-do-i-do-x-in-meson","node_type":"h1","page":"How do I do X in Meson?","sections":["How do I do X in Meson?"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-compiler","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set compiler"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-linker","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set linker"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-address-sanitizer","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use address sanitizer"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-clippy","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use clippy"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-existing-findnamecmake-files","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use existing Find.cmake files"],"context":{"gi-language":["default"]}},{"url":"index.html#community","node_type":"p","page":"The Meson Build system","sections":["The Meson Build system","Community"],"context":{"gi-language":["default"]}},{"url":"index.html#development","node_type":"p","page":"The Meson Build system","sections":["The Meson Build system","Community","Development"],"context":{"gi-language":["default"]}},{"url":"index.html#overview","node_type":"p","page":"The Meson Build system","sections":["The Meson Build system","Overview"],"context":{"gi-language":["default"]}},{"url":"index.html#projects-using-meson","node_type":"h3","page":"The Meson Build system","sections":["The Meson Build system","Community","Projects using Meson"],"context":{"gi-language":["default"]}},{"url":"index.html#the-meson-build-system","node_type":"h1","page":"The Meson Build system","sections":["The Meson Build system"],"context":{"gi-language":["default"]}},{"url":"index.html#tutorials","node_type":"ul","page":"The Meson Build system","sections":["The Meson Build system","Tutorials"],"context":{"gi-language":["default"]}},{"url":"legal.html#legal-information","node_type":"p","page":"Legal information","sections":["Legal information"],"context":{"gi-language":["default"]}},{"url":"legal.html#meson-logo-licensing","node_type":"h2","page":"Legal information","sections":["Legal information","Meson logo licensing"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/OpenBSD b/assets/js/search/OpenBSD index 673afebce..01ccf3734 100644 --- a/assets/js/search/OpenBSD +++ b/assets/js/search/OpenBSD @@ -1 +1 @@ -urls_downloaded_cb({"token":"OpenBSD","urls":[{"url":"Release-notes-for-0-62-0.html#new-custom-dependency-for-libdl","node_type":"p","page":"Release 0.62.0","sections":["New features","New custom dependency for libdl"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#bsd-support-for-the-jni-dependency","node_type":"p","page":"Release 0.64.0","sections":["New features","BSD support for the jni dependency"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"OpenBSD","urls":[{"url":"Release-notes-for-0-62-0.html#new-custom-dependency-for-libdl","node_type":"p","page":"Release 0.62.0","sections":["New features","New custom dependency for libdl"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#bsd-support-for-the-jni-dependency","node_type":"p","page":"Release 0.64.0","sections":["New features","BSD support for the jni dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"ul","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/Sanitizers b/assets/js/search/Sanitizers index e015f8bc7..c882e7826 100644 --- a/assets/js/search/Sanitizers +++ b/assets/js/search/Sanitizers @@ -1 +1 @@ -urls_downloaded_cb({"token":"Sanitizers","urls":[{"url":"Release-notes-for-0-42-0.html#simultaneous-use-of-address-and-undefined-behavior-sanitizers","node_type":"h2","page":"Release 0.42","sections":["New features","Simultaneous use of Address- and Undefined Behavior Sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#tests-now-abort-on-errors-by-default-under-sanitizers","node_type":"p","page":"Release 1.3.0","sections":["New features","Tests now abort on errors by default under sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#tests-now-abort-on-errors-by-default-under-more-sanitizers","node_type":"p","page":"Release 1.4.0","sections":["New features","Tests now abort on errors by default under more sanitizers"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"Sanitizers","urls":[{"url":"Release-notes-for-0-42-0.html#simultaneous-use-of-address-and-undefined-behavior-sanitizers","node_type":"h2","page":"Release 0.42","sections":["New features","Simultaneous use of Address- and Undefined Behavior Sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#tests-now-abort-on-errors-by-default-under-sanitizers","node_type":"p","page":"Release 1.3.0","sections":["New features","Tests now abort on errors by default under sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#tests-now-abort-on-errors-by-default-under-more-sanitizers","node_type":"p","page":"Release 1.4.0","sections":["New features","Tests now abort on errors by default under more sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"ul","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/Studio b/assets/js/search/Studio index 757f36e52..046a746e7 100644 --- a/assets/js/search/Studio +++ b/assets/js/search/Studio @@ -1 +1 @@ -urls_downloaded_cb({"token":"Studio","urls":[{"url":"Additional.html#subpages","node_type":"p","page":"Additional documentation","sections":[],"context":{"gi-language":["default"]}},{"url":"Build-options.html#visual-studio","node_type":"h3","page":"Build options","sections":["Build options","Built-in build options","Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#core-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Universal options","Core options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-backend","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for backend\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-genvslite","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for genvslite\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-vsenv","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for vsenv\n"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#cons4","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","Meson","Cons"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#pros1","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","CMake","Pros"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#appveyor-for-windows","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","AppVeyor for Windows"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dia-sdk","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","DIA SDK"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#4-must-have-native-support-for-platforms-that-are-in-common-use","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","4. Must have native support for platforms that are in common use"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#overview-of-the-solution","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Overview of the solution"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-implemented-in-python-rather-than-programming-language-x","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson implemented in Python rather than [programming language X]?"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#dependencies","node_type":"p","page":"Getting Meson","sections":["Getting Meson","Dependencies"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#dependncias","node_type":"p","page":"Obtendo o Meson","sections":["Obtendo o Meson","Dependências"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#","node_type":"p","page":"获取Meson","sections":["获取Meson","所需依赖"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#building-a-simple-sdl2-app-from-scratch","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Building a simple SDL2 app from scratch"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#set-up-the-build-directory","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Set up the build directory"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ide-integration","node_type":"p","page":"IDE integration","sections":["IDE integration"],"context":{"gi-language":["default"]}},{"url":"Manual.html#subpages","node_type":"p","page":"Manual","sections":[],"context":{"gi-language":["default"]}},{"url":"Meson-sample.html#a-note-to-visual-studio-users","node_type":"h2","page":"Meson sample","sections":["Meson sample","A note to Visual Studio users"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments27","node_type":"table","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_extra_files","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_extra_files","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_extra_files","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#include_directories_is_system","node_type":"p","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_extra_files","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_extra_files","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_extra_files","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_extra_files","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_extra_files","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-ids","node_type":"table","page":"Reference tables","sections":["Reference tables","Compiler ids"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#link-whole-contents-of-static-libraries","node_type":"p","page":"Release 0.40","sections":["New features","Link whole contents of static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#outputs-of-generators-can-be-used-in-custom-targets-in-the-vs-backend","node_type":"p","page":"Release 0.40","sections":["New features","Outputs of generators can be used in custom targets in the VS backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#visual-studio-2017-support","node_type":"h2","page":"Release 0.40","sections":["New features","Visual Studio 2017 support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#visual-studio-c-compiler-support","node_type":"h2","page":"Release 0.45","sections":["New features","Visual Studio C# compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#toggles-for-build-type-optimization-and-vcrt-type","node_type":"p","page":"Release 0.48","sections":["New features","Toggles for build type, optimization and vcrt type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#backendvs-now-matches-db_vscrtfrom_buildtype-behaviour-in-the-ninja-backend","node_type":"p","page":"Release 0.55.0","sections":["New features","\n--backend=vs now matches -Db_vscrt=from_buildtype behaviour in the Ninja backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#edit-and-continue-zi-is-no-longer-used-by-default-for-visual-studio","node_type":"h2","page":"Release 0.57.0","sections":["New features","\"Edit and continue\" (/ZI) is no longer used by default for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#experimental-support-for-c-modules-in-visual-studio","node_type":"h2","page":"Release 0.57.0","sections":["New features","Experimental support for C++ modules in Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#address-sanitizer-support-for-visual-studio","node_type":"h2","page":"Release 0.58.0","sections":["New features","Address sanitizer support for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#automatically-set-up-visual-studio-environment","node_type":"h2","page":"Release 0.59.0","sections":["New features","Automatically set up Visual Studio environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#developer-environment","node_type":"p","page":"Release 0.59.0","sections":["New features","Developer environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#new-vs2012-and-vs2013-backend-options","node_type":"p","page":"Release 0.59.0","sections":["New features","New vs2012 and vs2013 backend options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#force-visual-studio-environment-activation","node_type":"h2","page":"Release 0.60.0","sections":["New features","Force Visual Studio environment activation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#visual-studio-2022-backend","node_type":"h2","page":"Release 0.61.0","sections":["New features","Visual Studio 2022 backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#added-a-new-genvslite-option-for-use-with-meson-setup-","node_type":"p","page":"Release 1.2.0","sections":["New features","Added a new '--genvslite' option for use with 'meson setup ...'"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#new-for-the-generation-of-visual-studio-vcxproj-projects","node_type":"h2","page":"Release 1.2.0","sections":["New features","New for the generation of Visual Studio vcxproj projects"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#configuring-the-build-directory","node_type":"p","page":"Running Meson","sections":["Running Meson","Configuring the build directory"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#running-meson","node_type":"p","page":"Running Meson","sections":["Running Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#running-meson","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Running Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#windows","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing a compiler toolchain","Windows"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#windows1","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing Meson","Windows"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-clangcl-with-visual-studio","node_type":"h1","page":"Using with Visual Studio","sections":["Using Clang-CL with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-intelcl-icl-with-visual-studio","node_type":"h1","page":"Using with Visual Studio","sections":["Using Intel-CL (ICL) with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-with-visual-studio","node_type":"h1","page":"Using with Visual Studio","sections":["Using with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#creating-and-compiling","node_type":"p","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects","Creating and compiling"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#visual-studios-external-build-projects","node_type":"h1","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects"],"context":{"gi-language":["default"]}},{"url":"index.html#features","node_type":"ul","page":"The Meson Build system","sections":["The Meson Build system","Features"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"Studio","urls":[{"url":"Additional.html#subpages","node_type":"p","page":"Additional documentation","sections":[],"context":{"gi-language":["default"]}},{"url":"Build-options.html#visual-studio","node_type":"h3","page":"Build options","sections":["Build options","Built-in build options","Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#core-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Universal options","Core options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-backend","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for backend\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-genvslite","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for genvslite\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-vsenv","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for vsenv\n"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#cons4","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","Meson","Cons"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#pros1","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","CMake","Pros"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#appveyor-for-windows","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","AppVeyor for Windows"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dia-sdk","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","DIA SDK"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#4-must-have-native-support-for-platforms-that-are-in-common-use","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","4. Must have native support for platforms that are in common use"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#overview-of-the-solution","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Overview of the solution"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-implemented-in-python-rather-than-programming-language-x","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson implemented in Python rather than [programming language X]?"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#dependencies","node_type":"p","page":"Getting Meson","sections":["Getting Meson","Dependencies"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#dependncias","node_type":"p","page":"Obtendo o Meson","sections":["Obtendo o Meson","Dependências"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#","node_type":"p","page":"获取Meson","sections":["获取Meson","所需依赖"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#building-a-simple-sdl2-app-from-scratch","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Building a simple SDL2 app from scratch"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#set-up-the-build-directory","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Set up the build directory"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ide-integration","node_type":"p","page":"IDE integration","sections":["IDE integration"],"context":{"gi-language":["default"]}},{"url":"Manual.html#subpages","node_type":"p","page":"Manual","sections":[],"context":{"gi-language":["default"]}},{"url":"Meson-sample.html#a-note-to-visual-studio-users","node_type":"h2","page":"Meson sample","sections":["Meson sample","A note to Visual Studio users"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments27","node_type":"table","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_extra_files","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_extra_files","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_extra_files","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#include_directories_is_system","node_type":"p","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_extra_files","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_extra_files","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_extra_files","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_extra_files","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_extra_files","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-ids","node_type":"table","page":"Reference tables","sections":["Reference tables","Compiler ids"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#link-whole-contents-of-static-libraries","node_type":"p","page":"Release 0.40","sections":["New features","Link whole contents of static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#outputs-of-generators-can-be-used-in-custom-targets-in-the-vs-backend","node_type":"p","page":"Release 0.40","sections":["New features","Outputs of generators can be used in custom targets in the VS backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#visual-studio-2017-support","node_type":"h2","page":"Release 0.40","sections":["New features","Visual Studio 2017 support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#visual-studio-c-compiler-support","node_type":"h2","page":"Release 0.45","sections":["New features","Visual Studio C# compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#toggles-for-build-type-optimization-and-vcrt-type","node_type":"p","page":"Release 0.48","sections":["New features","Toggles for build type, optimization and vcrt type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#backendvs-now-matches-db_vscrtfrom_buildtype-behaviour-in-the-ninja-backend","node_type":"p","page":"Release 0.55.0","sections":["New features","\n--backend=vs now matches -Db_vscrt=from_buildtype behaviour in the Ninja backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#edit-and-continue-zi-is-no-longer-used-by-default-for-visual-studio","node_type":"h2","page":"Release 0.57.0","sections":["New features","\"Edit and continue\" (/ZI) is no longer used by default for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#experimental-support-for-c-modules-in-visual-studio","node_type":"h2","page":"Release 0.57.0","sections":["New features","Experimental support for C++ modules in Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#address-sanitizer-support-for-visual-studio","node_type":"h2","page":"Release 0.58.0","sections":["New features","Address sanitizer support for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#automatically-set-up-visual-studio-environment","node_type":"h2","page":"Release 0.59.0","sections":["New features","Automatically set up Visual Studio environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#developer-environment","node_type":"p","page":"Release 0.59.0","sections":["New features","Developer environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#new-vs2012-and-vs2013-backend-options","node_type":"p","page":"Release 0.59.0","sections":["New features","New vs2012 and vs2013 backend options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#force-visual-studio-environment-activation","node_type":"h2","page":"Release 0.60.0","sections":["New features","Force Visual Studio environment activation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#visual-studio-2022-backend","node_type":"h2","page":"Release 0.61.0","sections":["New features","Visual Studio 2022 backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#added-a-new-genvslite-option-for-use-with-meson-setup-","node_type":"p","page":"Release 1.2.0","sections":["New features","Added a new '--genvslite' option for use with 'meson setup ...'"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#new-for-the-generation-of-visual-studio-vcxproj-projects","node_type":"h2","page":"Release 1.2.0","sections":["New features","New for the generation of Visual Studio vcxproj projects"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#configuring-the-build-directory","node_type":"p","page":"Running Meson","sections":["Running Meson","Configuring the build directory"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#running-meson","node_type":"p","page":"Running Meson","sections":["Running Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#running-meson","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Running Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#windows","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing a compiler toolchain","Windows"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#windows1","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing Meson","Windows"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-clangcl-with-visual-studio","node_type":"h1","page":"Using with Visual Studio","sections":["Using Clang-CL with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-intelcl-icl-with-visual-studio","node_type":"h1","page":"Using with Visual Studio","sections":["Using Intel-CL (ICL) with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-with-visual-studio","node_type":"h1","page":"Using with Visual Studio","sections":["Using with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#creating-and-compiling","node_type":"p","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects","Creating and compiling"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#visual-studios-external-build-projects","node_type":"h1","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects"],"context":{"gi-language":["default"]}},{"url":"index.html#features","node_type":"ul","page":"The Meson Build system","sections":["The Meson Build system","Features"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/Visual b/assets/js/search/Visual index bd545da64..b37b7d507 100644 --- a/assets/js/search/Visual +++ b/assets/js/search/Visual @@ -1 +1 @@ -urls_downloaded_cb({"token":"Visual","urls":[{"url":"Additional.html#subpages","node_type":"p","page":"Additional documentation","sections":[],"context":{"gi-language":["default"]}},{"url":"Build-options.html#visual-studio","node_type":"h3","page":"Build options","sections":["Build options","Built-in build options","Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#core-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Universal options","Core options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-backend","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for backend\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-genvslite","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for genvslite\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-vsenv","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for vsenv\n"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#cons4","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","Meson","Cons"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#pros1","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","CMake","Pros"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#appveyor-for-windows","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","AppVeyor for Windows"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dia-sdk","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","DIA SDK"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#4-must-have-native-support-for-platforms-that-are-in-common-use","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","4. Must have native support for platforms that are in common use"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#overview-of-the-solution","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Overview of the solution"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-implemented-in-python-rather-than-programming-language-x","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson implemented in Python rather than [programming language X]?"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#dependencies","node_type":"p","page":"Getting Meson","sections":["Getting Meson","Dependencies"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#dependncias","node_type":"p","page":"Obtendo o Meson","sections":["Obtendo o Meson","Dependências"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#","node_type":"p","page":"获取Meson","sections":["获取Meson","所需依赖"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#building-a-simple-sdl2-app-from-scratch","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Building a simple SDL2 app from scratch"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#set-up-the-build-directory","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Set up the build directory"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ide-integration","node_type":"p","page":"IDE integration","sections":["IDE integration"],"context":{"gi-language":["default"]}},{"url":"Manual.html#subpages","node_type":"p","page":"Manual","sections":[],"context":{"gi-language":["default"]}},{"url":"Meson-sample.html#a-note-to-visual-studio-users","node_type":"h2","page":"Meson sample","sections":["Meson sample","A note to Visual Studio users"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments27","node_type":"table","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_extra_files","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_extra_files","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_extra_files","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#include_directories_is_system","node_type":"p","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_extra_files","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_extra_files","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_extra_files","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_extra_files","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_extra_files","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-ids","node_type":"table","page":"Reference tables","sections":["Reference tables","Compiler ids"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#link-whole-contents-of-static-libraries","node_type":"p","page":"Release 0.40","sections":["New features","Link whole contents of static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#outputs-of-generators-can-be-used-in-custom-targets-in-the-vs-backend","node_type":"p","page":"Release 0.40","sections":["New features","Outputs of generators can be used in custom targets in the VS backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#visual-studio-2017-support","node_type":"h2","page":"Release 0.40","sections":["New features","Visual Studio 2017 support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#visual-studio-c-compiler-support","node_type":"h2","page":"Release 0.45","sections":["New features","Visual Studio C# compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#toggles-for-build-type-optimization-and-vcrt-type","node_type":"p","page":"Release 0.48","sections":["New features","Toggles for build type, optimization and vcrt type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#backendvs-now-matches-db_vscrtfrom_buildtype-behaviour-in-the-ninja-backend","node_type":"p","page":"Release 0.55.0","sections":["New features","\n--backend=vs now matches -Db_vscrt=from_buildtype behaviour in the Ninja backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#edit-and-continue-zi-is-no-longer-used-by-default-for-visual-studio","node_type":"h2","page":"Release 0.57.0","sections":["New features","\"Edit and continue\" (/ZI) is no longer used by default for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#experimental-support-for-c-modules-in-visual-studio","node_type":"h2","page":"Release 0.57.0","sections":["New features","Experimental support for C++ modules in Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#address-sanitizer-support-for-visual-studio","node_type":"h2","page":"Release 0.58.0","sections":["New features","Address sanitizer support for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#automatically-set-up-visual-studio-environment","node_type":"h2","page":"Release 0.59.0","sections":["New features","Automatically set up Visual Studio environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#developer-environment","node_type":"p","page":"Release 0.59.0","sections":["New features","Developer environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#new-vs2012-and-vs2013-backend-options","node_type":"p","page":"Release 0.59.0","sections":["New features","New vs2012 and vs2013 backend options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#force-visual-studio-environment-activation","node_type":"h2","page":"Release 0.60.0","sections":["New features","Force Visual Studio environment activation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#visual-studio-2022-backend","node_type":"h2","page":"Release 0.61.0","sections":["New features","Visual Studio 2022 backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#added-a-new-genvslite-option-for-use-with-meson-setup-","node_type":"p","page":"Release 1.2.0","sections":["New features","Added a new '--genvslite' option for use with 'meson setup ...'"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#new-for-the-generation-of-visual-studio-vcxproj-projects","node_type":"h2","page":"Release 1.2.0","sections":["New features","New for the generation of Visual Studio vcxproj projects"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#configuring-the-build-directory","node_type":"p","page":"Running Meson","sections":["Running Meson","Configuring the build directory"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#running-meson","node_type":"p","page":"Running Meson","sections":["Running Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#running-meson","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Running Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#windows","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing a compiler toolchain","Windows"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#windows1","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing Meson","Windows"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-clangcl-with-visual-studio","node_type":"h1","page":"Using with Visual Studio","sections":["Using Clang-CL with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-intelcl-icl-with-visual-studio","node_type":"h1","page":"Using with Visual Studio","sections":["Using Intel-CL (ICL) with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-with-visual-studio","node_type":"h1","page":"Using with Visual Studio","sections":["Using with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#creating-and-compiling","node_type":"p","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects","Creating and compiling"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#visual-studios-external-build-projects","node_type":"h1","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects"],"context":{"gi-language":["default"]}},{"url":"index.html#features","node_type":"ul","page":"The Meson Build system","sections":["The Meson Build system","Features"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"Visual","urls":[{"url":"Additional.html#subpages","node_type":"p","page":"Additional documentation","sections":[],"context":{"gi-language":["default"]}},{"url":"Build-options.html#visual-studio","node_type":"h3","page":"Build options","sections":["Build options","Built-in build options","Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#core-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Universal options","Core options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-backend","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for backend\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-genvslite","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for genvslite\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-vsenv","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for vsenv\n"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#cons4","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","Meson","Cons"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#pros1","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","CMake","Pros"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#appveyor-for-windows","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","AppVeyor for Windows"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dia-sdk","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","DIA SDK"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#4-must-have-native-support-for-platforms-that-are-in-common-use","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","4. Must have native support for platforms that are in common use"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#overview-of-the-solution","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Overview of the solution"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-implemented-in-python-rather-than-programming-language-x","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson implemented in Python rather than [programming language X]?"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#dependencies","node_type":"p","page":"Getting Meson","sections":["Getting Meson","Dependencies"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#dependncias","node_type":"p","page":"Obtendo o Meson","sections":["Obtendo o Meson","Dependências"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#","node_type":"p","page":"获取Meson","sections":["获取Meson","所需依赖"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#building-a-simple-sdl2-app-from-scratch","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Building a simple SDL2 app from scratch"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#set-up-the-build-directory","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Set up the build directory"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ide-integration","node_type":"p","page":"IDE integration","sections":["IDE integration"],"context":{"gi-language":["default"]}},{"url":"Manual.html#subpages","node_type":"p","page":"Manual","sections":[],"context":{"gi-language":["default"]}},{"url":"Meson-sample.html#a-note-to-visual-studio-users","node_type":"h2","page":"Meson sample","sections":["Meson sample","A note to Visual Studio users"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments27","node_type":"table","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_extra_files","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_extra_files","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_extra_files","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#include_directories_is_system","node_type":"p","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_extra_files","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_extra_files","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_extra_files","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_extra_files","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_extra_files","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-ids","node_type":"table","page":"Reference tables","sections":["Reference tables","Compiler ids"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#link-whole-contents-of-static-libraries","node_type":"p","page":"Release 0.40","sections":["New features","Link whole contents of static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#outputs-of-generators-can-be-used-in-custom-targets-in-the-vs-backend","node_type":"p","page":"Release 0.40","sections":["New features","Outputs of generators can be used in custom targets in the VS backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#visual-studio-2017-support","node_type":"h2","page":"Release 0.40","sections":["New features","Visual Studio 2017 support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#visual-studio-c-compiler-support","node_type":"h2","page":"Release 0.45","sections":["New features","Visual Studio C# compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#toggles-for-build-type-optimization-and-vcrt-type","node_type":"p","page":"Release 0.48","sections":["New features","Toggles for build type, optimization and vcrt type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#backendvs-now-matches-db_vscrtfrom_buildtype-behaviour-in-the-ninja-backend","node_type":"p","page":"Release 0.55.0","sections":["New features","\n--backend=vs now matches -Db_vscrt=from_buildtype behaviour in the Ninja backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#edit-and-continue-zi-is-no-longer-used-by-default-for-visual-studio","node_type":"h2","page":"Release 0.57.0","sections":["New features","\"Edit and continue\" (/ZI) is no longer used by default for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#experimental-support-for-c-modules-in-visual-studio","node_type":"h2","page":"Release 0.57.0","sections":["New features","Experimental support for C++ modules in Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#address-sanitizer-support-for-visual-studio","node_type":"h2","page":"Release 0.58.0","sections":["New features","Address sanitizer support for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#automatically-set-up-visual-studio-environment","node_type":"h2","page":"Release 0.59.0","sections":["New features","Automatically set up Visual Studio environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#developer-environment","node_type":"p","page":"Release 0.59.0","sections":["New features","Developer environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#new-vs2012-and-vs2013-backend-options","node_type":"p","page":"Release 0.59.0","sections":["New features","New vs2012 and vs2013 backend options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#force-visual-studio-environment-activation","node_type":"h2","page":"Release 0.60.0","sections":["New features","Force Visual Studio environment activation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#visual-studio-2022-backend","node_type":"h2","page":"Release 0.61.0","sections":["New features","Visual Studio 2022 backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#added-a-new-genvslite-option-for-use-with-meson-setup-","node_type":"p","page":"Release 1.2.0","sections":["New features","Added a new '--genvslite' option for use with 'meson setup ...'"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#new-for-the-generation-of-visual-studio-vcxproj-projects","node_type":"h2","page":"Release 1.2.0","sections":["New features","New for the generation of Visual Studio vcxproj projects"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#configuring-the-build-directory","node_type":"p","page":"Running Meson","sections":["Running Meson","Configuring the build directory"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#running-meson","node_type":"p","page":"Running Meson","sections":["Running Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#running-meson","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Running Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#windows","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing a compiler toolchain","Windows"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#windows1","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing Meson","Windows"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-clangcl-with-visual-studio","node_type":"h1","page":"Using with Visual Studio","sections":["Using Clang-CL with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-intelcl-icl-with-visual-studio","node_type":"h1","page":"Using with Visual Studio","sections":["Using Intel-CL (ICL) with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-with-visual-studio","node_type":"h1","page":"Using with Visual Studio","sections":["Using with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#creating-and-compiling","node_type":"p","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects","Creating and compiling"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#visual-studios-external-build-projects","node_type":"h1","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects"],"context":{"gi-language":["default"]}},{"url":"index.html#features","node_type":"ul","page":"The Meson Build system","sections":["The Meson Build system","Features"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/address b/assets/js/search/address index 1e6c4c197..29f2f17ca 100644 --- a/assets/js/search/address +++ b/assets/js/search/address @@ -1 +1 @@ -urls_downloaded_cb({"token":"address","urls":[{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#type-alignment","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Type alignment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#simultaneous-use-of-address-and-undefined-behavior-sanitizers","node_type":"p","page":"Release 0.42","sections":["New features","Simultaneous use of Address- and Undefined Behavior Sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#address-sanitizer-support-for-visual-studio","node_type":"h2","page":"Release 0.58.0","sections":["New features","Address sanitizer support for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-address-sanitizer","node_type":"h2","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use address sanitizer"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"address","urls":[{"url":"Builtin-options.html#base-options","node_type":"ul","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#type-alignment","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Type alignment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#simultaneous-use-of-address-and-undefined-behavior-sanitizers","node_type":"p","page":"Release 0.42","sections":["New features","Simultaneous use of Address- and Undefined Behavior Sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#address-sanitizer-support-for-visual-studio","node_type":"h2","page":"Release 0.58.0","sections":["New features","Address sanitizer support for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-address-sanitizer","node_type":"h2","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use address sanitizer"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/array b/assets/js/search/array index 3cf1717e0..e37672189 100644 --- a/assets/js/search/array +++ b/assets/js/search/array @@ -1 +1 @@ -urls_downloaded_cb({"token":"array","urls":[{"url":"Build-options.html#arrays","node_type":"p","page":"Build options","sections":["Build options","Build option types","Arrays"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#using-build-options","node_type":"p","page":"Build options","sections":["Build options","Using build options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-options-object","node_type":"ul","page":"CMake module","sections":["CMake module","CMake subprojects","\ncmake options object"],"context":{"gi-language":["default"]}},{"url":"Commands.html#format","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","format"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#properties","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Properties"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#nvcc_arch_flags","node_type":"ul","page":"Unstable CUDA Module","sections":["Unstable CUDA Module","Functions","nvcc_arch_flags()"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependencies","node_type":"p","page":"Dependencies","sections":["Dependencies"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#add_project","node_type":"ul","page":"External Project module","sections":["External Project module","Functions","add_project()"],"context":{"gi-language":["default"]}},{"url":"External-commands.html#external-commands","node_type":"p","page":"External commands","sections":["External commands"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#but-i-really-want-to-use-wildcards","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","But I really want to use wildcards!"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#i-added-some-compiler-flags-and-now-the-build-fails-with-weird-errors-what-is-happening","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","I added some compiler flags and now the build fails with weird errors. What is happening?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-does-building-my-project-with-msvc-output-static-libraries-called-libfooa","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why does building my project with MSVC output static libraries called libfoo.a?"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#copyfile","node_type":"ul","page":"FS (filesystem) module","sections":["FS (filesystem) module","Filename modification","copyfile"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomecompile_resources","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.compile_resources()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegenerate_gir","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.generate_gir()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegenmarshal","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.genmarshal()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomemkenums","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.mkenums()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomemkenums_simple","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.mkenums_simple()"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-options","node_type":"ul","page":"IDE integration","sections":["IDE integration","Build Options"],"context":{"gi-language":["default"]}},{"url":"Localisation.html#generate-po-files","node_type":"p","page":"Localisation","sections":["Localisation","Generating .pot and .po files","generate .po files"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#binaries","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Binaries"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#data-types","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Data Types"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#supported-properties","node_type":"ul","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Properties","Supported properties"],"context":{"gi-language":["default"]}},{"url":"Meson-sample.html#meson-sample","node_type":"p","page":"Meson sample","sections":["Meson sample"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#preprocess","node_type":"p","page":"Qt4 module","sections":["Qt4 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#preprocess","node_type":"p","page":"Qt5 module","sections":["Qt5 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#preprocess","node_type":"p","page":"Qt6 module","sections":["Qt6 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_dist_script","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_dist_script()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_install_script","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonproject_license","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.project_license()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonproject_license_files","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.project_license_files()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_dict.html#dictkeys","node_type":"p","page":"dict","sections":["Dict (dict)","Dict methods","dict.keys()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#list-list","node_type":"p","page":"list","sections":["List (list)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#listcontains","node_type":"p","page":"list","sections":["List (list)","List methods","list.contains()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#listget","node_type":"p","page":"list","sections":["List (list)","List methods","list.get()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#listlength","node_type":"p","page":"list","sections":["List (list)","List methods","list.length()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strsplit","node_type":"p","page":"str","sections":["String (str)","String methods","str.split()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strsplitlines","node_type":"p","page":"str","sections":["String (str)","String methods","str.splitlines()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments14","node_type":"table","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments17","node_type":"table","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments22","node_type":"table","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments23","node_type":"table","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments43","node_type":"table","page":"Functions","sections":["Functions","run_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments50","node_type":"table","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_override_options","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_override_options","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target","node_type":"ul","page":"Functions","sections":["Functions","custom_target()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_command","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_default_options","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_fallback","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_override_options","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program","node_type":"p","page":"Functions","sections":["Functions","find_program()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_default_options","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#generator_depends","node_type":"p","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_override_options","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_override_options","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_license","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_license_files","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_target_depends","node_type":"p","page":"Functions","sections":["Functions","run_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#set_variable","node_type":"p","page":"Functions","sections":["Functions","set_variable()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_override_options","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_override_options","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_override_options","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject","node_type":"ul","page":"Functions","sections":["Functions","subproject()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject_default_options","node_type":"p","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#cfg_datakeys","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.keys()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#alignment_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.alignment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.alignment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments1","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments11","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments12","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments14","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments15","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments17","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments18","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments21","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments25","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments3","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments7","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilercmd_array","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.cmd_array()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerfirst_supported_argument","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.first_supported_argument()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerfirst_supported_link_argument","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.first_supported_link_argument()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_supported_arguments","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_supported_function_attributes","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_function_attributes()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_supported_link_arguments","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_link_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compute_int_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#get_define_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_define_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#sizeof_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#array-indexing-now-supports-fallback-values","node_type":"h2","page":"Release 0.38","sections":["Array indexing now supports fallback values"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#can-index-customtarget-objects","node_type":"p","page":"Release 0.43","sections":["Can index CustomTarget objects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#easier-handling-of-supported-compiler-arguments","node_type":"p","page":"Release 0.43","sections":["Easier handling of supported compiler arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#an-array-type-for-user-options","node_type":"h2","page":"Release 0.44","sections":["New features","An array type for user options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#array-options-treat-dopt-and-dopt-as-equivalent","node_type":"h2","page":"Release 0.47","sections":["New features","Array options treat -Dopt= and -Dopt=[] as equivalent"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#foreach-break-and-continue","node_type":"p","page":"Release 0.49","sections":["New features","Foreach break and continue\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#get-keys-of-configuration-data-object","node_type":"p","page":"Release 0.57.0","sections":["New features","Get keys of configuration data object"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#compiler-check-functions-prefix-kwargs-accepts-arrays","node_type":"p","page":"Release 1.0.0","sections":["New features","Compiler check functions prefix kwargs accepts arrays"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#added-strsplitlines-method","node_type":"p","page":"Release 1.2.0","sections":["New features","Added str.splitlines method"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#using-the-script-mode","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the \"script mode\""],"context":{"gi-language":["default"]}},{"url":"Run-targets.html#run-targets","node_type":"p","page":"Run targets","sections":["Run targets"],"context":{"gi-language":["default"]}},{"url":"Simd-module.html#usage","node_type":"p","page":"Unstable SIMD module","sections":["Unstable SIMD module","Usage"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#array-methods","node_type":"h3","page":"Syntax","sections":["Syntax","Arrays","Array methods"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#arrays","node_type":"p","page":"Syntax","sections":["Syntax","Arrays"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#dictionaries","node_type":"p","page":"Syntax","sections":["Syntax","Dictionaries"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#foreach-with-an-array","node_type":"h3","page":"Syntax","sections":["Syntax","Foreach statements","Foreach with an array"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#test-parameters","node_type":"p","page":"Unit tests","sections":["Unit tests","Test parameters"],"context":{"gi-language":["default"]}},{"url":"Vala.html#changing-c-header-and-vapi-names","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Building libraries","Changing C header and VAPI names"],"context":{"gi-language":["default"]}},{"url":"Vala.html#gobject-introspection-and-language-bindings","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Building libraries","GObject Introspection and language bindings"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"array","urls":[{"url":"Build-options.html#arrays","node_type":"p","page":"Build options","sections":["Build options","Build option types","Arrays"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#using-build-options","node_type":"p","page":"Build options","sections":["Build options","Using build options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"ul","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-options-object","node_type":"ul","page":"CMake module","sections":["CMake module","CMake subprojects","\ncmake options object"],"context":{"gi-language":["default"]}},{"url":"Commands.html#format","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","format"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#properties","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Properties"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#nvcc_arch_flags","node_type":"ul","page":"Unstable CUDA Module","sections":["Unstable CUDA Module","Functions","nvcc_arch_flags()"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependencies","node_type":"p","page":"Dependencies","sections":["Dependencies"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#add_project","node_type":"ul","page":"External Project module","sections":["External Project module","Functions","add_project()"],"context":{"gi-language":["default"]}},{"url":"External-commands.html#external-commands","node_type":"p","page":"External commands","sections":["External commands"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#but-i-really-want-to-use-wildcards","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","But I really want to use wildcards!"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#i-added-some-compiler-flags-and-now-the-build-fails-with-weird-errors-what-is-happening","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","I added some compiler flags and now the build fails with weird errors. What is happening?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-does-building-my-project-with-msvc-output-static-libraries-called-libfooa","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why does building my project with MSVC output static libraries called libfoo.a?"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#copyfile","node_type":"ul","page":"FS (filesystem) module","sections":["FS (filesystem) module","Filename modification","copyfile"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomecompile_resources","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.compile_resources()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegenerate_gir","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.generate_gir()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegenmarshal","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.genmarshal()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomemkenums","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.mkenums()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomemkenums_simple","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.mkenums_simple()"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-options","node_type":"ul","page":"IDE integration","sections":["IDE integration","Build Options"],"context":{"gi-language":["default"]}},{"url":"Localisation.html#generate-po-files","node_type":"p","page":"Localisation","sections":["Localisation","Generating .pot and .po files","generate .po files"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#binaries","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Binaries"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#data-types","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Data Types"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#supported-properties","node_type":"ul","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Properties","Supported properties"],"context":{"gi-language":["default"]}},{"url":"Meson-sample.html#meson-sample","node_type":"p","page":"Meson sample","sections":["Meson sample"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#preprocess","node_type":"p","page":"Qt4 module","sections":["Qt4 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#preprocess","node_type":"p","page":"Qt5 module","sections":["Qt5 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#preprocess","node_type":"p","page":"Qt6 module","sections":["Qt6 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_dist_script","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_dist_script()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_install_script","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonproject_license","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.project_license()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonproject_license_files","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.project_license_files()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_dict.html#dictkeys","node_type":"p","page":"dict","sections":["Dict (dict)","Dict methods","dict.keys()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#list-list","node_type":"p","page":"list","sections":["List (list)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#listcontains","node_type":"p","page":"list","sections":["List (list)","List methods","list.contains()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#listget","node_type":"p","page":"list","sections":["List (list)","List methods","list.get()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#listlength","node_type":"p","page":"list","sections":["List (list)","List methods","list.length()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strsplit","node_type":"p","page":"str","sections":["String (str)","String methods","str.split()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strsplitlines","node_type":"p","page":"str","sections":["String (str)","String methods","str.splitlines()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments14","node_type":"table","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments17","node_type":"table","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments22","node_type":"table","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments23","node_type":"table","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments43","node_type":"table","page":"Functions","sections":["Functions","run_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments50","node_type":"table","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_override_options","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_override_options","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target","node_type":"ul","page":"Functions","sections":["Functions","custom_target()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_command","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_default_options","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_fallback","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_override_options","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program","node_type":"p","page":"Functions","sections":["Functions","find_program()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_default_options","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#generator_depends","node_type":"p","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_override_options","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_override_options","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_license","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_license_files","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_target_depends","node_type":"p","page":"Functions","sections":["Functions","run_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#set_variable","node_type":"p","page":"Functions","sections":["Functions","set_variable()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_override_options","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_override_options","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_override_options","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject","node_type":"ul","page":"Functions","sections":["Functions","subproject()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject_default_options","node_type":"p","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#cfg_datakeys","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.keys()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#alignment_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.alignment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.alignment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments1","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments11","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments12","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments14","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments15","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments17","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments18","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments21","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments25","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments3","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments7","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilercmd_array","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.cmd_array()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerfirst_supported_argument","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.first_supported_argument()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerfirst_supported_link_argument","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.first_supported_link_argument()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_supported_arguments","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_supported_function_attributes","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_function_attributes()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_supported_link_arguments","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_link_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compute_int_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#get_define_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_define_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#sizeof_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#array-indexing-now-supports-fallback-values","node_type":"h2","page":"Release 0.38","sections":["Array indexing now supports fallback values"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#can-index-customtarget-objects","node_type":"p","page":"Release 0.43","sections":["Can index CustomTarget objects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#easier-handling-of-supported-compiler-arguments","node_type":"p","page":"Release 0.43","sections":["Easier handling of supported compiler arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#an-array-type-for-user-options","node_type":"h2","page":"Release 0.44","sections":["New features","An array type for user options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#array-options-treat-dopt-and-dopt-as-equivalent","node_type":"h2","page":"Release 0.47","sections":["New features","Array options treat -Dopt= and -Dopt=[] as equivalent"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#foreach-break-and-continue","node_type":"p","page":"Release 0.49","sections":["New features","Foreach break and continue\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#get-keys-of-configuration-data-object","node_type":"p","page":"Release 0.57.0","sections":["New features","Get keys of configuration data object"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#compiler-check-functions-prefix-kwargs-accepts-arrays","node_type":"p","page":"Release 1.0.0","sections":["New features","Compiler check functions prefix kwargs accepts arrays"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#added-strsplitlines-method","node_type":"p","page":"Release 1.2.0","sections":["New features","Added str.splitlines method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#using-the-script-mode","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the \"script mode\""],"context":{"gi-language":["default"]}},{"url":"Run-targets.html#run-targets","node_type":"p","page":"Run targets","sections":["Run targets"],"context":{"gi-language":["default"]}},{"url":"Simd-module.html#usage","node_type":"p","page":"Unstable SIMD module","sections":["Unstable SIMD module","Usage"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#array-methods","node_type":"h3","page":"Syntax","sections":["Syntax","Arrays","Array methods"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#arrays","node_type":"p","page":"Syntax","sections":["Syntax","Arrays"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#dictionaries","node_type":"p","page":"Syntax","sections":["Syntax","Dictionaries"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#foreach-with-an-array","node_type":"h3","page":"Syntax","sections":["Syntax","Foreach statements","Foreach with an array"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#test-parameters","node_type":"p","page":"Unit tests","sections":["Unit tests","Test parameters"],"context":{"gi-language":["default"]}},{"url":"Vala.html#changing-c-header-and-vapi-names","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Building libraries","Changing C header and VAPI names"],"context":{"gi-language":["default"]}},{"url":"Vala.html#gobject-introspection-and-language-bindings","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Building libraries","GObject Introspection and language bindings"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/b_sanitize b/assets/js/search/b_sanitize index 21dac6aef..1d50c27f5 100644 --- a/assets/js/search/b_sanitize +++ b/assets/js/search/b_sanitize @@ -1 +1 @@ -urls_downloaded_cb({"token":"b_sanitize","urls":[{"url":"Builtin-options.html#base-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#address-sanitizer-support-for-visual-studio","node_type":"p","page":"Release 0.58.0","sections":["New features","Address sanitizer support for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-address-sanitizer","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use address sanitizer"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"b_sanitize","urls":[{"url":"Builtin-options.html#base-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#address-sanitizer-support-for-visual-studio","node_type":"p","page":"Release 0.58.0","sections":["New features","Address sanitizer support for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"h2","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-address-sanitizer","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use address sanitizer"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/backwards b/assets/js/search/backwards index ed1002e0f..b50265d01 100644 --- a/assets/js/search/backwards +++ b/assets/js/search/backwards @@ -1 +1 @@ -urls_downloaded_cb({"token":"backwards","urls":[{"url":"Builtin-options.html#python-module","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options","Python module"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#acceptance-and-merging","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Acceptance and merging"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_license","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-flag-environment-variables","node_type":"p","page":"Reference tables","sections":["Reference tables","Compiler and linker flag environment variables"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#multiple-install-directories","node_type":"p","page":"Release 0.40","sections":["New features","Multiple install directories"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#string-escape-character-sequence-update","node_type":"p","page":"Release 0.46","sections":["New features","String escape character sequence update"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#projects-args-can-be-set-separately-for-cross-and-native-builds-potentially-breaking-change","node_type":"p","page":"Release 0.48","sections":["New features","Projects args can be set separately for cross and native builds (potentially breaking change)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#native-build-machine-compilers-not-always-required","node_type":"p","page":"Release 0.54.0","sections":["New features","Native (build machine) compilers not always required"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-support-for-texas-instruments-msp430-and-arm-compilers","node_type":"p","page":"Release 0.62.0","sections":["New features","Added support for Texas Instruments MSP430 and ARM compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#all-directory-options-now-support-paths-outside-of-prefix","node_type":"p","page":"Release 0.62.0","sections":["New features","All directory options now support paths outside of prefix"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#per-project-subproject-options-rewrite","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Per project subproject options rewrite"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#meson-file-rewriter","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Wayland-module.html#find_protocol","node_type":"ul","page":"Unstable Wayland Module","sections":["Unstable Wayland Module","Methods","find_protocol"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#cargo-wraps","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section","Cargo wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#cmake-wraps","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section","CMake wraps"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"backwards","urls":[{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#python-module","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options","Python module"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#acceptance-and-merging","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Acceptance and merging"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_license","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-flag-environment-variables","node_type":"p","page":"Reference tables","sections":["Reference tables","Compiler and linker flag environment variables"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#multiple-install-directories","node_type":"p","page":"Release 0.40","sections":["New features","Multiple install directories"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#string-escape-character-sequence-update","node_type":"p","page":"Release 0.46","sections":["New features","String escape character sequence update"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#projects-args-can-be-set-separately-for-cross-and-native-builds-potentially-breaking-change","node_type":"p","page":"Release 0.48","sections":["New features","Projects args can be set separately for cross and native builds (potentially breaking change)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#native-build-machine-compilers-not-always-required","node_type":"p","page":"Release 0.54.0","sections":["New features","Native (build machine) compilers not always required"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-support-for-texas-instruments-msp430-and-arm-compilers","node_type":"p","page":"Release 0.62.0","sections":["New features","Added support for Texas Instruments MSP430 and ARM compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#all-directory-options-now-support-paths-outside-of-prefix","node_type":"p","page":"Release 0.62.0","sections":["New features","All directory options now support paths outside of prefix"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#per-project-subproject-options-rewrite","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Per project subproject options rewrite"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#meson-file-rewriter","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Wayland-module.html#find_protocol","node_type":"ul","page":"Unstable Wayland Module","sections":["Unstable Wayland Module","Methods","find_protocol"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#cargo-wraps","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section","Cargo wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#cmake-wraps","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section","CMake wraps"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/break b/assets/js/search/break index 7d5773ab5..e11ecf148 100644 --- a/assets/js/search/break +++ b/assets/js/search/break @@ -1 +1 @@ -urls_downloaded_cb({"token":"break","urls":[{"url":"Creating-Linux-binaries.html#building-and-installing","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Building and installing"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#troubleshooting","node_type":"p","page":"Quickstart Guide","sections":["Using Meson","Troubleshooting:"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#foreach-break-and-continue","node_type":"h2","page":"Release 0.49","sections":["New features","Foreach break and continue\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#i18nmerge_file-no-longer-arbitrarily-leaves-your-project-halfbuilt","node_type":"p","page":"Release 0.62.0","sections":["New features","i18n.merge_file no longer arbitrarily leaves your project half-built"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#persubproject-languages","node_type":"p","page":"Release 0.63.0","sections":["New features","Per-subproject languages"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#python-extension-modules-now-build-with-hidden-visibility","node_type":"p","page":"Release 0.63.0","sections":["New features","Python extension modules now build with hidden visibility"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#python-extension-modules-now-depend-on-the-python-library-by-default","node_type":"p","page":"Release 0.63.0","sections":["New features","Python extension modules now depend on the python library by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#call-for-testing-for-next-release","node_type":"p","page":"Release 1.7.0","sections":["New features","Call for testing for next release"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#test-targets-no-longer-built-by-default","node_type":"p","page":"Release 1.7.0","sections":["New features","Test targets no longer built by default"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#meson-file-rewriter","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#foreach-break-and-continue","node_type":"h3","page":"Syntax","sections":["Syntax","Foreach statements","Foreach break and continue\n"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"break","urls":[{"url":"Creating-Linux-binaries.html#building-and-installing","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Building and installing"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#troubleshooting","node_type":"p","page":"Quickstart Guide","sections":["Using Meson","Troubleshooting:"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#foreach-break-and-continue","node_type":"h2","page":"Release 0.49","sections":["New features","Foreach break and continue\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#i18nmerge_file-no-longer-arbitrarily-leaves-your-project-halfbuilt","node_type":"p","page":"Release 0.62.0","sections":["New features","i18n.merge_file no longer arbitrarily leaves your project half-built"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#persubproject-languages","node_type":"p","page":"Release 0.63.0","sections":["New features","Per-subproject languages"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#python-extension-modules-now-build-with-hidden-visibility","node_type":"p","page":"Release 0.63.0","sections":["New features","Python extension modules now build with hidden visibility"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#python-extension-modules-now-depend-on-the-python-library-by-default","node_type":"p","page":"Release 0.63.0","sections":["New features","Python extension modules now depend on the python library by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#call-for-testing-for-next-release","node_type":"p","page":"Release 1.7.0","sections":["New features","Call for testing for next release"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#test-targets-no-longer-built-by-default","node_type":"p","page":"Release 1.7.0","sections":["New features","Test targets no longer built by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#meson-file-rewriter","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#foreach-break-and-continue","node_type":"h3","page":"Syntax","sections":["Syntax","Foreach statements","Foreach break and continue\n"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/calling b/assets/js/search/calling index 2ff4c397e..caa07ac01 100644 --- a/assets/js/search/calling +++ b/assets/js/search/calling @@ -1 +1 @@ -urls_downloaded_cb({"token":"calling","urls":[{"url":"Build-options.html#yielding-to-superproject-option","node_type":"p","page":"Build options","sections":["Build options","Yielding to superproject option"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#machine-entries","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Machine Entries"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#system","node_type":"p","page":"Dependencies","sections":["Dependency detection method","System"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#add_project","node_type":"p","page":"External Project module","sections":["External Project module","Functions","add_project()"],"context":{"gi-language":["default"]}},{"url":"External-commands.html#external-commands","node_type":"p","page":"External commands","sections":["External commands"],"context":{"gi-language":["default"]}},{"url":"Feature-autodetection.html#coverage","node_type":"p","page":"Feature autodetection","sections":["Feature autodetection","Coverage"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#supported-properties","node_type":"ul","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Properties","Supported properties"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_build_machine.html#build_machinekernel","node_type":"p","page":"build_machine","sections":["Build machine information (build_machine)","Build machine information methods","build_machine.kernel()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_build_machine.html#build_machinesubsystem","node_type":"p","page":"build_machine","sections":["Build machine information (build_machine)","Build machine information methods","build_machine.subsystem()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_host_machine.html#build_machinekernel","node_type":"p","page":"host_machine","sections":["Host machine information (host_machine extends build_machine)","Inherited methods","build_machine.kernel()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_host_machine.html#build_machinesubsystem","node_type":"p","page":"host_machine","sections":["Host machine information (host_machine extends build_machine)","Inherited methods","build_machine.subsystem()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_target_machine.html#build_machinekernel","node_type":"p","page":"target_machine","sections":["Target machine information (target_machine extends build_machine)","Inherited methods","build_machine.kernel()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_target_machine.html#build_machinesubsystem","node_type":"p","page":"target_machine","sections":["Target machine information (target_machine extends build_machine)","Inherited methods","build_machine.subsystem()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments51","node_type":"table","page":"Functions","sections":["Functions","summary()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#benchmark","node_type":"p","page":"Functions","sections":["Functions","benchmark()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#join_paths","node_type":"p","page":"Functions","sections":["Functions","join_paths()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#set_variable","node_type":"p","page":"Functions","sections":["Functions","set_variable()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subdir_done","node_type":"p","page":"Functions","sections":["Functions","subdir_done()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#summary","node_type":"p","page":"Functions","sections":["Functions","summary()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#summary_key_or_dict","node_type":"p","page":"Functions","sections":["Functions","summary()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test","node_type":"p","page":"Functions","sections":["Functions","test()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#new-compiler-function-symbols_have_underscore_prefix","node_type":"p","page":"Release 0.37","sections":["New features","New compiler function symbols_have_underscore_prefix\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#keyword-argument-verification","node_type":"p","page":"Release 0.42","sections":["New features","Keyword argument verification"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#subproject-function-now-supports-the-required-kwarg","node_type":"p","page":"Release 0.48","sections":["New features","\nsubproject() function now supports the required: kwarg"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#allow-using-generator-with-customtarget-or-index-of-customtarget","node_type":"p","page":"Release 0.58.0","sections":["New features","Allow using generator with CustomTarget or Index of CustomTarget."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#unset_variable","node_type":"p","page":"Release 0.60.0","sections":["New features","unset_variable()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#the-meson-test-program-supports-a-new-interactive-argument","node_type":"p","page":"Release 1.5.0","sections":["New features","The Meson test program supports a new \"--interactive\" argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#tools-can-be-selected-when-calling-has_tools-on-the-qt-modules","node_type":"h2","page":"Release 1.6.0","sections":["New features","Tools can be selected when calling has_tools() on the Qt modules"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#test-targets-no-longer-built-by-default","node_type":"p","page":"Release 1.7.0","sections":["New features","Test targets no longer built by default"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#environment-variables","node_type":"p","page":"Running Meson","sections":["Running Meson","Environment variables"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#build-options-in-subproject","node_type":"p","page":"Subprojects","sections":["Subprojects","A subproject example","Build options in subproject"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#other-test-options","node_type":"p","page":"Unit tests","sections":["Unit tests","Testing tool","Other test options"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"calling","urls":[{"url":"Build-options.html#yielding-to-superproject-option","node_type":"p","page":"Build options","sections":["Build options","Yielding to superproject option"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#machine-entries","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Machine Entries"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#system","node_type":"p","page":"Dependencies","sections":["Dependency detection method","System"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#add_project","node_type":"p","page":"External Project module","sections":["External Project module","Functions","add_project()"],"context":{"gi-language":["default"]}},{"url":"External-commands.html#external-commands","node_type":"p","page":"External commands","sections":["External commands"],"context":{"gi-language":["default"]}},{"url":"Feature-autodetection.html#coverage","node_type":"p","page":"Feature autodetection","sections":["Feature autodetection","Coverage"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#supported-properties","node_type":"ul","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Properties","Supported properties"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_build_machine.html#build_machinekernel","node_type":"p","page":"build_machine","sections":["Build machine information (build_machine)","Build machine information methods","build_machine.kernel()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_build_machine.html#build_machinesubsystem","node_type":"p","page":"build_machine","sections":["Build machine information (build_machine)","Build machine information methods","build_machine.subsystem()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_host_machine.html#build_machinekernel","node_type":"p","page":"host_machine","sections":["Host machine information (host_machine extends build_machine)","Inherited methods","build_machine.kernel()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_host_machine.html#build_machinesubsystem","node_type":"p","page":"host_machine","sections":["Host machine information (host_machine extends build_machine)","Inherited methods","build_machine.subsystem()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_target_machine.html#build_machinekernel","node_type":"p","page":"target_machine","sections":["Target machine information (target_machine extends build_machine)","Inherited methods","build_machine.kernel()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_target_machine.html#build_machinesubsystem","node_type":"p","page":"target_machine","sections":["Target machine information (target_machine extends build_machine)","Inherited methods","build_machine.subsystem()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments51","node_type":"table","page":"Functions","sections":["Functions","summary()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#benchmark","node_type":"p","page":"Functions","sections":["Functions","benchmark()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#join_paths","node_type":"p","page":"Functions","sections":["Functions","join_paths()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#set_variable","node_type":"p","page":"Functions","sections":["Functions","set_variable()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subdir_done","node_type":"p","page":"Functions","sections":["Functions","subdir_done()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#summary","node_type":"p","page":"Functions","sections":["Functions","summary()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#summary_key_or_dict","node_type":"p","page":"Functions","sections":["Functions","summary()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test","node_type":"p","page":"Functions","sections":["Functions","test()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#new-compiler-function-symbols_have_underscore_prefix","node_type":"p","page":"Release 0.37","sections":["New features","New compiler function symbols_have_underscore_prefix\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#keyword-argument-verification","node_type":"p","page":"Release 0.42","sections":["New features","Keyword argument verification"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#subproject-function-now-supports-the-required-kwarg","node_type":"p","page":"Release 0.48","sections":["New features","\nsubproject() function now supports the required: kwarg"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#allow-using-generator-with-customtarget-or-index-of-customtarget","node_type":"p","page":"Release 0.58.0","sections":["New features","Allow using generator with CustomTarget or Index of CustomTarget."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#unset_variable","node_type":"p","page":"Release 0.60.0","sections":["New features","unset_variable()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#the-meson-test-program-supports-a-new-interactive-argument","node_type":"p","page":"Release 1.5.0","sections":["New features","The Meson test program supports a new \"--interactive\" argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#tools-can-be-selected-when-calling-has_tools-on-the-qt-modules","node_type":"h2","page":"Release 1.6.0","sections":["New features","Tools can be selected when calling has_tools() on the Qt modules"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#test-targets-no-longer-built-by-default","node_type":"p","page":"Release 1.7.0","sections":["New features","Test targets no longer built by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#environment-variables","node_type":"p","page":"Running Meson","sections":["Running Meson","Environment variables"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#build-options-in-subproject","node_type":"p","page":"Subprojects","sections":["Subprojects","A subproject example","Build options in subproject"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#other-test-options","node_type":"p","page":"Unit tests","sections":["Unit tests","Testing tool","Other test options"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/changed b/assets/js/search/changed index f2e888cad..e1ed52295 100644 --- a/assets/js/search/changed +++ b/assets/js/search/changed @@ -1 +1 @@ -urls_downloaded_cb({"token":"changed","urls":[{"url":"ARM-performance-test.html#measurements","node_type":"p","page":"Arm performance test","sections":["Arm performance test","Measurements"],"context":{"gi-language":["default"]}},{"url":"Commands.html#configure","node_type":"p","page":"Command-line commands","sections":["Command-line commands","configure"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#configuring-a-build-directory","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#per-project-subproject-options-rewrite-since-18","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory","Per project subproject options rewrite (Since 1.8)"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-are-changes-to-default-project-options-ignored","node_type":"ul","page":"FAQ","sections":["Meson Frequently Asked Questions","Why are changes to default project options ignored?"],"context":{"gi-language":["default"]}},{"url":"Feature-autodetection.html#ccache","node_type":"p","page":"Feature autodetection","sections":["Feature autodetection","Ccache"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomecompile_schemas","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.compile_schemas()"],"context":{"gi-language":["default"]}},{"url":"Hotdoc-module.html#hotdocgenerate_doc","node_type":"p","page":"Hotdoc module","sections":["Hotdoc module","Usage","hotdoc.generate_doc()"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ide-integration","node_type":"p","page":"IDE integration","sections":["IDE integration"],"context":{"gi-language":["default"]}},{"url":"IndepthTutorial.html#an-indepth-tutorial","node_type":"p","page":"An in-depth tutorial","sections":["An in-depth tutorial"],"context":{"gi-language":["default"]}},{"url":"Installing.html#custom-install-behaviour","node_type":"p","page":"Installing","sections":["Installing","Custom install behaviour"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#binaries","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Binaries"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#cross-and-native-file-reference","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#properties","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Properties"],"context":{"gi-language":["default"]}},{"url":"MesonCI.html#docker-images","node_type":"p","page":"Meson CI setup","sections":["Meson CI setup","Docker images"],"context":{"gi-language":["default"]}},{"url":"Native-environments.html#changing-native-file-settings","node_type":"p","page":"Persistent native environments","sections":["Persistent native environments","Changing native file settings"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_both_libs.html#build_tgtextract_all_objects","node_type":"p","page":"Both libraries object","sections":["Both libraries object (both_libs extends lib)","Inherited methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_build_tgt.html#build_tgtextract_all_objects","node_type":"p","page":"Build target","sections":["Build target (build_tgt extends tgt)","Build target methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depas_link_whole","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.as_link_whole()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depas_system","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.as_system()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_exe.html#build_tgtextract_all_objects","node_type":"p","page":"Executable target","sections":["Executable target (exe extends build_tgt)","Inherited methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_jar.html#build_tgtextract_all_objects","node_type":"p","page":"JAR build target","sections":["JAR build target (jar extends build_tgt)","Inherited methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_lib.html#build_tgtextract_all_objects","node_type":"p","page":"Library target","sections":["Library target (lib extends build_tgt)","Inherited methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-selection-variables","node_type":"p","page":"Reference tables","sections":["Reference tables","Compiler and Linker selection variables"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#gcc-__attribute__","node_type":"p","page":"Reference tables","sections":["Reference tables","Function Attributes","GCC __attribute__\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#portability-improvements-to-boost-dependency","node_type":"p","page":"Release 0.43","sections":["Portability improvements to Boost Dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#log-output-slightly-changed","node_type":"h2","page":"Release 0.46","sections":["New features","Log output slightly changed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#recursively-extract-objects","node_type":"p","page":"Release 0.46","sections":["New features","Recursively extract objects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#string-escape-character-sequence-update","node_type":"p","page":"Release 0.46","sections":["New features","String escape character sequence update"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#made-install-a-top-level-meson-command","node_type":"p","page":"Release 0.47","sections":["New features","Made 'install' a top level Meson command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#toggles-for-build-type-optimization-and-vcrt-type","node_type":"p","page":"Release 0.48","sections":["New features","Toggles for build type, optimization and vcrt type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-option-to-introspect-multiple-parameters-at-once","node_type":"p","page":"Release 0.50.0","sections":["New features","Added option to introspect multiple parameters at once"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-the-mesoninfojson-introspection-file","node_type":"p","page":"Release 0.50.0","sections":["New features","Added the meson-info.json introspection file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#changed-the-json-format-of-the-introspection","node_type":"h2","page":"Release 0.50.0","sections":["New features","Changed the JSON format of the introspection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#generic-overrider-for-dynamic-linker-selection","node_type":"p","page":"Release 0.53.0","sections":["New features","Generic Overrider for Dynamic Linker selection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#changed-the-signal-used-to-terminate-a-test-process-group","node_type":"h2","page":"Release 0.54.0","sections":["New features","Changed the signal used to terminate a test process (group)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#rename-has_exe_wrapper-can_run_host_binaries","node_type":"p","page":"Release 0.55.0","sections":["New features","Rename has_exe_wrapper -> can_run_host_binaries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#depas_link_whole","node_type":"p","page":"Release 0.56.0","sections":["New features","dep.as_link_whole()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-subprojects-command","node_type":"ul","page":"Release 0.56.0","sections":["New features","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#buildtype-remains-even-if-dependent-options-are-changed","node_type":"h2","page":"Release 0.57.0","sections":["New features","Buildtype remains even if dependent options are changed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#new-logging-format-for-meson-test","node_type":"p","page":"Release 0.57.0","sections":["New features","New logging format for meson test\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#unescaped-variables-in-pkgconfig-files","node_type":"p","page":"Release 0.59.0","sections":["New features","Unescaped variables in pkgconfig files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#gnomeyelp-variadic-argument-deprecation","node_type":"p","page":"Release 0.60.0","sections":["New features","gnome.yelp variadic argument deprecation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#dataonly-pkgconfig-default-install-path","node_type":"p","page":"Release 0.62.0","sections":["New features","\ndataonly Pkgconfig Default Install Path"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#jar-default-install-dir","node_type":"p","page":"Release 0.62.0","sections":["New features","JAR default install dir"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#pythonfind_installation-now-accepts-pure-argument","node_type":"p","page":"Release 0.64.0","sections":["New features","python.find_installation() now accepts pure argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#deprecate-jar-as-a-build_target-type","node_type":"p","page":"Release 1.3.0","sections":["New features","Deprecate 'jar' as a build_target type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#pkgconfig-dependencies-can-now-get-a-variable-with-multiple-replacements","node_type":"p","page":"Release 1.3.0","sections":["New features","pkg-config dependencies can now get a variable with multiple replacements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#the-meson-test-program-supports-a-new-maxlines-argument","node_type":"p","page":"Release 1.5.0","sections":["New features","The Meson test program supports a new \"--max-lines\" argument"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#installing","node_type":"p","page":"Running Meson","sections":["Running Meson","Installing"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#adding-dependencies","node_type":"p","page":"Tutorial","sections":["Tutorial","Adding dependencies"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#wrapfile-with-meson-build-patch","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","wrap-file with Meson build patch"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-linker","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set linker"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"changed","urls":[{"url":"ARM-performance-test.html#measurements","node_type":"p","page":"Arm performance test","sections":["Arm performance test","Measurements"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Commands.html#configure","node_type":"p","page":"Command-line commands","sections":["Command-line commands","configure"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#configuring-a-build-directory","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#per-project-subproject-options-rewrite-since-18","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory","Per project subproject options rewrite (Since 1.8)"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-are-changes-to-default-project-options-ignored","node_type":"ul","page":"FAQ","sections":["Meson Frequently Asked Questions","Why are changes to default project options ignored?"],"context":{"gi-language":["default"]}},{"url":"Feature-autodetection.html#ccache","node_type":"p","page":"Feature autodetection","sections":["Feature autodetection","Ccache"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomecompile_schemas","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.compile_schemas()"],"context":{"gi-language":["default"]}},{"url":"Hotdoc-module.html#hotdocgenerate_doc","node_type":"p","page":"Hotdoc module","sections":["Hotdoc module","Usage","hotdoc.generate_doc()"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ide-integration","node_type":"p","page":"IDE integration","sections":["IDE integration"],"context":{"gi-language":["default"]}},{"url":"IndepthTutorial.html#an-indepth-tutorial","node_type":"p","page":"An in-depth tutorial","sections":["An in-depth tutorial"],"context":{"gi-language":["default"]}},{"url":"Installing.html#custom-install-behaviour","node_type":"p","page":"Installing","sections":["Installing","Custom install behaviour"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#binaries","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Binaries"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#cross-and-native-file-reference","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#properties","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Properties"],"context":{"gi-language":["default"]}},{"url":"MesonCI.html#docker-images","node_type":"p","page":"Meson CI setup","sections":["Meson CI setup","Docker images"],"context":{"gi-language":["default"]}},{"url":"Native-environments.html#changing-native-file-settings","node_type":"p","page":"Persistent native environments","sections":["Persistent native environments","Changing native file settings"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_both_libs.html#build_tgtextract_all_objects","node_type":"p","page":"Both libraries object","sections":["Both libraries object (both_libs extends lib)","Inherited methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_build_tgt.html#build_tgtextract_all_objects","node_type":"p","page":"Build target","sections":["Build target (build_tgt extends tgt)","Build target methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depas_link_whole","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.as_link_whole()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depas_system","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.as_system()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_exe.html#build_tgtextract_all_objects","node_type":"p","page":"Executable target","sections":["Executable target (exe extends build_tgt)","Inherited methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_jar.html#build_tgtextract_all_objects","node_type":"p","page":"JAR build target","sections":["JAR build target (jar extends build_tgt)","Inherited methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_lib.html#build_tgtextract_all_objects","node_type":"p","page":"Library target","sections":["Library target (lib extends build_tgt)","Inherited methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-selection-variables","node_type":"p","page":"Reference tables","sections":["Reference tables","Compiler and Linker selection variables"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#gcc-__attribute__","node_type":"p","page":"Reference tables","sections":["Reference tables","Function Attributes","GCC __attribute__\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#portability-improvements-to-boost-dependency","node_type":"p","page":"Release 0.43","sections":["Portability improvements to Boost Dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#log-output-slightly-changed","node_type":"h2","page":"Release 0.46","sections":["New features","Log output slightly changed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#recursively-extract-objects","node_type":"p","page":"Release 0.46","sections":["New features","Recursively extract objects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#string-escape-character-sequence-update","node_type":"p","page":"Release 0.46","sections":["New features","String escape character sequence update"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#made-install-a-top-level-meson-command","node_type":"p","page":"Release 0.47","sections":["New features","Made 'install' a top level Meson command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#toggles-for-build-type-optimization-and-vcrt-type","node_type":"p","page":"Release 0.48","sections":["New features","Toggles for build type, optimization and vcrt type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-option-to-introspect-multiple-parameters-at-once","node_type":"p","page":"Release 0.50.0","sections":["New features","Added option to introspect multiple parameters at once"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-the-mesoninfojson-introspection-file","node_type":"p","page":"Release 0.50.0","sections":["New features","Added the meson-info.json introspection file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#changed-the-json-format-of-the-introspection","node_type":"h2","page":"Release 0.50.0","sections":["New features","Changed the JSON format of the introspection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#generic-overrider-for-dynamic-linker-selection","node_type":"p","page":"Release 0.53.0","sections":["New features","Generic Overrider for Dynamic Linker selection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#changed-the-signal-used-to-terminate-a-test-process-group","node_type":"h2","page":"Release 0.54.0","sections":["New features","Changed the signal used to terminate a test process (group)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#rename-has_exe_wrapper-can_run_host_binaries","node_type":"p","page":"Release 0.55.0","sections":["New features","Rename has_exe_wrapper -> can_run_host_binaries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#depas_link_whole","node_type":"p","page":"Release 0.56.0","sections":["New features","dep.as_link_whole()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-subprojects-command","node_type":"ul","page":"Release 0.56.0","sections":["New features","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#buildtype-remains-even-if-dependent-options-are-changed","node_type":"h2","page":"Release 0.57.0","sections":["New features","Buildtype remains even if dependent options are changed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#new-logging-format-for-meson-test","node_type":"p","page":"Release 0.57.0","sections":["New features","New logging format for meson test\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#unescaped-variables-in-pkgconfig-files","node_type":"p","page":"Release 0.59.0","sections":["New features","Unescaped variables in pkgconfig files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#gnomeyelp-variadic-argument-deprecation","node_type":"p","page":"Release 0.60.0","sections":["New features","gnome.yelp variadic argument deprecation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#dataonly-pkgconfig-default-install-path","node_type":"p","page":"Release 0.62.0","sections":["New features","\ndataonly Pkgconfig Default Install Path"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#jar-default-install-dir","node_type":"p","page":"Release 0.62.0","sections":["New features","JAR default install dir"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#pythonfind_installation-now-accepts-pure-argument","node_type":"p","page":"Release 0.64.0","sections":["New features","python.find_installation() now accepts pure argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#deprecate-jar-as-a-build_target-type","node_type":"p","page":"Release 1.3.0","sections":["New features","Deprecate 'jar' as a build_target type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#pkgconfig-dependencies-can-now-get-a-variable-with-multiple-replacements","node_type":"p","page":"Release 1.3.0","sections":["New features","pkg-config dependencies can now get a variable with multiple replacements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#the-meson-test-program-supports-a-new-maxlines-argument","node_type":"p","page":"Release 1.5.0","sections":["New features","The Meson test program supports a new \"--max-lines\" argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#installing","node_type":"p","page":"Running Meson","sections":["Running Meson","Installing"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#adding-dependencies","node_type":"p","page":"Tutorial","sections":["Tutorial","Adding dependencies"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#wrapfile-with-meson-build-patch","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","wrap-file with Meson build patch"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-linker","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set linker"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/changes b/assets/js/search/changes index d4eacb04b..15d0f872c 100644 --- a/assets/js/search/changes +++ b/assets/js/search/changes @@ -1 +1 @@ -urls_downloaded_cb({"token":"changes","urls":[{"url":"ARM-performance-test.html#measurements","node_type":"p","page":"Arm performance test","sections":["Arm performance test","Measurements"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#changes-to-original-source","node_type":"h2","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","Changes to original source"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#creating-the-wrap-contents","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","How to contribute a new wrap","Creating the wrap contents"],"context":{"gi-language":["default"]}},{"url":"Commands.html#configure","node_type":"p","page":"Command-line commands","sections":["Command-line commands","configure"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#github-actions","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","GitHub Actions"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#acceptance-and-merging","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Acceptance and merging"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#documentation","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Documentation"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#keeping-pull-requests-up-to-date","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Keeping pull requests up to date"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#submitting-patches","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Submitting patches"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#use-allowdirty-to-override-error-when-git-repository-contains-uncommitted-changes","node_type":"h2","page":"Creating releases","sections":["Creating releases","Use --allow-dirty to override error when git repository contains uncommitted changes"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#changing-cross-file-settings","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Changing cross file settings"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#do-i-need-to-add-my-headers-to-the-sources-list-like-in-autotools","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Do I need to add my headers to the sources list like in Autotools?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#i-have-proprietary-compiler-toolchain-x-that-does-not-work-with-meson-how-can-i-make-it-work","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","I have proprietary compiler toolchain X that does not work with Meson, how can I make it work?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-are-changes-to-default-project-options-ignored","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","Why are changes to default project options ignored?"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#read","node_type":"ul","page":"FS (filesystem) module","sections":["FS (filesystem) module","Filename modification","read"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#upgrading-the-program-to-use-sdl","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Upgrading the program to use SDL"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ast-of-a-mesonbuild","node_type":"p","page":"IDE integration","sections":["AST of a meson.build\n"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ide-integration","node_type":"p","page":"IDE integration","sections":["IDE integration"],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#what-does-this-mean-for-support-and-compatibility","node_type":"ul","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory","What does this mean for support and compatibility?"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#toggling-the-usage-of-precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Toggling the usage of precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#using-precompiled-headers-with-gcc-and-derivatives","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Using precompiled headers with GCC and derivatives"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#compiling-a-meson-project","node_type":"p","page":"Quickstart Guide","sections":["Using Meson","Compiling a Meson project"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_link_depends","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_link_depends","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_link_depends","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_link_depends","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_link_depends","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_link_depends","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_link_depends","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_link_depends","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#push-urls-in-wrap-files","node_type":"p","page":"Release 0.37","sections":["New features","Push URLs in .wrap files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#uninstall-target","node_type":"p","page":"Release 0.38","sections":["Uninstall target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#unity-builds-only-for-subprojects","node_type":"p","page":"Release 0.40","sections":["New features","Unity builds only for subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#arm-compilerversion-6-for-c-and-cpp","node_type":"ul","page":"Release 0.47","sections":["New features","ARM compiler(version 6) for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#improved-support-for-static-libraries","node_type":"p","page":"Release 0.52.0","sections":["New features","Improved support for static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#splitting-of-compilerget_function_attributevisibility","node_type":"p","page":"Release 0.52.0","sections":["New features","Splitting of Compiler.get_function_attribute('visibility')"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#introspection-api-changes","node_type":"h2","page":"Release 0.53.0","sections":["New features","Introspection API changes"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#native-build-machine-compilers-not-always-required","node_type":"p","page":"Release 0.54.0","sections":["New features","Native (build machine) compilers not always required"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#introspection-api-changes","node_type":"h2","page":"Release 0.55.0","sections":["New features","Introspection API changes"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#mesonadd__script-methods-accept-new-types","node_type":"p","page":"Release 0.55.0","sections":["New features","meson.add_*_script methods accept new types"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-subprojects-command","node_type":"ul","page":"Release 0.56.0","sections":["New features","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#msvcclangcl-argument-changescleanup","node_type":"h2","page":"Release 0.57.0","sections":["New features","MSVC/Clang-Cl Argument Changes/Cleanup"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#new-logging-format-for-meson-test","node_type":"p","page":"Release 0.57.0","sections":["New features","New logging format for meson test\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#meson-subprojects-update-reset-now-reextract-tarballs","node_type":"p","page":"Release 0.58.0","sections":["New features","\nmeson subprojects update --reset now re-extract tarballs"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-optional-allowdirty-flag-for-the-dist-command","node_type":"p","page":"Release 0.62.0","sections":["New features","Added optional '--allow-dirty' flag for the 'dist' command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#clangtidyfix-target","node_type":"p","page":"Release 1.3.0","sections":["New features","clang-tidy-fix target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#meson-configure-handles-changes-to-options-in-more-cases","node_type":"h2","page":"Release 1.5.0","sections":["New features","Meson configure handles changes to options in more cases"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#cargo-subprojects-is-experimental","node_type":"p","page":"Release 1.6.0","sections":["New features","Cargo subprojects is experimental"],"context":{"gi-language":["default"]}},{"url":"Release-procedure.html#bugfix-releases","node_type":"p","page":"Release procedure","sections":["Bugfix releases"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#meson-file-rewriter","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#building-directly-with-ninja","node_type":"p","page":"Running Meson","sections":["Running Meson","Building from the source","Building directly with ninja"],"context":{"gi-language":["default"]}},{"url":"Simple-comparison.html#a-simple-comparison","node_type":"p","page":"A simple comparison","sections":["A simple comparison"],"context":{"gi-language":["default"]}},{"url":"Style-guide.html#cross-compilation-arguments","node_type":"p","page":"Style recommendations","sections":["Cross compilation arguments"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#start-a-topic-branch-across-all-git-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Start a topic branch across all git subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#update-subprojects","node_type":"ul","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Update subprojects"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#includes","node_type":"p","page":"Syntax","sections":["Syntax","Includes"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#stability-promises","node_type":"p","page":"Syntax","sections":["Syntax","Stability Promises"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#adding-dependencies","node_type":"p","page":"Tutorial","sections":["Tutorial","Adding dependencies"],"context":{"gi-language":["default"]}},{"url":"Unity-builds.html#unity-builds","node_type":"p","page":"Unity builds","sections":["Unity builds"],"context":{"gi-language":["default"]}},{"url":"Using-multiple-build-directories.html#multiple-build-directories-for-the-same-source-tree","node_type":"p","page":"Using multiple build directories","sections":["Using multiple build directories","Multiple build directories for the same source tree"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#specific-to-wrapgit","node_type":"ul","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Accepted configuration properties for wraps","Specific to wrap-git"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#wrapfile-with-meson-build-patch","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","wrap-file with Meson build patch"],"context":{"gi-language":["default"]}},{"url":"Yaml-RefMan.html#linking-to-the-reference-manual","node_type":"p","page":"YAML Reference manual","sections":["Reference Manual","Linking to the Reference Manual"],"context":{"gi-language":["default"]}},{"url":"Yaml-RefMan.html#reference-manual","node_type":"p","page":"YAML Reference manual","sections":["Reference Manual"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"changes","urls":[{"url":"ARM-performance-test.html#measurements","node_type":"p","page":"Arm performance test","sections":["Arm performance test","Measurements"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#changes-to-original-source","node_type":"h2","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","Changes to original source"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#creating-the-wrap-contents","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","How to contribute a new wrap","Creating the wrap contents"],"context":{"gi-language":["default"]}},{"url":"Commands.html#configure","node_type":"p","page":"Command-line commands","sections":["Command-line commands","configure"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#github-actions","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","GitHub Actions"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#acceptance-and-merging","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Acceptance and merging"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#documentation","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Documentation"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#keeping-pull-requests-up-to-date","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Keeping pull requests up to date"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#submitting-patches","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Submitting patches"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#use-allowdirty-to-override-error-when-git-repository-contains-uncommitted-changes","node_type":"h2","page":"Creating releases","sections":["Creating releases","Use --allow-dirty to override error when git repository contains uncommitted changes"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#changing-cross-file-settings","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Changing cross file settings"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#do-i-need-to-add-my-headers-to-the-sources-list-like-in-autotools","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Do I need to add my headers to the sources list like in Autotools?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#i-have-proprietary-compiler-toolchain-x-that-does-not-work-with-meson-how-can-i-make-it-work","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","I have proprietary compiler toolchain X that does not work with Meson, how can I make it work?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-are-changes-to-default-project-options-ignored","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","Why are changes to default project options ignored?"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#read","node_type":"ul","page":"FS (filesystem) module","sections":["FS (filesystem) module","Filename modification","read"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#upgrading-the-program-to-use-sdl","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Upgrading the program to use SDL"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ast-of-a-mesonbuild","node_type":"p","page":"IDE integration","sections":["AST of a meson.build\n"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ide-integration","node_type":"p","page":"IDE integration","sections":["IDE integration"],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#what-does-this-mean-for-support-and-compatibility","node_type":"ul","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory","What does this mean for support and compatibility?"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#toggling-the-usage-of-precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Toggling the usage of precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#using-precompiled-headers-with-gcc-and-derivatives","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Using precompiled headers with GCC and derivatives"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#compiling-a-meson-project","node_type":"p","page":"Quickstart Guide","sections":["Using Meson","Compiling a Meson project"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_link_depends","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_link_depends","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_link_depends","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_link_depends","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_link_depends","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_link_depends","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_link_depends","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_link_depends","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#push-urls-in-wrap-files","node_type":"p","page":"Release 0.37","sections":["New features","Push URLs in .wrap files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#uninstall-target","node_type":"p","page":"Release 0.38","sections":["Uninstall target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#unity-builds-only-for-subprojects","node_type":"p","page":"Release 0.40","sections":["New features","Unity builds only for subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#arm-compilerversion-6-for-c-and-cpp","node_type":"ul","page":"Release 0.47","sections":["New features","ARM compiler(version 6) for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#improved-support-for-static-libraries","node_type":"p","page":"Release 0.52.0","sections":["New features","Improved support for static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#splitting-of-compilerget_function_attributevisibility","node_type":"p","page":"Release 0.52.0","sections":["New features","Splitting of Compiler.get_function_attribute('visibility')"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#introspection-api-changes","node_type":"h2","page":"Release 0.53.0","sections":["New features","Introspection API changes"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#native-build-machine-compilers-not-always-required","node_type":"p","page":"Release 0.54.0","sections":["New features","Native (build machine) compilers not always required"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#introspection-api-changes","node_type":"h2","page":"Release 0.55.0","sections":["New features","Introspection API changes"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#mesonadd__script-methods-accept-new-types","node_type":"p","page":"Release 0.55.0","sections":["New features","meson.add_*_script methods accept new types"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-subprojects-command","node_type":"ul","page":"Release 0.56.0","sections":["New features","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#msvcclangcl-argument-changescleanup","node_type":"h2","page":"Release 0.57.0","sections":["New features","MSVC/Clang-Cl Argument Changes/Cleanup"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#new-logging-format-for-meson-test","node_type":"p","page":"Release 0.57.0","sections":["New features","New logging format for meson test\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#meson-subprojects-update-reset-now-reextract-tarballs","node_type":"p","page":"Release 0.58.0","sections":["New features","\nmeson subprojects update --reset now re-extract tarballs"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-optional-allowdirty-flag-for-the-dist-command","node_type":"p","page":"Release 0.62.0","sections":["New features","Added optional '--allow-dirty' flag for the 'dist' command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#clangtidyfix-target","node_type":"p","page":"Release 1.3.0","sections":["New features","clang-tidy-fix target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#meson-configure-handles-changes-to-options-in-more-cases","node_type":"h2","page":"Release 1.5.0","sections":["New features","Meson configure handles changes to options in more cases"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#cargo-subprojects-is-experimental","node_type":"p","page":"Release 1.6.0","sections":["New features","Cargo subprojects is experimental"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"h2","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Release-procedure.html#bugfix-releases","node_type":"p","page":"Release procedure","sections":["Bugfix releases"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#meson-file-rewriter","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#building-directly-with-ninja","node_type":"p","page":"Running Meson","sections":["Running Meson","Building from the source","Building directly with ninja"],"context":{"gi-language":["default"]}},{"url":"Simple-comparison.html#a-simple-comparison","node_type":"p","page":"A simple comparison","sections":["A simple comparison"],"context":{"gi-language":["default"]}},{"url":"Style-guide.html#cross-compilation-arguments","node_type":"p","page":"Style recommendations","sections":["Cross compilation arguments"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#start-a-topic-branch-across-all-git-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Start a topic branch across all git subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#update-subprojects","node_type":"ul","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Update subprojects"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#includes","node_type":"p","page":"Syntax","sections":["Syntax","Includes"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#stability-promises","node_type":"p","page":"Syntax","sections":["Syntax","Stability Promises"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#adding-dependencies","node_type":"p","page":"Tutorial","sections":["Tutorial","Adding dependencies"],"context":{"gi-language":["default"]}},{"url":"Unity-builds.html#unity-builds","node_type":"p","page":"Unity builds","sections":["Unity builds"],"context":{"gi-language":["default"]}},{"url":"Using-multiple-build-directories.html#multiple-build-directories-for-the-same-source-tree","node_type":"p","page":"Using multiple build directories","sections":["Using multiple build directories","Multiple build directories for the same source tree"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#specific-to-wrapgit","node_type":"ul","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Accepted configuration properties for wraps","Specific to wrap-git"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#wrapfile-with-meson-build-patch","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","wrap-file with Meson build patch"],"context":{"gi-language":["default"]}},{"url":"Yaml-RefMan.html#linking-to-the-reference-manual","node_type":"p","page":"YAML Reference manual","sections":["Reference Manual","Linking to the Reference Manual"],"context":{"gi-language":["default"]}},{"url":"Yaml-RefMan.html#reference-manual","node_type":"p","page":"YAML Reference manual","sections":["Reference Manual"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/check b/assets/js/search/check index aa5c18c3d..da44b7c30 100644 --- a/assets/js/search/check +++ b/assets/js/search/check @@ -1 +1 @@ -urls_downloaded_cb({"token":"check","urls":[{"url":"Adding-new-projects-to-wrapdb.html#passing-automatic-validation","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","Passing automatic validation"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#features","node_type":"p","page":"Build options","sections":["Build options","Build option types","Features"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#python-module","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options","Python module"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-a-function-exist","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does a function exist?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-a-structure-contain-a-member","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does a structure contain a member?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-code-compile","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does code compile?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-code-compile-and-link","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does code compile and link?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#expression-size","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Expression size"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#python","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Dependency support policy","Python"],"context":{"gi-language":["default"]}},{"url":"Creating-OSX-packages.html#external-libraries","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages","Creating an app bundle","External libraries"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#machine-entries","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Machine Entries"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#jni","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","JNI"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#shaderc","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Shaderc"],"context":{"gi-language":["default"]}},{"url":"External-commands.html#external-commands","node_type":"p","page":"External commands","sections":["External commands"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#should-i-check-for-buildtype-or-individual-options-like-debug-in-my-build-files","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","Should I check for buildtype or individual options like debug in my build files?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-cant-i-specify-target-files-with-a-wildcard","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why can't I specify target files with a wildcard?"],"context":{"gi-language":["default"]}},{"url":"Feature-autodetection.html#coverage","node_type":"p","page":"Feature autodetection","sections":["Feature autodetection","Coverage"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegtkdoc","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.gtkdoc()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#find_installation","node_type":"ul","page":"Python module","sections":["Python module","Functions","find_installation()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#python-module","node_type":"p","page":"Python module","sections":["Python module"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#has_tools","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonoverride_find_program","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.override_find_program()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#arguments","node_type":"table","page":"list","sections":["List (list)","List methods","list.contains()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#contains_item","node_type":"p","page":"list","sections":["List (list)","List methods","list.contains()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments","node_type":"table","page":"str","sections":["String (str)","String methods","str.contains()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments1","node_type":"table","page":"str","sections":["String (str)","String methods","str.endswith()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments6","node_type":"table","page":"str","sections":["String (str)","String methods","str.startswith()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#contains_fragment","node_type":"p","page":"str","sections":["String (str)","String methods","str.contains()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#endswith_fragment","node_type":"p","page":"str","sections":["String (str)","String methods","str.endswith()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#startswith_fragment","node_type":"p","page":"str","sections":["String (str)","String methods","str.startswith()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments22","node_type":"table","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments42","node_type":"table","page":"Functions","sections":["Functions","run_command()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program","node_type":"p","page":"Functions","sections":["Functions","find_program()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_required","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test","node_type":"p","page":"Functions","sections":["Functions","test()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#alignment_typename","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.alignment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.alignment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments1","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments10","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments11","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments12","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments13","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments14","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments15","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments16","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments17","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments18","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments19","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments2","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments20","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments21","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments22","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments24","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments4","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments5","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.first_supported_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments6","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.first_supported_link_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments7","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments8","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments9","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_header_name","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerhas_header","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_code","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_name","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#find_library_disabler","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#find_library_has_headers","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#get_define_definename","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_argument_argument","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_argument_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_define_definename","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_attribute_name","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_attribute_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_funcname","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_header_name","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_header","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_symbol","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_link_argument_argument","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_link_argument_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_membername","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_typename","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_typename","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_multi_arguments_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_multi_link_arguments_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_typename","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_code","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_name","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_code","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_name","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#arguments1","node_type":"table","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.disable_if()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#arguments3","node_type":"table","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.enable_if()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#arguments4","node_type":"table","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.require()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#disable_if_error_message","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.disable_if()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#disable_if_value","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.disable_if()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#enable_if_error_message","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.enable_if()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#enable_if_value","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.enable_if()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#require_error_message","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.require()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#require_value","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.require()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#cpu-families","node_type":"p","page":"Reference tables","sections":["Reference tables","CPU families"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#has_header-checks-are-now-faster","node_type":"p","page":"Release 0.38","sections":["\nhas_header() checks are now faster"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#keyword-argument-verification","node_type":"p","page":"Release 0.42","sections":["New features","Keyword argument verification"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#autogeneration-of-simple-mesonbuild-files","node_type":"p","page":"Release 0.46","sections":["New features","Autogeneration of simple meson.build files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-compiler-check-check_header","node_type":"h2","page":"Release 0.47","sections":["New features","New compiler check: check_header()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-keyword-arguments-check-and-capture-for-run_command","node_type":"h2","page":"Release 0.47","sections":["New features","New keyword arguments: 'check' and 'capture' for run_command()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#foreach-break-and-continue","node_type":"p","page":"Release 0.49","sections":["New features","Foreach break and continue\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#add-new-meson-subprojects-foreach-command","node_type":"p","page":"Release 0.51.0","sections":["New features","Add new meson subprojects foreach command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#new-modules-kwarg-for-pythonfind_installation","node_type":"p","page":"Release 0.51.0","sections":["New features","New modules kwarg for python.find_installation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#added-include_type-kwarg-to-dependency","node_type":"p","page":"Release 0.52.0","sections":["New features","Added include_type kwarg to dependency\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#gtkdoccheck-support","node_type":"p","page":"Release 0.52.0","sections":["New features","gtkdoc-check support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#improved-support-for-static-libraries","node_type":"p","page":"Release 0.52.0","sections":["New features","Improved support for static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#splitting-of-compilerget_function_attributevisibility","node_type":"p","page":"Release 0.52.0","sections":["New features","Splitting of Compiler.get_function_attribute('visibility')"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#version-check-in-find_program","node_type":"h2","page":"Release 0.52.0","sections":["New features","Version check in find_program()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#skip-sanity-tests-when-cross-compiling","node_type":"p","page":"Release 0.54.0","sections":["New features","Skip sanity tests when cross compiling"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-subprojects-command","node_type":"ul","page":"Release 0.56.0","sections":["New features","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#check-if-native-or-crossfile-properties-exist","node_type":"h2","page":"Release 0.58.0","sections":["New features","Check if native or cross-file properties exist"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#link-tests-can-use-sources-for-a-different-compiler","node_type":"p","page":"Release 0.60.0","sections":["New features","Link tests can use sources for a different compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#more-efficient-static-linking-of-uninstalled-libraries","node_type":"p","page":"Release 0.60.0","sections":["New features","More efficient static linking of uninstalled libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#new-custom-dependency-for-iconv","node_type":"p","page":"Release 0.60.0","sections":["New features","New custom dependency for iconv"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#warning-if-check-kwarg-of-run_command-is-missing","node_type":"h2","page":"Release 0.61.0","sections":["New features","Warning if check kwarg of run_command is missing"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#found-programs-now-have-a-version-method","node_type":"p","page":"Release 0.62.0","sections":["New features","found programs now have a version method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#new-custom-dependency-for-libdl","node_type":"p","page":"Release 0.62.0","sections":["New features","New custom dependency for libdl"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#new-custom-dependency-for-openssl","node_type":"ul","page":"Release 0.62.0","sections":["New features","New custom dependency for OpenSSL"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#d-compiler-checks","node_type":"ul","page":"Release 0.63.0","sections":["New features","D compiler checks"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#compiler-check-functions-prefix-kwargs-accepts-arrays","node_type":"h2","page":"Release 1.0.0","sections":["New features","Compiler check functions prefix kwargs accepts arrays"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#clarify-implicitlyincluded-headers-in-clike-compiler-checks","node_type":"p","page":"Release 1.3.0","sections":["New features","Clarify implicitly-included headers in C-like compiler checks"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#compilers-now-have-a-has_define-method","node_type":"p","page":"Release 1.3.0","sections":["New features","Compilers now have a has_define method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#treat-warnings-as-error-in-compiler-checks","node_type":"p","page":"Release 1.3.0","sections":["New features","Treat warnings as error in compiler checks"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#added-support-for-gccs-null_terminated_string_arg-function-attribute","node_type":"p","page":"Release 1.5.0","sections":["New features","Added support for GCC's null_terminated_string_arg function attribute"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#version_compare-now-accept-multiple-compare-strings","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","\nversion_compare now accept multiple compare strings"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#running-tests","node_type":"p","page":"Running Meson","sections":["Running Meson","Running tests"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#shipping-prebuilt-binaries-as-wraps","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps"],"context":{"gi-language":["default"]}},{"url":"Simd-module.html#usage","node_type":"p","page":"Unstable SIMD module","sections":["Unstable SIMD module","Usage"],"context":{"gi-language":["default"]}},{"url":"Simple-comparison.html#a-simple-comparison","node_type":"p","page":"A simple comparison","sections":["A simple comparison"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#build-options-in-subproject","node_type":"p","page":"Subprojects","sections":["Subprojects","A subproject example","Build options in subproject"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#execute-a-command-on-all-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Execute a command on all subprojects"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#arrays","node_type":"p","page":"Syntax","sections":["Syntax","Arrays"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#dictionaries","node_type":"p","page":"Syntax","sections":["Syntax","Dictionaries"],"context":{"gi-language":["default"]}},{"url":"Using-wraptool.html#installing-dependencies","node_type":"p","page":"Using wraptool","sections":["Using wraptool","Installing dependencies"],"context":{"gi-language":["default"]}},{"url":"Vala.html#targeting-a-version-of-glib","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Targeting a version of GLib"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#creating-and-compiling","node_type":"p","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects","Creating and compiling"],"context":{"gi-language":["default"]}},{"url":"Wrapdb-projects.html#meson-wrapdb-packages","node_type":"table","page":"Meson WrapDB packages","sections":["Meson WrapDB packages"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-an-argument-only-with-a-specific-compiler","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use an argument only with a specific compiler"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"check","urls":[{"url":"Adding-new-projects-to-wrapdb.html#passing-automatic-validation","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","Passing automatic validation"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#features","node_type":"p","page":"Build options","sections":["Build options","Build option types","Features"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#python-module","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options","Python module"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-a-function-exist","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does a function exist?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-a-structure-contain-a-member","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does a structure contain a member?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-code-compile","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does code compile?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-code-compile-and-link","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does code compile and link?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#expression-size","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Expression size"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#python","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Dependency support policy","Python"],"context":{"gi-language":["default"]}},{"url":"Creating-OSX-packages.html#external-libraries","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages","Creating an app bundle","External libraries"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#machine-entries","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Machine Entries"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#jni","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","JNI"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#shaderc","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Shaderc"],"context":{"gi-language":["default"]}},{"url":"External-commands.html#external-commands","node_type":"p","page":"External commands","sections":["External commands"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#should-i-check-for-buildtype-or-individual-options-like-debug-in-my-build-files","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","Should I check for buildtype or individual options like debug in my build files?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-cant-i-specify-target-files-with-a-wildcard","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why can't I specify target files with a wildcard?"],"context":{"gi-language":["default"]}},{"url":"Feature-autodetection.html#coverage","node_type":"p","page":"Feature autodetection","sections":["Feature autodetection","Coverage"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegtkdoc","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.gtkdoc()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#find_installation","node_type":"ul","page":"Python module","sections":["Python module","Functions","find_installation()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#python-module","node_type":"p","page":"Python module","sections":["Python module"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#has_tools","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonoverride_find_program","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.override_find_program()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#arguments","node_type":"table","page":"list","sections":["List (list)","List methods","list.contains()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#contains_item","node_type":"p","page":"list","sections":["List (list)","List methods","list.contains()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments","node_type":"table","page":"str","sections":["String (str)","String methods","str.contains()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments1","node_type":"table","page":"str","sections":["String (str)","String methods","str.endswith()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments6","node_type":"table","page":"str","sections":["String (str)","String methods","str.startswith()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#contains_fragment","node_type":"p","page":"str","sections":["String (str)","String methods","str.contains()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#endswith_fragment","node_type":"p","page":"str","sections":["String (str)","String methods","str.endswith()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#startswith_fragment","node_type":"p","page":"str","sections":["String (str)","String methods","str.startswith()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments22","node_type":"table","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments42","node_type":"table","page":"Functions","sections":["Functions","run_command()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program","node_type":"p","page":"Functions","sections":["Functions","find_program()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_required","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test","node_type":"p","page":"Functions","sections":["Functions","test()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#alignment_typename","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.alignment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.alignment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments1","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments10","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments11","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments12","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments13","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments14","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments15","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments16","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments17","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments18","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments19","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments2","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments20","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments21","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments22","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments24","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments4","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments5","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.first_supported_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments6","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.first_supported_link_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments7","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments8","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments9","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_header_name","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerhas_header","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_code","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_name","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#find_library_disabler","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#find_library_has_headers","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#get_define_definename","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_argument_argument","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_argument_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_define_definename","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_attribute_name","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_attribute_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_funcname","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_header_name","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_header","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_symbol","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_link_argument_argument","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_link_argument_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_membername","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_typename","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_typename","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_multi_arguments_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_multi_link_arguments_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_typename","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_code","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_name","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_code","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_name","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#arguments1","node_type":"table","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.disable_if()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#arguments3","node_type":"table","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.enable_if()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#arguments4","node_type":"table","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.require()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#disable_if_error_message","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.disable_if()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#disable_if_value","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.disable_if()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#enable_if_error_message","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.enable_if()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#enable_if_value","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.enable_if()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#require_error_message","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.require()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#require_value","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.require()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#cpu-families","node_type":"p","page":"Reference tables","sections":["Reference tables","CPU families"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#has_header-checks-are-now-faster","node_type":"p","page":"Release 0.38","sections":["\nhas_header() checks are now faster"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#keyword-argument-verification","node_type":"p","page":"Release 0.42","sections":["New features","Keyword argument verification"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#autogeneration-of-simple-mesonbuild-files","node_type":"p","page":"Release 0.46","sections":["New features","Autogeneration of simple meson.build files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-compiler-check-check_header","node_type":"h2","page":"Release 0.47","sections":["New features","New compiler check: check_header()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-keyword-arguments-check-and-capture-for-run_command","node_type":"h2","page":"Release 0.47","sections":["New features","New keyword arguments: 'check' and 'capture' for run_command()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#foreach-break-and-continue","node_type":"p","page":"Release 0.49","sections":["New features","Foreach break and continue\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#add-new-meson-subprojects-foreach-command","node_type":"p","page":"Release 0.51.0","sections":["New features","Add new meson subprojects foreach command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#new-modules-kwarg-for-pythonfind_installation","node_type":"p","page":"Release 0.51.0","sections":["New features","New modules kwarg for python.find_installation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#added-include_type-kwarg-to-dependency","node_type":"p","page":"Release 0.52.0","sections":["New features","Added include_type kwarg to dependency\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#gtkdoccheck-support","node_type":"p","page":"Release 0.52.0","sections":["New features","gtkdoc-check support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#improved-support-for-static-libraries","node_type":"p","page":"Release 0.52.0","sections":["New features","Improved support for static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#splitting-of-compilerget_function_attributevisibility","node_type":"p","page":"Release 0.52.0","sections":["New features","Splitting of Compiler.get_function_attribute('visibility')"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#version-check-in-find_program","node_type":"h2","page":"Release 0.52.0","sections":["New features","Version check in find_program()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#skip-sanity-tests-when-cross-compiling","node_type":"p","page":"Release 0.54.0","sections":["New features","Skip sanity tests when cross compiling"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-subprojects-command","node_type":"ul","page":"Release 0.56.0","sections":["New features","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#check-if-native-or-crossfile-properties-exist","node_type":"h2","page":"Release 0.58.0","sections":["New features","Check if native or cross-file properties exist"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#link-tests-can-use-sources-for-a-different-compiler","node_type":"p","page":"Release 0.60.0","sections":["New features","Link tests can use sources for a different compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#more-efficient-static-linking-of-uninstalled-libraries","node_type":"p","page":"Release 0.60.0","sections":["New features","More efficient static linking of uninstalled libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#new-custom-dependency-for-iconv","node_type":"p","page":"Release 0.60.0","sections":["New features","New custom dependency for iconv"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#warning-if-check-kwarg-of-run_command-is-missing","node_type":"h2","page":"Release 0.61.0","sections":["New features","Warning if check kwarg of run_command is missing"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#found-programs-now-have-a-version-method","node_type":"p","page":"Release 0.62.0","sections":["New features","found programs now have a version method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#new-custom-dependency-for-libdl","node_type":"p","page":"Release 0.62.0","sections":["New features","New custom dependency for libdl"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#new-custom-dependency-for-openssl","node_type":"ul","page":"Release 0.62.0","sections":["New features","New custom dependency for OpenSSL"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#d-compiler-checks","node_type":"ul","page":"Release 0.63.0","sections":["New features","D compiler checks"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#compiler-check-functions-prefix-kwargs-accepts-arrays","node_type":"h2","page":"Release 1.0.0","sections":["New features","Compiler check functions prefix kwargs accepts arrays"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#clarify-implicitlyincluded-headers-in-clike-compiler-checks","node_type":"p","page":"Release 1.3.0","sections":["New features","Clarify implicitly-included headers in C-like compiler checks"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#compilers-now-have-a-has_define-method","node_type":"p","page":"Release 1.3.0","sections":["New features","Compilers now have a has_define method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#treat-warnings-as-error-in-compiler-checks","node_type":"p","page":"Release 1.3.0","sections":["New features","Treat warnings as error in compiler checks"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#added-support-for-gccs-null_terminated_string_arg-function-attribute","node_type":"p","page":"Release 1.5.0","sections":["New features","Added support for GCC's null_terminated_string_arg function attribute"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#version_compare-now-accept-multiple-compare-strings","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","\nversion_compare now accept multiple compare strings"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#running-tests","node_type":"p","page":"Running Meson","sections":["Running Meson","Running tests"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#shipping-prebuilt-binaries-as-wraps","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps"],"context":{"gi-language":["default"]}},{"url":"Simd-module.html#usage","node_type":"p","page":"Unstable SIMD module","sections":["Unstable SIMD module","Usage"],"context":{"gi-language":["default"]}},{"url":"Simple-comparison.html#a-simple-comparison","node_type":"p","page":"A simple comparison","sections":["A simple comparison"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#build-options-in-subproject","node_type":"p","page":"Subprojects","sections":["Subprojects","A subproject example","Build options in subproject"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#execute-a-command-on-all-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Execute a command on all subprojects"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#arrays","node_type":"p","page":"Syntax","sections":["Syntax","Arrays"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#dictionaries","node_type":"p","page":"Syntax","sections":["Syntax","Dictionaries"],"context":{"gi-language":["default"]}},{"url":"Using-wraptool.html#installing-dependencies","node_type":"p","page":"Using wraptool","sections":["Using wraptool","Installing dependencies"],"context":{"gi-language":["default"]}},{"url":"Vala.html#targeting-a-version-of-glib","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Targeting a version of GLib"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#creating-and-compiling","node_type":"p","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects","Creating and compiling"],"context":{"gi-language":["default"]}},{"url":"Wrapdb-projects.html#meson-wrapdb-packages","node_type":"table","page":"Meson WrapDB packages","sections":["Meson WrapDB packages"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-an-argument-only-with-a-specific-compiler","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use an argument only with a specific compiler"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/checked b/assets/js/search/checked index eff0d3bd1..6e86b315e 100644 --- a/assets/js/search/checked +++ b/assets/js/search/checked @@ -1 +1 @@ -urls_downloaded_cb({"token":"checked","urls":[{"url":"Adding-new-projects-to-wrapdb.html#passing-automatic-validation","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","Passing automatic validation"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#modifying-the-dist-directory-before-creating-the-archive","node_type":"p","page":"Creating releases","sections":["Creating releases","Modifying the dist directory before creating the archive"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-ignore-the-build-directory-in-my-vcs","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I ignore the build directory in my VCS?"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments42","node_type":"table","page":"Functions","sections":["Functions","run_command()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_command_check","node_type":"p","page":"Functions","sections":["Functions","run_command()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments8","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#sanity-checking-compilers-with-user-flags","node_type":"p","page":"Release 0.51.0","sections":["New features","Sanity checking compilers with user flags"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#compiler-argument-checking-for-get_supported_arguments","node_type":"p","page":"Release 0.59.0","sections":["New features","Compiler argument checking for get_supported_arguments\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#new-subprojects-packagefiles-subcommand","node_type":"p","page":"Release 0.60.0","sections":["New features","New subprojects packagefiles subcommand"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#meson-now-reads-the-project-version-of-cmake-subprojects","node_type":"p","page":"Release 1.4.0","sections":["New features","Meson now reads the project version of cmake subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#control-the-number-of-child-processes-with-an-environment-variable","node_type":"p","page":"Release 1.7.0","sections":["New features","Control the number of child processes with an environment variable"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#creating-and-compiling","node_type":"p","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects","Creating and compiling"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#specific-to-wrapfile","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Accepted configuration properties for wraps","Specific to wrap-file"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"checked","urls":[{"url":"Adding-new-projects-to-wrapdb.html#passing-automatic-validation","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","Passing automatic validation"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#modifying-the-dist-directory-before-creating-the-archive","node_type":"p","page":"Creating releases","sections":["Creating releases","Modifying the dist directory before creating the archive"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-ignore-the-build-directory-in-my-vcs","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I ignore the build directory in my VCS?"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments42","node_type":"table","page":"Functions","sections":["Functions","run_command()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_command_check","node_type":"p","page":"Functions","sections":["Functions","run_command()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments8","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#sanity-checking-compilers-with-user-flags","node_type":"p","page":"Release 0.51.0","sections":["New features","Sanity checking compilers with user flags"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#compiler-argument-checking-for-get_supported_arguments","node_type":"p","page":"Release 0.59.0","sections":["New features","Compiler argument checking for get_supported_arguments\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#new-subprojects-packagefiles-subcommand","node_type":"p","page":"Release 0.60.0","sections":["New features","New subprojects packagefiles subcommand"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#meson-now-reads-the-project-version-of-cmake-subprojects","node_type":"p","page":"Release 1.4.0","sections":["New features","Meson now reads the project version of cmake subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#control-the-number-of-child-processes-with-an-environment-variable","node_type":"p","page":"Release 1.7.0","sections":["New features","Control the number of child processes with an environment variable"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#creating-and-compiling","node_type":"p","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects","Creating and compiling"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#specific-to-wrapfile","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Accepted configuration properties for wraps","Specific to wrap-file"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/combinations b/assets/js/search/combinations index b916716f2..18a0c6cb7 100644 --- a/assets/js/search/combinations +++ b/assets/js/search/combinations @@ -1 +1 @@ -urls_downloaded_cb({"token":"combinations","urls":[{"url":"Builtin-options.html#details-for-buildtype","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for buildtype\n"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#matrix","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","matrix"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#dependencyversion-now-applies-to-all-dependency-types","node_type":"p","page":"Release 0.48","sections":["New features","\ndependency(version:) now applies to all dependency types"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#compiler-and-dynamic-linker-representation-split","node_type":"p","page":"Release 0.52.0","sections":["New features","Compiler and dynamic linker representation split"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"combinations","urls":[{"url":"Builtin-options.html#details-for-buildtype","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for buildtype\n"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#matrix","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","matrix"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#dependencyversion-now-applies-to-all-dependency-types","node_type":"p","page":"Release 0.48","sections":["New features","\ndependency(version:) now applies to all dependency types"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#compiler-and-dynamic-linker-representation-split","node_type":"p","page":"Release 0.52.0","sections":["New features","Compiler and dynamic linker representation split"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"ul","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/combo b/assets/js/search/combo index f8af333e6..7bb345c52 100644 --- a/assets/js/search/combo +++ b/assets/js/search/combo @@ -1 +1 @@ -urls_downloaded_cb({"token":"combo","urls":[{"url":"Build-options.html#combos","node_type":"p","page":"Build options","sections":["Build options","Build option types","Combos"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-options","node_type":"ul","page":"IDE integration","sections":["IDE integration","Build Options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#an-array-type-for-user-options","node_type":"p","page":"Release 0.44","sections":["New features","An array type for user options"],"context":{"gi-language":["default"]}},{"url":"Users.html#list-of-projects-using-meson","node_type":"ul","page":"Users","sections":["List of projects using Meson"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"combo","urls":[{"url":"Build-options.html#combos","node_type":"p","page":"Build options","sections":["Build options","Build option types","Combos"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-options","node_type":"ul","page":"IDE integration","sections":["IDE integration","Build Options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#an-array-type-for-user-options","node_type":"p","page":"Release 0.44","sections":["New features","An array type for user options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Users.html#list-of-projects-using-meson","node_type":"ul","page":"Users","sections":["List of projects using Meson"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/comma b/assets/js/search/comma index 2568c8271..410765ad6 100644 --- a/assets/js/search/comma +++ b/assets/js/search/comma @@ -1 +1 @@ -urls_downloaded_cb({"token":"comma","urls":[{"url":"Commands.html#format","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","format"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#nvcc_arch_flags","node_type":"ul","page":"Unstable CUDA Module","sections":["Unstable CUDA Module","Functions","nvcc_arch_flags()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#an-array-type-for-user-options","node_type":"p","page":"Release 0.44","sections":["New features","An array type for user options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-subprojects-command","node_type":"p","page":"Release 0.56.0","sections":["New features","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#meson-subprojects-command","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"comma","urls":[{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Commands.html#format","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","format"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#nvcc_arch_flags","node_type":"ul","page":"Unstable CUDA Module","sections":["Unstable CUDA Module","Functions","nvcc_arch_flags()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#an-array-type-for-user-options","node_type":"p","page":"Release 0.44","sections":["New features","An array type for user options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-subprojects-command","node_type":"p","page":"Release 0.56.0","sections":["New features","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#meson-subprojects-command","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/compatibility b/assets/js/search/compatibility index da9e46db9..d03d31ffa 100644 --- a/assets/js/search/compatibility +++ b/assets/js/search/compatibility @@ -1 +1 @@ -urls_downloaded_cb({"token":"compatibility","urls":[{"url":"Builtin-options.html#python-module","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options","Python module"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmakewrite_basic_package_version_file","node_type":"ul","page":"CMake module","sections":["CMake module","CMake configuration files","cmake.write_basic_package_version_file()"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#configuration-options","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Configuration options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#usage","node_type":"p","page":"CMake module","sections":["CMake module","Usage"],"context":{"gi-language":["default"]}},{"url":"Commands.html#format","node_type":"p","page":"Command-line commands","sections":["Command-line commands","format"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#acceptance-and-merging","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Acceptance and merging"],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#what-does-this-mean-for-support-and-compatibility","node_type":"h2","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory","What does this mean for support and compatibility?"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_darwin_versions","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_darwin_versions","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_darwin_versions","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_license","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_subproject_dir","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_darwin_versions","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_both_libs.html#build_tgtextract_all_objects","node_type":"p","page":"Both libraries object","sections":["Both libraries object (both_libs extends lib)","Inherited methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_both_libs.html#build_tgtpath","node_type":"p","page":"Both libraries object","sections":["Both libraries object (both_libs extends lib)","Inherited methods","build_tgt.path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_build_tgt.html#build_tgtextract_all_objects","node_type":"p","page":"Build target","sections":["Build target (build_tgt extends tgt)","Build target methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_build_tgt.html#build_tgtpath","node_type":"p","page":"Build target","sections":["Build target (build_tgt extends tgt)","Build target methods","build_tgt.path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_exe.html#build_tgtextract_all_objects","node_type":"p","page":"Executable target","sections":["Executable target (exe extends build_tgt)","Inherited methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_exe.html#build_tgtpath","node_type":"p","page":"Executable target","sections":["Executable target (exe extends build_tgt)","Inherited methods","build_tgt.path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_jar.html#build_tgtextract_all_objects","node_type":"p","page":"JAR build target","sections":["JAR build target (jar extends build_tgt)","Inherited methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_jar.html#build_tgtpath","node_type":"p","page":"JAR build target","sections":["JAR build target (jar extends build_tgt)","Inherited methods","build_tgt.path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_lib.html#build_tgtextract_all_objects","node_type":"p","page":"Library target","sections":["Library target (lib extends build_tgt)","Inherited methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_lib.html#build_tgtpath","node_type":"p","page":"Library target","sections":["Library target (lib extends build_tgt)","Inherited methods","build_tgt.path()"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-flag-environment-variables","node_type":"p","page":"Reference tables","sections":["Reference tables","Compiler and linker flag environment variables"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#multiple-install-directories","node_type":"p","page":"Release 0.40","sections":["New features","Multiple install directories"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#recursively-extract-objects","node_type":"p","page":"Release 0.46","sections":["New features","Recursively extract objects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#string-escape-character-sequence-update","node_type":"p","page":"Release 0.46","sections":["New features","String escape character sequence update"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#support-for-lcc-compiler-for-e2k-elbrus-architecture","node_type":"p","page":"Release 0.46","sections":["New features","Support for lcc compiler for e2k (Elbrus) architecture"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-keyword-arguments-check-and-capture-for-run_command","node_type":"p","page":"Release 0.47","sections":["New features","New keyword arguments: 'check' and 'capture' for run_command()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#shared_library-now-supports-setting-dylib-compatibility-and-current-version","node_type":"h2","page":"Release 0.48","sections":["New features","\nshared_library() now supports setting dylib compatibility and current version"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-option-to-introspect-multiple-parameters-at-once","node_type":"p","page":"Release 0.50.0","sections":["New features","Added option to introspect multiple parameters at once"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#native-build-machine-compilers-not-always-required","node_type":"p","page":"Release 0.54.0","sections":["New features","Native (build machine) compilers not always required"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#new-build-target-methods","node_type":"ul","page":"Release 0.59.0","sections":["New features","New build target methods"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#unescaped-variables-in-pkgconfig-files","node_type":"p","page":"Release 0.59.0","sections":["New features","Unescaped variables in pkgconfig files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-support-for-texas-instruments-msp430-and-arm-compilers","node_type":"p","page":"Release 0.62.0","sections":["New features","Added support for Texas Instruments MSP430 and ARM compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#msvc-now-sets-the-__cplusplus-define-accurately","node_type":"p","page":"Release 0.63.0","sections":["New features","MSVC now sets the __cplusplus #define accurately"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#machine-files-pkgconfig-field-deprecated-and-replaced-by-pkgconfig","node_type":"p","page":"Release 1.3.0","sections":["New features","Machine files: pkgconfig field deprecated and replaced by pkg-config\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#pkgconfig-dependencies-can-now-get-a-variable-with-multiple-replacements","node_type":"p","page":"Release 1.3.0","sections":["New features","pkg-config dependencies can now get a variable with multiple replacements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#default-to-printing-deprecations-when-no-minimum-version-is-specified","node_type":"p","page":"Release 1.6.0","sections":["New features","Default to printing deprecations when no minimum version is specified."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#per-project-subproject-options-rewrite","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Per project subproject options rewrite"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#meson-file-rewriter","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#cargo-wraps","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section","Cargo wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#cmake-wraps","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section","CMake wraps"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"compatibility","urls":[{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#python-module","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options","Python module"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmakewrite_basic_package_version_file","node_type":"ul","page":"CMake module","sections":["CMake module","CMake configuration files","cmake.write_basic_package_version_file()"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#configuration-options","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Configuration options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#usage","node_type":"p","page":"CMake module","sections":["CMake module","Usage"],"context":{"gi-language":["default"]}},{"url":"Commands.html#format","node_type":"p","page":"Command-line commands","sections":["Command-line commands","format"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#acceptance-and-merging","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Acceptance and merging"],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#what-does-this-mean-for-support-and-compatibility","node_type":"h2","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory","What does this mean for support and compatibility?"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_darwin_versions","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_darwin_versions","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_darwin_versions","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_license","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_subproject_dir","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_darwin_versions","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_both_libs.html#build_tgtextract_all_objects","node_type":"p","page":"Both libraries object","sections":["Both libraries object (both_libs extends lib)","Inherited methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_both_libs.html#build_tgtpath","node_type":"p","page":"Both libraries object","sections":["Both libraries object (both_libs extends lib)","Inherited methods","build_tgt.path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_build_tgt.html#build_tgtextract_all_objects","node_type":"p","page":"Build target","sections":["Build target (build_tgt extends tgt)","Build target methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_build_tgt.html#build_tgtpath","node_type":"p","page":"Build target","sections":["Build target (build_tgt extends tgt)","Build target methods","build_tgt.path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_exe.html#build_tgtextract_all_objects","node_type":"p","page":"Executable target","sections":["Executable target (exe extends build_tgt)","Inherited methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_exe.html#build_tgtpath","node_type":"p","page":"Executable target","sections":["Executable target (exe extends build_tgt)","Inherited methods","build_tgt.path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_jar.html#build_tgtextract_all_objects","node_type":"p","page":"JAR build target","sections":["JAR build target (jar extends build_tgt)","Inherited methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_jar.html#build_tgtpath","node_type":"p","page":"JAR build target","sections":["JAR build target (jar extends build_tgt)","Inherited methods","build_tgt.path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_lib.html#build_tgtextract_all_objects","node_type":"p","page":"Library target","sections":["Library target (lib extends build_tgt)","Inherited methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_lib.html#build_tgtpath","node_type":"p","page":"Library target","sections":["Library target (lib extends build_tgt)","Inherited methods","build_tgt.path()"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-flag-environment-variables","node_type":"p","page":"Reference tables","sections":["Reference tables","Compiler and linker flag environment variables"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#multiple-install-directories","node_type":"p","page":"Release 0.40","sections":["New features","Multiple install directories"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#recursively-extract-objects","node_type":"p","page":"Release 0.46","sections":["New features","Recursively extract objects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#string-escape-character-sequence-update","node_type":"p","page":"Release 0.46","sections":["New features","String escape character sequence update"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#support-for-lcc-compiler-for-e2k-elbrus-architecture","node_type":"p","page":"Release 0.46","sections":["New features","Support for lcc compiler for e2k (Elbrus) architecture"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-keyword-arguments-check-and-capture-for-run_command","node_type":"p","page":"Release 0.47","sections":["New features","New keyword arguments: 'check' and 'capture' for run_command()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#shared_library-now-supports-setting-dylib-compatibility-and-current-version","node_type":"h2","page":"Release 0.48","sections":["New features","\nshared_library() now supports setting dylib compatibility and current version"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-option-to-introspect-multiple-parameters-at-once","node_type":"p","page":"Release 0.50.0","sections":["New features","Added option to introspect multiple parameters at once"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#native-build-machine-compilers-not-always-required","node_type":"p","page":"Release 0.54.0","sections":["New features","Native (build machine) compilers not always required"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#new-build-target-methods","node_type":"ul","page":"Release 0.59.0","sections":["New features","New build target methods"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#unescaped-variables-in-pkgconfig-files","node_type":"p","page":"Release 0.59.0","sections":["New features","Unescaped variables in pkgconfig files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-support-for-texas-instruments-msp430-and-arm-compilers","node_type":"p","page":"Release 0.62.0","sections":["New features","Added support for Texas Instruments MSP430 and ARM compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#msvc-now-sets-the-__cplusplus-define-accurately","node_type":"p","page":"Release 0.63.0","sections":["New features","MSVC now sets the __cplusplus #define accurately"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#machine-files-pkgconfig-field-deprecated-and-replaced-by-pkgconfig","node_type":"p","page":"Release 1.3.0","sections":["New features","Machine files: pkgconfig field deprecated and replaced by pkg-config\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#pkgconfig-dependencies-can-now-get-a-variable-with-multiple-replacements","node_type":"p","page":"Release 1.3.0","sections":["New features","pkg-config dependencies can now get a variable with multiple replacements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#default-to-printing-deprecations-when-no-minimum-version-is-specified","node_type":"p","page":"Release 1.6.0","sections":["New features","Default to printing deprecations when no minimum version is specified."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#per-project-subproject-options-rewrite","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Per project subproject options rewrite"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#meson-file-rewriter","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#cargo-wraps","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section","Cargo wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#cmake-wraps","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section","CMake wraps"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/compiler b/assets/js/search/compiler index 3324fab15..f5a408564 100644 --- a/assets/js/search/compiler +++ b/assets/js/search/compiler @@ -1 +1 @@ -urls_downloaded_cb({"token":"compiler","urls":[{"url":"Adding-arguments.html#adding-arguments","node_type":"p","page":"Adding arguments","sections":["Adding arguments"],"context":{"gi-language":["default"]}},{"url":"Adding-arguments.html#global-arguments","node_type":"p","page":"Adding arguments","sections":["Adding arguments","Global arguments"],"context":{"gi-language":["default"]}},{"url":"Adding-arguments.html#project-arguments","node_type":"p","page":"Adding arguments","sections":["Adding arguments","Project arguments"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#object-files","node_type":"p","page":"Build targets","sections":["Build targets","Object files"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#builtin-options","node_type":"p","page":"Built-in options","sections":["Built-in options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#compiler-options","node_type":"h2","page":"Built-in options","sections":["Built-in options","Compiler options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#core-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Universal options","Core options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-warning_level","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for warning_level\n"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#compiler-id","node_type":"h2","page":"Compiler properties","sections":["Compiler properties","Compiler id"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#compiler-properties","node_type":"h1","page":"Compiler properties","sections":["Compiler properties"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-code-compile","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does code compile?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#expression-size","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Expression size"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#has-argument","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Has argument"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#configuration","node_type":"p","page":"Configuration","sections":["Configuration"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#configuring-a-build-directory","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#travis-without-docker","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","Travis without Docker"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#installed","node_type":"table","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","installed"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#project-tests","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Project tests"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#changing-cross-file-settings","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Changing cross file settings"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#cross-compilation","node_type":"p","page":"Cross compilation","sections":["Cross compilation"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#cross-file-locations","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Cross file locations"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#introspection-and-system-checks","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Introspection and system checks"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#mixing-host-and-build-targets","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Mixing host and build targets"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#properties","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Properties"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#using-a-custom-standard-library","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Using a custom standard library"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#nvcc_arch_flags","node_type":"table","page":"Unstable CUDA Module","sections":["Unstable CUDA Module","Functions","nvcc_arch_flags()"],"context":{"gi-language":["default"]}},{"url":"D.html#compiling-d-libraries-and-installing-them","node_type":"p","page":"D","sections":["Compiling D libraries and installing them"],"context":{"gi-language":["default"]}},{"url":"D.html#using-embedded-unittests","node_type":"p","page":"D","sections":["Compiling D applications","Using embedded unittests"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependencies","node_type":"p","page":"Dependencies","sections":["Dependencies"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dia-sdk","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","DIA SDK"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dub","node_type":"p","page":"Dependencies","sections":["Dependency detection method","Dub"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#jni","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","JNI"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#openmp","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","OpenMP"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#qt","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Qt"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#threads","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Threads"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#8-must-allow-override-of-default-values","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","8. Must allow override of default values"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#overview-of-the-solution","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Overview of the solution"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#sample-code","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Sample code"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#this-is-the-original-design-rationale-for-meson-the-syntax-it-describes-does-not-match-the-released-version","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#do-i-need-to-add-my-headers-to-the-sources-list-like-in-autotools","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Do I need to add my headers to the sources list like in Autotools?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#i-added-some-compiler-flags-and-now-the-build-fails-with-weird-errors-what-is-happening","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","I added some compiler flags and now the build fails with weird errors. What is happening?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#i-have-proprietary-compiler-toolchain-x-that-does-not-work-with-meson-how-can-i-make-it-work","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","I have proprietary compiler toolchain X that does not work with Meson, how can I make it work?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-it-called-meson","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is it called Meson?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-implemented-in-python-rather-than-programming-language-x","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson implemented in Python rather than [programming language X]?"],"context":{"gi-language":["default"]}},{"url":"Feature-autodetection.html#ccache","node_type":"p","page":"Feature autodetection","sections":["Feature autodetection","Ccache"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#generating-sources","node_type":"p","page":"Generating sources","sections":["Generating sources"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#using-custom_target","node_type":"p","page":"Generating sources","sections":["Generating sources","Using custom_target()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomecompile_resources","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.compile_resources()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegenerate_gir","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.generate_gir()"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-options","node_type":"ul","page":"IDE integration","sections":["IDE integration","Build Options"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#target-sources","node_type":"p","page":"IDE integration","sections":["IDE integration","The targets section","Target sources"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#the-dependencies-section","node_type":"p","page":"IDE integration","sections":["IDE integration","The dependencies section"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#the-targets-section","node_type":"p","page":"IDE integration","sections":["IDE integration","The targets section"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#using-targets-without-a-build-directory","node_type":"ul","page":"IDE integration","sections":["IDE integration","The targets section","Using --targets without a build directory"],"context":{"gi-language":["default"]}},{"url":"Include-directories.html#include-directories","node_type":"p","page":"Include directories","sections":["Include directories"],"context":{"gi-language":["default"]}},{"url":"IndepthTutorial.html#an-indepth-tutorial","node_type":"p","page":"An in-depth tutorial","sections":["An in-depth tutorial"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#binaries","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Binaries"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#supported-properties","node_type":"ul","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Properties","Supported properties"],"context":{"gi-language":["default"]}},{"url":"Manual.html#subpages","node_type":"p","page":"Manual","sections":[],"context":{"gi-language":["default"]}},{"url":"Pkg-config-files.html#pkg-config-files","node_type":"p","page":"Pkg config files","sections":["Pkg config files"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#implicit-dependencies","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","Implicit dependencies"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#pkggenerate","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","pkg.generate()"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#toggling-the-usage-of-precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Toggling the usage of precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#using-precompiled-headers-with-gcc-and-derivatives","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Using precompiled headers with GCC and derivatives"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#using-precompiled-headers-with-msvc","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Using precompiled headers with MSVC"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#python_dependency-object","node_type":"p","page":"Python module","sections":["Python module","\npython_dependency object"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#preprocess","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#preprocess","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#preprocess","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#compiling-a-meson-project","node_type":"p","page":"Quickstart Guide","sections":["Using Meson","Compiling a Meson project"],"context":{"gi-language":["default"]}},{"url":"Reference-manual.html#returned-objects","node_type":"ul","page":"Reference manual","sections":["Reference manual","Returned objects"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments4","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_compiler()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#get_compiler_language","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_compiler()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#get_compiler_native","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_compiler()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonget_compiler","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_compiler()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_target_machine.html#target-machine-information-target_machine-extends-build_machine","node_type":"p","page":"target_machine","sections":["Target machine information (target_machine extends build_machine)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_global_arguments","node_type":"p","page":"Functions","sections":["Functions","add_global_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_global_arguments_language","node_type":"p","page":"Functions","sections":["Functions","add_global_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_global_link_arguments_language","node_type":"p","page":"Functions","sections":["Functions","add_global_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_arguments","node_type":"p","page":"Functions","sections":["Functions","add_project_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_arguments_language","node_type":"p","page":"Functions","sections":["Functions","add_project_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_dependencies","node_type":"p","page":"Functions","sections":["Functions","add_project_dependencies()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_dependencies_language","node_type":"p","page":"Functions","sections":["Functions","add_project_dependencies()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_link_arguments_language","node_type":"p","page":"Functions","sections":["Functions","add_project_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments","node_type":"table","page":"Functions","sections":["Functions","add_global_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments1","node_type":"table","page":"Functions","sections":["Functions","add_global_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments14","node_type":"table","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments23","node_type":"table","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments27","node_type":"table","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments3","node_type":"table","page":"Functions","sections":["Functions","add_project_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments4","node_type":"table","page":"Functions","sections":["Functions","add_project_dependencies()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments5","node_type":"table","page":"Functions","sections":["Functions","add_project_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries__lang__args","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_vala_args","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target__lang__args","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_vala_args","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_depfile","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable__lang__args","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_vala_args","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#generator_depfile","node_type":"p","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#include_directories_is_system","node_type":"p","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar__lang__args","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_vala_args","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library__lang__args","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_vala_args","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_command","node_type":"p","page":"Functions","sections":["Functions","run_command()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library__lang__args","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_vala_args","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module__lang__args","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_vala_args","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library__lang__args","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_vala_args","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned.html#subpages","node_type":"p","page":"Returned objects","sections":[],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#alignment_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.alignment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#alignment_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.alignment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.alignment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments1","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments11","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments12","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments14","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments15","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments17","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments18","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments2","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments21","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments22","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments24","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments25","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments3","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments7","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiler-object-compiler","node_type":"h1","page":"Compiler object","sections":["Compiler object (compiler)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiler-object-methods","node_type":"h2","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilercmd_array","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.cmd_array()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_argument_syntax","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_argument_syntax()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_define","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_id","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_id()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_supported_arguments","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_supported_link_arguments","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_link_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerhas_argument","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_argument()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerhas_function_attribute","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerhas_link_argument","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerhas_multi_arguments","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerhas_multi_link_arguments","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_link_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerlinks","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerversion","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.version()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_code","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_name","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_werror","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compute_int_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compute_int_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compute_int_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#get_define_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#get_define_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#get_define_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_define_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_define_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_define_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_code","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_name","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_werror","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#returned-by","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_code","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_name","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_werror","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#sizeof_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#sizeof_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#sizeof_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#deppartial_dependency","node_type":"ul","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.partial_dependency()"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-flag-environment-variables","node_type":"h2","page":"Reference tables","sections":["Reference tables","Compiler and linker flag environment variables"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-selection-variables","node_type":"h2","page":"Reference tables","sections":["Reference tables","Compiler and Linker selection variables"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-ids","node_type":"h2","page":"Reference tables","sections":["Reference tables","Compiler ids"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#language-arguments-parameter-names","node_type":"table","page":"Reference tables","sections":["Reference tables","Language arguments parameter names"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#linker-ids","node_type":"p","page":"Reference tables","sections":["Reference tables","Linker ids"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#llvm-ir-compilation","node_type":"p","page":"Release 0.37","sections":["New features","LLVM IR compilation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#new-compiler-function-symbols_have_underscore_prefix","node_type":"h2","page":"Release 0.37","sections":["New features","New compiler function symbols_have_underscore_prefix\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#vala","node_type":"p","page":"Release 0.37","sections":["New features","Vala"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#intel-cc-compiler-support","node_type":"h2","page":"Release 0.38","sections":["Intel C/C++ compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#compiler-object-get-define","node_type":"h2","page":"Release 0.40","sections":["New features","Compiler object get define"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#compute_int-method-in-the-compiler-objects","node_type":"h2","page":"Release 0.40","sections":["New features","\ncompute_int method in the compiler objects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#support-for-passing-arguments-to-rust-compiler","node_type":"h2","page":"Release 0.41","sections":["New features","Support for passing arguments to Rust compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#add-support-for-genie-to-vala-compiler","node_type":"h2","page":"Release 0.42","sections":["New features","Add support for Genie to Vala compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#allow-crate-type-configuration-for-rust-compiler","node_type":"h2","page":"Release 0.42","sections":["New features","Allow crate type configuration for Rust compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#easier-handling-of-supported-compiler-arguments","node_type":"h2","page":"Release 0.43","sections":["Easier handling of supported compiler arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#visual-studio-c-compiler-support","node_type":"h2","page":"Release 0.45","sections":["New features","Visual Studio C# compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#addition-of-openmp-dependency","node_type":"p","page":"Release 0.46","sections":["New features","Addition of OpenMP dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#arm-compiler-for-c-and-cpp","node_type":"h2","page":"Release 0.46","sections":["New features","ARM compiler for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#compiler-object-can-now-be-passed-to-run_command","node_type":"h2","page":"Release 0.46","sections":["New features","Compiler object can now be passed to run_command()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#new-functions-has_link_argument-and-friends","node_type":"p","page":"Release 0.46","sections":["New features","New functions: has_link_argument() and friends"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#support-for-lcc-compiler-for-e2k-elbrus-architecture","node_type":"h2","page":"Release 0.46","sections":["New features","Support for lcc compiler for e2k (Elbrus) architecture"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#arm-compilerversion-6-for-c-and-cpp","node_type":"h2","page":"Release 0.47","sections":["New features","ARM compiler(version 6) for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-compiler-check-check_header","node_type":"h2","page":"Release 0.47","sections":["New features","New compiler check: check_header()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#helper-methods-added-for-checking-gnu-style-attributes-__attribute__","node_type":"p","page":"Release 0.48","sections":["New features","Helper methods added for checking GNU style attributes: __attribute__(...)\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#projects-args-can-be-set-separately-for-cross-and-native-builds-potentially-breaking-change","node_type":"p","page":"Release 0.48","sections":["New features","Projects args can be set separately for cross and native builds (potentially breaking change)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#ccrx-compiler-for-c-and-cpp","node_type":"h2","page":"Release 0.49","sections":["New features","CC-RX compiler for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-compiler-method-get_argument_syntax","node_type":"h2","page":"Release 0.49","sections":["New features","New compiler method get_argument_syntax\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-section-key-for-the-buildoptions-introspection","node_type":"ul","page":"Release 0.49","sections":["New features","New section key for the buildoptions introspection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#add-warning_level-0-option","node_type":"p","page":"Release 0.50.0","sections":["New features","Add warning_level 0 option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-option-to-introspect-multiple-parameters-at-once","node_type":"ul","page":"Release 0.50.0","sections":["New features","Added option to introspect multiple parameters at once"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-pgi-compiler-support","node_type":"h2","page":"Release 0.50.0","sections":["New features","Added PGI compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-the-flang-compiler","node_type":"h2","page":"Release 0.50.0","sections":["New features","Added the Flang compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#cuda-support","node_type":"p","page":"Release 0.50.0","sections":["New features","Cuda support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-targets-can-now-be-used-without-configured-build-directory","node_type":"ul","page":"Release 0.50.0","sections":["New features","\nintrospect --targets can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#added-c17-and-c18-as-c_std-values-for-recent-gcc-and-clang-versions","node_type":"p","page":"Release 0.51.0","sections":["New features","Added c17 and c18 as c_std values for recent GCC and Clang Versions"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#new-target-keyword-argument-link_language","node_type":"p","page":"Release 0.51.0","sections":["New features","New target keyword argument: link_language\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#sanity-checking-compilers-with-user-flags","node_type":"p","page":"Release 0.51.0","sections":["New features","Sanity checking compilers with user flags"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#specifying-options-per-mer-machine","node_type":"p","page":"Release 0.51.0","sections":["New features","Specifying options per mer machine"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#support-for-the-intel-compiler-on-windows-icl","node_type":"h2","page":"Release 0.51.0","sections":["New features","Support for the Intel Compiler on Windows (ICL)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#compiler-and-dynamic-linker-representation-split","node_type":"h2","page":"Release 0.52.0","sections":["New features","Compiler and dynamic linker representation split"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#experimental-webassembly-support-via-emscripten","node_type":"p","page":"Release 0.52.0","sections":["New features","Experimental Webassembly support via Emscripten"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#compilerget_linker_id","node_type":"p","page":"Release 0.53.0","sections":["New features","compiler.get_linker_id()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#generic-overrider-for-dynamic-linker-selection","node_type":"p","page":"Release 0.53.0","sections":["New features","Generic Overrider for Dynamic Linker selection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#added-microchip-xc16-c-compiler-support","node_type":"h2","page":"Release 0.54.0","sections":["New features","Added Microchip XC16 C compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#added-texas-instruments-c2000-cc-compiler-support","node_type":"h2","page":"Release 0.54.0","sections":["New features","Added Texas Instruments C2000 C/C++ compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#native-build-machine-compilers-not-always-required","node_type":"p","page":"Release 0.54.0","sections":["New features","Native (build machine) compilers not always required"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#property-support-emscriptens-wasmld","node_type":"p","page":"Release 0.54.0","sections":["New features","Property support emscripten's wasm-ld"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#support-for-overriding-the-linker-with-ldc-and-gdc","node_type":"p","page":"Release 0.54.0","sections":["New features","Support for overriding the linker with ldc and gdc"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#b_ndebug-support-for-d-language-compilers","node_type":"p","page":"Release 0.55.0","sections":["New features","b_ndebug support for D language compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#clang-coverage-support","node_type":"p","page":"Release 0.55.0","sections":["New features","Clang coverage support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#added-compcert-c-compiler","node_type":"h2","page":"Release 0.56.0","sections":["New features","Added CompCert C compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#hdf5-dependency-improvements","node_type":"p","page":"Release 0.56.0","sections":["New features","HDF5 dependency improvements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#edit-and-continue-zi-is-no-longer-used-by-default-for-visual-studio","node_type":"p","page":"Release 0.57.0","sections":["New features","\"Edit and continue\" (/ZI) is no longer used by default for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#knob-to-control-lto-thread","node_type":"p","page":"Release 0.57.0","sections":["New features","Knob to control LTO thread"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#passing-internal-dependencies-to-the-compiler-object","node_type":"h2","page":"Release 0.57.0","sections":["New features","Passing internal dependencies to the compiler object"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#unity-build-with-vala-disabled","node_type":"p","page":"Release 0.57.0","sections":["New features","Unity build with Vala disabled"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#jni-system-dependency","node_type":"p","page":"Release 0.58.0","sections":["New features","JNI System Dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#automatically-set-up-visual-studio-environment","node_type":"p","page":"Release 0.59.0","sections":["New features","Automatically set up Visual Studio environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#compiler-argument-checking-for-get_supported_arguments","node_type":"h2","page":"Release 0.59.0","sections":["New features","Compiler argument checking for get_supported_arguments\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#support-for-the-wine-resource-compiler","node_type":"h2","page":"Release 0.59.0","sections":["New features","Support for the Wine Resource Compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#improvements-for-the-rustc-compiler","node_type":"h2","page":"Release 0.60.0","sections":["New features","Improvements for the Rustc compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#link-tests-can-use-sources-for-a-different-compiler","node_type":"h2","page":"Release 0.60.0","sections":["New features","Link tests can use sources for a different compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#msvc-compiler-now-assumes-utf8-source-code-by-default","node_type":"h2","page":"Release 0.60.0","sections":["New features","MSVC compiler now assumes UTF-8 source code by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-support-for-texas-instruments-msp430-and-arm-compilers","node_type":"p","page":"Release 0.62.0","sections":["New features","Added support for Texas Instruments MSP430 and ARM compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#rust-procmacro-crates","node_type":"p","page":"Release 0.62.0","sections":["New features","Rust proc-macro crates"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#support-for-arm-ltd-clang-toolchain","node_type":"p","page":"Release 0.62.0","sections":["New features","Support for ARM Ltd. Clang toolchain"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#compiler-options-can-be-set-per-subproject","node_type":"h2","page":"Release 0.63.0","sections":["New features","Compiler options can be set per subproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#d-compiler-checks","node_type":"h2","page":"Release 0.63.0","sections":["New features","D compiler checks"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#msvc-now-sets-the-__cplusplus-define-accurately","node_type":"p","page":"Release 0.63.0","sections":["New features","MSVC now sets the __cplusplus #define accurately"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#add-optimization-plain-option","node_type":"p","page":"Release 0.64.0","sections":["New features","Add optimization plain option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#new-languages-nasm-and-masm","node_type":"p","page":"Release 0.64.0","sections":["New features","New languages: nasm and masm\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#new-method-to-preprocess-source-files","node_type":"p","page":"Release 0.64.0","sections":["New features","New method to preprocess source files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#compiler-check-functions-prefix-kwargs-accepts-arrays","node_type":"h2","page":"Release 1.0.0","sections":["New features","Compiler check functions prefix kwargs accepts arrays"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#warningleveleverything-option","node_type":"p","page":"Release 1.0.0","sections":["New features","\nwarning-level=everything option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#compilerpreprocess","node_type":"p","page":"Release 1.1.0","sections":["New features","compiler.preprocess()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#all-compiler-has_-methods-support-the-required-keyword","node_type":"h2","page":"Release 1.3.0","sections":["New features","All compiler has_* methods support the required keyword"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#c_std-and-cpp_std-options-now-accepts-a-list-of-values","node_type":"p","page":"Release 1.3.0","sections":["New features","\nc_std and cpp_std options now accepts a list of values"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#clarify-implicitlyincluded-headers-in-clike-compiler-checks","node_type":"h2","page":"Release 1.3.0","sections":["New features","Clarify implicitly-included headers in C-like compiler checks"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#treat-warnings-as-error-in-compiler-checks","node_type":"h2","page":"Release 1.3.0","sections":["New features","Treat warnings as error in compiler checks"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#added-support-for-gccs-null_terminated_string_arg-function-attribute","node_type":"p","page":"Release 1.5.0","sections":["New features","Added support for GCC's null_terminated_string_arg function attribute"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#required-kwarg-on-more-compiler-methods","node_type":"h2","page":"Release 1.5.0","sections":["New features","Required kwarg on more compiler methods"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#support-for-texas-instruments-c6000-cc-compiler","node_type":"h2","page":"Release 1.5.0","sections":["New features","Support for Texas Instruments C6000 C/C++ compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#support-for-dia-sdk","node_type":"p","page":"Release 1.6.0","sections":["New features","Support for DIA SDK"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#support-for-llvmbased-flang-compiler","node_type":"h2","page":"Release 1.6.0","sections":["New features","Support for LLVM-based flang compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#support-for-openxl-compiler-in-aix","node_type":"h2","page":"Release 1.6.0","sections":["New features","Support for OpenXL compiler in AIX."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#zig-011-can-be-used-as-a-cc-compiler-frontend","node_type":"h2","page":"Release 1.6.0","sections":["New features","Zig 0.11 can be used as a C/C++ compiler frontend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#add-new-language-linear-asm","node_type":"p","page":"Release 1.7.0","sections":["New features","Add new language Linear Asm"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#caplints-allow-used-for-cargo-subprojects","node_type":"p","page":"Release 1.7.0","sections":["New features","\n--cap-lints allow used for Cargo subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#meson-can-run-clippy-on-rust-projects","node_type":"p","page":"Release 1.7.0","sections":["New features","Meson can run \"clippy\" on Rust projects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#support-for-rust-2024","node_type":"p","page":"Release 1.7.0","sections":["New features","Support for Rust 2024"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#support-tasking-vxtoolset","node_type":"p","page":"Release 1.7.0","sections":["New features","Support TASKING VX-Toolset"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#configuring-the-build-directory","node_type":"table","page":"Running Meson","sections":["Running Meson","Configuring the build directory"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#environment-variables","node_type":"p","page":"Running Meson","sections":["Running Meson","Environment variables"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#running-meson","node_type":"p","page":"Running Meson","sections":["Running Meson"],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#test","node_type":"ul","page":"Rust module","sections":["Rust module","Functions","test()"],"context":{"gi-language":["default"]}},{"url":"Rust.html#linking-with-standard-libraries","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Linking with standard libraries"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#shipping-prebuilt-binaries-as-wraps","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps"],"context":{"gi-language":["default"]}},{"url":"Simd-module.html#usage","node_type":"p","page":"Unstable SIMD module","sections":["Unstable SIMD module","Usage"],"context":{"gi-language":["default"]}},{"url":"Simple-comparison.html#a-simple-comparison","node_type":"p","page":"A simple comparison","sections":["A simple comparison"],"context":{"gi-language":["default"]}},{"url":"Simple-comparison.html#conclusions","node_type":"p","page":"A simple comparison","sections":["A simple comparison","Conclusions"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#installing-a-compiler-toolchain","node_type":"h2","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing a compiler toolchain"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#linux1","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing Meson","Linux"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#windows","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing a compiler toolchain","Windows"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#build-options-in-subproject","node_type":"p","page":"Subprojects","sections":["Subprojects","A subproject example","Build options in subproject"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#the-humble-beginning","node_type":"p","page":"Tutorial","sections":["Tutorial","The humble beginning"],"context":{"gi-language":["default"]}},{"url":"Unity-builds.html#unity-builds","node_type":"p","page":"Unity builds","sections":["Unity builds"],"context":{"gi-language":["default"]}},{"url":"Users.html#list-of-projects-using-meson","node_type":"ul","page":"Users","sections":["List of projects using Meson"],"context":{"gi-language":["default"]}},{"url":"Using-multiple-build-directories.html#multiple-build-directories-for-the-same-source-tree","node_type":"p","page":"Using multiple build directories","sections":["Using multiple build directories","Multiple build directories for the same source tree"],"context":{"gi-language":["default"]}},{"url":"Vala.html#adding-to-valas-search-path","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Adding to Vala's search path"],"context":{"gi-language":["default"]}},{"url":"Vala.html#libraries-without-pkgconfig-files","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Libraries without pkg-config files"],"context":{"gi-language":["default"]}},{"url":"Vala.html#targeting-a-version-of-glib","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Targeting a version of GLib"],"context":{"gi-language":["default"]}},{"url":"Vala.html#the-simplest-case","node_type":"ul","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","The simplest case"],"context":{"gi-language":["default"]}},{"url":"Vala.html#using-libraries","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries"],"context":{"gi-language":["default"]}},{"url":"Windows-module.html#compile_resources","node_type":"ul","page":"Windows module","sections":["Windows module","Methods","compile_resources"],"context":{"gi-language":["default"]}},{"url":"howtox.html#add-some-optimization-to-debug-builds","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Add some optimization to debug builds"],"context":{"gi-language":["default"]}},{"url":"howtox.html#how-do-i-do-x-in-meson","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-compiler","node_type":"h2","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set compiler"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-extra-compiler-and-linker-flags-from-the-outside-when-eg-building-distro-packages","node_type":"h2","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set extra compiler and linker flags from the outside (when e.g. building distro packages)"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-linker","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set linker"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-an-argument-only-with-a-specific-compiler","node_type":"h2","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use an argument only with a specific compiler"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-profile-guided-optimization","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use profile guided optimization"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"compiler","urls":[{"url":"Adding-arguments.html#adding-arguments","node_type":"p","page":"Adding arguments","sections":["Adding arguments"],"context":{"gi-language":["default"]}},{"url":"Adding-arguments.html#global-arguments","node_type":"p","page":"Adding arguments","sections":["Adding arguments","Global arguments"],"context":{"gi-language":["default"]}},{"url":"Adding-arguments.html#project-arguments","node_type":"p","page":"Adding arguments","sections":["Adding arguments","Project arguments"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#object-files","node_type":"p","page":"Build targets","sections":["Build targets","Object files"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#builtin-options","node_type":"p","page":"Built-in options","sections":["Built-in options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#compiler-options","node_type":"h2","page":"Built-in options","sections":["Built-in options","Compiler options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#core-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Universal options","Core options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-warning_level","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for warning_level\n"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#compiler-id","node_type":"h2","page":"Compiler properties","sections":["Compiler properties","Compiler id"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#compiler-properties","node_type":"h1","page":"Compiler properties","sections":["Compiler properties"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-code-compile","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does code compile?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#expression-size","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Expression size"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#has-argument","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Has argument"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#configuration","node_type":"p","page":"Configuration","sections":["Configuration"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#configuring-a-build-directory","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#travis-without-docker","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","Travis without Docker"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#installed","node_type":"table","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","installed"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#project-tests","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Project tests"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#changing-cross-file-settings","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Changing cross file settings"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#cross-compilation","node_type":"p","page":"Cross compilation","sections":["Cross compilation"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#cross-file-locations","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Cross file locations"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#introspection-and-system-checks","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Introspection and system checks"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#mixing-host-and-build-targets","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Mixing host and build targets"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#properties","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Properties"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#using-a-custom-standard-library","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Using a custom standard library"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#nvcc_arch_flags","node_type":"table","page":"Unstable CUDA Module","sections":["Unstable CUDA Module","Functions","nvcc_arch_flags()"],"context":{"gi-language":["default"]}},{"url":"D.html#compiling-d-libraries-and-installing-them","node_type":"p","page":"D","sections":["Compiling D libraries and installing them"],"context":{"gi-language":["default"]}},{"url":"D.html#using-embedded-unittests","node_type":"p","page":"D","sections":["Compiling D applications","Using embedded unittests"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependencies","node_type":"p","page":"Dependencies","sections":["Dependencies"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dia-sdk","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","DIA SDK"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dub","node_type":"p","page":"Dependencies","sections":["Dependency detection method","Dub"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#jni","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","JNI"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#openmp","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","OpenMP"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#qt","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Qt"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#threads","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Threads"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#8-must-allow-override-of-default-values","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","8. Must allow override of default values"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#overview-of-the-solution","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Overview of the solution"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#sample-code","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Sample code"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#this-is-the-original-design-rationale-for-meson-the-syntax-it-describes-does-not-match-the-released-version","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#do-i-need-to-add-my-headers-to-the-sources-list-like-in-autotools","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Do I need to add my headers to the sources list like in Autotools?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#i-added-some-compiler-flags-and-now-the-build-fails-with-weird-errors-what-is-happening","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","I added some compiler flags and now the build fails with weird errors. What is happening?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#i-have-proprietary-compiler-toolchain-x-that-does-not-work-with-meson-how-can-i-make-it-work","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","I have proprietary compiler toolchain X that does not work with Meson, how can I make it work?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-it-called-meson","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is it called Meson?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-implemented-in-python-rather-than-programming-language-x","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson implemented in Python rather than [programming language X]?"],"context":{"gi-language":["default"]}},{"url":"Feature-autodetection.html#ccache","node_type":"p","page":"Feature autodetection","sections":["Feature autodetection","Ccache"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#generating-sources","node_type":"p","page":"Generating sources","sections":["Generating sources"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#using-custom_target","node_type":"p","page":"Generating sources","sections":["Generating sources","Using custom_target()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomecompile_resources","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.compile_resources()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegenerate_gir","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.generate_gir()"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-options","node_type":"ul","page":"IDE integration","sections":["IDE integration","Build Options"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#target-sources","node_type":"p","page":"IDE integration","sections":["IDE integration","The targets section","Target sources"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#the-dependencies-section","node_type":"p","page":"IDE integration","sections":["IDE integration","The dependencies section"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#the-targets-section","node_type":"p","page":"IDE integration","sections":["IDE integration","The targets section"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#using-targets-without-a-build-directory","node_type":"ul","page":"IDE integration","sections":["IDE integration","The targets section","Using --targets without a build directory"],"context":{"gi-language":["default"]}},{"url":"Include-directories.html#include-directories","node_type":"p","page":"Include directories","sections":["Include directories"],"context":{"gi-language":["default"]}},{"url":"IndepthTutorial.html#an-indepth-tutorial","node_type":"p","page":"An in-depth tutorial","sections":["An in-depth tutorial"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#binaries","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Binaries"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#supported-properties","node_type":"ul","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Properties","Supported properties"],"context":{"gi-language":["default"]}},{"url":"Manual.html#subpages","node_type":"p","page":"Manual","sections":[],"context":{"gi-language":["default"]}},{"url":"Pkg-config-files.html#pkg-config-files","node_type":"p","page":"Pkg config files","sections":["Pkg config files"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#implicit-dependencies","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","Implicit dependencies"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#pkggenerate","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","pkg.generate()"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#toggling-the-usage-of-precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Toggling the usage of precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#using-precompiled-headers-with-gcc-and-derivatives","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Using precompiled headers with GCC and derivatives"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#using-precompiled-headers-with-msvc","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Using precompiled headers with MSVC"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#python_dependency-object","node_type":"p","page":"Python module","sections":["Python module","\npython_dependency object"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#preprocess","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#preprocess","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#preprocess","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#compiling-a-meson-project","node_type":"p","page":"Quickstart Guide","sections":["Using Meson","Compiling a Meson project"],"context":{"gi-language":["default"]}},{"url":"Reference-manual.html#returned-objects","node_type":"ul","page":"Reference manual","sections":["Reference manual","Returned objects"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments4","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_compiler()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#get_compiler_language","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_compiler()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#get_compiler_native","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_compiler()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonget_compiler","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_compiler()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_target_machine.html#target-machine-information-target_machine-extends-build_machine","node_type":"p","page":"target_machine","sections":["Target machine information (target_machine extends build_machine)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_global_arguments","node_type":"p","page":"Functions","sections":["Functions","add_global_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_global_arguments_language","node_type":"p","page":"Functions","sections":["Functions","add_global_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_global_link_arguments_language","node_type":"p","page":"Functions","sections":["Functions","add_global_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_arguments","node_type":"p","page":"Functions","sections":["Functions","add_project_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_arguments_language","node_type":"p","page":"Functions","sections":["Functions","add_project_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_dependencies","node_type":"p","page":"Functions","sections":["Functions","add_project_dependencies()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_dependencies_language","node_type":"p","page":"Functions","sections":["Functions","add_project_dependencies()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_link_arguments_language","node_type":"p","page":"Functions","sections":["Functions","add_project_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments","node_type":"table","page":"Functions","sections":["Functions","add_global_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments1","node_type":"table","page":"Functions","sections":["Functions","add_global_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments14","node_type":"table","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments23","node_type":"table","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments27","node_type":"table","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments3","node_type":"table","page":"Functions","sections":["Functions","add_project_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments4","node_type":"table","page":"Functions","sections":["Functions","add_project_dependencies()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments5","node_type":"table","page":"Functions","sections":["Functions","add_project_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries__lang__args","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_vala_args","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target__lang__args","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_vala_args","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_depfile","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable__lang__args","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_vala_args","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#generator_depfile","node_type":"p","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#include_directories_is_system","node_type":"p","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar__lang__args","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_vala_args","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library__lang__args","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_vala_args","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_command","node_type":"p","page":"Functions","sections":["Functions","run_command()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library__lang__args","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_vala_args","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module__lang__args","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_vala_args","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library__lang__args","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_vala_args","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned.html#subpages","node_type":"p","page":"Returned objects","sections":[],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#alignment_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.alignment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#alignment_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.alignment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.alignment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments1","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments11","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments12","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments14","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments15","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments17","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments18","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments2","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments21","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments22","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments24","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments25","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments3","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments7","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiler-object-compiler","node_type":"h1","page":"Compiler object","sections":["Compiler object (compiler)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiler-object-methods","node_type":"h2","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilercmd_array","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.cmd_array()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_argument_syntax","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_argument_syntax()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_define","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_id","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_id()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_supported_arguments","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_supported_link_arguments","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_link_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerhas_argument","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_argument()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerhas_function_attribute","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerhas_link_argument","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerhas_multi_arguments","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerhas_multi_link_arguments","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_link_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerlinks","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerversion","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.version()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_code","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_name","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_werror","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compute_int_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compute_int_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compute_int_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#get_define_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#get_define_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#get_define_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_define_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_define_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_define_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_code","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_name","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_werror","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#returned-by","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_code","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_name","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_werror","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#sizeof_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#sizeof_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#sizeof_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#deppartial_dependency","node_type":"ul","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.partial_dependency()"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-flag-environment-variables","node_type":"h2","page":"Reference tables","sections":["Reference tables","Compiler and linker flag environment variables"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-selection-variables","node_type":"h2","page":"Reference tables","sections":["Reference tables","Compiler and Linker selection variables"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-ids","node_type":"h2","page":"Reference tables","sections":["Reference tables","Compiler ids"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#language-arguments-parameter-names","node_type":"table","page":"Reference tables","sections":["Reference tables","Language arguments parameter names"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#linker-ids","node_type":"p","page":"Reference tables","sections":["Reference tables","Linker ids"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#llvm-ir-compilation","node_type":"p","page":"Release 0.37","sections":["New features","LLVM IR compilation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#new-compiler-function-symbols_have_underscore_prefix","node_type":"h2","page":"Release 0.37","sections":["New features","New compiler function symbols_have_underscore_prefix\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#vala","node_type":"p","page":"Release 0.37","sections":["New features","Vala"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#intel-cc-compiler-support","node_type":"h2","page":"Release 0.38","sections":["Intel C/C++ compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#compiler-object-get-define","node_type":"h2","page":"Release 0.40","sections":["New features","Compiler object get define"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#compute_int-method-in-the-compiler-objects","node_type":"h2","page":"Release 0.40","sections":["New features","\ncompute_int method in the compiler objects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#support-for-passing-arguments-to-rust-compiler","node_type":"h2","page":"Release 0.41","sections":["New features","Support for passing arguments to Rust compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#add-support-for-genie-to-vala-compiler","node_type":"h2","page":"Release 0.42","sections":["New features","Add support for Genie to Vala compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#allow-crate-type-configuration-for-rust-compiler","node_type":"h2","page":"Release 0.42","sections":["New features","Allow crate type configuration for Rust compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#easier-handling-of-supported-compiler-arguments","node_type":"h2","page":"Release 0.43","sections":["Easier handling of supported compiler arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#visual-studio-c-compiler-support","node_type":"h2","page":"Release 0.45","sections":["New features","Visual Studio C# compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#addition-of-openmp-dependency","node_type":"p","page":"Release 0.46","sections":["New features","Addition of OpenMP dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#arm-compiler-for-c-and-cpp","node_type":"h2","page":"Release 0.46","sections":["New features","ARM compiler for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#compiler-object-can-now-be-passed-to-run_command","node_type":"h2","page":"Release 0.46","sections":["New features","Compiler object can now be passed to run_command()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#new-functions-has_link_argument-and-friends","node_type":"p","page":"Release 0.46","sections":["New features","New functions: has_link_argument() and friends"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#support-for-lcc-compiler-for-e2k-elbrus-architecture","node_type":"h2","page":"Release 0.46","sections":["New features","Support for lcc compiler for e2k (Elbrus) architecture"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#arm-compilerversion-6-for-c-and-cpp","node_type":"h2","page":"Release 0.47","sections":["New features","ARM compiler(version 6) for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-compiler-check-check_header","node_type":"h2","page":"Release 0.47","sections":["New features","New compiler check: check_header()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#helper-methods-added-for-checking-gnu-style-attributes-__attribute__","node_type":"p","page":"Release 0.48","sections":["New features","Helper methods added for checking GNU style attributes: __attribute__(...)\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#projects-args-can-be-set-separately-for-cross-and-native-builds-potentially-breaking-change","node_type":"p","page":"Release 0.48","sections":["New features","Projects args can be set separately for cross and native builds (potentially breaking change)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#ccrx-compiler-for-c-and-cpp","node_type":"h2","page":"Release 0.49","sections":["New features","CC-RX compiler for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-compiler-method-get_argument_syntax","node_type":"h2","page":"Release 0.49","sections":["New features","New compiler method get_argument_syntax\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-section-key-for-the-buildoptions-introspection","node_type":"ul","page":"Release 0.49","sections":["New features","New section key for the buildoptions introspection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#add-warning_level-0-option","node_type":"p","page":"Release 0.50.0","sections":["New features","Add warning_level 0 option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-option-to-introspect-multiple-parameters-at-once","node_type":"ul","page":"Release 0.50.0","sections":["New features","Added option to introspect multiple parameters at once"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-pgi-compiler-support","node_type":"h2","page":"Release 0.50.0","sections":["New features","Added PGI compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-the-flang-compiler","node_type":"h2","page":"Release 0.50.0","sections":["New features","Added the Flang compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#cuda-support","node_type":"p","page":"Release 0.50.0","sections":["New features","Cuda support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-targets-can-now-be-used-without-configured-build-directory","node_type":"ul","page":"Release 0.50.0","sections":["New features","\nintrospect --targets can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#added-c17-and-c18-as-c_std-values-for-recent-gcc-and-clang-versions","node_type":"p","page":"Release 0.51.0","sections":["New features","Added c17 and c18 as c_std values for recent GCC and Clang Versions"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#new-target-keyword-argument-link_language","node_type":"p","page":"Release 0.51.0","sections":["New features","New target keyword argument: link_language\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#sanity-checking-compilers-with-user-flags","node_type":"p","page":"Release 0.51.0","sections":["New features","Sanity checking compilers with user flags"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#specifying-options-per-mer-machine","node_type":"p","page":"Release 0.51.0","sections":["New features","Specifying options per mer machine"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#support-for-the-intel-compiler-on-windows-icl","node_type":"h2","page":"Release 0.51.0","sections":["New features","Support for the Intel Compiler on Windows (ICL)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#compiler-and-dynamic-linker-representation-split","node_type":"h2","page":"Release 0.52.0","sections":["New features","Compiler and dynamic linker representation split"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#experimental-webassembly-support-via-emscripten","node_type":"p","page":"Release 0.52.0","sections":["New features","Experimental Webassembly support via Emscripten"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#compilerget_linker_id","node_type":"p","page":"Release 0.53.0","sections":["New features","compiler.get_linker_id()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#generic-overrider-for-dynamic-linker-selection","node_type":"p","page":"Release 0.53.0","sections":["New features","Generic Overrider for Dynamic Linker selection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#added-microchip-xc16-c-compiler-support","node_type":"h2","page":"Release 0.54.0","sections":["New features","Added Microchip XC16 C compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#added-texas-instruments-c2000-cc-compiler-support","node_type":"h2","page":"Release 0.54.0","sections":["New features","Added Texas Instruments C2000 C/C++ compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#native-build-machine-compilers-not-always-required","node_type":"p","page":"Release 0.54.0","sections":["New features","Native (build machine) compilers not always required"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#property-support-emscriptens-wasmld","node_type":"p","page":"Release 0.54.0","sections":["New features","Property support emscripten's wasm-ld"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#support-for-overriding-the-linker-with-ldc-and-gdc","node_type":"p","page":"Release 0.54.0","sections":["New features","Support for overriding the linker with ldc and gdc"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#b_ndebug-support-for-d-language-compilers","node_type":"p","page":"Release 0.55.0","sections":["New features","b_ndebug support for D language compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#clang-coverage-support","node_type":"p","page":"Release 0.55.0","sections":["New features","Clang coverage support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#added-compcert-c-compiler","node_type":"h2","page":"Release 0.56.0","sections":["New features","Added CompCert C compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#hdf5-dependency-improvements","node_type":"p","page":"Release 0.56.0","sections":["New features","HDF5 dependency improvements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#edit-and-continue-zi-is-no-longer-used-by-default-for-visual-studio","node_type":"p","page":"Release 0.57.0","sections":["New features","\"Edit and continue\" (/ZI) is no longer used by default for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#knob-to-control-lto-thread","node_type":"p","page":"Release 0.57.0","sections":["New features","Knob to control LTO thread"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#passing-internal-dependencies-to-the-compiler-object","node_type":"h2","page":"Release 0.57.0","sections":["New features","Passing internal dependencies to the compiler object"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#unity-build-with-vala-disabled","node_type":"p","page":"Release 0.57.0","sections":["New features","Unity build with Vala disabled"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#jni-system-dependency","node_type":"p","page":"Release 0.58.0","sections":["New features","JNI System Dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#automatically-set-up-visual-studio-environment","node_type":"p","page":"Release 0.59.0","sections":["New features","Automatically set up Visual Studio environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#compiler-argument-checking-for-get_supported_arguments","node_type":"h2","page":"Release 0.59.0","sections":["New features","Compiler argument checking for get_supported_arguments\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#support-for-the-wine-resource-compiler","node_type":"h2","page":"Release 0.59.0","sections":["New features","Support for the Wine Resource Compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#improvements-for-the-rustc-compiler","node_type":"h2","page":"Release 0.60.0","sections":["New features","Improvements for the Rustc compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#link-tests-can-use-sources-for-a-different-compiler","node_type":"h2","page":"Release 0.60.0","sections":["New features","Link tests can use sources for a different compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#msvc-compiler-now-assumes-utf8-source-code-by-default","node_type":"h2","page":"Release 0.60.0","sections":["New features","MSVC compiler now assumes UTF-8 source code by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-support-for-texas-instruments-msp430-and-arm-compilers","node_type":"p","page":"Release 0.62.0","sections":["New features","Added support for Texas Instruments MSP430 and ARM compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#rust-procmacro-crates","node_type":"p","page":"Release 0.62.0","sections":["New features","Rust proc-macro crates"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#support-for-arm-ltd-clang-toolchain","node_type":"p","page":"Release 0.62.0","sections":["New features","Support for ARM Ltd. Clang toolchain"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#compiler-options-can-be-set-per-subproject","node_type":"h2","page":"Release 0.63.0","sections":["New features","Compiler options can be set per subproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#d-compiler-checks","node_type":"h2","page":"Release 0.63.0","sections":["New features","D compiler checks"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#msvc-now-sets-the-__cplusplus-define-accurately","node_type":"p","page":"Release 0.63.0","sections":["New features","MSVC now sets the __cplusplus #define accurately"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#add-optimization-plain-option","node_type":"p","page":"Release 0.64.0","sections":["New features","Add optimization plain option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#new-languages-nasm-and-masm","node_type":"p","page":"Release 0.64.0","sections":["New features","New languages: nasm and masm\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#new-method-to-preprocess-source-files","node_type":"p","page":"Release 0.64.0","sections":["New features","New method to preprocess source files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#compiler-check-functions-prefix-kwargs-accepts-arrays","node_type":"h2","page":"Release 1.0.0","sections":["New features","Compiler check functions prefix kwargs accepts arrays"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#warningleveleverything-option","node_type":"p","page":"Release 1.0.0","sections":["New features","\nwarning-level=everything option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#compilerpreprocess","node_type":"p","page":"Release 1.1.0","sections":["New features","compiler.preprocess()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#all-compiler-has_-methods-support-the-required-keyword","node_type":"h2","page":"Release 1.3.0","sections":["New features","All compiler has_* methods support the required keyword"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#c_std-and-cpp_std-options-now-accepts-a-list-of-values","node_type":"p","page":"Release 1.3.0","sections":["New features","\nc_std and cpp_std options now accepts a list of values"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#clarify-implicitlyincluded-headers-in-clike-compiler-checks","node_type":"h2","page":"Release 1.3.0","sections":["New features","Clarify implicitly-included headers in C-like compiler checks"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#treat-warnings-as-error-in-compiler-checks","node_type":"h2","page":"Release 1.3.0","sections":["New features","Treat warnings as error in compiler checks"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#added-support-for-gccs-null_terminated_string_arg-function-attribute","node_type":"p","page":"Release 1.5.0","sections":["New features","Added support for GCC's null_terminated_string_arg function attribute"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#required-kwarg-on-more-compiler-methods","node_type":"h2","page":"Release 1.5.0","sections":["New features","Required kwarg on more compiler methods"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#support-for-texas-instruments-c6000-cc-compiler","node_type":"h2","page":"Release 1.5.0","sections":["New features","Support for Texas Instruments C6000 C/C++ compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#support-for-dia-sdk","node_type":"p","page":"Release 1.6.0","sections":["New features","Support for DIA SDK"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#support-for-llvmbased-flang-compiler","node_type":"h2","page":"Release 1.6.0","sections":["New features","Support for LLVM-based flang compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#support-for-openxl-compiler-in-aix","node_type":"h2","page":"Release 1.6.0","sections":["New features","Support for OpenXL compiler in AIX."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#zig-011-can-be-used-as-a-cc-compiler-frontend","node_type":"h2","page":"Release 1.6.0","sections":["New features","Zig 0.11 can be used as a C/C++ compiler frontend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#add-new-language-linear-asm","node_type":"p","page":"Release 1.7.0","sections":["New features","Add new language Linear Asm"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#caplints-allow-used-for-cargo-subprojects","node_type":"p","page":"Release 1.7.0","sections":["New features","\n--cap-lints allow used for Cargo subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#meson-can-run-clippy-on-rust-projects","node_type":"p","page":"Release 1.7.0","sections":["New features","Meson can run \"clippy\" on Rust projects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#support-for-rust-2024","node_type":"p","page":"Release 1.7.0","sections":["New features","Support for Rust 2024"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#support-tasking-vxtoolset","node_type":"p","page":"Release 1.7.0","sections":["New features","Support TASKING VX-Toolset"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"ul","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#configuring-the-build-directory","node_type":"table","page":"Running Meson","sections":["Running Meson","Configuring the build directory"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#environment-variables","node_type":"p","page":"Running Meson","sections":["Running Meson","Environment variables"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#running-meson","node_type":"p","page":"Running Meson","sections":["Running Meson"],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#test","node_type":"ul","page":"Rust module","sections":["Rust module","Functions","test()"],"context":{"gi-language":["default"]}},{"url":"Rust.html#linking-with-standard-libraries","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Linking with standard libraries"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#shipping-prebuilt-binaries-as-wraps","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps"],"context":{"gi-language":["default"]}},{"url":"Simd-module.html#usage","node_type":"p","page":"Unstable SIMD module","sections":["Unstable SIMD module","Usage"],"context":{"gi-language":["default"]}},{"url":"Simple-comparison.html#a-simple-comparison","node_type":"p","page":"A simple comparison","sections":["A simple comparison"],"context":{"gi-language":["default"]}},{"url":"Simple-comparison.html#conclusions","node_type":"p","page":"A simple comparison","sections":["A simple comparison","Conclusions"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#installing-a-compiler-toolchain","node_type":"h2","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing a compiler toolchain"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#linux1","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing Meson","Linux"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#windows","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing a compiler toolchain","Windows"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#build-options-in-subproject","node_type":"p","page":"Subprojects","sections":["Subprojects","A subproject example","Build options in subproject"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#the-humble-beginning","node_type":"p","page":"Tutorial","sections":["Tutorial","The humble beginning"],"context":{"gi-language":["default"]}},{"url":"Unity-builds.html#unity-builds","node_type":"p","page":"Unity builds","sections":["Unity builds"],"context":{"gi-language":["default"]}},{"url":"Users.html#list-of-projects-using-meson","node_type":"ul","page":"Users","sections":["List of projects using Meson"],"context":{"gi-language":["default"]}},{"url":"Using-multiple-build-directories.html#multiple-build-directories-for-the-same-source-tree","node_type":"p","page":"Using multiple build directories","sections":["Using multiple build directories","Multiple build directories for the same source tree"],"context":{"gi-language":["default"]}},{"url":"Vala.html#adding-to-valas-search-path","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Adding to Vala's search path"],"context":{"gi-language":["default"]}},{"url":"Vala.html#libraries-without-pkgconfig-files","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Libraries without pkg-config files"],"context":{"gi-language":["default"]}},{"url":"Vala.html#targeting-a-version-of-glib","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Targeting a version of GLib"],"context":{"gi-language":["default"]}},{"url":"Vala.html#the-simplest-case","node_type":"ul","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","The simplest case"],"context":{"gi-language":["default"]}},{"url":"Vala.html#using-libraries","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries"],"context":{"gi-language":["default"]}},{"url":"Windows-module.html#compile_resources","node_type":"ul","page":"Windows module","sections":["Windows module","Methods","compile_resources"],"context":{"gi-language":["default"]}},{"url":"howtox.html#add-some-optimization-to-debug-builds","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Add some optimization to debug builds"],"context":{"gi-language":["default"]}},{"url":"howtox.html#how-do-i-do-x-in-meson","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-compiler","node_type":"h2","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set compiler"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-extra-compiler-and-linker-flags-from-the-outside-when-eg-building-distro-packages","node_type":"h2","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set extra compiler and linker flags from the outside (when e.g. building distro packages)"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-linker","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set linker"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-an-argument-only-with-a-specific-compiler","node_type":"h2","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use an argument only with a specific compiler"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-profile-guided-optimization","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use profile guided optimization"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/configured b/assets/js/search/configured index f72d34205..0b5e4a4be 100644 --- a/assets/js/search/configured +++ b/assets/js/search/configured @@ -1 +1 @@ -urls_downloaded_cb({"token":"configured","urls":[{"url":"Build-targets.html#libraries-and-executables","node_type":"p","page":"Build targets","sections":["Build targets","Libraries and executables"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-backend","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for backend\n"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-subprojects","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#configuration-options","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Configuration options"],"context":{"gi-language":["default"]}},{"url":"Commands.html#compile","node_type":"p","page":"Command-line commands","sections":["Command-line commands","compile"],"context":{"gi-language":["default"]}},{"url":"Commands.html#configure","node_type":"p","page":"Command-line commands","sections":["Command-line commands","configure"],"context":{"gi-language":["default"]}},{"url":"Commands.html#examples5","node_type":"p","page":"Command-line commands","sections":["Command-line commands","introspect","Examples:"],"context":{"gi-language":["default"]}},{"url":"Commands.html#introspect","node_type":"p","page":"Command-line commands","sections":["Command-line commands","introspect"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#project-tests","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Project tests"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#creating-the-sample-program","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Creating the sample program"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-options","node_type":"p","page":"IDE integration","sections":["IDE integration","Build Options"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ide-integration","node_type":"p","page":"IDE integration","sections":["IDE integration"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#toggling-the-usage-of-precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Toggling the usage of precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file","node_type":"p","page":"Functions","sections":["Functions","configure_file()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#generator-learned-capture","node_type":"p","page":"Release 0.43","sections":["Generator learned capture"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#introspect-projectinfo-can-now-be-used-without-configured-build-directory","node_type":"h2","page":"Release 0.49","sections":["New features","\nintrospect --projectinfo can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-buildoptions-can-now-be-used-without-configured-build-directory","node_type":"h2","page":"Release 0.50.0","sections":["New features","\nintrospect --buildoptions can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-scandependencies-can-now-be-used-to-scan-for-dependencies-used-in-a-project","node_type":"p","page":"Release 0.50.0","sections":["New features","\nintrospect --scan-dependencies can now be used to scan for dependencies used in a project"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-targets-can-now-be-used-without-configured-build-directory","node_type":"h2","page":"Release 0.50.0","sections":["New features","\nintrospect --targets can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#add-depth-option-to-wrapgit","node_type":"p","page":"Release 0.52.0","sections":["New features","Add depth option to wrap-git\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#enhancements-to-configure_file","node_type":"p","page":"Release 0.52.0","sections":["New features","Enhancements to configure_file()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#configure-cmake-subprojects-with-mesonsubproject_options","node_type":"p","page":"Release 0.55.0","sections":["New features","Configure CMake subprojects with Meson.subproject_options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-subprojects-command","node_type":"p","page":"Release 0.56.0","sections":["New features","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#wraps-from-subprojects-are-automatically-promoted","node_type":"p","page":"Release 0.56.0","sections":["New features","Wraps from subprojects are automatically promoted"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#allow-reconfigure-and-wipe-of-empty-builddir","node_type":"p","page":"Release 1.1.0","sections":["New features","Allow --reconfigure and --wipe of empty builddir"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#meson-now-reads-the-project-version-of-cmake-subprojects","node_type":"p","page":"Release 1.4.0","sections":["New features","Meson now reads the project version of cmake subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#cargo-features-are-resolved-globally","node_type":"p","page":"Release 1.7.0","sections":["New features","Cargo features are resolved globally"],"context":{"gi-language":["default"]}},{"url":"Rust.html#use-with-rustanalyzer","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Use with rust-analyzer"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#other-test-options","node_type":"p","page":"Unit tests","sections":["Unit tests","Testing tool","Other test options"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"configured","urls":[{"url":"Build-targets.html#libraries-and-executables","node_type":"p","page":"Build targets","sections":["Build targets","Libraries and executables"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-backend","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for backend\n"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-subprojects","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#configuration-options","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Configuration options"],"context":{"gi-language":["default"]}},{"url":"Commands.html#compile","node_type":"p","page":"Command-line commands","sections":["Command-line commands","compile"],"context":{"gi-language":["default"]}},{"url":"Commands.html#configure","node_type":"p","page":"Command-line commands","sections":["Command-line commands","configure"],"context":{"gi-language":["default"]}},{"url":"Commands.html#examples5","node_type":"p","page":"Command-line commands","sections":["Command-line commands","introspect","Examples:"],"context":{"gi-language":["default"]}},{"url":"Commands.html#introspect","node_type":"p","page":"Command-line commands","sections":["Command-line commands","introspect"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#project-tests","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Project tests"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#creating-the-sample-program","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Creating the sample program"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-options","node_type":"p","page":"IDE integration","sections":["IDE integration","Build Options"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ide-integration","node_type":"p","page":"IDE integration","sections":["IDE integration"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#toggling-the-usage-of-precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Toggling the usage of precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file","node_type":"p","page":"Functions","sections":["Functions","configure_file()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#generator-learned-capture","node_type":"p","page":"Release 0.43","sections":["Generator learned capture"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#introspect-projectinfo-can-now-be-used-without-configured-build-directory","node_type":"h2","page":"Release 0.49","sections":["New features","\nintrospect --projectinfo can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-buildoptions-can-now-be-used-without-configured-build-directory","node_type":"h2","page":"Release 0.50.0","sections":["New features","\nintrospect --buildoptions can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-scandependencies-can-now-be-used-to-scan-for-dependencies-used-in-a-project","node_type":"p","page":"Release 0.50.0","sections":["New features","\nintrospect --scan-dependencies can now be used to scan for dependencies used in a project"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-targets-can-now-be-used-without-configured-build-directory","node_type":"h2","page":"Release 0.50.0","sections":["New features","\nintrospect --targets can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#add-depth-option-to-wrapgit","node_type":"p","page":"Release 0.52.0","sections":["New features","Add depth option to wrap-git\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#enhancements-to-configure_file","node_type":"p","page":"Release 0.52.0","sections":["New features","Enhancements to configure_file()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#configure-cmake-subprojects-with-mesonsubproject_options","node_type":"p","page":"Release 0.55.0","sections":["New features","Configure CMake subprojects with Meson.subproject_options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-subprojects-command","node_type":"p","page":"Release 0.56.0","sections":["New features","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#wraps-from-subprojects-are-automatically-promoted","node_type":"p","page":"Release 0.56.0","sections":["New features","Wraps from subprojects are automatically promoted"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#allow-reconfigure-and-wipe-of-empty-builddir","node_type":"p","page":"Release 1.1.0","sections":["New features","Allow --reconfigure and --wipe of empty builddir"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#meson-now-reads-the-project-version-of-cmake-subprojects","node_type":"p","page":"Release 1.4.0","sections":["New features","Meson now reads the project version of cmake subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#cargo-features-are-resolved-globally","node_type":"p","page":"Release 1.7.0","sections":["New features","Cargo features are resolved globally"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Rust.html#use-with-rustanalyzer","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Use with rust-analyzer"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#other-test-options","node_type":"p","page":"Unit tests","sections":["Unit tests","Testing tool","Other test options"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/continues b/assets/js/search/continues index 6029d6a33..91a553bc3 100644 --- a/assets/js/search/continues +++ b/assets/js/search/continues @@ -1 +1 @@ -urls_downloaded_cb({"token":"continues","urls":[{"url":"Builtin-options.html#details-for-vsenv","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for vsenv\n"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subdir","node_type":"p","page":"Functions","sections":["Functions","subdir()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subdir_done","node_type":"p","page":"Functions","sections":["Functions","subdir_done()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#allow-early-return-from-a-script","node_type":"p","page":"Release 0.46","sections":["New features","Allow early return from a script"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#allow-early-return-from-a-script","node_type":"p","page":"Release 0.47","sections":["New features","Allow early return from a script"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-subprojects-command","node_type":"p","page":"Release 0.56.0","sections":["New features","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#test-targets-no-longer-built-by-default","node_type":"p","page":"Release 1.7.0","sections":["New features","Test targets no longer built by default"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#meson-subprojects-command","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"continues","urls":[{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-vsenv","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for vsenv\n"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subdir","node_type":"p","page":"Functions","sections":["Functions","subdir()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subdir_done","node_type":"p","page":"Functions","sections":["Functions","subdir_done()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#allow-early-return-from-a-script","node_type":"p","page":"Release 0.46","sections":["New features","Allow early return from a script"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#allow-early-return-from-a-script","node_type":"p","page":"Release 0.47","sections":["New features","Allow early return from a script"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-subprojects-command","node_type":"p","page":"Release 0.56.0","sections":["New features","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#test-targets-no-longer-built-by-default","node_type":"p","page":"Release 1.7.0","sections":["New features","Test targets no longer built by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#meson-subprojects-command","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/elements b/assets/js/search/elements index daf07742c..1e6588200 100644 --- a/assets/js/search/elements +++ b/assets/js/search/elements @@ -1 +1 @@ -urls_downloaded_cb({"token":"elements","urls":[{"url":"Build-options.html#using-build-options","node_type":"p","page":"Build options","sections":["Build options","Using build options"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#matrix","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","matrix"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#using-generator","node_type":"p","page":"Generating sources","sections":["Generating sources","Using generator()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegenerate_gir","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.generate_gir()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegenmarshal","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.genmarshal()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomemkenums","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.mkenums()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomemkenums_simple","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.mkenums_simple()"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#qml_module","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","qml_module"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#list-list","node_type":"p","page":"list","sections":["List (list)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_darwin_versions","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_darwin_versions","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_darwin_versions","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_darwin_versions","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#version-comparison","node_type":"p","page":"Release 0.48","sections":["New features","Version comparison"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#joining-paths-with-","node_type":"p","page":"Release 0.49","sections":["New features","Joining paths with /"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#summary-improvements","node_type":"p","page":"Release 0.54.0","sections":["New features","Summary improvements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#compiler-check-functions-prefix-kwargs-accepts-arrays","node_type":"p","page":"Release 1.0.0","sections":["New features","Compiler check functions prefix kwargs accepts arrays"],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#bindgen","node_type":"ul","page":"Rust module","sections":["Rust module","Functions","bindgen()"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#arrays","node_type":"p","page":"Syntax","sections":["Syntax","Arrays"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#dictionaries","node_type":"p","page":"Syntax","sections":["Syntax","Dictionaries"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#foreach-statements","node_type":"p","page":"Syntax","sections":["Syntax","Foreach statements"],"context":{"gi-language":["default"]}},{"url":"Vala.html#changing-c-header-and-vapi-names","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Building libraries","Changing C header and VAPI names"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"elements","urls":[{"url":"Build-options.html#using-build-options","node_type":"p","page":"Build options","sections":["Build options","Using build options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"ul","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#matrix","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","matrix"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#using-generator","node_type":"p","page":"Generating sources","sections":["Generating sources","Using generator()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegenerate_gir","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.generate_gir()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegenmarshal","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.genmarshal()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomemkenums","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.mkenums()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomemkenums_simple","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.mkenums_simple()"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#qml_module","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","qml_module"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#list-list","node_type":"p","page":"list","sections":["List (list)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_darwin_versions","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_darwin_versions","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_darwin_versions","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_darwin_versions","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#version-comparison","node_type":"p","page":"Release 0.48","sections":["New features","Version comparison"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#joining-paths-with-","node_type":"p","page":"Release 0.49","sections":["New features","Joining paths with /"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#summary-improvements","node_type":"p","page":"Release 0.54.0","sections":["New features","Summary improvements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#compiler-check-functions-prefix-kwargs-accepts-arrays","node_type":"p","page":"Release 1.0.0","sections":["New features","Compiler check functions prefix kwargs accepts arrays"],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#bindgen","node_type":"ul","page":"Rust module","sections":["Rust module","Functions","bindgen()"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#arrays","node_type":"p","page":"Syntax","sections":["Syntax","Arrays"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#dictionaries","node_type":"p","page":"Syntax","sections":["Syntax","Dictionaries"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#foreach-statements","node_type":"p","page":"Syntax","sections":["Syntax","Foreach statements"],"context":{"gi-language":["default"]}},{"url":"Vala.html#changing-c-header-and-vapi-names","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Building libraries","Changing C header and VAPI names"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/empty b/assets/js/search/empty index 951ccc830..c1bb7b9f9 100644 --- a/assets/js/search/empty +++ b/assets/js/search/empty @@ -1 +1 @@ -urls_downloaded_cb({"token":"empty","urls":[{"url":"ARM-performance-test.html#measurements","node_type":"p","page":"Arm performance test","sections":["Arm performance test","Measurements"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#arrays","node_type":"p","page":"Build options","sections":["Build options","Build option types","Arrays"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#strings","node_type":"p","page":"Build options","sections":["Build options","Build option types","Strings"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#directories","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Directories"],"context":{"gi-language":["default"]}},{"url":"Code-formatting.html#clangformat","node_type":"p","page":"clang-format","sections":["clang-format"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#matrix","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","matrix"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#building-and-installing","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Building and installing"],"context":{"gi-language":["default"]}},{"url":"D.html#using-embedded-unittests","node_type":"p","page":"D","sections":["Compiling D applications","Using embedded unittests"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-does-building-my-project-with-msvc-output-static-libraries-called-libfooa","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why does building my project with MSVC output static libraries called libfoo.a?"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#using-generator","node_type":"p","page":"Generating sources","sections":["Generating sources","Using generator()"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#set-up-the-build-directory","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Set up the build directory"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#scanning-for-dependencies-with-scandependencies","node_type":"p","page":"IDE integration","sections":["IDE integration","The dependencies section","Scanning for dependencies with --scan-dependencies\n"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#using-targets-without-a-build-directory","node_type":"ul","page":"IDE integration","sections":["IDE integration","The targets section","Using --targets without a build directory"],"context":{"gi-language":["default"]}},{"url":"Installing.html#custom-install-script","node_type":"p","page":"Installing","sections":["Installing","Custom install script"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#generate_native_header","node_type":"ul","page":"Java Module","sections":["Java Module","Functions","generate_native_header()"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#generate_native_headers","node_type":"ul","page":"Java Module","sections":["Java Module","Functions","generate_native_headers()"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#native_headers","node_type":"ul","page":"Java Module","sections":["Java Module","Functions","native_headers()"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#compile_resources","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","compile_resources"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#compile_resources","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","compile_resources"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#compile_resources","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","compile_resources"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strsplitlines","node_type":"p","page":"str","sections":["String (str)","String methods","str.splitlines()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strsubstring","node_type":"p","page":"str","sections":["String (str)","String methods","str.substring()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments13","node_type":"table","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments17","node_type":"table","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments22","node_type":"table","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments42","node_type":"table","page":"Functions","sections":["Functions","run_command()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments54","node_type":"table","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configuration_data","node_type":"p","page":"Functions","sections":["Functions","configuration_data()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_install","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_install_dir","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_fallback","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#environment","node_type":"p","page":"Functions","sections":["Functions","environment()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_version","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_emptydir","node_type":"p","page":"Functions","sections":["Functions","install_emptydir()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_subdir","node_type":"p","page":"Functions","sections":["Functions","install_subdir()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library","node_type":"p","page":"Functions","sections":["Functions","library()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_command_capture","node_type":"p","page":"Functions","sections":["Functions","run_command()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag_install","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerfirst_supported_argument","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.first_supported_argument()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerfirst_supported_link_argument","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.first_supported_link_argument()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_define","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#project-templates","node_type":"p","page":"Release 0.45","sections":["New features","Project templates"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#array-options-treat-dopt-and-dopt-as-equivalent","node_type":"p","page":"Release 0.47","sections":["New features","Array options treat -Dopt= and -Dopt=[] as equivalent"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#fix-ninja-console-log-from-generators-with-multiple-output-nodes","node_type":"p","page":"Release 0.50.0","sections":["New features","Fix ninja console log from generators with multiple output nodes"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-targets-can-now-be-used-without-configured-build-directory","node_type":"ul","page":"Release 0.50.0","sections":["New features","\nintrospect --targets can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#version-check-in-find_program","node_type":"p","page":"Release 0.52.0","sections":["New features","Version check in find_program()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#clangformat-include-and-ignore-lists","node_type":"p","page":"Release 0.58.0","sections":["New features","clang-format include and ignore lists"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#allow-reconfigure-and-wipe-of-empty-builddir","node_type":"h2","page":"Release 1.1.0","sections":["New features","Allow --reconfigure and --wipe of empty builddir"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#compilers-now-have-a-has_define-method","node_type":"p","page":"Release 1.3.0","sections":["New features","Compilers now have a has_define method"],"context":{"gi-language":["default"]}},{"url":"Simple-comparison.html#a-simple-comparison","node_type":"p","page":"A simple comparison","sections":["A simple comparison"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"empty","urls":[{"url":"ARM-performance-test.html#measurements","node_type":"p","page":"Arm performance test","sections":["Arm performance test","Measurements"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#arrays","node_type":"p","page":"Build options","sections":["Build options","Build option types","Arrays"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#strings","node_type":"p","page":"Build options","sections":["Build options","Build option types","Strings"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"ul","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#directories","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Directories"],"context":{"gi-language":["default"]}},{"url":"Code-formatting.html#clangformat","node_type":"p","page":"clang-format","sections":["clang-format"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#matrix","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","matrix"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#building-and-installing","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Building and installing"],"context":{"gi-language":["default"]}},{"url":"D.html#using-embedded-unittests","node_type":"p","page":"D","sections":["Compiling D applications","Using embedded unittests"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-does-building-my-project-with-msvc-output-static-libraries-called-libfooa","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why does building my project with MSVC output static libraries called libfoo.a?"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#using-generator","node_type":"p","page":"Generating sources","sections":["Generating sources","Using generator()"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#set-up-the-build-directory","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Set up the build directory"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#scanning-for-dependencies-with-scandependencies","node_type":"p","page":"IDE integration","sections":["IDE integration","The dependencies section","Scanning for dependencies with --scan-dependencies\n"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#using-targets-without-a-build-directory","node_type":"ul","page":"IDE integration","sections":["IDE integration","The targets section","Using --targets without a build directory"],"context":{"gi-language":["default"]}},{"url":"Installing.html#custom-install-script","node_type":"p","page":"Installing","sections":["Installing","Custom install script"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#generate_native_header","node_type":"ul","page":"Java Module","sections":["Java Module","Functions","generate_native_header()"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#generate_native_headers","node_type":"ul","page":"Java Module","sections":["Java Module","Functions","generate_native_headers()"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#native_headers","node_type":"ul","page":"Java Module","sections":["Java Module","Functions","native_headers()"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#compile_resources","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","compile_resources"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#compile_resources","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","compile_resources"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#compile_resources","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","compile_resources"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strsplitlines","node_type":"p","page":"str","sections":["String (str)","String methods","str.splitlines()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strsubstring","node_type":"p","page":"str","sections":["String (str)","String methods","str.substring()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments13","node_type":"table","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments17","node_type":"table","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments22","node_type":"table","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments42","node_type":"table","page":"Functions","sections":["Functions","run_command()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments54","node_type":"table","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configuration_data","node_type":"p","page":"Functions","sections":["Functions","configuration_data()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_install","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_install_dir","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_fallback","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#environment","node_type":"p","page":"Functions","sections":["Functions","environment()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_version","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_emptydir","node_type":"p","page":"Functions","sections":["Functions","install_emptydir()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_subdir","node_type":"p","page":"Functions","sections":["Functions","install_subdir()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library","node_type":"p","page":"Functions","sections":["Functions","library()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_command_capture","node_type":"p","page":"Functions","sections":["Functions","run_command()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag_install","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerfirst_supported_argument","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.first_supported_argument()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerfirst_supported_link_argument","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.first_supported_link_argument()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_define","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#project-templates","node_type":"p","page":"Release 0.45","sections":["New features","Project templates"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#array-options-treat-dopt-and-dopt-as-equivalent","node_type":"p","page":"Release 0.47","sections":["New features","Array options treat -Dopt= and -Dopt=[] as equivalent"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#fix-ninja-console-log-from-generators-with-multiple-output-nodes","node_type":"p","page":"Release 0.50.0","sections":["New features","Fix ninja console log from generators with multiple output nodes"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-targets-can-now-be-used-without-configured-build-directory","node_type":"ul","page":"Release 0.50.0","sections":["New features","\nintrospect --targets can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#version-check-in-find_program","node_type":"p","page":"Release 0.52.0","sections":["New features","Version check in find_program()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#clangformat-include-and-ignore-lists","node_type":"p","page":"Release 0.58.0","sections":["New features","clang-format include and ignore lists"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#allow-reconfigure-and-wipe-of-empty-builddir","node_type":"h2","page":"Release 1.1.0","sections":["New features","Allow --reconfigure and --wipe of empty builddir"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#compilers-now-have-a-has_define-method","node_type":"p","page":"Release 1.3.0","sections":["New features","Compilers now have a has_define method"],"context":{"gi-language":["default"]}},{"url":"Simple-comparison.html#a-simple-comparison","node_type":"p","page":"A simple comparison","sections":["A simple comparison"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/enumerated b/assets/js/search/enumerated index 842956413..8a3b9954f 100644 --- a/assets/js/search/enumerated +++ b/assets/js/search/enumerated @@ -1 +1 @@ -urls_downloaded_cb({"token":"enumerated","urls":[{"url":"Cuda-module.html#importing-the-module","node_type":"p","page":"Unstable CUDA Module","sections":["Unstable CUDA Module","Importing the module"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#nvcc_arch_flags","node_type":"p","page":"Unstable CUDA Module","sections":["Unstable CUDA Module","Functions","nvcc_arch_flags()"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"enumerated","urls":[{"url":"Cuda-module.html#importing-the-module","node_type":"p","page":"Unstable CUDA Module","sections":["Unstable CUDA Module","Importing the module"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#nvcc_arch_flags","node_type":"p","page":"Unstable CUDA Module","sections":["Unstable CUDA Module","Functions","nvcc_arch_flags()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/example b/assets/js/search/example index 2bd9bae95..6de85ca28 100644 --- a/assets/js/search/example +++ b/assets/js/search/example @@ -1 +1 @@ -urls_downloaded_cb({"token":"example","urls":[{"url":"Adding-arguments.html#global-arguments","node_type":"p","page":"Adding arguments","sections":["Adding arguments","Global arguments"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#choosing-the-wrap-name","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","Choosing the wrap name"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#creating-the-wrap-contents","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","How to contribute a new wrap","Creating the wrap contents"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#build-options","node_type":"p","page":"Build options","sections":["Build options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#using-build-options","node_type":"p","page":"Build options","sections":["Build options","Using build options"],"context":{"gi-language":["default"]}},{"url":"Build-system-converters.html#build-system-converters","node_type":"p","page":"Build system converters","sections":["Build system converters"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#libraries-and-executables","node_type":"p","page":"Build targets","sections":["Build targets","Libraries and executables"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#object-files","node_type":"p","page":"Build targets","sections":["Build targets","Object files"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#compiler-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Compiler options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-buildtype","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for buildtype\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#pkgconfig-module","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options","Pkgconfig module"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#specifying-options-per-machine","node_type":"p","page":"Built-in options","sections":["Built-in options","Specifying options per machine"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#specifying-options-per-subproject","node_type":"p","page":"Built-in options","sections":["Built-in options","Specifying options per subproject"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-subprojects","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmakeconfigure_package_config_file","node_type":"p","page":"CMake module","sections":["CMake module","CMake configuration files","cmake.configure_package_config_file()"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmakewrite_basic_package_version_file","node_type":"p","page":"CMake module","sections":["CMake module","CMake configuration files","cmake.write_basic_package_version_file()"],"context":{"gi-language":["default"]}},{"url":"Code-formatting.html#clangformat","node_type":"p","page":"clang-format","sections":["clang-format"],"context":{"gi-language":["default"]}},{"url":"Commands.html#devenv","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","devenv"],"context":{"gi-language":["default"]}},{"url":"Commands.html#test","node_type":"p","page":"Command-line commands","sections":["Command-line commands","test"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#compile-and-run-test-application","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Compile and run test application"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-a-function-exist","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does a function exist?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-code-compile","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does code compile?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#type-alignment","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Type alignment"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#a-full-example","node_type":"h1","page":"Configuration","sections":["A full example"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#using-dictionaries","node_type":"p","page":"Configuration","sections":["Configuration","Using dictionaries"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#configuring-a-build-directory","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#per-project-subproject-options-rewrite-since-18","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory","Per project subproject options rewrite (Since 1.8)"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#github-actions","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","GitHub Actions"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#qt","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","AppVeyor for Windows","Qt"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#travis-without-docker","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","Travis without Docker"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#configuring-project-tests","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#matrix","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","matrix"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#no-lingering-state","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","No lingering state"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#project-tests","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Project tests"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#special-procedure-for-new-features","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Special procedure for new features"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#adding-dependencies","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Adding dependencies"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#building-and-installing","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Building and installing"],"context":{"gi-language":["default"]}},{"url":"Creating-OSX-packages.html#external-libraries","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages","Creating an app bundle","External libraries"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#cement-a-version-obtained-from-vcs","node_type":"p","page":"Creating releases","sections":["Creating releases","Cement a version obtained from VCS"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#release-a-subproject-separately","node_type":"p","page":"Creating releases","sections":["Creating releases","Release a subproject separately"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#skip-build-and-test-with-notests","node_type":"p","page":"Creating releases","sections":["Creating releases","Skip build and test with --no-tests\n"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#cross-compilation","node_type":"p","page":"Cross compilation","sections":["Cross compilation"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#cross-file-locations","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Cross file locations"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#custom-data","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Custom data"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#properties","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Properties"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#using-a-custom-standard-library","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Using a custom standard library"],"context":{"gi-language":["default"]}},{"url":"D.html#compiling-d-libraries-and-installing-them","node_type":"p","page":"D","sections":["Compiling D libraries and installing them"],"context":{"gi-language":["default"]}},{"url":"D.html#using-embedded-unittests","node_type":"p","page":"D","sections":["Compiling D applications","Using embedded unittests"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#builtin","node_type":"p","page":"Dependencies","sections":["Dependency detection method","Builtin"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependencies-that-provide-resource-files","node_type":"p","page":"Dependencies","sections":["Arbitrary variables from dependencies that can be found multiple ways","Dependencies that provide resource files"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dia-sdk","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","DIA SDK"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#example","node_type":"h3","page":"Dependencies","sections":["Dependencies with custom lookup functionality","WxWidgets","Example"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#qt","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Qt"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#2-must-do-the-right-thing-by-default","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","2. Must do the right thing by default"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#7-must-provide-easy-to-use-support-for-modern-sw-development-features","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","7. Must provide easy to use support for modern sw development features"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#overview-of-the-solution","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Overview of the solution"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#this-is-the-original-design-rationale-for-meson-the-syntax-it-describes-does-not-match-the-released-version","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version"],"context":{"gi-language":["default"]}},{"url":"Disabler.html#disabling-parts-of-the-build","node_type":"p","page":"Disabling parts of the build","sections":["Disabling parts of the build"],"context":{"gi-language":["default"]}},{"url":"Dlang-module.html#generate_dub_file","node_type":"p","page":"Dlang module","sections":["Dlang module","Usage","generate_dub_file()"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#add_project","node_type":"ul","page":"External Project module","sections":["External Project module","Functions","add_project()"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#example-mesonbuild-file-for-a-subproject","node_type":"h2","page":"External Project module","sections":["External Project module","Example meson.build file for a subproject"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#does-wrap-download-sources-behind-my-back","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Does wrap download sources behind my back?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-do-the-equivalent-of-libtools-exportsymbol-and-exportregex","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I do the equivalent of Libtools export-symbol and export-regex?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-tell-meson-that-my-sources-use-generated-headers","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I tell Meson that my sources use generated headers?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#should-i-use-subdir-or-subproject","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Should I use subdir or subproject?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-doesnt-meson-have-user-defined-functionsmacros","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why doesn't meson have user defined functions/macros?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-implemented-in-python-rather-than-programming-language-x","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson implemented in Python rather than [programming language X]?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-not-just-a-python-module-so-i-could-code-my-build-setup-in-python","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson not just a Python module so I could code my build setup in Python?"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#is_samepath","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","File Parameters","is_samepath"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#generating-sources","node_type":"p","page":"Generating sources","sections":["Generating sources"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomecompile_resources","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.compile_resources()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomecompile_schemas","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.compile_schemas()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegdbus_codegen","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.gdbus_codegen()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomemkenums_simple","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.mkenums_simple()"],"context":{"gi-language":["default"]}},{"url":"Hotdoc-module.html#example","node_type":"h3","page":"Hotdoc module","sections":["Hotdoc module","Usage","Example"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ide-integration","node_type":"p","page":"IDE integration","sections":["IDE integration"],"context":{"gi-language":["default"]}},{"url":"Installing.html#custom-install-behaviour","node_type":"p","page":"Installing","sections":["Installing","Custom install behaviour"],"context":{"gi-language":["default"]}},{"url":"Installing.html#custom-install-script","node_type":"p","page":"Installing","sections":["Installing","Custom install script"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#generate_native_headers","node_type":"p","page":"Java Module","sections":["Java Module","Functions","generate_native_headers()"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#native_headers","node_type":"p","page":"Java Module","sections":["Java Module","Functions","native_headers()"],"context":{"gi-language":["default"]}},{"url":"Java.html#compiling-java-applications","node_type":"ul","page":"Java","sections":["Compiling Java applications"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#binaries","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Binaries"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#constants","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","constants"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#loading-multiple-machine-files","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Loading multiple machine files"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#paths-and-directories","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Paths and Directories"],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#the-definition-of-build-system-mixing","node_type":"p","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory","The definition of \"build system mixing\""],"context":{"gi-language":["default"]}},{"url":"Overview.html#overview","node_type":"p","page":"Overview","sections":["Overview"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#pkggenerate","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","pkg.generate()"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#gettext","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Makefile.am","gettext"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#porting-from-autotools","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#using-precompiled-headers-with-gcc-and-derivatives","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Using precompiled headers with GCC and derivatives"],"context":{"gi-language":["default"]}},{"url":"Project-templates.html#project-templates","node_type":"p","page":"Project templates","sections":["Project templates"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#extension_module","node_type":"ul","page":"Python module","sections":["Python module","\npython_installation object","Methods","extension_module()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#get_install_dir","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","get_install_dir()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#get_path","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","get_path()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#get_variable","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","get_variable()"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#example","node_type":"h2","page":"Qt4 module","sections":["Qt4 module","Example"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#example","node_type":"h2","page":"Qt5 module","sections":["Qt5 module","Example"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#example","node_type":"h2","page":"Qt6 module","sections":["Qt6 module","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_devenv","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_devenv()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_dist_script","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_dist_script()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesoncan_run_host_binaries","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.can_run_host_binaries()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example","node_type":"h4","page":"str","sections":["String (str)","String methods","str.contains()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example1","node_type":"h4","page":"str","sections":["String (str)","String methods","str.endswith()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example10","node_type":"h4","page":"str","sections":["String (str)","String methods","str.to_int()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example11","node_type":"h4","page":"str","sections":["String (str)","String methods","str.to_lower()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example12","node_type":"h4","page":"str","sections":["String (str)","String methods","str.to_upper()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example13","node_type":"h4","page":"str","sections":["String (str)","String methods","str.underscorify()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example14","node_type":"h4","page":"str","sections":["String (str)","String methods","str.version_compare()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example2","node_type":"h4","page":"str","sections":["String (str)","String methods","str.format()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example3","node_type":"h4","page":"str","sections":["String (str)","String methods","str.join()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example4","node_type":"h4","page":"str","sections":["String (str)","String methods","str.replace()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example5","node_type":"h4","page":"str","sections":["String (str)","String methods","str.split()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example6","node_type":"h4","page":"str","sections":["String (str)","String methods","str.splitlines()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example7","node_type":"h4","page":"str","sections":["String (str)","String methods","str.startswith()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example8","node_type":"h4","page":"str","sections":["String (str)","String methods","str.strip()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example9","node_type":"h4","page":"str","sections":["String (str)","String methods","str.substring()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strjoin","node_type":"p","page":"str","sections":["String (str)","String methods","str.join()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strsubstring","node_type":"p","page":"str","sections":["String (str)","String methods","str.substring()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_test_setup","node_type":"p","page":"Functions","sections":["Functions","add_test_setup()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments14","node_type":"table","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments23","node_type":"table","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments28","node_type":"table","page":"Functions","sections":["Functions","install_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments31","node_type":"table","page":"Functions","sections":["Functions","install_man()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments43","node_type":"table","page":"Functions","sections":["Functions","run_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments50","node_type":"table","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_install_dir","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_soversion","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_install_dir","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_soversion","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target","node_type":"p","page":"Functions","sections":["Functions","custom_target()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_depfile","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_install_dir","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example","node_type":"h3","page":"Functions","sections":["Functions","add_languages()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example1","node_type":"h3","page":"Functions","sections":["Functions","files()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example2","node_type":"h3","page":"Functions","sections":["Functions","import()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example3","node_type":"h3","page":"Functions","sections":["Functions","include_directories()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example4","node_type":"h3","page":"Functions","sections":["Functions","install_headers()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example5","node_type":"h3","page":"Functions","sections":["Functions","install_subdir()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example6","node_type":"h3","page":"Functions","sections":["Functions","range()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example7","node_type":"h3","page":"Functions","sections":["Functions","subdir_done()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example8","node_type":"h3","page":"Functions","sections":["Functions","summary()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_install_dir","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#generator_depfile","node_type":"p","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#import","node_type":"p","page":"Functions","sections":["Functions","import()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_data_install_mode","node_type":"p","page":"Functions","sections":["Functions","install_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_headers","node_type":"p","page":"Functions","sections":["Functions","install_headers()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_man_locale","node_type":"p","page":"Functions","sections":["Functions","install_man()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_install_dir","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#join_paths","node_type":"p","page":"Functions","sections":["Functions","join_paths()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_install_dir","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_soversion","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project","node_type":"p","page":"Functions","sections":["Functions","project()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_default_options","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_target_depends","node_type":"p","page":"Functions","sections":["Functions","run_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_install_dir","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_soversion","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_install_dir","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_install_dir","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject","node_type":"ul","page":"Functions","sections":["Functions","subproject()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject_version","node_type":"p","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#summary","node_type":"p","page":"Functions","sections":["Functions","summary()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilercompute_int","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_id","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_id()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_linker_id","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_linker_id()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerpreprocess","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.preprocess()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depas_link_whole","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.as_link_whole()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depversion","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.version()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_env.html#example","node_type":"h2","page":"Environment","sections":["Environment (env)","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_external_program.html#external_programfull_path","node_type":"p","page":"External program","sections":["External program (external_program)","External program methods","external_program.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_external_program.html#external_programpath","node_type":"p","page":"External program","sections":["External program (external_program)","External program methods","external_program.path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_external_program.html#external_programversion","node_type":"p","page":"External program","sections":["External program (external_program)","External program methods","external_program.version()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#example","node_type":"h4","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.disable_auto_if()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#example1","node_type":"h4","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.disable_if()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#example2","node_type":"h4","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.enable_if()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#example3","node_type":"h4","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.require()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_generator.html#generatorprocess","node_type":"p","page":"Generator object","sections":["Generator object (generator)","Generator object methods","generator.process()"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#cpu-families","node_type":"p","page":"Reference tables","sections":["Reference tables","CPU families"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#environment-variables-per-machine","node_type":"p","page":"Reference tables","sections":["Reference tables","Environment variables per machine"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#mesonrewriter","node_type":"p","page":"Release 0.37","sections":["New features","Mesonrewriter"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#mesontest","node_type":"p","page":"Release 0.37","sections":["New features","Mesontest"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#new-compiler-function-symbols_have_underscore_prefix","node_type":"p","page":"Release 0.37","sections":["New features","New compiler function symbols_have_underscore_prefix\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#can-specify-file-permissions-and-owner-when-installing-data","node_type":"p","page":"Release 0.38","sections":["Can specify file permissions and owner when installing data"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#support-for-arbitrary-test-setups","node_type":"p","page":"Release 0.38","sections":["Support for arbitrary test setups"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#can-specify-method-of-obtaining-dependencies","node_type":"p","page":"Release 0.40","sections":["New features","Can specify method of obtaining dependencies"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#compute_int-method-in-the-compiler-objects","node_type":"p","page":"Release 0.40","sections":["New features","\ncompute_int method in the compiler objects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#overriding-options-per-target","node_type":"p","page":"Release 0.40","sections":["New features","Overriding options per target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#crossconfig-property-for-overriding-whether-an-exe-wrapper-is-needed","node_type":"p","page":"Release 0.41","sections":["New features","Cross-config property for overriding whether an exe wrapper is needed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#can-override-executables-in-the-cross-file","node_type":"p","page":"Release 0.43","sections":["Can override executables in the cross file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#generator-learned-capture","node_type":"p","page":"Release 0.43","sections":["Generator learned capture"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#added-disabler-object","node_type":"p","page":"Release 0.44","sections":["New features","Added disabler object"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#added-warning-function","node_type":"p","page":"Release 0.44","sections":["New features","Added warning function"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#get_unquoted-method-for-the-configuration-data-object","node_type":"p","page":"Release 0.44","sections":["New features","\nget_unquoted() method for the configuration data object"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#experimental-fpga-support","node_type":"p","page":"Release 0.45","sections":["New features","Experimental FPGA support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#rust-crosscompilation","node_type":"p","page":"Release 0.45","sections":["New features","Rust cross-compilation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#added-new-partial_dependency-method-to-dependencies-and-libraries","node_type":"p","page":"Release 0.46","sections":["New features","Added new partial_dependency method to dependencies and libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#autogeneration-of-simple-mesonbuild-files","node_type":"p","page":"Release 0.46","sections":["New features","Autogeneration of simple meson.build files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#relaxing-of-target-name-requirements","node_type":"p","page":"Release 0.46","sections":["New features","Relaxing of target name requirements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#string-escape-character-sequence-update","node_type":"p","page":"Release 0.46","sections":["New features","String escape character sequence update"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#concatenate-string-literals-returned-from-get_define","node_type":"p","page":"Release 0.47","sections":["New features","Concatenate string literals returned from get_define()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#feature-detection-based-on-meson_version-in-project","node_type":"p","page":"Release 0.47","sections":["New features","Feature detection based on meson_version: in project()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#made-install-a-top-level-meson-command","node_type":"p","page":"Release 0.47","sections":["New features","Made 'install' a top level Meson command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-builtin-object-type-dictionary","node_type":"p","page":"Release 0.47","sections":["New features","New built-in object type: dictionary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-keyword-argument-output_format-for-configure_file","node_type":"p","page":"Release 0.47","sections":["New features","New keyword argument output_format: for configure_file()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-options-to-gnomegdbus_codegen","node_type":"p","page":"Release 0.47","sections":["New features","New options to gnome.gdbus_codegen()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#dist-scripts","node_type":"p","page":"Release 0.48","sections":["New features","Dist scripts"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#meson-warns-if-two-calls-to-configure_file-write-to-the-same-file","node_type":"p","page":"Release 0.48","sections":["New features","Meson warns if two calls to configure_file() write to the same file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#toggles-for-build-type-optimization-and-vcrt-type","node_type":"p","page":"Release 0.48","sections":["New features","Toggles for build type, optimization and vcrt type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#version-comparison","node_type":"p","page":"Release 0.48","sections":["New features","Version comparison"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#can-specify-keyword-arguments-with-a-dictionary","node_type":"p","page":"Release 0.49","sections":["New features","Can specify keyword arguments with a dictionary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#deprecation-warning-in-pkgconfig-generator","node_type":"p","page":"Release 0.49","sections":["New features","Deprecation warning in pkg-config generator"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#introspect-projectinfo-can-now-be-used-without-configured-build-directory","node_type":"p","page":"Release 0.49","sections":["New features","\nintrospect --projectinfo can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#native-config-files","node_type":"p","page":"Release 0.49","sections":["New features","Native config files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-keyword-argument-is_default-to-add_test_setup","node_type":"p","page":"Release 0.49","sections":["New features","New keyword argument is_default to add_test_setup()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#fortran-submodule-support","node_type":"p","page":"Release 0.50.0","sections":["New features","Fortran submodule support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#add-new-meson-subprojects-foreach-command","node_type":"p","page":"Release 0.51.0","sections":["New features","Add new meson subprojects foreach command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#cmake-subprojects","node_type":"p","page":"Release 0.51.0","sections":["New features","CMake subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#new-target-keyword-argument-link_language","node_type":"p","page":"Release 0.51.0","sections":["New features","New target keyword argument: link_language\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#improved-support-for-static-libraries","node_type":"ul","page":"Release 0.52.0","sections":["New features","Improved support for static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#add-a-new-summary-function","node_type":"p","page":"Release 0.53.0","sections":["New features","Add a new summary() function"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#search-directories-for-find_program","node_type":"p","page":"Release 0.53.0","sections":["New features","Search directories for find_program()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#dependency-consistency","node_type":"p","page":"Release 0.54.0","sections":["New features","\ndependency() consistency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#override-dependency","node_type":"p","page":"Release 0.54.0","sections":["New features","Override dependency()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#per-subproject-default_library-and-werror-options","node_type":"p","page":"Release 0.54.0","sections":["New features","Per subproject default_library and werror options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#added-ability-to-specify-targets-in-meson-compile","node_type":"p","page":"Release 0.55.0","sections":["New features","Added ability to specify targets in meson compile\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#fatal-warnings-in-gnomegenerate_gir","node_type":"p","page":"Release 0.55.0","sections":["New features","Fatal warnings in gnome.generate_gir()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#force-fallback-for","node_type":"p","page":"Release 0.55.0","sections":["New features","Force fallback for"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#local-wrap-patch-directory","node_type":"p","page":"Release 0.55.0","sections":["New features","Local wrap patch directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#meson-dist-notests","node_type":"p","page":"Release 0.55.0","sections":["New features","meson dist --no-tests"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#test-scripts-are-given-the-exe-wrapper-if-needed","node_type":"p","page":"Release 0.55.0","sections":["New features","Test scripts are given the exe wrapper if needed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#depas_link_whole","node_type":"p","page":"Release 0.56.0","sections":["New features","dep.as_link_whole()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-subprojects-command","node_type":"p","page":"Release 0.56.0","sections":["New features","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#preliminary-aix-support","node_type":"p","page":"Release 0.56.0","sections":["New features","Preliminary AIX support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#unstablekeyval-is-now-stable-keyval","node_type":"p","page":"Release 0.56.0","sections":["New features","\nunstable-keyval is now stable keyval\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#buildtype-remains-even-if-dependent-options-are-changed","node_type":"p","page":"Release 0.57.0","sections":["New features","Buildtype remains even if dependent options are changed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#meson-test-only-rebuilds-test-dependencies","node_type":"p","page":"Release 0.57.0","sections":["New features","\nmeson test only rebuilds test dependencies"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#packaging-a-subproject","node_type":"p","page":"Release 0.57.0","sections":["New features","Packaging a subproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#clangformat-include-and-ignore-lists","node_type":"p","page":"Release 0.58.0","sections":["New features","clang-format include and ignore lists"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#developer-environment","node_type":"ul","page":"Release 0.58.0","sections":["New features","Developer environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#install_emptydir-function","node_type":"p","page":"Release 0.60.0","sections":["New features","install_emptydir function"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#link-tests-can-use-sources-for-a-different-compiler","node_type":"p","page":"Release 0.60.0","sections":["New features","Link tests can use sources for a different compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#new-custom-dependency-for-iconv","node_type":"p","page":"Release 0.60.0","sections":["New features","New custom dependency for iconv"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#override-python-installation-paths","node_type":"p","page":"Release 0.60.0","sections":["New features","Override python installation paths"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#run_target-can-now-be-used-as-a-dependency","node_type":"p","page":"Release 0.60.0","sections":["New features","\nrun_target can now be used as a dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#static-keyword-argument-to-mesonoverride_dependency","node_type":"p","page":"Release 0.60.0","sections":["New features","\nstatic keyword argument to meson.override_dependency()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#the-qt-modules-now-accept-generated-outputs-as-inputs-for-qtcompile_","node_type":"p","page":"Release 0.60.0","sections":["New features","The qt modules now accept generated outputs as inputs for qt.compile_*"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#visual-studio-2022-backend","node_type":"p","page":"Release 0.61.0","sections":["New features","Visual Studio 2022 backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#experimental-command-to-convert-environments-to-cross-files","node_type":"p","page":"Release 0.62.0","sections":["New features","Experimental command to convert environments to cross files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#i18nmerge_file-no-longer-arbitrarily-leaves-your-project-halfbuilt","node_type":"p","page":"Release 0.62.0","sections":["New features","i18n.merge_file no longer arbitrarily leaves your project half-built"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#new-custom-dependency-for-libdl","node_type":"p","page":"Release 0.62.0","sections":["New features","New custom dependency for libdl"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#pkgconfiggenerate-will-now-include-variables-for-builtin-directories-when-referenced","node_type":"p","page":"Release 0.62.0","sections":["New features","pkgconfig.generate will now include variables for builtin directories when referenced"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#added-preserve_path-arg-to-install_headers","node_type":"p","page":"Release 0.63.0","sections":["New features","Added preserve_path arg to install_headers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#compiler-options-can-be-set-per-subproject","node_type":"p","page":"Release 0.63.0","sections":["New features","Compiler options can be set per subproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#d-compiler-checks","node_type":"p","page":"Release 0.63.0","sections":["New features","D compiler checks"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#installed-pkgconfig-files-can-now-be-relocatable","node_type":"p","page":"Release 0.63.0","sections":["New features","Installed pkgconfig files can now be relocatable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#new-method-to-preprocess-source-files","node_type":"p","page":"Release 0.64.0","sections":["New features","New method to preprocess source files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#option-to-allow-meson-test-to-fail-fast-after-the-first-failing-testcase","node_type":"p","page":"Release 0.64.0","sections":["New features","Option to allow meson test to fail fast after the first failing testcase"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#developer-environment-improvements","node_type":"p","page":"Release 1.0.0","sections":["New features","Developer environment improvements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#add-a-featureoptionenable_if-and-disable_if","node_type":"p","page":"Release 1.1.0","sections":["New features","Add a FeatureOption.enable_if and .disable_if"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#allow-reconfigure-and-wipe-of-empty-builddir","node_type":"p","page":"Release 1.1.0","sections":["New features","Allow --reconfigure and --wipe of empty builddir"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#new-declare_dependencyobjects-argument","node_type":"p","page":"Release 1.1.0","sections":["New features","New declare_dependency(objects: ) argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#wildcards-in-list-of-tests-to-run","node_type":"p","page":"Release 1.2.0","sections":["New features","Wildcards in list of tests to run"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#c_std-and-cpp_std-options-now-accepts-a-list-of-values","node_type":"p","page":"Release 1.3.0","sections":["New features","\nc_std and cpp_std options now accepts a list of values"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#global_source_root-and-dirname-in-machine-files","node_type":"p","page":"Release 1.3.0","sections":["New features","\n@GLOBAL_SOURCE_ROOT@ and @DIRNAME@ in machine files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#pkgconfig-dependencies-can-now-get-a-variable-with-multiple-replacements","node_type":"p","page":"Release 1.3.0","sections":["New features","pkg-config dependencies can now get a variable with multiple replacements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#a-new-dependency-for-objfw-is-now-supported","node_type":"p","page":"Release 1.5.0","sections":["New features","A new dependency for ObjFW is now supported"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#cargo-dependencies-names-now-include-the-api-version","node_type":"ul","page":"Release 1.5.0","sections":["New features","Cargo dependencies names now include the API version"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#meson-configure-handles-changes-to-options-in-more-cases","node_type":"p","page":"Release 1.5.0","sections":["New features","Meson configure handles changes to options in more cases"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#new-version_argument-kwarg-for-find_program","node_type":"p","page":"Release 1.5.0","sections":["New features","New version_argument kwarg for find_program"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#support-for-texas-instruments-c6000-cc-compiler","node_type":"p","page":"Release 1.5.0","sections":["New features","Support for Texas Instruments C6000 C/C++ compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#the-meson-test-program-supports-a-new-maxlines-argument","node_type":"p","page":"Release 1.5.0","sections":["New features","The Meson test program supports a new \"--max-lines\" argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#new-builtin-option-for-default-both_libraries","node_type":"p","page":"Release 1.6.0","sections":["New features","New built-in option for default both_libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#tools-can-be-selected-when-calling-has_tools-on-the-qt-modules","node_type":"p","page":"Release 1.6.0","sections":["New features","Tools can be selected when calling has_tools() on the Qt modules"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#call-for-testing-for-next-release","node_type":"p","page":"Release 1.7.0","sections":["New features","Call for testing for next release"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#control-the-number-of-child-processes-with-an-environment-variable","node_type":"p","page":"Release 1.7.0","sections":["New features","Control the number of child processes with an environment variable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#test-targets-no-longer-built-by-default","node_type":"p","page":"Release 1.7.0","sections":["New features","Test targets no longer built by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#per-project-subproject-options-rewrite","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Per project subproject options rewrite"],"context":{"gi-language":["default"]}},{"url":"Reproducible-builds.html#reproducible-builds","node_type":"p","page":"Reproducible builds","sections":["Reproducible builds"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#adding-and-removing-sources","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the rewriter","Adding and removing sources"],"context":{"gi-language":["default"]}},{"url":"Run-targets.html#run-targets","node_type":"p","page":"Run targets","sections":["Run targets"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#configuring-the-build-directory","node_type":"p","page":"Running Meson","sections":["Running Meson","Configuring the build directory"],"context":{"gi-language":["default"]}},{"url":"Rust.html#avoid-using-extern-crate","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Avoid using extern crate\n"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#shipping-prebuilt-binaries-as-wraps","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#using-a-wrap-file","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps","Using a wrap file"],"context":{"gi-language":["default"]}},{"url":"Simd-module.html#usage","node_type":"p","page":"Unstable SIMD module","sections":["Unstable SIMD module","Usage"],"context":{"gi-language":["default"]}},{"url":"Simple-comparison.html#conclusions","node_type":"p","page":"A simple comparison","sections":["A simple comparison","Conclusions"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#add_all","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_set object","Methods","add_all()"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#apply","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_set object","Methods","apply()"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#source-set-module","node_type":"p","page":"Source set module","sections":["Source set module"],"context":{"gi-language":["default"]}},{"url":"Style-guide.html#naming-options","node_type":"p","page":"Style recommendations","sections":["Style recommendations","Naming options"],"context":{"gi-language":["default"]}},{"url":"Style-guide.html#sorting-source-paths","node_type":"p","page":"Style recommendations","sections":["Sorting source paths"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#a-simple-example","node_type":"h3","page":"Subprojects","sections":["Subprojects","Using a subproject","A simple example"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#a-subproject-example","node_type":"h2","page":"Subprojects","sections":["Subprojects","A subproject example"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#commandline-options","node_type":"ul","page":"Subprojects","sections":["Subprojects","Command-line options"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#execute-a-command-on-all-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Execute a command on all subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#toggling-between-system-libraries-and-embedded-sources","node_type":"p","page":"Subprojects","sections":["Subprojects","Using a subproject","Toggling between system libraries and embedded sources"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#update-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Update subprojects"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#foreach-with-a-dictionary","node_type":"p","page":"Syntax","sections":["Syntax","Foreach statements","Foreach with a dictionary"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#foreach-with-an-array","node_type":"p","page":"Syntax","sections":["Syntax","Foreach statements","Foreach with an array"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#function-calls","node_type":"p","page":"Syntax","sections":["Syntax","Function calls"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#variables","node_type":"p","page":"Syntax","sections":["Syntax","Variables"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#adding-dependencies","node_type":"p","page":"Tutorial","sections":["Tutorial","Adding dependencies"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#the-humble-beginning","node_type":"p","page":"Tutorial","sections":["Tutorial","The humble beginning"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#other-test-options","node_type":"p","page":"Unit tests","sections":["Unit tests","Testing tool","Other test options"],"context":{"gi-language":["default"]}},{"url":"Unity-builds.html#unity-builds","node_type":"p","page":"Unity builds","sections":["Unity builds"],"context":{"gi-language":["default"]}},{"url":"Users.html#list-of-projects-using-meson","node_type":"ul","page":"Users","sections":["List of projects using Meson"],"context":{"gi-language":["default"]}},{"url":"Using-multiple-build-directories.html#multiple-build-directories-for-the-same-source-tree","node_type":"p","page":"Using multiple build directories","sections":["Using multiple build directories","Multiple build directories for the same source tree"],"context":{"gi-language":["default"]}},{"url":"Using-multiple-build-directories.html#specialized-uses","node_type":"p","page":"Using multiple build directories","sections":["Using multiple build directories","Specialized uses"],"context":{"gi-language":["default"]}},{"url":"Using-the-WrapDB.html#using-the-wrapdb","node_type":"p","page":"Using the WrapDB","sections":["Using the WrapDB"],"context":{"gi-language":["default"]}},{"url":"Vala.html#adding-to-valas-search-path","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Adding to Vala's search path"],"context":{"gi-language":["default"]}},{"url":"Vala.html#changing-c-header-and-vapi-names","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Building libraries","Changing C header and VAPI names"],"context":{"gi-language":["default"]}},{"url":"Vala.html#libraries-without-pkgconfig-files","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Libraries without pkg-config files"],"context":{"gi-language":["default"]}},{"url":"Vala.html#targeting-a-version-of-glib","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Targeting a version of GLib"],"context":{"gi-language":["default"]}},{"url":"Vala.html#the-simplest-case","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","The simplest case"],"context":{"gi-language":["default"]}},{"url":"Vala.html#working-with-the-vala-preprocessor","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Working with the Vala Preprocessor"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#creating-and-compiling","node_type":"p","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects","Creating and compiling"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#avoid-exposing-compilable-source-files-in-declare_dependency","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Avoid exposing compilable source files in declare_dependency"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#cargo-wraps","node_type":"ul","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section","Cargo wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#cmake-wraps","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section","CMake wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#provide-section","node_type":"ul","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#wrap-format","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","wrap format"],"context":{"gi-language":["default"]}},{"url":"howtox.html#exclude-a-file-from-unity-builds","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Exclude a file from unity builds"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-clang-static-analyzer","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use Clang static analyzer"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-existing-findnamecmake-files","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use existing Find.cmake files"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"example","urls":[{"url":"Adding-arguments.html#global-arguments","node_type":"p","page":"Adding arguments","sections":["Adding arguments","Global arguments"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#choosing-the-wrap-name","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","Choosing the wrap name"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#creating-the-wrap-contents","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","How to contribute a new wrap","Creating the wrap contents"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#build-options","node_type":"p","page":"Build options","sections":["Build options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#using-build-options","node_type":"p","page":"Build options","sections":["Build options","Using build options"],"context":{"gi-language":["default"]}},{"url":"Build-system-converters.html#build-system-converters","node_type":"p","page":"Build system converters","sections":["Build system converters"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#libraries-and-executables","node_type":"p","page":"Build targets","sections":["Build targets","Libraries and executables"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#object-files","node_type":"p","page":"Build targets","sections":["Build targets","Object files"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#compiler-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Compiler options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-buildtype","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for buildtype\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#pkgconfig-module","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options","Pkgconfig module"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#specifying-options-per-machine","node_type":"p","page":"Built-in options","sections":["Built-in options","Specifying options per machine"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#specifying-options-per-subproject","node_type":"p","page":"Built-in options","sections":["Built-in options","Specifying options per subproject"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-subprojects","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmakeconfigure_package_config_file","node_type":"p","page":"CMake module","sections":["CMake module","CMake configuration files","cmake.configure_package_config_file()"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmakewrite_basic_package_version_file","node_type":"p","page":"CMake module","sections":["CMake module","CMake configuration files","cmake.write_basic_package_version_file()"],"context":{"gi-language":["default"]}},{"url":"Code-formatting.html#clangformat","node_type":"p","page":"clang-format","sections":["clang-format"],"context":{"gi-language":["default"]}},{"url":"Commands.html#devenv","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","devenv"],"context":{"gi-language":["default"]}},{"url":"Commands.html#test","node_type":"p","page":"Command-line commands","sections":["Command-line commands","test"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#compile-and-run-test-application","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Compile and run test application"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-a-function-exist","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does a function exist?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-code-compile","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does code compile?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#type-alignment","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Type alignment"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#a-full-example","node_type":"h1","page":"Configuration","sections":["A full example"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#using-dictionaries","node_type":"p","page":"Configuration","sections":["Configuration","Using dictionaries"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#configuring-a-build-directory","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#per-project-subproject-options-rewrite-since-18","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory","Per project subproject options rewrite (Since 1.8)"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#github-actions","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","GitHub Actions"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#qt","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","AppVeyor for Windows","Qt"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#travis-without-docker","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","Travis without Docker"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#configuring-project-tests","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#matrix","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","matrix"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#no-lingering-state","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","No lingering state"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#project-tests","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Project tests"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#special-procedure-for-new-features","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Special procedure for new features"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#adding-dependencies","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Adding dependencies"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#building-and-installing","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Building and installing"],"context":{"gi-language":["default"]}},{"url":"Creating-OSX-packages.html#external-libraries","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages","Creating an app bundle","External libraries"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#cement-a-version-obtained-from-vcs","node_type":"p","page":"Creating releases","sections":["Creating releases","Cement a version obtained from VCS"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#release-a-subproject-separately","node_type":"p","page":"Creating releases","sections":["Creating releases","Release a subproject separately"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#skip-build-and-test-with-notests","node_type":"p","page":"Creating releases","sections":["Creating releases","Skip build and test with --no-tests\n"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#cross-compilation","node_type":"p","page":"Cross compilation","sections":["Cross compilation"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#cross-file-locations","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Cross file locations"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#custom-data","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Custom data"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#properties","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Properties"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#using-a-custom-standard-library","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Using a custom standard library"],"context":{"gi-language":["default"]}},{"url":"D.html#compiling-d-libraries-and-installing-them","node_type":"p","page":"D","sections":["Compiling D libraries and installing them"],"context":{"gi-language":["default"]}},{"url":"D.html#using-embedded-unittests","node_type":"p","page":"D","sections":["Compiling D applications","Using embedded unittests"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#builtin","node_type":"p","page":"Dependencies","sections":["Dependency detection method","Builtin"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependencies-that-provide-resource-files","node_type":"p","page":"Dependencies","sections":["Arbitrary variables from dependencies that can be found multiple ways","Dependencies that provide resource files"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dia-sdk","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","DIA SDK"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#example","node_type":"h3","page":"Dependencies","sections":["Dependencies with custom lookup functionality","WxWidgets","Example"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#qt","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Qt"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#2-must-do-the-right-thing-by-default","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","2. Must do the right thing by default"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#7-must-provide-easy-to-use-support-for-modern-sw-development-features","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","7. Must provide easy to use support for modern sw development features"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#overview-of-the-solution","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Overview of the solution"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#this-is-the-original-design-rationale-for-meson-the-syntax-it-describes-does-not-match-the-released-version","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version"],"context":{"gi-language":["default"]}},{"url":"Disabler.html#disabling-parts-of-the-build","node_type":"p","page":"Disabling parts of the build","sections":["Disabling parts of the build"],"context":{"gi-language":["default"]}},{"url":"Dlang-module.html#generate_dub_file","node_type":"p","page":"Dlang module","sections":["Dlang module","Usage","generate_dub_file()"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#add_project","node_type":"ul","page":"External Project module","sections":["External Project module","Functions","add_project()"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#example-mesonbuild-file-for-a-subproject","node_type":"h2","page":"External Project module","sections":["External Project module","Example meson.build file for a subproject"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#does-wrap-download-sources-behind-my-back","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Does wrap download sources behind my back?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-do-the-equivalent-of-libtools-exportsymbol-and-exportregex","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I do the equivalent of Libtools export-symbol and export-regex?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-tell-meson-that-my-sources-use-generated-headers","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I tell Meson that my sources use generated headers?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#should-i-use-subdir-or-subproject","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Should I use subdir or subproject?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-doesnt-meson-have-user-defined-functionsmacros","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why doesn't meson have user defined functions/macros?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-implemented-in-python-rather-than-programming-language-x","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson implemented in Python rather than [programming language X]?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-not-just-a-python-module-so-i-could-code-my-build-setup-in-python","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson not just a Python module so I could code my build setup in Python?"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#is_samepath","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","File Parameters","is_samepath"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#generating-sources","node_type":"p","page":"Generating sources","sections":["Generating sources"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomecompile_resources","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.compile_resources()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomecompile_schemas","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.compile_schemas()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegdbus_codegen","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.gdbus_codegen()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomemkenums_simple","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.mkenums_simple()"],"context":{"gi-language":["default"]}},{"url":"Hotdoc-module.html#example","node_type":"h3","page":"Hotdoc module","sections":["Hotdoc module","Usage","Example"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ide-integration","node_type":"p","page":"IDE integration","sections":["IDE integration"],"context":{"gi-language":["default"]}},{"url":"Installing.html#custom-install-behaviour","node_type":"p","page":"Installing","sections":["Installing","Custom install behaviour"],"context":{"gi-language":["default"]}},{"url":"Installing.html#custom-install-script","node_type":"p","page":"Installing","sections":["Installing","Custom install script"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#generate_native_headers","node_type":"p","page":"Java Module","sections":["Java Module","Functions","generate_native_headers()"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#native_headers","node_type":"p","page":"Java Module","sections":["Java Module","Functions","native_headers()"],"context":{"gi-language":["default"]}},{"url":"Java.html#compiling-java-applications","node_type":"ul","page":"Java","sections":["Compiling Java applications"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#binaries","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Binaries"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#constants","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","constants"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#loading-multiple-machine-files","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Loading multiple machine files"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#paths-and-directories","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Paths and Directories"],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#the-definition-of-build-system-mixing","node_type":"p","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory","The definition of \"build system mixing\""],"context":{"gi-language":["default"]}},{"url":"Overview.html#overview","node_type":"p","page":"Overview","sections":["Overview"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#pkggenerate","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","pkg.generate()"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#gettext","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Makefile.am","gettext"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#porting-from-autotools","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#using-precompiled-headers-with-gcc-and-derivatives","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Using precompiled headers with GCC and derivatives"],"context":{"gi-language":["default"]}},{"url":"Project-templates.html#project-templates","node_type":"p","page":"Project templates","sections":["Project templates"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#extension_module","node_type":"ul","page":"Python module","sections":["Python module","\npython_installation object","Methods","extension_module()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#get_install_dir","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","get_install_dir()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#get_path","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","get_path()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#get_variable","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","get_variable()"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#example","node_type":"h2","page":"Qt4 module","sections":["Qt4 module","Example"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#example","node_type":"h2","page":"Qt5 module","sections":["Qt5 module","Example"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#example","node_type":"h2","page":"Qt6 module","sections":["Qt6 module","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_devenv","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_devenv()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_dist_script","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_dist_script()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesoncan_run_host_binaries","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.can_run_host_binaries()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example","node_type":"h4","page":"str","sections":["String (str)","String methods","str.contains()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example1","node_type":"h4","page":"str","sections":["String (str)","String methods","str.endswith()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example10","node_type":"h4","page":"str","sections":["String (str)","String methods","str.to_int()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example11","node_type":"h4","page":"str","sections":["String (str)","String methods","str.to_lower()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example12","node_type":"h4","page":"str","sections":["String (str)","String methods","str.to_upper()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example13","node_type":"h4","page":"str","sections":["String (str)","String methods","str.underscorify()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example14","node_type":"h4","page":"str","sections":["String (str)","String methods","str.version_compare()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example2","node_type":"h4","page":"str","sections":["String (str)","String methods","str.format()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example3","node_type":"h4","page":"str","sections":["String (str)","String methods","str.join()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example4","node_type":"h4","page":"str","sections":["String (str)","String methods","str.replace()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example5","node_type":"h4","page":"str","sections":["String (str)","String methods","str.split()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example6","node_type":"h4","page":"str","sections":["String (str)","String methods","str.splitlines()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example7","node_type":"h4","page":"str","sections":["String (str)","String methods","str.startswith()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example8","node_type":"h4","page":"str","sections":["String (str)","String methods","str.strip()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example9","node_type":"h4","page":"str","sections":["String (str)","String methods","str.substring()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strjoin","node_type":"p","page":"str","sections":["String (str)","String methods","str.join()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strsubstring","node_type":"p","page":"str","sections":["String (str)","String methods","str.substring()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_test_setup","node_type":"p","page":"Functions","sections":["Functions","add_test_setup()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments14","node_type":"table","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments23","node_type":"table","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments28","node_type":"table","page":"Functions","sections":["Functions","install_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments31","node_type":"table","page":"Functions","sections":["Functions","install_man()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments43","node_type":"table","page":"Functions","sections":["Functions","run_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments50","node_type":"table","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_install_dir","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_soversion","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_install_dir","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_soversion","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target","node_type":"p","page":"Functions","sections":["Functions","custom_target()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_depfile","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_install_dir","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example","node_type":"h3","page":"Functions","sections":["Functions","add_languages()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example1","node_type":"h3","page":"Functions","sections":["Functions","files()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example2","node_type":"h3","page":"Functions","sections":["Functions","import()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example3","node_type":"h3","page":"Functions","sections":["Functions","include_directories()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example4","node_type":"h3","page":"Functions","sections":["Functions","install_headers()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example5","node_type":"h3","page":"Functions","sections":["Functions","install_subdir()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example6","node_type":"h3","page":"Functions","sections":["Functions","range()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example7","node_type":"h3","page":"Functions","sections":["Functions","subdir_done()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example8","node_type":"h3","page":"Functions","sections":["Functions","summary()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_install_dir","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#generator_depfile","node_type":"p","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#import","node_type":"p","page":"Functions","sections":["Functions","import()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_data_install_mode","node_type":"p","page":"Functions","sections":["Functions","install_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_headers","node_type":"p","page":"Functions","sections":["Functions","install_headers()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_man_locale","node_type":"p","page":"Functions","sections":["Functions","install_man()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_install_dir","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#join_paths","node_type":"p","page":"Functions","sections":["Functions","join_paths()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_install_dir","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_soversion","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project","node_type":"p","page":"Functions","sections":["Functions","project()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_default_options","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_target_depends","node_type":"p","page":"Functions","sections":["Functions","run_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_install_dir","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_soversion","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_install_dir","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_install_dir","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject","node_type":"ul","page":"Functions","sections":["Functions","subproject()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject_version","node_type":"p","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#summary","node_type":"p","page":"Functions","sections":["Functions","summary()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilercompute_int","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_id","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_id()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_linker_id","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_linker_id()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerpreprocess","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.preprocess()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depas_link_whole","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.as_link_whole()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depversion","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.version()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_env.html#example","node_type":"h2","page":"Environment","sections":["Environment (env)","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_external_program.html#external_programfull_path","node_type":"p","page":"External program","sections":["External program (external_program)","External program methods","external_program.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_external_program.html#external_programpath","node_type":"p","page":"External program","sections":["External program (external_program)","External program methods","external_program.path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_external_program.html#external_programversion","node_type":"p","page":"External program","sections":["External program (external_program)","External program methods","external_program.version()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#example","node_type":"h4","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.disable_auto_if()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#example1","node_type":"h4","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.disable_if()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#example2","node_type":"h4","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.enable_if()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#example3","node_type":"h4","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.require()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_generator.html#generatorprocess","node_type":"p","page":"Generator object","sections":["Generator object (generator)","Generator object methods","generator.process()"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#cpu-families","node_type":"p","page":"Reference tables","sections":["Reference tables","CPU families"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#environment-variables-per-machine","node_type":"p","page":"Reference tables","sections":["Reference tables","Environment variables per machine"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#mesonrewriter","node_type":"p","page":"Release 0.37","sections":["New features","Mesonrewriter"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#mesontest","node_type":"p","page":"Release 0.37","sections":["New features","Mesontest"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#new-compiler-function-symbols_have_underscore_prefix","node_type":"p","page":"Release 0.37","sections":["New features","New compiler function symbols_have_underscore_prefix\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#can-specify-file-permissions-and-owner-when-installing-data","node_type":"p","page":"Release 0.38","sections":["Can specify file permissions and owner when installing data"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#support-for-arbitrary-test-setups","node_type":"p","page":"Release 0.38","sections":["Support for arbitrary test setups"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#can-specify-method-of-obtaining-dependencies","node_type":"p","page":"Release 0.40","sections":["New features","Can specify method of obtaining dependencies"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#compute_int-method-in-the-compiler-objects","node_type":"p","page":"Release 0.40","sections":["New features","\ncompute_int method in the compiler objects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#overriding-options-per-target","node_type":"p","page":"Release 0.40","sections":["New features","Overriding options per target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#crossconfig-property-for-overriding-whether-an-exe-wrapper-is-needed","node_type":"p","page":"Release 0.41","sections":["New features","Cross-config property for overriding whether an exe wrapper is needed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#can-override-executables-in-the-cross-file","node_type":"p","page":"Release 0.43","sections":["Can override executables in the cross file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#generator-learned-capture","node_type":"p","page":"Release 0.43","sections":["Generator learned capture"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#added-disabler-object","node_type":"p","page":"Release 0.44","sections":["New features","Added disabler object"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#added-warning-function","node_type":"p","page":"Release 0.44","sections":["New features","Added warning function"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#get_unquoted-method-for-the-configuration-data-object","node_type":"p","page":"Release 0.44","sections":["New features","\nget_unquoted() method for the configuration data object"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#experimental-fpga-support","node_type":"p","page":"Release 0.45","sections":["New features","Experimental FPGA support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#rust-crosscompilation","node_type":"p","page":"Release 0.45","sections":["New features","Rust cross-compilation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#added-new-partial_dependency-method-to-dependencies-and-libraries","node_type":"p","page":"Release 0.46","sections":["New features","Added new partial_dependency method to dependencies and libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#autogeneration-of-simple-mesonbuild-files","node_type":"p","page":"Release 0.46","sections":["New features","Autogeneration of simple meson.build files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#relaxing-of-target-name-requirements","node_type":"p","page":"Release 0.46","sections":["New features","Relaxing of target name requirements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#string-escape-character-sequence-update","node_type":"p","page":"Release 0.46","sections":["New features","String escape character sequence update"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#concatenate-string-literals-returned-from-get_define","node_type":"p","page":"Release 0.47","sections":["New features","Concatenate string literals returned from get_define()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#feature-detection-based-on-meson_version-in-project","node_type":"p","page":"Release 0.47","sections":["New features","Feature detection based on meson_version: in project()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#made-install-a-top-level-meson-command","node_type":"p","page":"Release 0.47","sections":["New features","Made 'install' a top level Meson command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-builtin-object-type-dictionary","node_type":"p","page":"Release 0.47","sections":["New features","New built-in object type: dictionary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-keyword-argument-output_format-for-configure_file","node_type":"p","page":"Release 0.47","sections":["New features","New keyword argument output_format: for configure_file()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-options-to-gnomegdbus_codegen","node_type":"p","page":"Release 0.47","sections":["New features","New options to gnome.gdbus_codegen()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#dist-scripts","node_type":"p","page":"Release 0.48","sections":["New features","Dist scripts"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#meson-warns-if-two-calls-to-configure_file-write-to-the-same-file","node_type":"p","page":"Release 0.48","sections":["New features","Meson warns if two calls to configure_file() write to the same file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#toggles-for-build-type-optimization-and-vcrt-type","node_type":"p","page":"Release 0.48","sections":["New features","Toggles for build type, optimization and vcrt type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#version-comparison","node_type":"p","page":"Release 0.48","sections":["New features","Version comparison"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#can-specify-keyword-arguments-with-a-dictionary","node_type":"p","page":"Release 0.49","sections":["New features","Can specify keyword arguments with a dictionary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#deprecation-warning-in-pkgconfig-generator","node_type":"p","page":"Release 0.49","sections":["New features","Deprecation warning in pkg-config generator"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#introspect-projectinfo-can-now-be-used-without-configured-build-directory","node_type":"p","page":"Release 0.49","sections":["New features","\nintrospect --projectinfo can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#native-config-files","node_type":"p","page":"Release 0.49","sections":["New features","Native config files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-keyword-argument-is_default-to-add_test_setup","node_type":"p","page":"Release 0.49","sections":["New features","New keyword argument is_default to add_test_setup()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#fortran-submodule-support","node_type":"p","page":"Release 0.50.0","sections":["New features","Fortran submodule support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#add-new-meson-subprojects-foreach-command","node_type":"p","page":"Release 0.51.0","sections":["New features","Add new meson subprojects foreach command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#cmake-subprojects","node_type":"p","page":"Release 0.51.0","sections":["New features","CMake subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#new-target-keyword-argument-link_language","node_type":"p","page":"Release 0.51.0","sections":["New features","New target keyword argument: link_language\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#improved-support-for-static-libraries","node_type":"ul","page":"Release 0.52.0","sections":["New features","Improved support for static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#add-a-new-summary-function","node_type":"p","page":"Release 0.53.0","sections":["New features","Add a new summary() function"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#search-directories-for-find_program","node_type":"p","page":"Release 0.53.0","sections":["New features","Search directories for find_program()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#dependency-consistency","node_type":"p","page":"Release 0.54.0","sections":["New features","\ndependency() consistency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#override-dependency","node_type":"p","page":"Release 0.54.0","sections":["New features","Override dependency()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#per-subproject-default_library-and-werror-options","node_type":"p","page":"Release 0.54.0","sections":["New features","Per subproject default_library and werror options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#added-ability-to-specify-targets-in-meson-compile","node_type":"p","page":"Release 0.55.0","sections":["New features","Added ability to specify targets in meson compile\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#fatal-warnings-in-gnomegenerate_gir","node_type":"p","page":"Release 0.55.0","sections":["New features","Fatal warnings in gnome.generate_gir()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#force-fallback-for","node_type":"p","page":"Release 0.55.0","sections":["New features","Force fallback for"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#local-wrap-patch-directory","node_type":"p","page":"Release 0.55.0","sections":["New features","Local wrap patch directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#meson-dist-notests","node_type":"p","page":"Release 0.55.0","sections":["New features","meson dist --no-tests"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#test-scripts-are-given-the-exe-wrapper-if-needed","node_type":"p","page":"Release 0.55.0","sections":["New features","Test scripts are given the exe wrapper if needed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#depas_link_whole","node_type":"p","page":"Release 0.56.0","sections":["New features","dep.as_link_whole()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-subprojects-command","node_type":"p","page":"Release 0.56.0","sections":["New features","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#preliminary-aix-support","node_type":"p","page":"Release 0.56.0","sections":["New features","Preliminary AIX support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#unstablekeyval-is-now-stable-keyval","node_type":"p","page":"Release 0.56.0","sections":["New features","\nunstable-keyval is now stable keyval\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#buildtype-remains-even-if-dependent-options-are-changed","node_type":"p","page":"Release 0.57.0","sections":["New features","Buildtype remains even if dependent options are changed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#meson-test-only-rebuilds-test-dependencies","node_type":"p","page":"Release 0.57.0","sections":["New features","\nmeson test only rebuilds test dependencies"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#packaging-a-subproject","node_type":"p","page":"Release 0.57.0","sections":["New features","Packaging a subproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#clangformat-include-and-ignore-lists","node_type":"p","page":"Release 0.58.0","sections":["New features","clang-format include and ignore lists"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#developer-environment","node_type":"ul","page":"Release 0.58.0","sections":["New features","Developer environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#install_emptydir-function","node_type":"p","page":"Release 0.60.0","sections":["New features","install_emptydir function"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#link-tests-can-use-sources-for-a-different-compiler","node_type":"p","page":"Release 0.60.0","sections":["New features","Link tests can use sources for a different compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#new-custom-dependency-for-iconv","node_type":"p","page":"Release 0.60.0","sections":["New features","New custom dependency for iconv"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#override-python-installation-paths","node_type":"p","page":"Release 0.60.0","sections":["New features","Override python installation paths"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#run_target-can-now-be-used-as-a-dependency","node_type":"p","page":"Release 0.60.0","sections":["New features","\nrun_target can now be used as a dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#static-keyword-argument-to-mesonoverride_dependency","node_type":"p","page":"Release 0.60.0","sections":["New features","\nstatic keyword argument to meson.override_dependency()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#the-qt-modules-now-accept-generated-outputs-as-inputs-for-qtcompile_","node_type":"p","page":"Release 0.60.0","sections":["New features","The qt modules now accept generated outputs as inputs for qt.compile_*"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#visual-studio-2022-backend","node_type":"p","page":"Release 0.61.0","sections":["New features","Visual Studio 2022 backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#experimental-command-to-convert-environments-to-cross-files","node_type":"p","page":"Release 0.62.0","sections":["New features","Experimental command to convert environments to cross files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#i18nmerge_file-no-longer-arbitrarily-leaves-your-project-halfbuilt","node_type":"p","page":"Release 0.62.0","sections":["New features","i18n.merge_file no longer arbitrarily leaves your project half-built"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#new-custom-dependency-for-libdl","node_type":"p","page":"Release 0.62.0","sections":["New features","New custom dependency for libdl"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#pkgconfiggenerate-will-now-include-variables-for-builtin-directories-when-referenced","node_type":"p","page":"Release 0.62.0","sections":["New features","pkgconfig.generate will now include variables for builtin directories when referenced"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#added-preserve_path-arg-to-install_headers","node_type":"p","page":"Release 0.63.0","sections":["New features","Added preserve_path arg to install_headers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#compiler-options-can-be-set-per-subproject","node_type":"p","page":"Release 0.63.0","sections":["New features","Compiler options can be set per subproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#d-compiler-checks","node_type":"p","page":"Release 0.63.0","sections":["New features","D compiler checks"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#installed-pkgconfig-files-can-now-be-relocatable","node_type":"p","page":"Release 0.63.0","sections":["New features","Installed pkgconfig files can now be relocatable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#new-method-to-preprocess-source-files","node_type":"p","page":"Release 0.64.0","sections":["New features","New method to preprocess source files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#option-to-allow-meson-test-to-fail-fast-after-the-first-failing-testcase","node_type":"p","page":"Release 0.64.0","sections":["New features","Option to allow meson test to fail fast after the first failing testcase"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#developer-environment-improvements","node_type":"p","page":"Release 1.0.0","sections":["New features","Developer environment improvements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#add-a-featureoptionenable_if-and-disable_if","node_type":"p","page":"Release 1.1.0","sections":["New features","Add a FeatureOption.enable_if and .disable_if"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#allow-reconfigure-and-wipe-of-empty-builddir","node_type":"p","page":"Release 1.1.0","sections":["New features","Allow --reconfigure and --wipe of empty builddir"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#new-declare_dependencyobjects-argument","node_type":"p","page":"Release 1.1.0","sections":["New features","New declare_dependency(objects: ) argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#wildcards-in-list-of-tests-to-run","node_type":"p","page":"Release 1.2.0","sections":["New features","Wildcards in list of tests to run"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#c_std-and-cpp_std-options-now-accepts-a-list-of-values","node_type":"p","page":"Release 1.3.0","sections":["New features","\nc_std and cpp_std options now accepts a list of values"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#global_source_root-and-dirname-in-machine-files","node_type":"p","page":"Release 1.3.0","sections":["New features","\n@GLOBAL_SOURCE_ROOT@ and @DIRNAME@ in machine files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#pkgconfig-dependencies-can-now-get-a-variable-with-multiple-replacements","node_type":"p","page":"Release 1.3.0","sections":["New features","pkg-config dependencies can now get a variable with multiple replacements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#a-new-dependency-for-objfw-is-now-supported","node_type":"p","page":"Release 1.5.0","sections":["New features","A new dependency for ObjFW is now supported"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#cargo-dependencies-names-now-include-the-api-version","node_type":"ul","page":"Release 1.5.0","sections":["New features","Cargo dependencies names now include the API version"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#meson-configure-handles-changes-to-options-in-more-cases","node_type":"p","page":"Release 1.5.0","sections":["New features","Meson configure handles changes to options in more cases"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#new-version_argument-kwarg-for-find_program","node_type":"p","page":"Release 1.5.0","sections":["New features","New version_argument kwarg for find_program"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#support-for-texas-instruments-c6000-cc-compiler","node_type":"p","page":"Release 1.5.0","sections":["New features","Support for Texas Instruments C6000 C/C++ compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#the-meson-test-program-supports-a-new-maxlines-argument","node_type":"p","page":"Release 1.5.0","sections":["New features","The Meson test program supports a new \"--max-lines\" argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#new-builtin-option-for-default-both_libraries","node_type":"p","page":"Release 1.6.0","sections":["New features","New built-in option for default both_libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#tools-can-be-selected-when-calling-has_tools-on-the-qt-modules","node_type":"p","page":"Release 1.6.0","sections":["New features","Tools can be selected when calling has_tools() on the Qt modules"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#call-for-testing-for-next-release","node_type":"p","page":"Release 1.7.0","sections":["New features","Call for testing for next release"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#control-the-number-of-child-processes-with-an-environment-variable","node_type":"p","page":"Release 1.7.0","sections":["New features","Control the number of child processes with an environment variable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#test-targets-no-longer-built-by-default","node_type":"p","page":"Release 1.7.0","sections":["New features","Test targets no longer built by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#per-project-subproject-options-rewrite","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Per project subproject options rewrite"],"context":{"gi-language":["default"]}},{"url":"Reproducible-builds.html#reproducible-builds","node_type":"p","page":"Reproducible builds","sections":["Reproducible builds"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#adding-and-removing-sources","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the rewriter","Adding and removing sources"],"context":{"gi-language":["default"]}},{"url":"Run-targets.html#run-targets","node_type":"p","page":"Run targets","sections":["Run targets"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#configuring-the-build-directory","node_type":"p","page":"Running Meson","sections":["Running Meson","Configuring the build directory"],"context":{"gi-language":["default"]}},{"url":"Rust.html#avoid-using-extern-crate","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Avoid using extern crate\n"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#shipping-prebuilt-binaries-as-wraps","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#using-a-wrap-file","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps","Using a wrap file"],"context":{"gi-language":["default"]}},{"url":"Simd-module.html#usage","node_type":"p","page":"Unstable SIMD module","sections":["Unstable SIMD module","Usage"],"context":{"gi-language":["default"]}},{"url":"Simple-comparison.html#conclusions","node_type":"p","page":"A simple comparison","sections":["A simple comparison","Conclusions"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#add_all","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_set object","Methods","add_all()"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#apply","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_set object","Methods","apply()"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#source-set-module","node_type":"p","page":"Source set module","sections":["Source set module"],"context":{"gi-language":["default"]}},{"url":"Style-guide.html#naming-options","node_type":"p","page":"Style recommendations","sections":["Style recommendations","Naming options"],"context":{"gi-language":["default"]}},{"url":"Style-guide.html#sorting-source-paths","node_type":"p","page":"Style recommendations","sections":["Sorting source paths"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#a-simple-example","node_type":"h3","page":"Subprojects","sections":["Subprojects","Using a subproject","A simple example"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#a-subproject-example","node_type":"h2","page":"Subprojects","sections":["Subprojects","A subproject example"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#commandline-options","node_type":"ul","page":"Subprojects","sections":["Subprojects","Command-line options"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#execute-a-command-on-all-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Execute a command on all subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#toggling-between-system-libraries-and-embedded-sources","node_type":"p","page":"Subprojects","sections":["Subprojects","Using a subproject","Toggling between system libraries and embedded sources"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#update-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Update subprojects"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#foreach-with-a-dictionary","node_type":"p","page":"Syntax","sections":["Syntax","Foreach statements","Foreach with a dictionary"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#foreach-with-an-array","node_type":"p","page":"Syntax","sections":["Syntax","Foreach statements","Foreach with an array"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#function-calls","node_type":"p","page":"Syntax","sections":["Syntax","Function calls"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#variables","node_type":"p","page":"Syntax","sections":["Syntax","Variables"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#adding-dependencies","node_type":"p","page":"Tutorial","sections":["Tutorial","Adding dependencies"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#the-humble-beginning","node_type":"p","page":"Tutorial","sections":["Tutorial","The humble beginning"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#other-test-options","node_type":"p","page":"Unit tests","sections":["Unit tests","Testing tool","Other test options"],"context":{"gi-language":["default"]}},{"url":"Unity-builds.html#unity-builds","node_type":"p","page":"Unity builds","sections":["Unity builds"],"context":{"gi-language":["default"]}},{"url":"Users.html#list-of-projects-using-meson","node_type":"ul","page":"Users","sections":["List of projects using Meson"],"context":{"gi-language":["default"]}},{"url":"Using-multiple-build-directories.html#multiple-build-directories-for-the-same-source-tree","node_type":"p","page":"Using multiple build directories","sections":["Using multiple build directories","Multiple build directories for the same source tree"],"context":{"gi-language":["default"]}},{"url":"Using-multiple-build-directories.html#specialized-uses","node_type":"p","page":"Using multiple build directories","sections":["Using multiple build directories","Specialized uses"],"context":{"gi-language":["default"]}},{"url":"Using-the-WrapDB.html#using-the-wrapdb","node_type":"p","page":"Using the WrapDB","sections":["Using the WrapDB"],"context":{"gi-language":["default"]}},{"url":"Vala.html#adding-to-valas-search-path","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Adding to Vala's search path"],"context":{"gi-language":["default"]}},{"url":"Vala.html#changing-c-header-and-vapi-names","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Building libraries","Changing C header and VAPI names"],"context":{"gi-language":["default"]}},{"url":"Vala.html#libraries-without-pkgconfig-files","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Libraries without pkg-config files"],"context":{"gi-language":["default"]}},{"url":"Vala.html#targeting-a-version-of-glib","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Targeting a version of GLib"],"context":{"gi-language":["default"]}},{"url":"Vala.html#the-simplest-case","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","The simplest case"],"context":{"gi-language":["default"]}},{"url":"Vala.html#working-with-the-vala-preprocessor","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Working with the Vala Preprocessor"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#creating-and-compiling","node_type":"p","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects","Creating and compiling"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#avoid-exposing-compilable-source-files-in-declare_dependency","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Avoid exposing compilable source files in declare_dependency"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#cargo-wraps","node_type":"ul","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section","Cargo wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#cmake-wraps","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section","CMake wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#provide-section","node_type":"ul","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#wrap-format","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","wrap format"],"context":{"gi-language":["default"]}},{"url":"howtox.html#exclude-a-file-from-unity-builds","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Exclude a file from unity builds"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-clang-static-analyzer","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use Clang static analyzer"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-existing-findnamecmake-files","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use existing Find.cmake files"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/form b/assets/js/search/form index 5244e0543..2df829e08 100644 --- a/assets/js/search/form +++ b/assets/js/search/form @@ -1 +1 @@ -urls_downloaded_cb({"token":"form","urls":[{"url":"Build-options.html#strings","node_type":"p","page":"Build options","sections":["Build options","Build option types","Strings"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#configuration","node_type":"p","page":"Configuration","sections":["Configuration"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#acceptance-and-merging","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Acceptance and merging"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#system","node_type":"p","page":"Dependencies","sections":["Dependency detection method","System"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-does-building-my-project-with-msvc-output-static-libraries-called-libfooa","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why does building my project with MSVC output static libraries called libfoo.a?"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#pkggenerate","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","pkg.generate()"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#using-precompiled-headers-with-msvc","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Using precompiled headers with MSVC"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#qml_module","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","qml_module"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments14","node_type":"table","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_command","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_default_options","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_version","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#script-environment-variables","node_type":"table","page":"Reference tables","sections":["Reference tables","Script environment variables"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#meson-and-meson-configure-now-accept-the-same-arguments","node_type":"p","page":"Release 0.46","sections":["New features","Meson and meson configure now accept the same arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#gnomeyelp-variadic-argument-deprecation","node_type":"p","page":"Release 0.60.0","sections":["New features","gnome.yelp variadic argument deprecation"],"context":{"gi-language":["default"]}},{"url":"Release-procedure.html#major-releases","node_type":"p","page":"Release procedure","sections":["Major releases"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#naming-convention-for-dependency-variables","node_type":"p","page":"Subprojects","sections":["Subprojects","A subproject example","Naming convention for dependency variables"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#string-concatenation","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String concatenation"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#the-humble-beginning","node_type":"p","page":"Tutorial","sections":["Tutorial","The humble beginning"],"context":{"gi-language":["default"]}},{"url":"Vala.html#gobject-introspection-and-language-bindings","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Building libraries","GObject Introspection and language bindings"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#how-it-works","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","How it works"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"form","urls":[{"url":"Build-options.html#strings","node_type":"p","page":"Build options","sections":["Build options","Build option types","Strings"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#configuration","node_type":"p","page":"Configuration","sections":["Configuration"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#acceptance-and-merging","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Acceptance and merging"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#system","node_type":"p","page":"Dependencies","sections":["Dependency detection method","System"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-does-building-my-project-with-msvc-output-static-libraries-called-libfooa","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why does building my project with MSVC output static libraries called libfoo.a?"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#pkggenerate","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","pkg.generate()"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#using-precompiled-headers-with-msvc","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Using precompiled headers with MSVC"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#qml_module","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","qml_module"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments14","node_type":"table","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_command","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_default_options","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_version","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#script-environment-variables","node_type":"table","page":"Reference tables","sections":["Reference tables","Script environment variables"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#meson-and-meson-configure-now-accept-the-same-arguments","node_type":"p","page":"Release 0.46","sections":["New features","Meson and meson configure now accept the same arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#gnomeyelp-variadic-argument-deprecation","node_type":"p","page":"Release 0.60.0","sections":["New features","gnome.yelp variadic argument deprecation"],"context":{"gi-language":["default"]}},{"url":"Release-procedure.html#major-releases","node_type":"p","page":"Release procedure","sections":["Major releases"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#naming-convention-for-dependency-variables","node_type":"p","page":"Subprojects","sections":["Subprojects","A subproject example","Naming convention for dependency variables"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#string-concatenation","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String concatenation"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#the-humble-beginning","node_type":"p","page":"Tutorial","sections":["Tutorial","The humble beginning"],"context":{"gi-language":["default"]}},{"url":"Vala.html#gobject-introspection-and-language-bindings","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Building libraries","GObject Introspection and language bindings"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#how-it-works","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","How it works"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/free b/assets/js/search/free index 1377c8423..75b474fa9 100644 --- a/assets/js/search/free +++ b/assets/js/search/free @@ -1 +1 @@ -urls_downloaded_cb({"token":"free","urls":[{"url":"Build-options.html#strings","node_type":"p","page":"Build options","sections":["Build options","Build option types","Strings"],"context":{"gi-language":["default"]}},{"url":"Creating-OSX-packages.html#creating-a-dmg-installer","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages","Creating a .dmg installer"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#4-must-have-native-support-for-platforms-that-are-in-common-use","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","4. Must have native support for platforms that are in common use"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#7-must-provide-easy-to-use-support-for-modern-sw-development-features","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","7. Must provide easy to use support for modern sw development features"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#this-is-the-original-design-rationale-for-meson-the-syntax-it-describes-does-not-match-the-released-version","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_version","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#added-microchip-xc16-c-compiler-support","node_type":"p","page":"Release 0.54.0","sections":["New features","Added Microchip XC16 C compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#added-texas-instruments-c2000-cc-compiler-support","node_type":"p","page":"Release 0.54.0","sections":["New features","Added Texas Instruments C2000 C/C++ compiler support"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#running-tests","node_type":"p","page":"Running Meson","sections":["Running Meson","Running tests"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#the-absolute-beginners-guide-to-installing-and-using-meson","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson"],"context":{"gi-language":["default"]}},{"url":"Users.html#list-of-projects-using-meson","node_type":"ul","page":"Users","sections":["List of projects using Meson"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"free","urls":[{"url":"Build-options.html#strings","node_type":"p","page":"Build options","sections":["Build options","Build option types","Strings"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Creating-OSX-packages.html#creating-a-dmg-installer","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages","Creating a .dmg installer"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#4-must-have-native-support-for-platforms-that-are-in-common-use","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","4. Must have native support for platforms that are in common use"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#7-must-provide-easy-to-use-support-for-modern-sw-development-features","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","7. Must provide easy to use support for modern sw development features"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#this-is-the-original-design-rationale-for-meson-the-syntax-it-describes-does-not-match-the-released-version","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_version","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#added-microchip-xc16-c-compiler-support","node_type":"p","page":"Release 0.54.0","sections":["New features","Added Microchip XC16 C compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#added-texas-instruments-c2000-cc-compiler-support","node_type":"p","page":"Release 0.54.0","sections":["New features","Added Texas Instruments C2000 C/C++ compiler support"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#running-tests","node_type":"p","page":"Running Meson","sections":["Running Meson","Running tests"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#the-absolute-beginners-guide-to-installing-and-using-meson","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson"],"context":{"gi-language":["default"]}},{"url":"Users.html#list-of-projects-using-meson","node_type":"ul","page":"Users","sections":["List of projects using Meson"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/free-form b/assets/js/search/free-form index 21c5e5cc5..e61e938e9 100644 --- a/assets/js/search/free-form +++ b/assets/js/search/free-form @@ -1 +1 @@ -urls_downloaded_cb({"token":"free-form","urls":[{"url":"Builtin-options.html#compiler-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Compiler options"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"free-form","urls":[{"url":"Builtin-options.html#compiler-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Compiler options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/get_option b/assets/js/search/get_option index b7433e723..29f88ab62 100644 --- a/assets/js/search/get_option +++ b/assets/js/search/get_option @@ -1 +1 @@ -urls_downloaded_cb({"token":"get_option","urls":[{"url":"Build-options.html#features","node_type":"p","page":"Build options","sections":["Build options","Build option types","Features"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#yielding-to-superproject-option","node_type":"p","page":"Build options","sections":["Build options","Yielding to superproject option"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#no-lingering-state","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","No lingering state"],"context":{"gi-language":["default"]}},{"url":"Reference-manual.html#functions","node_type":"ul","page":"Reference manual","sections":["Reference manual","Functions"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_bool.html#returned-by","node_type":"ul","page":"bool","sections":["Boolean (bool)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_int.html#returned-by","node_type":"ul","page":"int","sections":["Integer (int)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#returned-by","node_type":"ul","page":"list","sections":["List (list)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#returned-by","node_type":"ul","page":"str","sections":["String (str)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments24","node_type":"p","page":"Functions","sections":["Functions","get_option()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_install_dir","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_install_dir","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_install_dir","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#get_option","node_type":"h2","page":"Functions","sections":["Functions","get_option()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_install_dir","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_install_dir","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_install_dir","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_install_dir","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_install_dir","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#returned-by","node_type":"ul","page":"Feature option object","sections":["Feature option object (feature)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#support-for-localstatedir","node_type":"p","page":"Release 0.37","sections":["New features","Support for localstatedir\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#base-options-accessible-via-get_option","node_type":"h2","page":"Release 0.42","sections":["New features","Base options accessible via get_option()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#all-directory-options-now-support-paths-outside-of-prefix","node_type":"p","page":"Release 0.62.0","sections":["New features","All directory options now support paths outside of prefix"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#add-optimization-plain-option","node_type":"p","page":"Release 0.64.0","sections":["New features","Add optimization plain option"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#provide-section","node_type":"ul","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"get_option","urls":[{"url":"Build-options.html#features","node_type":"p","page":"Build options","sections":["Build options","Build option types","Features"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#yielding-to-superproject-option","node_type":"p","page":"Build options","sections":["Build options","Yielding to superproject option"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#no-lingering-state","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","No lingering state"],"context":{"gi-language":["default"]}},{"url":"Reference-manual.html#functions","node_type":"ul","page":"Reference manual","sections":["Reference manual","Functions"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_bool.html#returned-by","node_type":"ul","page":"bool","sections":["Boolean (bool)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_int.html#returned-by","node_type":"ul","page":"int","sections":["Integer (int)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#returned-by","node_type":"ul","page":"list","sections":["List (list)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#returned-by","node_type":"ul","page":"str","sections":["String (str)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments24","node_type":"p","page":"Functions","sections":["Functions","get_option()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_install_dir","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_install_dir","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_install_dir","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#get_option","node_type":"h2","page":"Functions","sections":["Functions","get_option()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_install_dir","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_install_dir","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_install_dir","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_install_dir","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_install_dir","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#returned-by","node_type":"ul","page":"Feature option object","sections":["Feature option object (feature)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#support-for-localstatedir","node_type":"p","page":"Release 0.37","sections":["New features","Support for localstatedir\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#base-options-accessible-via-get_option","node_type":"h2","page":"Release 0.42","sections":["New features","Base options accessible via get_option()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#all-directory-options-now-support-paths-outside-of-prefix","node_type":"p","page":"Release 0.62.0","sections":["New features","All directory options now support paths outside of prefix"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#add-optimization-plain-option","node_type":"p","page":"Release 0.64.0","sections":["New features","Add optimization plain option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#provide-section","node_type":"ul","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/guarantee b/assets/js/search/guarantee index 2746441e5..3c3863f24 100644 --- a/assets/js/search/guarantee +++ b/assets/js/search/guarantee @@ -1 +1 @@ -urls_downloaded_cb({"token":"guarantee","urls":[{"url":"Contributing.html#python","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Dependency support policy","Python"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-there-not-a-make-backend","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is there not a Make backend?"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ast-of-a-mesonbuild","node_type":"p","page":"IDE integration","sections":["AST of a meson.build\n"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#using-targets-without-a-build-directory","node_type":"p","page":"IDE integration","sections":["IDE integration","The targets section","Using --targets without a build directory"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments51","node_type":"table","page":"Functions","sections":["Functions","summary()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#summary","node_type":"p","page":"Functions","sections":["Functions","summary()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#summary_key_or_dict","node_type":"p","page":"Functions","sections":["Functions","summary()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-targets-can-now-be-used-without-configured-build-directory","node_type":"p","page":"Release 0.50.0","sections":["New features","\nintrospect --targets can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#meson-subprojects-update-reset-now-reextract-tarballs","node_type":"p","page":"Release 0.58.0","sections":["New features","\nmeson subprojects update --reset now re-extract tarballs"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#clarify-implicitlyincluded-headers-in-clike-compiler-checks","node_type":"p","page":"Release 1.3.0","sections":["New features","Clarify implicitly-included headers in C-like compiler checks"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#test-targets-no-longer-built-by-default","node_type":"p","page":"Release 1.7.0","sections":["New features","Test targets no longer built by default"],"context":{"gi-language":["default"]}},{"url":"Run-targets.html#run-targets","node_type":"p","page":"Run targets","sections":["Run targets"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#priorities","node_type":"p","page":"Unit tests","sections":["Unit tests","Priorities"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using with Visual Studio"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"guarantee","urls":[{"url":"Contributing.html#python","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Dependency support policy","Python"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-there-not-a-make-backend","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is there not a Make backend?"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ast-of-a-mesonbuild","node_type":"p","page":"IDE integration","sections":["AST of a meson.build\n"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#using-targets-without-a-build-directory","node_type":"p","page":"IDE integration","sections":["IDE integration","The targets section","Using --targets without a build directory"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments51","node_type":"table","page":"Functions","sections":["Functions","summary()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#summary","node_type":"p","page":"Functions","sections":["Functions","summary()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#summary_key_or_dict","node_type":"p","page":"Functions","sections":["Functions","summary()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-targets-can-now-be-used-without-configured-build-directory","node_type":"p","page":"Release 0.50.0","sections":["New features","\nintrospect --targets can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#meson-subprojects-update-reset-now-reextract-tarballs","node_type":"p","page":"Release 0.58.0","sections":["New features","\nmeson subprojects update --reset now re-extract tarballs"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#clarify-implicitlyincluded-headers-in-clike-compiler-checks","node_type":"p","page":"Release 1.3.0","sections":["New features","Clarify implicitly-included headers in C-like compiler checks"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#test-targets-no-longer-built-by-default","node_type":"p","page":"Release 1.7.0","sections":["New features","Test targets no longer built by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Run-targets.html#run-targets","node_type":"p","page":"Run targets","sections":["Run targets"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#priorities","node_type":"p","page":"Unit tests","sections":["Unit tests","Priorities"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using with Visual Studio"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/hardcoded b/assets/js/search/hardcoded index bffdd0c7d..30dee1bed 100644 --- a/assets/js/search/hardcoded +++ b/assets/js/search/hardcoded @@ -1 +1 @@ -urls_downloaded_cb({"token":"hardcoded","urls":[{"url":"Pkgconfig-module.html#relocatable-pkgconfig-files","node_type":"p","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","Relocatable pkg-config files"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-selection-variables","node_type":"p","page":"Reference tables","sections":["Reference tables","Compiler and Linker selection variables"],"context":{"gi-language":["default"]}},{"url":"Users.html#list-of-projects-using-meson","node_type":"ul","page":"Users","sections":["List of projects using Meson"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"hardcoded","urls":[{"url":"Pkgconfig-module.html#relocatable-pkgconfig-files","node_type":"p","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","Relocatable pkg-config files"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-selection-variables","node_type":"p","page":"Reference tables","sections":["Reference tables","Compiler and Linker selection variables"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Users.html#list-of-projects-using-meson","node_type":"ul","page":"Users","sections":["List of projects using Meson"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/hotdoc_fragments/Builtin-options.html-base-options.fragment b/assets/js/search/hotdoc_fragments/Builtin-options.html-base-options.fragment index 531b513e3..7e96b3d76 100644 --- a/assets/js/search/hotdoc_fragments/Builtin-options.html-base-options.fragment +++ b/assets/js/search/hotdoc_fragments/Builtin-options.html-base-options.fragment @@ -1 +1 @@ -fragment_downloaded_cb({"url":"Builtin-options.html#base-options","fragment":"Base options\nThese are set in the same way as universal options, either by\n-Doption=value, or by setting them inside default_options of\nproject() in your meson.build. However, they cannot be shown in\nthe output of meson setup --help because they depend on both the current\nplatform and the compiler that will be selected. The only way to see\nthem is to setup a builddir and then run meson configure on it with\nno options.\nThe following options are available. Note that they may not be\navailable on all platforms or with all compilers:\nThe value of b_sanitize can be one of: none, address, thread,\nundefined, memory, leak, address,undefined, but note that some\ncompilers might not support all of them. For example Visual Studio\nonly supports the address sanitizer.\n* < 0 means disable, == 0 means automatic selection, > 0 sets a specific number to use\nLLVM supports thin lto, for more discussion see LLVM's documentation\n\nThe default value of b_vscrt is from_buildtype. The following table is\nused internally to pick the CRT compiler arguments for from_buildtype or\nstatic_from_buildtype (since 0.56) based on the value of the buildtype\noption:\n\n\n\n Option\n Default value\n Possible values\n Description\n\n\n\n\n b_asneeded\n true\n true, false\n Use -Wl,--as-needed when linking\n\n\n b_bitcode\n false\n true, false\n Embed Apple bitcode, see below\n\n\n b_colorout\n always\n auto, always, never\n Use colored output\n\n\n b_coverage\n false\n true, false\n Enable coverage tracking\n\n\n b_lundef\n true\n true, false\n Don't allow undefined symbols when linking\n\n\n b_lto\n false\n true, false\n Use link time optimization\n\n\n b_lto_threads\n 0\n Any integer*\n Use multiple threads for lto. (Added in 0.57.0)\n\n\n\n b_lto_mode\n default\n default, thin\n Select between lto modes, thin and default. (Added in 0.57.0)\n\n\n\n b_thinlto_cache\n false\n true, false\n Enable LLVM's ThinLTO cache for faster incremental builds. (Added in 0.64.0)\n\n\n\n b_thinlto_cache_dir\n (Internal build dir)\n true, false\n Specify where to store ThinLTO cache objects. (Added in 0.64.0)\n\n\n\n b_ndebug\n false\n true, false, if-release\n Disable asserts\n\n\n b_pch\n true\n true, false\n Use precompiled headers\n\n\n b_pgo\n off\n off, generate, use\n Use profile guided optimization\n\n\n b_sanitize\n none\n see below\n Code sanitizer to use\n\n\n b_staticpic\n true\n true, false\n Build static libraries as position independent\n\n\n b_pie\n false\n true, false\n Build position-independent executables (since 0.49.0)\n\n\n b_vscrt\n from_buildtype\n none, md, mdd, mt, mtd, from_buildtype, static_from_buildtype\n VS runtime library to use (since 0.48.0) (static_from_buildtype since 0.56.0)\n\n\n\n\n\n\n buildtype\n from_buildtype\n static_from_buildtype\n\n\n\n\n debug\n /MDd\n\n /MTd\n\n\n\n debugoptimized\n /MD\n\n /MT\n\n\n\n release\n /MD\n\n /MT\n\n\n\n minsize\n /MD\n\n /MT\n\n\n\n custom\n error!\n error!\n\n\n\n"}); \ No newline at end of file +fragment_downloaded_cb({"url":"Builtin-options.html#base-options","fragment":"Base options\nThese are set in the same way as universal options, either by\n-Doption=value, or by setting them inside default_options of\nproject() in your meson.build. However, they cannot be shown in\nthe output of meson setup --help because they depend on both the current\nplatform and the compiler that will be selected. The only way to see\nthem is to setup a builddir and then run meson configure on it with\nno options.\nThe following options are available. Note that they may not be\navailable on all platforms or with all compilers:\nThe default and possible values of sanitizers changed in 1.8. Before 1.8 they\nwere string values, and restricted to a specific subset of values: none,\naddress, thread, undefined, memory, leak, or address,undefined. In\n1.8 it was changed to a free form array of sanitizers, which are checked by a\ncompiler and linker check. For backwards compatibility reasons\nget_option('b_sanitize') continues to return a string with the array values\nseparated by a comma. Furthermore:\nIf the b_sanitize option is empty, the 'none' string is returned.\nIf it contains only the values 'address' and 'undefined', they are\nalways returned as the 'address,undefined' string, in this order.\nOtherwise, the array elements are returned in undefined order.\n* < 0 means disable, == 0 means automatic selection, > 0 sets a specific number to use\nLLVM supports thin lto, for more discussion see LLVM's documentation\n\nThe default value of b_vscrt is from_buildtype. The following table is\nused internally to pick the CRT compiler arguments for from_buildtype or\nstatic_from_buildtype (since 0.56) based on the value of the buildtype\noption:\n\n\nIf the b_sanitize option is empty, the 'none' string is returned.\n\n\nIf it contains only the values 'address' and 'undefined', they are\nalways returned as the 'address,undefined' string, in this order.\n\n\nOtherwise, the array elements are returned in undefined order.\n\n\n\n\n\n Option\n Default value\n Possible values\n Description\n\n\n\n\n b_asneeded\n true\n true, false\n Use -Wl,--as-needed when linking\n\n\n b_bitcode\n false\n true, false\n Embed Apple bitcode, see below\n\n\n b_colorout\n always\n auto, always, never\n Use colored output\n\n\n b_coverage\n false\n true, false\n Enable coverage tracking\n\n\n b_lundef\n true\n true, false\n Don't allow undefined symbols when linking\n\n\n b_lto\n false\n true, false\n Use link time optimization\n\n\n b_lto_threads\n 0\n Any integer*\n Use multiple threads for lto. (Added in 0.57.0)\n\n\n\n b_lto_mode\n default\n default, thin\n Select between lto modes, thin and default. (Added in 0.57.0)\n\n\n\n b_thinlto_cache\n false\n true, false\n Enable LLVM's ThinLTO cache for faster incremental builds. (Added in 0.64.0)\n\n\n\n b_thinlto_cache_dir\n (Internal build dir)\n true, false\n Specify where to store ThinLTO cache objects. (Added in 0.64.0)\n\n\n\n b_ndebug\n false\n true, false, if-release\n Disable asserts\n\n\n b_pch\n true\n true, false\n Use precompiled headers\n\n\n b_pgo\n off\n off, generate, use\n Use profile guided optimization\n\n\n b_sanitize\n none\n see below\n Code sanitizer to use\n\n\n b_staticpic\n true\n true, false\n Build static libraries as position independent\n\n\n b_pie\n false\n true, false\n Build position-independent executables (since 0.49.0)\n\n\n b_vscrt\n from_buildtype\n none, md, mdd, mt, mtd, from_buildtype, static_from_buildtype\n VS runtime library to use (since 0.48.0) (static_from_buildtype since 0.56.0)\n\n\n\n\n\n\n buildtype\n from_buildtype\n static_from_buildtype\n\n\n\n\n debug\n /MDd\n\n /MTd\n\n\n\n debugoptimized\n /MD\n\n /MT\n\n\n\n release\n /MD\n\n /MT\n\n\n\n minsize\n /MD\n\n /MT\n\n\n\n custom\n error!\n error!\n\n\n\n"}); \ No newline at end of file diff --git a/assets/js/search/hotdoc_fragments/Release-notes-for-1-8-0.html-changes-to-the-b_sanitize-option.fragment b/assets/js/search/hotdoc_fragments/Release-notes-for-1-8-0.html-changes-to-the-b_sanitize-option.fragment new file mode 100644 index 000000000..e6b28a532 --- /dev/null +++ b/assets/js/search/hotdoc_fragments/Release-notes-for-1-8-0.html-changes-to-the-b_sanitize-option.fragment @@ -0,0 +1 @@ +fragment_downloaded_cb({"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","fragment":"Changes to the b_sanitize option\nBefore 1.8 the b_sanitize option was a combo option, which is an enumerated\nset of values. In 1.8 this was changed to a free-form array of options where\navailable sanitizers are not hardcoded anymore but instead verified via a\ncompiler check.\nThis solves a number of longstanding issues such as:\nTo not break backwards compatibility, calling get_option('b_sanitize')\ncontinues to return the configured value as a string, with a guarantee that\naddress,undefined remains ordered.\n\nSanitizers may be supported by a compiler, but not on a specific platform\n(OpenBSD).\nNew sanitizers are not recognized by Meson.\nUsing sanitizers in previously-unsupported combinations.\n\n"}); \ No newline at end of file diff --git a/assets/js/search/issues b/assets/js/search/issues index 73068cbc8..2428d4c0e 100644 --- a/assets/js/search/issues +++ b/assets/js/search/issues @@ -1 +1 @@ -urls_downloaded_cb({"token":"issues","urls":[{"url":"Adding-new-projects-to-wrapdb.html#passing-automatic-validation","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","Passing automatic validation"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#usage","node_type":"p","page":"CMake module","sections":["CMake module","Usage"],"context":{"gi-language":["default"]}},{"url":"Custom-build-targets.html#details-on-command-invocation","node_type":"p","page":"Custom build targets","sections":["Custom build targets","Details on command invocation"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#i-have-proprietary-compiler-toolchain-x-that-does-not-work-with-meson-how-can-i-make-it-work","node_type":"ul","page":"FAQ","sections":["Meson Frequently Asked Questions","I have proprietary compiler toolchain X that does not work with Meson, how can I make it work?"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#cmake-variables","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","CMake variables"],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#what-does-this-mean-for-support-and-compatibility","node_type":"ul","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory","What does this mean for support and compatibility?"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#pkggenerate","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","pkg.generate()"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#troubleshooting","node_type":"p","page":"Quickstart Guide","sections":["Using Meson","Troubleshooting:"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#vim-indent-and-syntax-files","node_type":"p","page":"Release 0.37","sections":["New features","ViM indent and syntax files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#better-quoting-of-special-characters-in-ninja-command-invocations","node_type":"p","page":"Release 0.41","sections":["New features","Better quoting of special characters in ninja command invocations"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#reproducible-builds","node_type":"p","page":"Release 0.41","sections":["New features","Reproducible builds"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#fatal-warnings","node_type":"p","page":"Release 0.48","sections":["New features","Fatal warnings"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#improved-support-for-static-libraries","node_type":"p","page":"Release 0.52.0","sections":["New features","Improved support for static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#fatal-warnings-in-gnomegenerate_gir","node_type":"p","page":"Release 0.55.0","sections":["New features","Fatal warnings in gnome.generate_gir()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#find_program-fixes-when-the-program-has-been-overridden-by-executable","node_type":"p","page":"Release 0.55.0","sections":["New features","find_program: Fixes when the program has been overridden by executable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#msvcclangcl-argument-changescleanup","node_type":"p","page":"Release 0.57.0","sections":["New features","MSVC/Clang-Cl Argument Changes/Cleanup"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#unstableexternal_project-improvements","node_type":"ul","page":"Release 0.57.0","sections":["New features","\nunstable-external_project improvements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#new-mesonglobal_build_root-and-mesonglobal_source_root-methods","node_type":"p","page":"Release 0.58.0","sections":["New features","New meson.global_build_root() and meson.global_source_root() methods"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#unescaped-variables-in-pkgconfig-files","node_type":"p","page":"Release 0.59.0","sections":["New features","Unescaped variables in pkgconfig files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#ldconfig-is-no-longer-run-on-install","node_type":"p","page":"Release 0.62.0","sections":["New features","ldconfig is no longer run on install"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#removal-of-the-rpm-module","node_type":"p","page":"Release 0.62.0","sections":["New features","Removal of the RPM module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#added-metrowerks-cc-toolchains","node_type":"p","page":"Release 1.2.0","sections":["New features","Added Metrowerks C/C++ toolchains"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#simple-tool-to-test-build-reproducibility","node_type":"p","page":"Release 1.6.0","sections":["New features","Simple tool to test build reproducibility"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#call-for-testing-for-next-release","node_type":"p","page":"Release 1.7.0","sections":["New features","Call for testing for next release"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#cargo-features-are-resolved-globally","node_type":"p","page":"Release 1.7.0","sections":["New features","Cargo features are resolved globally"],"context":{"gi-language":["default"]}},{"url":"Release-procedure.html#bugfix-releases","node_type":"p","page":"Release procedure","sections":["Bugfix releases"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"issues","urls":[{"url":"Adding-new-projects-to-wrapdb.html#passing-automatic-validation","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","Passing automatic validation"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#usage","node_type":"p","page":"CMake module","sections":["CMake module","Usage"],"context":{"gi-language":["default"]}},{"url":"Custom-build-targets.html#details-on-command-invocation","node_type":"p","page":"Custom build targets","sections":["Custom build targets","Details on command invocation"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#i-have-proprietary-compiler-toolchain-x-that-does-not-work-with-meson-how-can-i-make-it-work","node_type":"ul","page":"FAQ","sections":["Meson Frequently Asked Questions","I have proprietary compiler toolchain X that does not work with Meson, how can I make it work?"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#cmake-variables","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","CMake variables"],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#what-does-this-mean-for-support-and-compatibility","node_type":"ul","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory","What does this mean for support and compatibility?"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#pkggenerate","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","pkg.generate()"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#troubleshooting","node_type":"p","page":"Quickstart Guide","sections":["Using Meson","Troubleshooting:"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#vim-indent-and-syntax-files","node_type":"p","page":"Release 0.37","sections":["New features","ViM indent and syntax files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#better-quoting-of-special-characters-in-ninja-command-invocations","node_type":"p","page":"Release 0.41","sections":["New features","Better quoting of special characters in ninja command invocations"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#reproducible-builds","node_type":"p","page":"Release 0.41","sections":["New features","Reproducible builds"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#fatal-warnings","node_type":"p","page":"Release 0.48","sections":["New features","Fatal warnings"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#improved-support-for-static-libraries","node_type":"p","page":"Release 0.52.0","sections":["New features","Improved support for static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#fatal-warnings-in-gnomegenerate_gir","node_type":"p","page":"Release 0.55.0","sections":["New features","Fatal warnings in gnome.generate_gir()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#find_program-fixes-when-the-program-has-been-overridden-by-executable","node_type":"p","page":"Release 0.55.0","sections":["New features","find_program: Fixes when the program has been overridden by executable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#msvcclangcl-argument-changescleanup","node_type":"p","page":"Release 0.57.0","sections":["New features","MSVC/Clang-Cl Argument Changes/Cleanup"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#unstableexternal_project-improvements","node_type":"ul","page":"Release 0.57.0","sections":["New features","\nunstable-external_project improvements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#new-mesonglobal_build_root-and-mesonglobal_source_root-methods","node_type":"p","page":"Release 0.58.0","sections":["New features","New meson.global_build_root() and meson.global_source_root() methods"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#unescaped-variables-in-pkgconfig-files","node_type":"p","page":"Release 0.59.0","sections":["New features","Unescaped variables in pkgconfig files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#ldconfig-is-no-longer-run-on-install","node_type":"p","page":"Release 0.62.0","sections":["New features","ldconfig is no longer run on install"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#removal-of-the-rpm-module","node_type":"p","page":"Release 0.62.0","sections":["New features","Removal of the RPM module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#added-metrowerks-cc-toolchains","node_type":"p","page":"Release 1.2.0","sections":["New features","Added Metrowerks C/C++ toolchains"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#simple-tool-to-test-build-reproducibility","node_type":"p","page":"Release 1.6.0","sections":["New features","Simple tool to test build reproducibility"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#call-for-testing-for-next-release","node_type":"p","page":"Release 1.7.0","sections":["New features","Call for testing for next release"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#cargo-features-are-resolved-globally","node_type":"p","page":"Release 1.7.0","sections":["New features","Cargo features are resolved globally"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Release-procedure.html#bugfix-releases","node_type":"p","page":"Release procedure","sections":["Bugfix releases"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/linker b/assets/js/search/linker index 2913e61a0..df7270a4d 100644 --- a/assets/js/search/linker +++ b/assets/js/search/linker @@ -1 +1 @@ -urls_downloaded_cb({"token":"linker","urls":[{"url":"Adding-arguments.html#per-target-arguments","node_type":"p","page":"Adding arguments","sections":["Adding arguments","Per target arguments"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-options-object","node_type":"ul","page":"CMake module","sections":["CMake module","CMake subprojects","\ncmake options object"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#compiler-id","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Compiler id"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#installed","node_type":"table","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","installed"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependencies","node_type":"p","page":"Dependencies","sections":["Dependencies"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#jni","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","JNI"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#2-must-do-the-right-thing-by-default","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","2. Must do the right thing by default"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#overview-of-the-solution","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Overview of the solution"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-do-the-equivalent-of-libtools-exportsymbol-and-exportregex","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I do the equivalent of Libtools export-symbol and export-regex?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-dont-the-arguments-passed-to-add_project_link_arguments-affect-anything","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why don't the arguments passed to add_project_link_arguments affect anything?"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#the-dependencies-section","node_type":"p","page":"IDE integration","sections":["IDE integration","The dependencies section"],"context":{"gi-language":["default"]}},{"url":"IndepthTutorial.html#an-indepth-tutorial","node_type":"p","page":"An in-depth tutorial","sections":["An in-depth tutorial"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#binaries","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Binaries"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#implicit-dependencies","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","Implicit dependencies"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#python_dependency-object","node_type":"p","page":"Python module","sections":["Python module","\npython_dependency object"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_global_link_arguments","node_type":"p","page":"Functions","sections":["Functions","add_global_link_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_dependencies","node_type":"p","page":"Functions","sections":["Functions","add_project_dependencies()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_link_arguments","node_type":"p","page":"Functions","sections":["Functions","add_project_link_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments1","node_type":"p","page":"Functions","sections":["Functions","add_global_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments5","node_type":"p","page":"Functions","sections":["Functions","add_project_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_link_language","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_link_whole","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_link_with","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_link_language","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_link_whole","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_link_with","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_link_language","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_link_whole","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_link_with","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_link_language","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_link_whole","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_link_with","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_link_language","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_link_whole","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_link_with","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_link_language","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_link_whole","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_link_with","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module","node_type":"p","page":"Functions","sections":["Functions","shared_module()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_link_language","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_link_whole","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_link_with","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_link_language","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_link_whole","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_link_with","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_linker_id","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_linker_id()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerhas_link_argument","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#deppartial_dependency","node_type":"ul","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.partial_dependency()"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-flag-environment-variables","node_type":"h2","page":"Reference tables","sections":["Reference tables","Compiler and linker flag environment variables"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-selection-variables","node_type":"h2","page":"Reference tables","sections":["Reference tables","Compiler and Linker selection variables"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#language-arguments-parameter-names","node_type":"table","page":"Reference tables","sections":["Reference tables","Language arguments parameter names"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#linker-ids","node_type":"h2","page":"Reference tables","sections":["Reference tables","Linker ids"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#added-build_rpath-keyword-argument","node_type":"p","page":"Release 0.42","sections":["New features","Added build_rpath keyword argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#limiting-the-maximum-number-of-linker-processes","node_type":"h2","page":"Release 0.42","sections":["New features","Limiting the maximum number of linker processes"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#rust-crosscompilation","node_type":"p","page":"Release 0.45","sections":["New features","Rust cross-compilation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#new-functions-has_link_argument-and-friends","node_type":"p","page":"Release 0.46","sections":["New features","New functions: has_link_argument() and friends"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-base-build-option-for-llvm-apple-bitcode-support","node_type":"p","page":"Release 0.47","sections":["New features","New base build option for LLVM (Apple) bitcode support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#ccrx-compiler-for-c-and-cpp","node_type":"p","page":"Release 0.49","sections":["New features","CC-RX compiler for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#new-target-keyword-argument-link_language","node_type":"p","page":"Release 0.51.0","sections":["New features","New target keyword argument: link_language\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#compiler-and-dynamic-linker-representation-split","node_type":"h2","page":"Release 0.52.0","sections":["New features","Compiler and dynamic linker representation split"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#mesons-builtin-b_lundef-is-now-supported-on-macos","node_type":"p","page":"Release 0.52.0","sections":["New features","Meson's builtin b_lundef is now supported on macOS"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#compilerget_linker_id","node_type":"p","page":"Release 0.53.0","sections":["New features","compiler.get_linker_id()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#generic-overrider-for-dynamic-linker-selection","node_type":"h2","page":"Release 0.53.0","sections":["New features","Generic Overrider for Dynamic Linker selection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#dynamic-linker-environment-variables-actually-match-docs","node_type":"h2","page":"Release 0.54.0","sections":["New features","Dynamic Linker environment variables actually match docs"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#emscripten-emcc-now-supports-threads","node_type":"p","page":"Release 0.54.0","sections":["New features","Emscripten (emcc) now supports threads"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#property-support-emscriptens-wasmld","node_type":"p","page":"Release 0.54.0","sections":["New features","Property support emscripten's wasm-ld"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#support-for-overriding-the-linker-with-ldc-and-gdc","node_type":"h2","page":"Release 0.54.0","sections":["New features","Support for overriding the linker with ldc and gdc"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#link_language-argument-added-to-all-targets","node_type":"p","page":"Release 0.55.0","sections":["New features","link_language argument added to all targets"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#knob-to-control-lto-thread","node_type":"p","page":"Release 0.57.0","sections":["New features","Knob to control LTO thread"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#passing-internal-dependencies-to-the-compiler-object","node_type":"p","page":"Release 0.57.0","sections":["New features","Passing internal dependencies to the compiler object"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#unstableexternal_project-improvements","node_type":"ul","page":"Release 0.57.0","sections":["New features","\nunstable-external_project improvements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#more-efficient-static-linking-of-uninstalled-libraries","node_type":"p","page":"Release 0.60.0","sections":["New features","More efficient static linking of uninstalled libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-support-for-texas-instruments-msp430-and-arm-compilers","node_type":"p","page":"Release 0.62.0","sections":["New features","Added support for Texas Instruments MSP430 and ARM compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#jni-system-dependency-modules","node_type":"p","page":"Release 0.62.0","sections":["New features","JNI System Dependency Modules"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#support-for-mold-linker-added","node_type":"h2","page":"Release 0.63.0","sections":["New features","Support for mold linker added"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#more-data-in-introspection-files","node_type":"ul","page":"Release 1.2.0","sections":["New features","More data in introspection files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#zig-011-can-be-used-as-a-cc-compiler-frontend","node_type":"p","page":"Release 1.6.0","sections":["New features","Zig 0.11 can be used as a C/C++ compiler frontend"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#environment-variables","node_type":"p","page":"Running Meson","sections":["Running Meson","Environment variables"],"context":{"gi-language":["default"]}},{"url":"Vala.html#using-libraries","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-extra-compiler-and-linker-flags-from-the-outside-when-eg-building-distro-packages","node_type":"h2","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set extra compiler and linker flags from the outside (when e.g. building distro packages)"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-linker","node_type":"h2","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set linker"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"linker","urls":[{"url":"Adding-arguments.html#per-target-arguments","node_type":"p","page":"Adding arguments","sections":["Adding arguments","Per target arguments"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-options-object","node_type":"ul","page":"CMake module","sections":["CMake module","CMake subprojects","\ncmake options object"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#compiler-id","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Compiler id"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#installed","node_type":"table","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","installed"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependencies","node_type":"p","page":"Dependencies","sections":["Dependencies"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#jni","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","JNI"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#2-must-do-the-right-thing-by-default","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","2. Must do the right thing by default"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#overview-of-the-solution","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Overview of the solution"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-do-the-equivalent-of-libtools-exportsymbol-and-exportregex","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I do the equivalent of Libtools export-symbol and export-regex?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-dont-the-arguments-passed-to-add_project_link_arguments-affect-anything","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why don't the arguments passed to add_project_link_arguments affect anything?"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#the-dependencies-section","node_type":"p","page":"IDE integration","sections":["IDE integration","The dependencies section"],"context":{"gi-language":["default"]}},{"url":"IndepthTutorial.html#an-indepth-tutorial","node_type":"p","page":"An in-depth tutorial","sections":["An in-depth tutorial"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#binaries","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Binaries"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#implicit-dependencies","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","Implicit dependencies"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#python_dependency-object","node_type":"p","page":"Python module","sections":["Python module","\npython_dependency object"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_global_link_arguments","node_type":"p","page":"Functions","sections":["Functions","add_global_link_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_dependencies","node_type":"p","page":"Functions","sections":["Functions","add_project_dependencies()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_link_arguments","node_type":"p","page":"Functions","sections":["Functions","add_project_link_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments1","node_type":"p","page":"Functions","sections":["Functions","add_global_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments5","node_type":"p","page":"Functions","sections":["Functions","add_project_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_link_language","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_link_whole","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_link_with","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_link_language","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_link_whole","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_link_with","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_link_language","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_link_whole","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_link_with","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_link_language","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_link_whole","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_link_with","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_link_language","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_link_whole","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_link_with","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_link_language","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_link_whole","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_link_with","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module","node_type":"p","page":"Functions","sections":["Functions","shared_module()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_link_language","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_link_whole","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_link_with","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_link_language","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_link_whole","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_link_with","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_linker_id","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_linker_id()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerhas_link_argument","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#deppartial_dependency","node_type":"ul","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.partial_dependency()"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-flag-environment-variables","node_type":"h2","page":"Reference tables","sections":["Reference tables","Compiler and linker flag environment variables"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-selection-variables","node_type":"h2","page":"Reference tables","sections":["Reference tables","Compiler and Linker selection variables"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#language-arguments-parameter-names","node_type":"table","page":"Reference tables","sections":["Reference tables","Language arguments parameter names"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#linker-ids","node_type":"h2","page":"Reference tables","sections":["Reference tables","Linker ids"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#added-build_rpath-keyword-argument","node_type":"p","page":"Release 0.42","sections":["New features","Added build_rpath keyword argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#limiting-the-maximum-number-of-linker-processes","node_type":"h2","page":"Release 0.42","sections":["New features","Limiting the maximum number of linker processes"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#rust-crosscompilation","node_type":"p","page":"Release 0.45","sections":["New features","Rust cross-compilation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#new-functions-has_link_argument-and-friends","node_type":"p","page":"Release 0.46","sections":["New features","New functions: has_link_argument() and friends"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-base-build-option-for-llvm-apple-bitcode-support","node_type":"p","page":"Release 0.47","sections":["New features","New base build option for LLVM (Apple) bitcode support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#ccrx-compiler-for-c-and-cpp","node_type":"p","page":"Release 0.49","sections":["New features","CC-RX compiler for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#new-target-keyword-argument-link_language","node_type":"p","page":"Release 0.51.0","sections":["New features","New target keyword argument: link_language\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#compiler-and-dynamic-linker-representation-split","node_type":"h2","page":"Release 0.52.0","sections":["New features","Compiler and dynamic linker representation split"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#mesons-builtin-b_lundef-is-now-supported-on-macos","node_type":"p","page":"Release 0.52.0","sections":["New features","Meson's builtin b_lundef is now supported on macOS"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#compilerget_linker_id","node_type":"p","page":"Release 0.53.0","sections":["New features","compiler.get_linker_id()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#generic-overrider-for-dynamic-linker-selection","node_type":"h2","page":"Release 0.53.0","sections":["New features","Generic Overrider for Dynamic Linker selection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#dynamic-linker-environment-variables-actually-match-docs","node_type":"h2","page":"Release 0.54.0","sections":["New features","Dynamic Linker environment variables actually match docs"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#emscripten-emcc-now-supports-threads","node_type":"p","page":"Release 0.54.0","sections":["New features","Emscripten (emcc) now supports threads"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#property-support-emscriptens-wasmld","node_type":"p","page":"Release 0.54.0","sections":["New features","Property support emscripten's wasm-ld"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#support-for-overriding-the-linker-with-ldc-and-gdc","node_type":"h2","page":"Release 0.54.0","sections":["New features","Support for overriding the linker with ldc and gdc"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#link_language-argument-added-to-all-targets","node_type":"p","page":"Release 0.55.0","sections":["New features","link_language argument added to all targets"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#knob-to-control-lto-thread","node_type":"p","page":"Release 0.57.0","sections":["New features","Knob to control LTO thread"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#passing-internal-dependencies-to-the-compiler-object","node_type":"p","page":"Release 0.57.0","sections":["New features","Passing internal dependencies to the compiler object"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#unstableexternal_project-improvements","node_type":"ul","page":"Release 0.57.0","sections":["New features","\nunstable-external_project improvements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#more-efficient-static-linking-of-uninstalled-libraries","node_type":"p","page":"Release 0.60.0","sections":["New features","More efficient static linking of uninstalled libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-support-for-texas-instruments-msp430-and-arm-compilers","node_type":"p","page":"Release 0.62.0","sections":["New features","Added support for Texas Instruments MSP430 and ARM compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#jni-system-dependency-modules","node_type":"p","page":"Release 0.62.0","sections":["New features","JNI System Dependency Modules"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#support-for-mold-linker-added","node_type":"h2","page":"Release 0.63.0","sections":["New features","Support for mold linker added"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#more-data-in-introspection-files","node_type":"ul","page":"Release 1.2.0","sections":["New features","More data in introspection files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#zig-011-can-be-used-as-a-cc-compiler-frontend","node_type":"p","page":"Release 1.6.0","sections":["New features","Zig 0.11 can be used as a C/C++ compiler frontend"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#environment-variables","node_type":"p","page":"Running Meson","sections":["Running Meson","Environment variables"],"context":{"gi-language":["default"]}},{"url":"Vala.html#using-libraries","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-extra-compiler-and-linker-flags-from-the-outside-when-eg-building-distro-packages","node_type":"h2","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set extra compiler and linker flags from the outside (when e.g. building distro packages)"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-linker","node_type":"h2","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set linker"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/longstanding b/assets/js/search/longstanding index 7fb976194..49c2f272e 100644 --- a/assets/js/search/longstanding +++ b/assets/js/search/longstanding @@ -1 +1 @@ -urls_downloaded_cb({"token":"longstanding","urls":[{"url":"Gnome-module.html#gnomeyelp","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.yelp()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#projects-args-can-be-set-separately-for-cross-and-native-builds-potentially-breaking-change","node_type":"p","page":"Release 0.48","sections":["New features","Projects args can be set separately for cross and native builds (potentially breaking change)"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"longstanding","urls":[{"url":"Gnome-module.html#gnomeyelp","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.yelp()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#projects-args-can-be-set-separately-for-cross-and-native-builds-potentially-breaking-change","node_type":"p","page":"Release 0.48","sections":["New features","Projects args can be set separately for cross and native builds (potentially breaking change)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/meson b/assets/js/search/meson index f046e38b3..6b5576f3c 100644 --- a/assets/js/search/meson +++ b/assets/js/search/meson @@ -1 +1 @@ -urls_downloaded_cb({"token":"meson","urls":[{"url":"ARM-performance-test.html#arm-performance-test","node_type":"p","page":"Arm performance test","sections":["Arm performance test"],"context":{"gi-language":["default"]}},{"url":"ARM-performance-test.html#measurements","node_type":"p","page":"Arm performance test","sections":["Arm performance test","Measurements"],"context":{"gi-language":["default"]}},{"url":"Adding-arguments.html#adding-arguments","node_type":"p","page":"Adding arguments","sections":["Adding arguments"],"context":{"gi-language":["default"]}},{"url":"Adding-arguments.html#global-arguments","node_type":"p","page":"Adding arguments","sections":["Adding arguments","Global arguments"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#changes-to-original-source","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","Changes to original source"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#creating-the-wrap-contents","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","How to contribute a new wrap","Creating the wrap contents"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#how-it-works","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","How it works"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#how-to-contribute-a-new-wrap","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","How to contribute a new wrap"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#passing-automatic-validation","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","Passing automatic validation"],"context":{"gi-language":["default"]}},{"url":"Additional.html#additional-documentation","node_type":"p","page":"Additional documentation","sections":["Additional documentation"],"context":{"gi-language":["default"]}},{"url":"Additional.html#subpages","node_type":"p","page":"Additional documentation","sections":[],"context":{"gi-language":["default"]}},{"url":"Build-options.html#arrays","node_type":"p","page":"Build options","sections":["Build options","Build option types","Arrays"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#build-options","node_type":"p","page":"Build options","sections":["Build options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#builtin-build-options","node_type":"p","page":"Build options","sections":["Build options","Built-in build options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#deprecated-options","node_type":"p","page":"Build options","sections":["Build options","Deprecated options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#integers","node_type":"p","page":"Build options","sections":["Build options","Build option types","Integers"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#using-build-options","node_type":"p","page":"Build options","sections":["Build options","Using build options"],"context":{"gi-language":["default"]}},{"url":"Build-system-converters.html#build-system-converters","node_type":"p","page":"Build system converters","sections":["Build system converters"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#build-targets","node_type":"p","page":"Build targets","sections":["Build targets"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#libraries-and-executables","node_type":"p","page":"Build targets","sections":["Build targets","Libraries and executables"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#object-files","node_type":"p","page":"Build targets","sections":["Build targets","Object files"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#builtin-options","node_type":"p","page":"Built-in options","sections":["Built-in options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#compiler-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Compiler options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-backend","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for backend\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-default_both_libraries","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for default_both_libraries\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-genvslite","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for genvslite\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-vsenv","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for vsenv\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#directories","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Directories"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#module-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#python-module","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options","Python module"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#universal-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-module","node_type":"p","page":"CMake module","sections":["CMake module"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-subprojects","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#configuration-options","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Configuration options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cross-compilation","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Cross compilation"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#subproject-object","node_type":"ul","page":"CMake module","sections":["CMake module","CMake subprojects","\nsubproject object"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#usage","node_type":"p","page":"CMake module","sections":["CMake module","Usage"],"context":{"gi-language":["default"]}},{"url":"Code-formatting.html#clangformat","node_type":"p","page":"clang-format","sections":["clang-format"],"context":{"gi-language":["default"]}},{"url":"Commands.html#commandline-commands","node_type":"p","page":"Command-line commands","sections":["Command-line commands"],"context":{"gi-language":["default"]}},{"url":"Commands.html#compile","node_type":"p","page":"Command-line commands","sections":["Command-line commands","compile"],"context":{"gi-language":["default"]}},{"url":"Commands.html#configure","node_type":"p","page":"Command-line commands","sections":["Command-line commands","configure"],"context":{"gi-language":["default"]}},{"url":"Commands.html#devenv","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","devenv"],"context":{"gi-language":["default"]}},{"url":"Commands.html#differences-with-muon-fmt","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","format","Differences with muon fmt\n"],"context":{"gi-language":["default"]}},{"url":"Commands.html#examples7","node_type":"p","page":"Command-line commands","sections":["Command-line commands","reprotest","Examples"],"context":{"gi-language":["default"]}},{"url":"Commands.html#introspect","node_type":"p","page":"Command-line commands","sections":["Command-line commands","introspect"],"context":{"gi-language":["default"]}},{"url":"Commands.html#rewrite","node_type":"p","page":"Command-line commands","sections":["Command-line commands","rewrite"],"context":{"gi-language":["default"]}},{"url":"Commands.html#setup","node_type":"p","page":"Command-line commands","sections":["Command-line commands","setup"],"context":{"gi-language":["default"]}},{"url":"Commands.html#subprojects","node_type":"p","page":"Command-line commands","sections":["Command-line commands","subprojects"],"context":{"gi-language":["default"]}},{"url":"Commands.html#test","node_type":"p","page":"Command-line commands","sections":["Command-line commands","test"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#comparing-meson-with-other-build-systems","node_type":"h1","page":"Comparisons","sections":["Comparing Meson with other build systems"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#meson","node_type":"h2","page":"Comparisons","sections":["Comparing Meson with other build systems","Meson"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#compiler-properties","node_type":"p","page":"Compiler properties","sections":["Compiler properties"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-a-header-exist","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does a header exist?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-code-compile","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does code compile?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-code-compile-and-link","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does code compile and link?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#expression-size","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Expression size"],"context":{"gi-language":["default"]}},{"url":"Conference-presentations.html#conference-presentations-on-meson","node_type":"h1","page":"Conference presentations on Meson","sections":["Conference presentations on Meson"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#configuration","node_type":"p","page":"Configuration","sections":["Configuration"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#configuring-without-an-input-file","node_type":"p","page":"Configuration","sections":["Configuration","Configuring without an input file"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#dealing-with-file-encodings","node_type":"p","page":"Configuration","sections":["Configuration","Dealing with file encodings"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#configuring-a-build-directory","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory"],"context":{"gi-language":["default"]}},{"url":"Contact-information.html#contact-information","node_type":"p","page":"Contact information","sections":["Contact information"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#boost","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","AppVeyor for Windows","Boost"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#circleci-for-linux-host-without-custom-docker-images","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","CircleCI for Linux host (without custom Docker images)"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#continuous-integration","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#github-actions","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","GitHub Actions"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#travisci-with-docker","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","Travis-CI with Docker"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#acceptance-and-merging","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Acceptance and merging"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#cc-coding-style","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","C/C++ coding style"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#contributing-to-meson","node_type":"h1","page":"Contributing to Meson","sections":["Contributing to Meson"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#dependency-support-policy","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Dependency support policy"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#documentation","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Documentation"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#matrix","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","matrix"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#no-lingering-state","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","No lingering state"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#project-tests","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Project tests"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#python","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Dependency support policy","Python"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#python-coding-style","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Python Coding style"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#skipping-integration-tests","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Skipping integration tests"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#special-procedure-for-new-features","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Special procedure for new features"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#strategy-for-merging-pull-requests-to-trunk","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Strategy for merging pull requests to trunk"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#subpages","node_type":"p","page":"Contributing to Meson","sections":[],"context":{"gi-language":["default"]}},{"url":"Contributing.html#turing-completeness","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Turing completeness"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#adding-dependencies","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Adding dependencies"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#adding-other-tools","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Adding other tools"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#building-and-installing","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Building and installing"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#final-steps","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Final steps"],"context":{"gi-language":["default"]}},{"url":"Creating-OSX-packages.html#creating-a-dmg-installer","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages","Creating a .dmg installer"],"context":{"gi-language":["default"]}},{"url":"Creating-OSX-packages.html#creating-an-app-bundle","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages","Creating an app bundle"],"context":{"gi-language":["default"]}},{"url":"Creating-OSX-packages.html#creating-osx-packages","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#autotools-dist-vs-meson-dist","node_type":"h2","page":"Creating releases","sections":["Creating releases","Autotools dist VS Meson dist"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#cement-a-version-obtained-from-vcs","node_type":"p","page":"Creating releases","sections":["Creating releases","Cement a version obtained from VCS"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#creating-releases","node_type":"p","page":"Creating releases","sections":["Creating releases"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#include-subprojects-in-your-release","node_type":"p","page":"Creating releases","sections":["Creating releases","Include subprojects in your release"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#release-a-subproject-separately","node_type":"p","page":"Creating releases","sections":["Creating releases","Release a subproject separately"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#skip-build-and-test-with-notests","node_type":"p","page":"Creating releases","sections":["Creating releases","Skip build and test with --no-tests\n"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#use-allowdirty-to-override-error-when-git-repository-contains-uncommitted-changes","node_type":"p","page":"Creating releases","sections":["Creating releases","Use --allow-dirty to override error when git repository contains uncommitted changes"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#binaries","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Binaries"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#cross-compilation","node_type":"p","page":"Cross compilation","sections":["Cross compilation"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#cross-file-locations","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Cross file locations"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#custom-data","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Custom data"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#defining-the-environment","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#introspection-and-system-checks","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Introspection and system checks"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#machine-entries","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Machine Entries"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#properties","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Properties"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#starting-a-cross-build","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Starting a cross build"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#using-a-custom-standard-library","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Using a custom standard library"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#unstable-cuda-module","node_type":"p","page":"Unstable CUDA Module","sections":["Unstable CUDA Module"],"context":{"gi-language":["default"]}},{"url":"Custom-build-targets.html#custom-build-targets","node_type":"p","page":"Custom build targets","sections":["Custom build targets"],"context":{"gi-language":["default"]}},{"url":"Custom-build-targets.html#details-on-command-invocation","node_type":"p","page":"Custom build targets","sections":["Custom build targets","Details on command invocation"],"context":{"gi-language":["default"]}},{"url":"Cython.html#c-intermediate-support","node_type":"p","page":"Cython","sections":["Cython","C++ intermediate support"],"context":{"gi-language":["default"]}},{"url":"Cython.html#cython","node_type":"p","page":"Cython","sections":["Cython"],"context":{"gi-language":["default"]}},{"url":"D.html#compiling-d-applications","node_type":"p","page":"D","sections":["Compiling D applications"],"context":{"gi-language":["default"]}},{"url":"D.html#compiling-d-libraries-and-installing-them","node_type":"p","page":"D","sections":["Compiling D libraries and installing them"],"context":{"gi-language":["default"]}},{"url":"D.html#using-embedded-unittests","node_type":"p","page":"D","sections":["Compiling D applications","Using embedded unittests"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#boost","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Boost"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#building-dependencies-as-subprojects","node_type":"p","page":"Dependencies","sections":["Building dependencies as subprojects"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#builtin","node_type":"p","page":"Dependencies","sections":["Dependency detection method","Builtin"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#cmake","node_type":"p","page":"Dependencies","sections":["Dependency detection method","CMake"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#config-tool","node_type":"p","page":"Dependencies","sections":["Dependency detection method","Config tool"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#curses","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Curses"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependencies","node_type":"p","page":"Dependencies","sections":["Dependencies"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependencies-with-custom-lookup-functionality","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependency-detection-method","node_type":"p","page":"Dependencies","sections":["Dependency detection method"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dia-sdk","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","DIA SDK"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dub","node_type":"p","page":"Dependencies","sections":["Dependency detection method","Dub"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#gtest-and-gmock","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","GTest and GMock"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#llvm","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","LLVM"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#modules-aka-components","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","LLVM","Modules, a.k.a. Components"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#mpi","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","MPI"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#netcdf","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","NetCDF"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#objfw","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","ObjFW"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#python3","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Python3"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#qt","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Qt"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#shaderc","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Shaderc"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#system","node_type":"p","page":"Dependencies","sections":["Dependency detection method","System"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#valgrind","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Valgrind"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#wxwidgets","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","WxWidgets"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#get-the-code","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Get the code"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#sample-code","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Sample code"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#this-is-the-original-design-rationale-for-meson-the-syntax-it-describes-does-not-match-the-released-version","node_type":"h1","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version"],"context":{"gi-language":["default"]}},{"url":"Disabler.html#disabling-parts-of-the-build","node_type":"p","page":"Disabling parts of the build","sections":["Disabling parts of the build"],"context":{"gi-language":["default"]}},{"url":"Dlang-module.html#generate_dub_file","node_type":"p","page":"Dlang module","sections":["Dlang module","Usage","generate_dub_file()"],"context":{"gi-language":["default"]}},{"url":"Donating.html#donating-to-support-meson-development","node_type":"h1","page":"Donating to support Meson development","sections":["Donating to support Meson development"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#add_project","node_type":"ul","page":"External Project module","sections":["External Project module","Functions","add_project()"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#external-project-module","node_type":"ul","page":"External Project module","sections":["External Project module"],"context":{"gi-language":["default"]}},{"url":"External-commands.html#external-commands","node_type":"p","page":"External commands","sections":["External commands"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#but-i-really-want-a-version-of-meson-that-doesnt-use-python","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","But I really want a version of Meson that doesn't use python!"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#but-i-really-want-to-use-wildcards","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","But I really want to use wildcards!"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#do-i-need-to-add-my-headers-to-the-sources-list-like-in-autotools","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Do I need to add my headers to the sources list like in Autotools?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#do-you-at-least-support-my-ancient-python-install","node_type":"ul","page":"FAQ","sections":["Meson Frequently Asked Questions","Do you at least support my ancient python install?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#does-wrap-download-sources-behind-my-back","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Does wrap download sources behind my back?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-disable-exceptions-and-rtti-in-my-c-project","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I disable exceptions and RTTI in my C++ project?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-ignore-the-build-directory-in-my-vcs","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I ignore the build directory in my VCS?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-tell-meson-that-my-sources-use-generated-headers","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I tell Meson that my sources use generated headers?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-to-add-preprocessor-defines-to-a-target","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How to add preprocessor defines to a target?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-to-use-meson-on-a-host-where-it-is-not-available-in-system-packages","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","How to use Meson on a host where it is not available in system packages?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#i-added-some-compiler-flags-and-now-the-build-fails-with-weird-errors-what-is-happening","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","I added some compiler flags and now the build fails with weird errors. What is happening?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#i-have-proprietary-compiler-toolchain-x-that-does-not-work-with-meson-how-can-i-make-it-work","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","I have proprietary compiler toolchain X that does not work with Meson, how can I make it work?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#meson-frequently-asked-questions","node_type":"h1","page":"FAQ","sections":["Meson Frequently Asked Questions"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#should-i-check-for-buildtype-or-individual-options-like-debug-in-my-build-files","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Should I check for buildtype or individual options like debug in my build files?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#should-i-use-subdir-or-subproject","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Should I use subdir or subproject?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-are-changes-to-default-project-options-ignored","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why are changes to default project options ignored?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-cant-i-specify-target-files-with-a-wildcard","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why can't I specify target files with a wildcard?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-doesnt-meson-have-user-defined-functionsmacros","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","Why doesn't meson have user defined functions/macros?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-dont-the-arguments-passed-to-add_project_link_arguments-affect-anything","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why don't the arguments passed to add_project_link_arguments affect anything?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-it-called-meson","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is it called Meson?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-implemented-in-python-rather-than-programming-language-x","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson implemented in Python rather than [programming language X]?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-not-just-a-python-module-so-i-could-code-my-build-setup-in-python","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson not just a Python module so I could code my build setup in Python?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-there-not-a-make-backend","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is there not a Make backend?"],"context":{"gi-language":["default"]}},{"url":"Feature-autodetection.html#ccache","node_type":"p","page":"Feature autodetection","sections":["Feature autodetection","Ccache"],"context":{"gi-language":["default"]}},{"url":"Feature-autodetection.html#coverage","node_type":"p","page":"Feature autodetection","sections":["Feature autodetection","Coverage"],"context":{"gi-language":["default"]}},{"url":"Feature-autodetection.html#feature-autodetection","node_type":"p","page":"Feature autodetection","sections":["Feature autodetection"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#file-lookup-rules","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","File lookup rules"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#read","node_type":"ul","page":"FS (filesystem) module","sections":["FS (filesystem) module","Filename modification","read"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#generating-headers","node_type":"p","page":"Generating sources","sections":["Generating sources","Using custom_target()","Generating headers"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#generating-multiple-files-at-a-time","node_type":"p","page":"Generating sources","sections":["Generating sources","Using custom_target()","Generating multiple files at a time"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#generating-sources","node_type":"p","page":"Generating sources","sections":["Generating sources"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#using-generator","node_type":"p","page":"Generating sources","sections":["Generating sources","Using generator()"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#dependencies","node_type":"p","page":"Getting Meson","sections":["Getting Meson","Dependencies"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#downloading-meson","node_type":"h2","page":"Getting Meson","sections":["Getting Meson","Downloading Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#getting-meson","node_type":"h1","page":"Getting Meson","sections":["Getting Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#installing-meson-and-ninja-with-the-msi-installer","node_type":"h2","page":"Getting Meson","sections":["Getting Meson","Installing Meson and Ninja with the MSI installer"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#installing-meson-with-pip","node_type":"h2","page":"Getting Meson","sections":["Getting Meson","Installing Meson with pip"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#packing-meson-into-a-zipapp","node_type":"h3","page":"Getting Meson","sections":["Getting Meson","Downloading Meson","Packing Meson into a zipapp"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#subpages","node_type":"p","page":"Getting Meson","sections":[],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#windows-python3-quirks","node_type":"p","page":"Getting Meson","sections":["Platform-specific install quirks","Windows Python3 quirks"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#baixando-o-meson","node_type":"h2","page":"Obtendo o Meson","sections":["Obtendo o Meson","Baixando o Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#dependncias","node_type":"p","page":"Obtendo o Meson","sections":["Obtendo o Meson","Dependências"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#instalando-o-meson-com-o-pip","node_type":"h2","page":"Obtendo o Meson","sections":["Obtendo o Meson","Instalando o Meson com o pip"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#instalando-o-meson-e-o-ninja-com-o-instalador-msi","node_type":"h2","page":"Obtendo o Meson","sections":["Obtendo o Meson","Instalando o Meson e o Ninja com o instalador MSI"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#obtendo-o-meson","node_type":"h1","page":"Obtendo o Meson","sections":["Obtendo o Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#peculiaridades-do-python-3-no-windows","node_type":"p","page":"Obtendo o Meson","sections":["Peculiaridades de instalação específicas de plataformas","Peculiaridades do Python 3 no Windows"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#","node_type":"p","page":"获取Meson","sections":["获取Meson","所需依赖"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#meson","node_type":"h1","page":"获取Meson","sections":["获取Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#meson1","node_type":"h2","page":"获取Meson","sections":["获取Meson","下载Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#msimesonninja","node_type":"h2","page":"获取Meson","sections":["获取Meson","使用MSI安装包安装Meson和Ninja"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#pipmeson","node_type":"h2","page":"获取Meson","sections":["获取Meson","使用pip安装Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#windows-python3","node_type":"p","page":"获取Meson","sections":["特殊平台的安装特例","Windows Python3"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomecompile_resources","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.compile_resources()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomecompile_schemas","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.compile_schemas()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegdbus_codegen","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.gdbus_codegen()"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#building-a-simple-sdl2-app-from-scratch","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Building a simple SDL2 app from scratch"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#creating-the-sample-program","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Creating the sample program"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#upgrading-the-program-to-use-sdl","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Upgrading the program to use SDL"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ast-of-a-mesonbuild","node_type":"p","page":"IDE integration","sections":["AST of a meson.build\n"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-options","node_type":"p","page":"IDE integration","sections":["IDE integration","Build Options"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-system-files","node_type":"p","page":"IDE integration","sections":["IDE integration","Build system files"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#existing-integrations","node_type":"ul","page":"IDE integration","sections":["Existing integrations"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ide-integration","node_type":"table","page":"IDE integration","sections":["IDE integration"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#json-reference-manual","node_type":"p","page":"IDE integration","sections":["JSON Reference manual"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#possible-values-for-type","node_type":"table","page":"IDE integration","sections":["IDE integration","The targets section","Possible values for type\n"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#programmatic-interface","node_type":"p","page":"IDE integration","sections":["Programmatic interface"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#scanning-for-dependencies-with-scandependencies","node_type":"p","page":"IDE integration","sections":["IDE integration","The dependencies section","Scanning for dependencies with --scan-dependencies\n"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#target-sources","node_type":"p","page":"IDE integration","sections":["IDE integration","The targets section","Target sources"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#tests","node_type":"p","page":"IDE integration","sections":["IDE integration","Tests"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#using-targets-without-a-build-directory","node_type":"p","page":"IDE integration","sections":["IDE integration","The targets section","Using --targets without a build directory"],"context":{"gi-language":["default"]}},{"url":"Icestorm-module.html#unstable-icestorm-module","node_type":"p","page":"Unstable IceStorm module","sections":["Unstable IceStorm module"],"context":{"gi-language":["default"]}},{"url":"In-the-press.html#in-the-press","node_type":"ul","page":"In the press","sections":["In the press"],"context":{"gi-language":["default"]}},{"url":"Include-directories.html#include-directories","node_type":"p","page":"Include directories","sections":["Include directories"],"context":{"gi-language":["default"]}},{"url":"IndepthTutorial.html#an-indepth-tutorial","node_type":"p","page":"An in-depth tutorial","sections":["An in-depth tutorial"],"context":{"gi-language":["default"]}},{"url":"Installing.html#custom-install-script","node_type":"p","page":"Installing","sections":["Installing","Custom install script"],"context":{"gi-language":["default"]}},{"url":"Installing.html#destdir-support","node_type":"p","page":"Installing","sections":["Installing","DESTDIR support"],"context":{"gi-language":["default"]}},{"url":"Installing.html#installation-tags","node_type":"p","page":"Installing","sections":["Installing","Installation tags"],"context":{"gi-language":["default"]}},{"url":"Installing.html#installing","node_type":"p","page":"Installing","sections":["Installing"],"context":{"gi-language":["default"]}},{"url":"Installing.html#installing-as-the-superuser","node_type":"p","page":"Installing","sections":["Installing","Installing as the superuser"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#generate_native_header","node_type":"ul","page":"Java Module","sections":["Java Module","Functions","generate_native_header()"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#generate_native_headers","node_type":"ul","page":"Java Module","sections":["Java Module","Functions","generate_native_headers()"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#native_headers","node_type":"ul","page":"Java Module","sections":["Java Module","Functions","native_headers()"],"context":{"gi-language":["default"]}},{"url":"Java.html#compiling-java-applications","node_type":"ul","page":"Java","sections":["Compiling Java applications"],"context":{"gi-language":["default"]}},{"url":"Keyval-module.html#keyval-module","node_type":"p","page":"keyval module","sections":["keyval module"],"context":{"gi-language":["default"]}},{"url":"Keyval-module.html#keyvalload","node_type":"p","page":"keyval module","sections":["keyval module","Usage","keyval.load()"],"context":{"gi-language":["default"]}},{"url":"Localisation.html#generating-pot-and-po-files","node_type":"ul","page":"Localisation","sections":["Localisation","Generating .pot and .po files"],"context":{"gi-language":["default"]}},{"url":"Localisation.html#mesonbuild","node_type":"p","page":"Localisation","sections":["Localisation","Generating .pot and .po files","meson.build"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#binaries","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Binaries"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#constants","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","constants"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#loading-multiple-machine-files","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Loading multiple machine files"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#meson-builtin-options","node_type":"h3","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Meson built-in options"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#supported-properties","node_type":"ul","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Properties","Supported properties"],"context":{"gi-language":["default"]}},{"url":"Manual.html#manual","node_type":"p","page":"Manual","sections":["Manual"],"context":{"gi-language":["default"]}},{"url":"Manual.html#subpages","node_type":"p","page":"Manual","sections":[],"context":{"gi-language":["default"]}},{"url":"Meson-sample.html#a-note-to-visual-studio-users","node_type":"p","page":"Meson sample","sections":["Meson sample","A note to Visual Studio users"],"context":{"gi-language":["default"]}},{"url":"Meson-sample.html#meson-sample","node_type":"h1","page":"Meson sample","sections":["Meson sample"],"context":{"gi-language":["default"]}},{"url":"MesonCI.html#common-image-setup","node_type":"p","page":"Meson CI setup","sections":["Meson CI setup","Docker images","Common image setup"],"context":{"gi-language":["default"]}},{"url":"MesonCI.html#meson-ci-setup","node_type":"h1","page":"Meson CI setup","sections":["Meson CI setup"],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#mesons-policy-on-mixing-multiple-build-systems-in-one-build-directory","node_type":"h1","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory"],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#the-definition-of-build-system-mixing","node_type":"p","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory","The definition of \"build system mixing\""],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#what-does-this-mean-for-support-and-compatibility","node_type":"ul","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory","What does this mean for support and compatibility?"],"context":{"gi-language":["default"]}},{"url":"Modules.html#modules","node_type":"p","page":"Modules","sections":["Modules"],"context":{"gi-language":["default"]}},{"url":"Native-environments.html#native-file-locations","node_type":"ul","page":"Persistent native environments","sections":["Persistent native environments","Native file locations"],"context":{"gi-language":["default"]}},{"url":"Native-environments.html#persistent-native-environments","node_type":"p","page":"Persistent native environments","sections":["Persistent native environments"],"context":{"gi-language":["default"]}},{"url":"Overview.html#overview","node_type":"p","page":"Overview","sections":["Overview"],"context":{"gi-language":["default"]}},{"url":"Overview.html#terminology","node_type":"p","page":"Overview","sections":["Overview","Terminology"],"context":{"gi-language":["default"]}},{"url":"Performance-comparison.html#performance-comparison","node_type":"p","page":"Performance comparison","sections":["Performance comparison"],"context":{"gi-language":["default"]}},{"url":"Pkg-config-files.html#pkg-config-files","node_type":"p","page":"Pkg config files","sections":["Pkg config files"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#implicit-dependencies","node_type":"p","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","Implicit dependencies"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#pkggenerate","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","pkg.generate()"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#ac_subst","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Configure.ac","AC_SUBST"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#auto-headers","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Configure.ac","Auto headers"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#cleanfiles-extra_dist-etc","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Makefile.am","*CLEANFILES, EXTRA_DIST, etc."],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#configureac","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Configure.ac"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#makefileam","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Makefile.am"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#porting-from-autotools","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#toggling-the-usage-of-precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Toggling the usage of precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#using-precompiled-headers-with-gcc-and-derivatives","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Using precompiled headers with GCC and derivatives"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#using-precompiled-headers-with-msvc","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Using precompiled headers with MSVC"],"context":{"gi-language":["default"]}},{"url":"Project-templates.html#build-after-generation-of-template","node_type":"p","page":"Project templates","sections":["Build after generation of template"],"context":{"gi-language":["default"]}},{"url":"Project-templates.html#generate-a-build-script-for-an-existing-project","node_type":"p","page":"Project templates","sections":["Generate a build script for an existing project"],"context":{"gi-language":["default"]}},{"url":"Project-templates.html#project-templates","node_type":"p","page":"Project templates","sections":["Project templates"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#dependency","node_type":"ul","page":"Python module","sections":["Python module","\npython_installation object","Methods","dependency()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#extension_module","node_type":"ul","page":"Python module","sections":["Python module","\npython_installation object","Methods","extension_module()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#find_installation","node_type":"ul","page":"Python module","sections":["Python module","Functions","find_installation()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#install_sources","node_type":"ul","page":"Python module","sections":["Python module","\npython_installation object","Methods","install_sources()"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#compile_translations","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","compile_translations"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#has_tools","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#preprocess","node_type":"p","page":"Qt4 module","sections":["Qt4 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#compile_translations","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","compile_translations"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#has_tools","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#preprocess","node_type":"p","page":"Qt5 module","sections":["Qt5 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#compile_translations","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","compile_translations"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#has_tools","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#qt6-module","node_type":"p","page":"Qt6 module","sections":["Qt6 module"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#compiling-a-meson-project","node_type":"h2","page":"Quickstart Guide","sections":["Using Meson","Compiling a Meson project"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#installation-from-source","node_type":"p","page":"Quickstart Guide","sections":["Using Meson","Installation from source"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#requirements","node_type":"p","page":"Quickstart Guide","sections":["Using Meson","Requirements"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#using-meson","node_type":"h1","page":"Quickstart Guide","sections":["Using Meson"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#using-meson-as-a-distro-packager","node_type":"h2","page":"Quickstart Guide","sections":["Using Meson","Using Meson as a distro packager"],"context":{"gi-language":["default"]}},{"url":"Reference-manual.html#builtin-objects","node_type":"ul","page":"Reference manual","sections":["Reference manual","Builtin objects"],"context":{"gi-language":["default"]}},{"url":"Reference-manual.html#reference-manual","node_type":"p","page":"Reference manual","sections":["Reference manual"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin.html#subpages","node_type":"p","page":"Builtin objects","sections":[],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#add_install_script_dry_run","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#add_install_script_install_tag","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments2","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments4","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_compiler()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#get_compiler_native","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_compiler()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#meson-object-meson","node_type":"h1","page":"meson","sections":["Meson object (meson)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#meson-object-methods","node_type":"h2","page":"meson","sections":["Meson object (meson)","Meson object methods"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_devenv","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_devenv()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_dist_script","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_dist_script()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_install_script","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonoverride_dependency","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.override_dependency()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonoverride_find_program","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.override_find_program()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonversion","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.version()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments3","node_type":"p","page":"str","sections":["String (str)","String methods","str.join()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example14","node_type":"p","page":"str","sections":["String (str)","String methods","str.version_compare()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strformat","node_type":"p","page":"str","sections":["String (str)","String methods","str.format()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_languages","node_type":"p","page":"Functions","sections":["Functions","add_languages()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_languages_required","node_type":"p","page":"Functions","sections":["Functions","add_languages()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_test_setup","node_type":"p","page":"Functions","sections":["Functions","add_test_setup()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_test_setup_exclude_suites","node_type":"p","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_test_setup_is_default","node_type":"p","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_test_setup_timeout_multiplier","node_type":"p","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#alias_target","node_type":"p","page":"Functions","sections":["Functions","alias_target()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments13","node_type":"table","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments14","node_type":"table","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments17","node_type":"table","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments2","node_type":"table","page":"Functions","sections":["Functions","add_languages()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments22","node_type":"table","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments23","node_type":"table","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments26","node_type":"table","page":"Functions","sections":["Functions","import()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments28","node_type":"table","page":"Functions","sections":["Functions","install_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments29","node_type":"table","page":"Functions","sections":["Functions","install_emptydir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments32","node_type":"table","page":"Functions","sections":["Functions","install_subdir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments33","node_type":"table","page":"Functions","sections":["Functions","install_symlink()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments50","node_type":"table","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments52","node_type":"table","page":"Functions","sections":["Functions","test()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments54","node_type":"table","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments6","node_type":"table","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments9","node_type":"table","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#benchmark","node_type":"p","page":"Functions","sections":["Functions","benchmark()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#benchmark_timeout","node_type":"p","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#benchmark_verbose","node_type":"p","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_build_by_default","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_install_tag","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_link_language","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_link_with","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_build_by_default","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_install_tag","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_link_language","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_link_with","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_capture","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_command","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_copy","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_format","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_install_tag","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target","node_type":"p","page":"Functions","sections":["Functions","custom_target()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_build_by_default","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_capture","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_command","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_depends","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_feed","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_install_tag","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#debug","node_type":"p","page":"Functions","sections":["Functions","debug()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency","node_type":"ul","page":"Functions","sections":["Functions","dependency()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_allow_fallback","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_default_options","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_fallback","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_native","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_required","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example1","node_type":"p","page":"Functions","sections":["Functions","files()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_build_by_default","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_install_tag","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_link_language","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_link_with","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program","node_type":"p","page":"Functions","sections":["Functions","find_program()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_default_options","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_native","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_required","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#generator_capture","node_type":"p","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#import_required","node_type":"p","page":"Functions","sections":["Functions","import()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#include_directories","node_type":"p","page":"Functions","sections":["Functions","include_directories()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_data_install_tag","node_type":"p","page":"Functions","sections":["Functions","install_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_emptydir_install_tag","node_type":"p","page":"Functions","sections":["Functions","install_emptydir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_subdir_install_tag","node_type":"p","page":"Functions","sections":["Functions","install_subdir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_symlink_install_tag","node_type":"p","page":"Functions","sections":["Functions","install_symlink()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_build_by_default","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_install_tag","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_link_language","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_link_with","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_build_by_default","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_install_tag","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_link_language","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_link_with","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project","node_type":"p","page":"Functions","sections":["Functions","project()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_default_options","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_license","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_license_files","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_meson_version","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_subproject_dir","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_version","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_command","node_type":"p","page":"Functions","sections":["Functions","run_command()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_target","node_type":"p","page":"Functions","sections":["Functions","run_target()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_build_by_default","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_install_tag","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_link_language","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_link_with","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_build_by_default","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_install_tag","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_link_language","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_link_with","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_build_by_default","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_install_tag","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_link_language","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_link_with","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subdir_done","node_type":"p","page":"Functions","sections":["Functions","subdir_done()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject","node_type":"ul","page":"Functions","sections":["Functions","subproject()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject_default_options","node_type":"p","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test","node_type":"p","page":"Functions","sections":["Functions","test()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test_timeout","node_type":"p","page":"Functions","sections":["Functions","test()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test_verbose","node_type":"p","page":"Functions","sections":["Functions","test()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag_command","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag_install_tag","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned.html#subpages","node_type":"p","page":"Returned objects","sections":[],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_both_libs.html#build_tgtfull_path","node_type":"p","page":"Both libraries object","sections":["Both libraries object (both_libs extends lib)","Inherited methods","build_tgt.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_build_tgt.html#build_tgtfull_path","node_type":"p","page":"Build target","sections":["Build target (build_tgt extends tgt)","Build target methods","build_tgt.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#arguments5","node_type":"table","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set10()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#set10_value","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set10()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments1","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments10","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments12","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments13","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments14","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments15","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments16","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments17","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments18","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments19","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments2","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments20","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments21","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments22","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments24","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments4","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#find_library_dirs","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#find_library_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_argument_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_attribute_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_link_argument_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_multi_arguments_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_multi_link_arguments_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_custom_idx.html#custom_idxfull_path","node_type":"p","page":"Custom target index","sections":["Custom target index (custom_idx)","Custom target index methods","custom_idx.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_custom_tgt.html#custom_tgtfull_path","node_type":"p","page":"Custom target","sections":["Custom target (custom_tgt extends tgt)","Custom target methods","custom_tgt.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depname","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.name()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_env.html#environment-env","node_type":"p","page":"Environment","sections":["Environment (env)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_exe.html#build_tgtfull_path","node_type":"p","page":"Executable target","sections":["Executable target (exe extends build_tgt)","Inherited methods","build_tgt.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_external_program.html#external_programfull_path","node_type":"p","page":"External program","sections":["External program (external_program)","External program methods","external_program.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_external_program.html#external_programpath","node_type":"p","page":"External program","sections":["External program (external_program)","External program methods","external_program.path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#feature-option-object-feature","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_file.html#filefull_path","node_type":"p","page":"File","sections":["File (file)","File methods","file.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_jar.html#build_tgtfull_path","node_type":"p","page":"JAR build target","sections":["JAR build target (jar extends build_tgt)","Inherited methods","build_tgt.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_lib.html#build_tgtfull_path","node_type":"p","page":"Library target","sections":["Library target (lib extends build_tgt)","Inherited methods","build_tgt.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_tgt.html#extended-by","node_type":"p","page":"Meson Target","sections":["Meson Target (tgt)","Extended by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_tgt.html#meson-target-tgt","node_type":"h1","page":"Meson Target","sections":["Meson Target (tgt)"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-selection-variables","node_type":"p","page":"Reference tables","sections":["Reference tables","Compiler and Linker selection variables"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#cpu-families","node_type":"p","page":"Reference tables","sections":["Reference tables","CPU families"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#environment-variables-per-machine","node_type":"p","page":"Reference tables","sections":["Reference tables","Environment variables per machine"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#script-environment-variables","node_type":"table","page":"Reference tables","sections":["Reference tables","Script environment variables"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#subsystem-names-since-120","node_type":"p","page":"Reference tables","sections":["Reference tables","Subsystem names (since 1.2.0)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#improvements-to-install-scripts","node_type":"p","page":"Release 0.37","sections":["New features","Improvements to install scripts"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#llvm-ir-compilation","node_type":"p","page":"Release 0.37","sections":["New features","LLVM IR compilation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#pkgconfig-dependencies","node_type":"p","page":"Release 0.37","sections":["New features","pkg-config dependencies"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#support-for-localstatedir","node_type":"p","page":"Release 0.37","sections":["New features","Support for localstatedir\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#add-option-to-mesonconf-to-wipe-cached-data","node_type":"p","page":"Release 0.38","sections":["Add option to mesonconf to wipe cached data."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#intel-cc-compiler-support","node_type":"p","page":"Release 0.38","sections":["Intel C/C++ compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#silent-mode-for-mesontest","node_type":"p","page":"Release 0.38","sections":["Silent mode for Mesontest"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#support-for-arbitrary-test-setups","node_type":"p","page":"Release 0.38","sections":["Support for arbitrary test setups"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#uninstall-target","node_type":"p","page":"Release 0.38","sections":["Uninstall target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-39-0.html#extra-arguments-for-tests","node_type":"p","page":"Release 0.39","sections":["New features","Extra arguments for tests"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#automatic-initialization-of-subprojects-that-are-git-submodules","node_type":"p","page":"Release 0.40","sections":["New features","Automatic initialization of subprojects that are git submodules"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#can-specify-method-of-obtaining-dependencies","node_type":"p","page":"Release 0.40","sections":["New features","Can specify method of obtaining dependencies"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#cygwin-support","node_type":"p","page":"Release 0.40","sections":["New features","Cygwin support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#no-download-mode-for-wraps","node_type":"p","page":"Release 0.40","sections":["New features","No download mode for wraps"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#overriding-options-per-target","node_type":"p","page":"Release 0.40","sections":["New features","Overriding options per target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#running-mesonintrospect-from-scripts","node_type":"p","page":"Release 0.40","sections":["New features","Running mesonintrospect from scripts"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#reproducible-builds","node_type":"p","page":"Release 0.41","sections":["New features","Reproducible builds"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#support-for-capturing-stdout-of-a-command-in-configure_file","node_type":"p","page":"Release 0.41","sections":["New features","Support for capturing stdout of a command in configure_file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#add-support-for-genie-to-vala-compiler","node_type":"p","page":"Release 0.42","sections":["New features","Add support for Genie to Vala compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#added-build_rpath-keyword-argument","node_type":"p","page":"Release 0.42","sections":["New features","Added build_rpath keyword argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#disable-implicit-include-directories","node_type":"p","page":"Release 0.42","sections":["New features","Disable implicit include directories"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#keyword-argument-verification","node_type":"p","page":"Release 0.42","sections":["New features","Keyword argument verification"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#make-all-meson-functionality-invocable-via-the-main-executable","node_type":"h2","page":"Release 0.42","sections":["New features","Make all Meson functionality invocable via the main executable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#pcap-dependency-detector","node_type":"p","page":"Release 0.42","sections":["New features","Pcap dependency detector"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#simultaneous-use-of-address-and-undefined-behavior-sanitizers","node_type":"p","page":"Release 0.42","sections":["New features","Simultaneous use of Address- and Undefined Behavior Sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#better-support-for-shared-libraries-in-nonsystem-paths","node_type":"p","page":"Release 0.43","sections":["Better support for shared libraries in non-system paths"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#embedded-python-in-windows-msi-packages","node_type":"p","page":"Release 0.44","sections":["New features","Embedded Python in Windows MSI packages"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#libwmf-dependency-now-supports-libwmfconfig","node_type":"p","page":"Release 0.44","sections":["New features","Libwmf dependency now supports libwmf-config"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#experimental-fpga-support","node_type":"p","page":"Release 0.45","sections":["New features","Experimental FPGA support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#generator-outputs-can-preserve-directory-structure","node_type":"p","page":"Release 0.45","sections":["New features","Generator outputs can preserve directory structure"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#new-method-mesonproject_license","node_type":"p","page":"Release 0.45","sections":["New features","New method meson.project_license()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#project-templates","node_type":"p","page":"Release 0.45","sections":["New features","Project templates"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#python-minimum-version-is-now-35","node_type":"p","page":"Release 0.45","sections":["New features","Python minimum version is now 3.5"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#autogeneration-of-simple-mesonbuild-files","node_type":"p","page":"Release 0.46","sections":["New features","Autogeneration of simple meson.build files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#generic-python-module","node_type":"p","page":"Release 0.46","sections":["New features","Generic python module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#meson-and-meson-configure-now-accept-the-same-arguments","node_type":"h2","page":"Release 0.46","sections":["New features","Meson and meson configure now accept the same arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#meson-help-now-shows-command-line-help","node_type":"h2","page":"Release 0.46","sections":["New features","\"meson help\" now shows command line help"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#old-command-names-are-now-errors","node_type":"p","page":"Release 0.46","sections":["New features","Old command names are now errors"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#relaxing-of-target-name-requirements","node_type":"p","page":"Release 0.46","sections":["New features","Relaxing of target name requirements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#string-escape-character-sequence-update","node_type":"p","page":"Release 0.46","sections":["New features","String escape character sequence update"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#support-for-lcc-compiler-for-e2k-elbrus-architecture","node_type":"p","page":"Release 0.46","sections":["New features","Support for lcc compiler for e2k (Elbrus) architecture"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#arm-compilerversion-6-for-c-and-cpp","node_type":"p","page":"Release 0.47","sections":["New features","ARM compiler(version 6) for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#feature-detection-based-on-meson_version-in-project","node_type":"p","page":"Release 0.47","sections":["New features","Feature detection based on meson_version: in project()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#made-install-a-top-level-meson-command","node_type":"h2","page":"Release 0.47","sections":["New features","Made 'install' a top level Meson command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-base-build-option-for-llvm-apple-bitcode-support","node_type":"p","page":"Release 0.47","sections":["New features","New base build option for LLVM (Apple) bitcode support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-builtin-object-type-dictionary","node_type":"p","page":"Release 0.47","sections":["New features","New built-in object type: dictionary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-builtin-option-install_umask-with-a-default-value-022","node_type":"p","page":"Release 0.47","sections":["New features","New built-in option install_umask with a default value 022"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-keyword-argument-encoding-for-configure_file","node_type":"p","page":"Release 0.47","sections":["New features","New keyword argument encoding: for configure_file()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-options-to-gnomegdbus_codegen","node_type":"p","page":"Release 0.47","sections":["New features","New options to gnome.gdbus_codegen()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#polkit-support-for-privileged-installation","node_type":"p","page":"Release 0.47","sections":["New features","Polkit support for privileged installation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#fatal-warnings","node_type":"p","page":"Release 0.48","sections":["New features","Fatal warnings"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#meson-warns-if-two-calls-to-configure_file-write-to-the-same-file","node_type":"h2","page":"Release 0.48","sections":["New features","Meson warns if two calls to configure_file() write to the same file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#python3-module-is-deprecated","node_type":"p","page":"Release 0.48","sections":["New features","python3 module is deprecated"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#toggles-for-build-type-optimization-and-vcrt-type","node_type":"p","page":"Release 0.48","sections":["New features","Toggles for build type, optimization and vcrt type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#can-specify-keyword-arguments-with-a-dictionary","node_type":"p","page":"Release 0.49","sections":["New features","Can specify keyword arguments with a dictionary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#cmake-find_package-dependency-backend","node_type":"p","page":"Release 0.49","sections":["New features","CMake find_package dependency backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#deprecation-warning-in-pkgconfig-generator","node_type":"p","page":"Release 0.49","sections":["New features","Deprecation warning in pkg-config generator"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#joining-paths-with-","node_type":"p","page":"Release 0.49","sections":["New features","Joining paths with /"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#libgcrypt-dependency-now-supports-libgcryptconfig","node_type":"p","page":"Release 0.49","sections":["New features","Libgcrypt dependency now supports libgcrypt-config"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-keyword-argument-is_default-to-add_test_setup","node_type":"p","page":"Release 0.49","sections":["New features","New keyword argument is_default to add_test_setup()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-section-key-for-the-buildoptions-introspection","node_type":"p","page":"Release 0.49","sections":["New features","New section key for the buildoptions introspection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#subprojects-download-checkout-update-commandline","node_type":"ul","page":"Release 0.49","sections":["New features","Subprojects download, checkout, update command-line"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#a-builtin-target-to-run-clangformat","node_type":"p","page":"Release 0.50.0","sections":["New features","A builtin target to run clang-format"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#add-subproject_dir-to-projectinfo-introspection-output","node_type":"p","page":"Release 0.50.0","sections":["New features","Add subproject_dir to --projectinfo introspection output"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-option-to-introspect-multiple-parameters-at-once","node_type":"ul","page":"Release 0.50.0","sections":["New features","Added option to introspect multiple parameters at once"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-the-flang-compiler","node_type":"p","page":"Release 0.50.0","sections":["New features","Added the Flang compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-the-mesoninfojson-introspection-file","node_type":"p","page":"Release 0.50.0","sections":["New features","Added the meson-info.json introspection file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#changed-the-json-format-of-the-introspection","node_type":"p","page":"Release 0.50.0","sections":["New features","Changed the JSON format of the introspection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#fortran-submodule-support","node_type":"p","page":"Release 0.50.0","sections":["New features","Fortran submodule support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#include_directories-accepts-a-string","node_type":"p","page":"Release 0.50.0","sections":["New features","\ninclude_directories accepts a string"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-buildoptions-can-now-be-used-without-configured-build-directory","node_type":"p","page":"Release 0.50.0","sections":["New features","\nintrospect --buildoptions can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-scandependencies-can-now-be-used-to-scan-for-dependencies-used-in-a-project","node_type":"p","page":"Release 0.50.0","sections":["New features","\nintrospect --scan-dependencies can now be used to scan for dependencies used in a project"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-targets-can-now-be-used-without-configured-build-directory","node_type":"p","page":"Release 0.50.0","sections":["New features","\nintrospect --targets can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#meson-configure-can-now-print-the-default-options-of-an-unconfigured-project","node_type":"h2","page":"Release 0.50.0","sections":["New features","\nmeson configure can now print the default options of an unconfigured project"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#meson-file-rewriter","node_type":"h2","page":"Release 0.50.0","sections":["New features","Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#add-new-meson-subprojects-foreach-command","node_type":"h2","page":"Release 0.51.0","sections":["New features","Add new meson subprojects foreach command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#added-basic-support-for-the-xtensa-cpu-toolchain","node_type":"p","page":"Release 0.51.0","sections":["New features","Added basic support for the Xtensa CPU toolchain"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#c-preprocessor-flag-handling","node_type":"p","page":"Release 0.51.0","sections":["New features","(C) Preprocessor flag handling"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#can-link-against-custom-targets","node_type":"ul","page":"Release 0.51.0","sections":["New features","Can link against custom targets"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#cmake-prefix-path-overrides","node_type":"p","page":"Release 0.51.0","sections":["New features","CMake prefix path overrides"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#cmake-subprojects","node_type":"p","page":"Release 0.51.0","sections":["New features","CMake subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#fortran-include-statements-recursively-parsed","node_type":"p","page":"Release 0.51.0","sections":["New features","Fortran include statements recursively parsed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#gpgme-dependency-now-supports-gpgmeconfig","node_type":"p","page":"Release 0.51.0","sections":["New features","gpgme dependency now supports gpgme-config"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#new-target-keyword-argument-link_language","node_type":"p","page":"Release 0.51.0","sections":["New features","New target keyword argument: link_language\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#sanity-checking-compilers-with-user-flags","node_type":"p","page":"Release 0.51.0","sections":["New features","Sanity checking compilers with user flags"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#specifying-options-per-mer-machine","node_type":"p","page":"Release 0.51.0","sections":["New features","Specifying options per mer machine"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#tests-that-should-fail-but-did-not-are-now-errors","node_type":"p","page":"Release 0.51.0","sections":["New features","Tests that should fail but did not are now errors"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#added-only-tests-option-to-run_project_testspy","node_type":"p","page":"Release 0.52.0","sections":["New features","added --only test(s) option to run_project_tests.py"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#clangtidy-target","node_type":"p","page":"Release 0.52.0","sections":["New features","Clang-tidy target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#dist-is-now-a-top-level-command","node_type":"p","page":"Release 0.52.0","sections":["New features","Dist is now a top level command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#experimental-webassembly-support-via-emscripten","node_type":"p","page":"Release 0.52.0","sections":["New features","Experimental Webassembly support via Emscripten"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#mesons-builtin-b_lundef-is-now-supported-on-macos","node_type":"h2","page":"Release 0.52.0","sections":["New features","Meson's builtin b_lundef is now supported on macOS"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#the-meson-test-program-now-accepts-an-additional-gdbpath-argument-to-specify-the-gdb-binary","node_type":"h2","page":"Release 0.52.0","sections":["New features","The Meson test program now accepts an additional \"--gdb-path\" argument to specify the GDB binary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#added-new-meson-templates-for-dlang-rust-objectivec","node_type":"h2","page":"Release 0.53.0","sections":["New features","Added new Meson templates for Dlang, Rust, Objective-C\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#generic-overrider-for-dynamic-linker-selection","node_type":"p","page":"Release 0.53.0","sections":["New features","Generic Overrider for Dynamic Linker selection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#meson-dist-includesubprojects","node_type":"h2","page":"Release 0.53.0","sections":["New features","meson dist --include-subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#scalapack","node_type":"p","page":"Release 0.53.0","sections":["New features","Scalapack"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#source-tags-targets","node_type":"p","page":"Release 0.53.0","sections":["New features","Source tags targets"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#added-c-argument-to-meson-init-command","node_type":"h2","page":"Release 0.54.0","sections":["New features","Added -C argument to meson init command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#backend-agnostic-compile-command","node_type":"p","page":"Release 0.54.0","sections":["New features","Backend agnostic compile command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#emscripten-emcc-now-supports-threads","node_type":"p","page":"Release 0.54.0","sections":["New features","Emscripten (emcc) now supports threads"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#environment-variables-with-cross-builds","node_type":"p","page":"Release 0.54.0","sections":["New features","Environment Variables with Cross Builds"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#more-new-sample-meson-templates-for-java-cuda-and-more","node_type":"h2","page":"Release 0.54.0","sections":["New features","More new sample Meson templates for (Java, Cuda, and more)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#native-build-machine-compilers-not-always-required","node_type":"p","page":"Release 0.54.0","sections":["New features","Native (build machine) compilers not always required"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#native-file-properties","node_type":"p","page":"Release 0.54.0","sections":["New features","Native file properties"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#new-option-quiet-to-meson-install","node_type":"h2","page":"Release 0.54.0","sections":["New features","New option --quiet to meson install\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#ninja-version-requirement-bumped-to-17","node_type":"p","page":"Release 0.54.0","sections":["New features","Ninja version requirement bumped to 1.7"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#property-support-emscriptens-wasmld","node_type":"p","page":"Release 0.54.0","sections":["New features","Property support emscripten's wasm-ld"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#the-msi-installer-is-only-available-in-64-bit-version","node_type":"p","page":"Release 0.54.0","sections":["New features","The MSI installer is only available in 64 bit version"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#uninstalled-pkgconfig-files","node_type":"p","page":"Release 0.54.0","sections":["New features","Uninstalled pkg-config files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#unity-file-block-size-is-configurable","node_type":"p","page":"Release 0.54.0","sections":["New features","Unity file block size is configurable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#verbose-mode-for-meson-compile","node_type":"h2","page":"Release 0.54.0","sections":["New features","Verbose mode for meson compile\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#added-ability-to-specify-backend-arguments-in-meson-compile","node_type":"h2","page":"Release 0.55.0","sections":["New features","Added ability to specify backend arguments in meson compile\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#added-ability-to-specify-targets-in-meson-compile","node_type":"h2","page":"Release 0.55.0","sections":["New features","Added ability to specify targets in meson compile\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#configure-cmake-subprojects-with-mesonsubproject_options","node_type":"p","page":"Release 0.55.0","sections":["New features","Configure CMake subprojects with Meson.subproject_options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#local-wrap-patch-directory","node_type":"p","page":"Release 0.55.0","sections":["New features","Local wrap patch directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#meson-dist-notests","node_type":"h2","page":"Release 0.55.0","sections":["New features","meson dist --no-tests"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#meson-test-now-produces-junit-xml-from-results","node_type":"h2","page":"Release 0.55.0","sections":["New features","Meson test now produces JUnit xml from results"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#response-files-enabled-on-linux-reined-in-on-windows","node_type":"p","page":"Release 0.55.0","sections":["New features","Response files enabled on Linux, reined in on Windows"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#rpath-removal-now-more-careful","node_type":"p","page":"Release 0.55.0","sections":["New features","rpath removal now more careful"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#test-protocol-for-gtest","node_type":"p","page":"Release 0.55.0","sections":["New features","Test protocol for gtest"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#test-scripts-are-given-the-exe-wrapper-if-needed","node_type":"p","page":"Release 0.55.0","sections":["New features","Test scripts are given the exe wrapper if needed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#cmake-subproject-cross-compilation-support","node_type":"p","page":"Release 0.56.0","sections":["New features","CMake subproject cross compilation support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#controlling-subproject-dependencies-with-dependencyallow_fallback-","node_type":"p","page":"Release 0.56.0","sections":["New features","Controlling subproject dependencies with dependency(allow_fallback: ...)\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#external-projects","node_type":"p","page":"Release 0.56.0","sections":["New features","External projects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-subprojects-command","node_type":"h2","page":"Release 0.56.0","sections":["New features","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-test-can-now-filter-tests-by-subproject","node_type":"h2","page":"Release 0.56.0","sections":["New features","\nmeson test can now filter tests by subproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#mesonbuild_root-and-mesonsource_root-are-deprecated","node_type":"p","page":"Release 0.56.0","sections":["New features","\nmeson.build_root() and meson.source_root() are deprecated"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#new-extra_files-key-in-target-introspection","node_type":"p","page":"Release 0.56.0","sections":["New features","New extra_files key in target introspection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#project-and-builtin-options-can-be-set-in-native-or-cross-files","node_type":"p","page":"Release 0.56.0","sections":["New features","Project and built-in options can be set in native or cross files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#python-35-support-will-be-dropped-in-the-next-release","node_type":"p","page":"Release 0.56.0","sections":["New features","Python 3.5 support will be dropped in the next release"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#unstablekeyval-is-now-stable-keyval","node_type":"p","page":"Release 0.56.0","sections":["New features","\nunstable-keyval is now stable keyval\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#wraps-from-subprojects-are-automatically-promoted","node_type":"p","page":"Release 0.56.0","sections":["New features","Wraps from subprojects are automatically promoted"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#-is-now-allowed-as-a-function-id-for-meson-rewrite","node_type":"h2","page":"Release 0.57.0","sections":["New features","\n// is now allowed as a function id for meson rewrite."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#ctrlc-behavior-in-meson-test","node_type":"h2","page":"Release 0.57.0","sections":["New features","Ctrl-C behavior in meson test\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#edit-and-continue-zi-is-no-longer-used-by-default-for-visual-studio","node_type":"p","page":"Release 0.57.0","sections":["New features","\"Edit and continue\" (/ZI) is no longer used by default for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#knob-to-control-lto-thread","node_type":"p","page":"Release 0.57.0","sections":["New features","Knob to control LTO thread"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#meson-install-dryrun","node_type":"h2","page":"Release 0.57.0","sections":["New features","meson install --dry-run"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#meson-test-now-accepts-protocol-rust","node_type":"h2","page":"Release 0.57.0","sections":["New features","Meson test() now accepts protocol : 'rust'\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#meson-test-only-rebuilds-test-dependencies","node_type":"h2","page":"Release 0.57.0","sections":["New features","\nmeson test only rebuilds test dependencies"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#minimum-required-python-version-updated-to-36","node_type":"p","page":"Release 0.57.0","sections":["New features","Minimum required Python version updated to 3.6"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#msvcclangcl-argument-changescleanup","node_type":"p","page":"Release 0.57.0","sections":["New features","MSVC/Clang-Cl Argument Changes/Cleanup"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#new-logging-format-for-meson-test","node_type":"h2","page":"Release 0.57.0","sections":["New features","New logging format for meson test\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#packaging-a-subproject","node_type":"p","page":"Release 0.57.0","sections":["New features","Packaging a subproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#project-version-can-be-specified-with-a-file","node_type":"p","page":"Release 0.57.0","sections":["New features","Project version can be specified with a file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#rust-now-has-an-std-option","node_type":"p","page":"Release 0.57.0","sections":["New features","Rust now has an std option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#specify-destdir-on-command-line","node_type":"p","page":"Release 0.57.0","sections":["New features","Specify DESTDIR on command line"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#support-for-reading-files-at-configuration-time-with-the-fs-module","node_type":"p","page":"Release 0.57.0","sections":["New features","Support for reading files at configuration time with the fs module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#test-timeout-and-timeout_multiplier-value-0","node_type":"p","page":"Release 0.57.0","sections":["New features","\ntest() timeout and timeout_multiplier value <= 0"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#the-add__script-methods-now-accept-a-file-as-the-first-argument","node_type":"p","page":"Release 0.57.0","sections":["New features","The add_*_script methods now accept a File as the first argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#unity-build-with-vala-disabled","node_type":"p","page":"Release 0.57.0","sections":["New features","Unity build with Vala disabled"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#unstable-rust-module","node_type":"p","page":"Release 0.57.0","sections":["New features","Unstable Rust module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#unstableexternal_project-improvements","node_type":"ul","page":"Release 0.57.0","sections":["New features","\nunstable-external_project improvements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#clangformat-include-and-ignore-lists","node_type":"p","page":"Release 0.58.0","sections":["New features","clang-format include and ignore lists"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#developer-environment","node_type":"ul","page":"Release 0.58.0","sections":["New features","Developer environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#introducing-format-strings-to-the-meson-language","node_type":"h2","page":"Release 0.58.0","sections":["New features","Introducing format strings to the Meson language"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#meson-subprojects-update-reset-now-reextract-tarballs","node_type":"h2","page":"Release 0.58.0","sections":["New features","\nmeson subprojects update --reset now re-extract tarballs"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#mesonadd_dist_script-allowed-in-subprojects","node_type":"p","page":"Release 0.58.0","sections":["New features","\nmeson.add_dist_script() allowed in subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#multiple-append-and-prepend-in-environment-object","node_type":"p","page":"Release 0.58.0","sections":["New features","Multiple append() and prepend() in environment() object"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#pipe-no-longer-used-by-default","node_type":"p","page":"Release 0.58.0","sections":["New features","\n-pipe no longer used by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#purge-subprojects-folder","node_type":"ul","page":"Release 0.58.0","sections":["New features","Purge subprojects folder"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#skip-subprojects-installation","node_type":"ul","page":"Release 0.58.0","sections":["New features","Skip subprojects installation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#automatically-set-up-visual-studio-environment","node_type":"p","page":"Release 0.59.0","sections":["New features","Automatically set up Visual Studio environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#cython-as-as-first-class-language","node_type":"p","page":"Release 0.59.0","sections":["New features","Cython as as first class language"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#gnomecompile_schemas-sets-gsettings_schema_dir-into-devenv","node_type":"p","page":"Release 0.59.0","sections":["New features","\ngnome.compile_schemas() sets GSETTINGS_SCHEMA_DIR into devenv"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#new-custom-dependency-for-libintl","node_type":"p","page":"Release 0.59.0","sections":["New features","New custom dependency for libintl"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#parallelized-meson-subprojects-commands","node_type":"h2","page":"Release 0.59.0","sections":["New features","Parallelized meson subprojects commands"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#update_desktop_database-added-to-gnomepost_install","node_type":"p","page":"Release 0.59.0","sections":["New features","\nupdate_desktop_database added to gnome.post_install()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#using-vala-no-longer-requires-c-in-the-project-languages","node_type":"p","page":"Release 0.59.0","sections":["New features","Using Vala no longer requires C in the project languages"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#deprecated-project-options","node_type":"p","page":"Release 0.60.0","sections":["New features","Deprecated project options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#force-visual-studio-environment-activation","node_type":"p","page":"Release 0.60.0","sections":["New features","Force Visual Studio environment activation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#improvements-for-the-rustc-compiler","node_type":"ul","page":"Release 0.60.0","sections":["New features","Improvements for the Rustc compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#install-destdir-relative-to-build-directory","node_type":"p","page":"Release 0.60.0","sections":["New features","Install DESTDIR relative to build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#installation-tags","node_type":"p","page":"Release 0.60.0","sections":["New features","Installation tags"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#java-module","node_type":"p","page":"Release 0.60.0","sections":["New features","Java Module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#link-tests-can-use-sources-for-a-different-compiler","node_type":"p","page":"Release 0.60.0","sections":["New features","Link tests can use sources for a different compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#more-efficient-static-linking-of-uninstalled-libraries","node_type":"p","page":"Release 0.60.0","sections":["New features","More efficient static linking of uninstalled libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#msvc-compiler-now-assumes-utf8-source-code-by-default","node_type":"p","page":"Release 0.60.0","sections":["New features","MSVC compiler now assumes UTF-8 source code by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#new-subprojects-packagefiles-subcommand","node_type":"p","page":"Release 0.60.0","sections":["New features","New subprojects packagefiles subcommand"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#override-python-installation-paths","node_type":"p","page":"Release 0.60.0","sections":["New features","Override python installation paths"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#support-for-clippydriver-as-a-rustc-wrapper","node_type":"p","page":"Release 0.60.0","sections":["New features","Support for clippy-driver as a rustc wrapper"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#unknown-options-are-now-always-fatal","node_type":"p","page":"Release 0.60.0","sections":["New features","Unknown options are now always fatal"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#added-support-for-sccache","node_type":"p","page":"Release 0.61.0","sections":["New features","Added support for sccache"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#meson-rewrite-can-modify-extra_files","node_type":"h2","page":"Release 0.61.0","sections":["New features","\nmeson rewrite can modify extra_files\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#meson-rewrite-target-target-info-outputs-targets-extra_files","node_type":"h2","page":"Release 0.61.0","sections":["New features","\nmeson rewrite target info outputs target's extra_files\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#python-36-support-will-be-dropped-in-the-next-release","node_type":"p","page":"Release 0.61.0","sections":["New features","Python 3.6 support will be dropped in the next release"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#support-for-cmake-314-is-now-deprecated-for-cmake-subprojects","node_type":"p","page":"Release 0.61.0","sections":["New features","Support for CMake <3.14 is now deprecated for CMake subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#visual-studio-2022-backend","node_type":"p","page":"Release 0.61.0","sections":["New features","Visual Studio 2022 backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-optional-allowdirty-flag-for-the-dist-command","node_type":"p","page":"Release 0.62.0","sections":["New features","Added optional '--allow-dirty' flag for the 'dist' command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-support-for-texas-instruments-msp430-and-arm-compilers","node_type":"p","page":"Release 0.62.0","sections":["New features","Added support for Texas Instruments MSP430 and ARM compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#all-directory-options-now-support-paths-outside-of-prefix","node_type":"p","page":"Release 0.62.0","sections":["New features","All directory options now support paths outside of prefix"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#bash-completion-scripts-sourced-in-meson-devenv","node_type":"h2","page":"Release 0.62.0","sections":["New features","Bash completion scripts sourced in meson devenv\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#cmake-server-api-support-is-removed","node_type":"p","page":"Release 0.62.0","sections":["New features","CMake server API support is removed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#experimental-command-to-convert-environments-to-cross-files","node_type":"p","page":"Release 0.62.0","sections":["New features","Experimental command to convert environments to cross files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#ldconfig-is-no-longer-run-on-install","node_type":"p","page":"Release 0.62.0","sections":["New features","ldconfig is no longer run on install"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#meson-install-strip","node_type":"h2","page":"Release 0.62.0","sections":["New features","meson install --strip"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#minimum-required-python-version-updated-to-37","node_type":"p","page":"Release 0.62.0","sections":["New features","Minimum required Python version updated to 3.7"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#new-custom-dependency-for-openssl","node_type":"p","page":"Release 0.62.0","sections":["New features","New custom dependency for OpenSSL"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#new-keyword-argument-verbose-for-tests-and-benchmarks","node_type":"p","page":"Release 0.62.0","sections":["New features","New keyword argument verbose for tests and benchmarks"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#pkgconfiggenerate-will-now-include-variables-for-builtin-directories-when-referenced","node_type":"p","page":"Release 0.62.0","sections":["New features","pkgconfig.generate will now include variables for builtin directories when referenced"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#print-modified-environment-variables-with-meson-devenv-dump","node_type":"h2","page":"Release 0.62.0","sections":["New features","Print modified environment variables with meson devenv --dump\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#removal-of-the-rpm-module","node_type":"p","page":"Release 0.62.0","sections":["New features","Removal of the RPM module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#setup-gdb-autoload-for-meson-devenv","node_type":"h2","page":"Release 0.62.0","sections":["New features","Setup GDB auto-load for meson devenv\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#structured_sources","node_type":"p","page":"Release 0.62.0","sections":["New features","structured_sources()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#coverage-targets-now-respect-tool-config-files","node_type":"p","page":"Release 0.63.0","sections":["New features","Coverage targets now respect tool config files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#diff-files-for-wraps","node_type":"p","page":"Release 0.63.0","sections":["New features","Diff files for wraps"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#msvc-now-sets-the-__cplusplus-define-accurately","node_type":"p","page":"Release 0.63.0","sections":["New features","MSVC now sets the __cplusplus #define accurately"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#new-prefer_static-builtin-option","node_type":"p","page":"Release 0.63.0","sections":["New features","New prefer_static built-in option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#running-windows-executables-with-wine-in-meson-devenv","node_type":"h2","page":"Release 0.63.0","sections":["New features","Running Windows executables with Wine in meson devenv\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#add-optimization-plain-option","node_type":"p","page":"Release 0.64.0","sections":["New features","Add optimization plain option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#added-update_mime_database-to-gnomepost_install","node_type":"p","page":"Release 0.64.0","sections":["New features","Added update_mime_database to gnome.post_install()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#automatic-fallback-using-wrapdb","node_type":"p","page":"Release 0.64.0","sections":["New features","Automatic fallback using WrapDB"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#bsd-support-for-the-jni-dependency","node_type":"p","page":"Release 0.64.0","sections":["New features","BSD support for the jni dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#option-to-allow-meson-test-to-fail-fast-after-the-first-failing-testcase","node_type":"h2","page":"Release 0.64.0","sections":["New features","Option to allow meson test to fail fast after the first failing testcase"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#pager-and-colors-for-meson-configure-output","node_type":"h2","page":"Release 0.64.0","sections":["New features","Pager and colors for meson configure output"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#update-all-wraps-from-wrapdb-with-meson-wrap-update-command","node_type":"h2","page":"Release 0.64.0","sections":["New features","Update all wraps from WrapDB with meson wrap update command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#deprecate-javagenerate_native_headers-rename-to-javanative_headers","node_type":"p","page":"Release 1.0.0","sections":["New features","Deprecate java.generate_native_headers, rename to java.native_headers\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#developer-environment-improvements","node_type":"p","page":"Release 1.0.0","sections":["New features","Developer environment improvements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#flags-removed-from-cppobjcpp-warning-level-1","node_type":"p","page":"Release 1.0.0","sections":["New features","Flags removed from cpp/objcpp warning level 1"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#new-features","node_type":"p","page":"Release 1.0.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#warningleveleverything-option","node_type":"p","page":"Release 1.0.0","sections":["New features","\nwarning-level=everything option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#allow-custom-install-scripts-to-run-with-dryrun-option","node_type":"p","page":"Release 1.1.0","sections":["New features","Allow custom install scripts to run with --dry-run option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#allow-reconfigure-and-wipe-of-empty-builddir","node_type":"p","page":"Release 1.1.0","sections":["New features","Allow --reconfigure and --wipe of empty builddir"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#coercing-values-in-the-option-function-is-deprecated","node_type":"p","page":"Release 1.1.0","sections":["New features","coercing values in the option() function is deprecated"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#dump-devenv-into-file-and-select-format","node_type":"p","page":"Release 1.1.0","sections":["New features","Dump devenv into file and select format"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#generated-objects-can-be-passed-in-the-objects-keyword-argument","node_type":"p","page":"Release 1.1.0","sections":["New features","Generated objects can be passed in the objects: keyword argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#meson-install-now-supports-userpreferred-root-elevation-tools","node_type":"h2","page":"Release 1.1.0","sections":["New features","\nmeson install now supports user-preferred root elevation tools"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#new-features","node_type":"p","page":"Release 1.1.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#redirect-introspection-outputs-to-stderr","node_type":"p","page":"Release 1.1.0","sections":["New features","Redirect introspection outputs to stderr"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#sudo-meson-install-now-drops-privileges-when-rebuilding-targets","node_type":"h2","page":"Release 1.1.0","sections":["New features","\nsudo meson install now drops privileges when rebuilding targets"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#added-a-new-genvslite-option-for-use-with-meson-setup-","node_type":"h2","page":"Release 1.2.0","sections":["New features","Added a new '--genvslite' option for use with 'meson setup ...'"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#machine-objects-get-kernel-and-subsystem-properties","node_type":"p","page":"Release 1.2.0","sections":["New features","Machine objects get kernel and subsystem properties"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#new-features","node_type":"p","page":"Release 1.2.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#new-override-of-find_programmeson","node_type":"h2","page":"Release 1.2.0","sections":["New features","New override of find_program('meson')\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#wildcards-in-list-of-tests-to-run","node_type":"p","page":"Release 1.2.0","sections":["New features","Wildcards in list of tests to run"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#automatic-fallback-to-cmake-and-cargo-subproject","node_type":"ul","page":"Release 1.3.0","sections":["New features","Automatic fallback to cmake and cargo subproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#clangtidyfix-target","node_type":"p","page":"Release 1.3.0","sections":["New features","clang-tidy-fix target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#clear-persistent-cache-with-meson-setup-clearcache","node_type":"h2","page":"Release 1.3.0","sections":["New features","Clear persistent cache with meson setup --clearcache\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#deprecated-rust_crate_type-and-replaced-by-rust_abi","node_type":"p","page":"Release 1.3.0","sections":["New features","Deprecated rust_crate_type and replaced by rust_abi\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#lang_sharedstatic_args-for-both_library-library-and-build_target","node_type":"p","page":"Release 1.3.0","sections":["New features","\n_(shared|static)_args for both_library, library, and build_target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#machine-files-pkgconfig-field-deprecated-and-replaced-by-pkgconfig","node_type":"p","page":"Release 1.3.0","sections":["New features","Machine files: pkgconfig field deprecated and replaced by pkg-config\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#meson-compile-command-now-accepts-suffixes-for-target","node_type":"h2","page":"Release 1.3.0","sections":["New features","Meson compile command now accepts suffixes for TARGET"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#new-features","node_type":"p","page":"Release 1.3.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#target-names-for-executables-now-take-into-account-suffixes","node_type":"p","page":"Release 1.3.0","sections":["New features","Target names for executables now take into account suffixes."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#tests-now-abort-on-errors-by-default-under-sanitizers","node_type":"p","page":"Release 1.3.0","sections":["New features","Tests now abort on errors by default under sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#update-options-with-meson-setup-builddir-doptvalue","node_type":"h2","page":"Release 1.3.0","sections":["New features","Update options with meson setup -Dopt=value\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#bindgen-will-now-use-mesons-heuristic-for-what-is-a-c-header","node_type":"h2","page":"Release 1.4.0","sections":["New features","Bindgen will now use Meson's heuristic for what is a C++ header"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#file-object-now-has-full_path-method","node_type":"p","page":"Release 1.4.0","sections":["New features","File object now has full_path() method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#meson-now-reads-the-project-version-of-cmake-subprojects","node_type":"h2","page":"Release 1.4.0","sections":["New features","Meson now reads the project version of cmake subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#new-features","node_type":"p","page":"Release 1.4.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#overriding-bindgen-language-setting","node_type":"p","page":"Release 1.4.0","sections":["New features","Overriding bindgen language setting"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#tests-now-abort-on-errors-by-default-under-more-sanitizers","node_type":"p","page":"Release 1.4.0","sections":["New features","Tests now abort on errors by default under more sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#meson-configure-handles-changes-to-options-in-more-cases","node_type":"h2","page":"Release 1.5.0","sections":["New features","Meson configure handles changes to options in more cases"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#meson-now-propagates-its-build-type-to-cmake","node_type":"h2","page":"Release 1.5.0","sections":["New features","Meson now propagates its build type to CMake"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#meson-test-now-sets-the-meson_test_iteration-environment-variable","node_type":"h2","page":"Release 1.5.0","sections":["New features","meson test now sets the MESON_TEST_ITERATION environment variable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#new-features","node_type":"p","page":"Release 1.5.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#new-meson-format-command","node_type":"h2","page":"Release 1.5.0","sections":["New features","New meson format command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#new-version_argument-kwarg-for-find_program","node_type":"p","page":"Release 1.5.0","sections":["New features","New version_argument kwarg for find_program"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#support-for-bztar-in-meson-dist","node_type":"h2","page":"Release 1.5.0","sections":["New features","Support for bztar in meson dist\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#support-for-texas-instruments-c6000-cc-compiler","node_type":"p","page":"Release 1.5.0","sections":["New features","Support for Texas Instruments C6000 C/C++ compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#the-meson-test-program-supports-a-new-interactive-argument","node_type":"h2","page":"Release 1.5.0","sections":["New features","The Meson test program supports a new \"--interactive\" argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#the-meson-test-program-supports-a-new-maxlines-argument","node_type":"h2","page":"Release 1.5.0","sections":["New features","The Meson test program supports a new \"--max-lines\" argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#cargo-subprojects-is-experimental","node_type":"p","page":"Release 1.6.0","sections":["New features","Cargo subprojects is experimental"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#default-to-printing-deprecations-when-no-minimum-version-is-specified","node_type":"ul","page":"Release 1.6.0","sections":["New features","Default to printing deprecations when no minimum version is specified."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#new-features","node_type":"p","page":"Release 1.6.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#simple-tool-to-test-build-reproducibility","node_type":"p","page":"Release 1.6.0","sections":["New features","Simple tool to test build reproducibility"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#support-for-llvmbased-flang-compiler","node_type":"p","page":"Release 1.6.0","sections":["New features","Support for LLVM-based flang compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#support-for-openxl-compiler-in-aix","node_type":"p","page":"Release 1.6.0","sections":["New features","Support for OpenXL compiler in AIX."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#tools-can-be-selected-when-calling-has_tools-on-the-qt-modules","node_type":"p","page":"Release 1.6.0","sections":["New features","Tools can be selected when calling has_tools() on the Qt modules"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#zig-011-can-be-used-as-a-cc-compiler-frontend","node_type":"p","page":"Release 1.6.0","sections":["New features","Zig 0.11 can be used as a C/C++ compiler frontend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#cargo-features-are-resolved-globally","node_type":"p","page":"Release 1.7.0","sections":["New features","Cargo features are resolved globally"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#control-the-number-of-child-processes-with-an-environment-variable","node_type":"p","page":"Release 1.7.0","sections":["New features","Control the number of child processes with an environment variable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#format-command-now-accept-stdin-argument","node_type":"p","page":"Release 1.7.0","sections":["New features","format command now accept stdin argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#machine-entry-in-target-introspection-data","node_type":"p","page":"Release 1.7.0","sections":["New features","\"machine\" entry in target introspection data"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#meson-can-run-clippy-on-rust-projects","node_type":"h2","page":"Release 1.7.0","sections":["New features","Meson can run \"clippy\" on Rust projects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#new-features","node_type":"p","page":"Release 1.7.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#support-for-rust-2024","node_type":"p","page":"Release 1.7.0","sections":["New features","Support for Rust 2024"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#support-tasking-vxtoolset","node_type":"p","page":"Release 1.7.0","sections":["New features","Support TASKING VX-Toolset"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#test-targets-no-longer-built-by-default","node_type":"p","page":"Release 1.7.0","sections":["New features","Test targets no longer built by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#new-option-to-execute-a-slice-of-tests","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","New option to execute a slice of tests"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#per-project-subproject-options-rewrite","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Per project subproject options rewrite"],"context":{"gi-language":["default"]}},{"url":"Release-procedure.html#trunk","node_type":"p","page":"Release procedure","sections":["Trunk"],"context":{"gi-language":["default"]}},{"url":"Releasing.html#release-team","node_type":"p","page":"Releasing a new Meson version","sections":["Release team"],"context":{"gi-language":["default"]}},{"url":"Releasing.html#releasing-a-new-meson-version","node_type":"h1","page":"Releasing a new Meson version","sections":["Releasing a new Meson version"],"context":{"gi-language":["default"]}},{"url":"Reproducible-builds.html#reproducible-builds","node_type":"p","page":"Reproducible builds","sections":["Reproducible builds"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#adding-and-removing-sources","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the rewriter","Adding and removing sources"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#extracting-information","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Extracting information"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#limitations","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Limitations"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#meson-file-rewriter","node_type":"h1","page":"Meson file rewriter","sections":["Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#using-the-rewriter","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the rewriter"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#using-the-script-mode","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the \"script mode\""],"context":{"gi-language":["default"]}},{"url":"Run-targets.html#run-targets","node_type":"p","page":"Run targets","sections":["Run targets"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#building-directly-with-ninja","node_type":"p","page":"Running Meson","sections":["Running Meson","Building from the source","Building directly with ninja"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#building-from-the-source","node_type":"p","page":"Running Meson","sections":["Running Meson","Building from the source"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#command-line-help","node_type":"p","page":"Running Meson","sections":["Running Meson","Command line help"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#configuring-the-build-directory","node_type":"p","page":"Running Meson","sections":["Running Meson","Configuring the build directory"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#environment-variables","node_type":"p","page":"Running Meson","sections":["Running Meson","Environment variables"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#exit-status","node_type":"p","page":"Running Meson","sections":["Running Meson","Exit status"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#installing","node_type":"p","page":"Running Meson","sections":["Running Meson","Installing"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#running-meson","node_type":"h1","page":"Running Meson","sections":["Running Meson"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#running-tests","node_type":"p","page":"Running Meson","sections":["Running Meson","Running tests"],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#bindgen","node_type":"p","page":"Rust module","sections":["Rust module","Functions","bindgen()"],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#rust-module","node_type":"p","page":"Rust module","sections":["Rust module"],"context":{"gi-language":["default"]}},{"url":"Rust.html#avoid-using-extern-crate","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Avoid using extern crate\n"],"context":{"gi-language":["default"]}},{"url":"Rust.html#linking-with-standard-libraries","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Linking with standard libraries"],"context":{"gi-language":["default"]}},{"url":"Rust.html#mixing-generated-and-static-sources","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Mixing Generated and Static sources"],"context":{"gi-language":["default"]}},{"url":"Rust.html#mixing-rust-and-nonrust-sources","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Mixing Rust and non-Rust sources"],"context":{"gi-language":["default"]}},{"url":"Rust.html#use-with-rustanalyzer","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Use with rust-analyzer"],"context":{"gi-language":["default"]}},{"url":"Rust.html#using-rust-with-meson","node_type":"h1","page":"Rust","sections":["Using Rust with Meson"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#note-for-linux-libraries","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps","Note for Linux libraries"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#shipping-prebuilt-binaries-as-wraps","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#using-a-wrap-file","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps","Using a wrap file"],"context":{"gi-language":["default"]}},{"url":"Simd-module.html#unstable-simd-module","node_type":"p","page":"Unstable SIMD module","sections":["Unstable SIMD module"],"context":{"gi-language":["default"]}},{"url":"Simple-comparison.html#a-simple-comparison","node_type":"p","page":"A simple comparison","sections":["A simple comparison"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#installing-meson","node_type":"h2","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#linux1","node_type":"ul","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing Meson","Linux"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#running-meson","node_type":"h2","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Running Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#the-absolute-beginners-guide-to-installing-and-using-meson","node_type":"h1","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#windows1","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing Meson","Windows"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#with-homebrew","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing Meson","macOS","With Homebrew"],"context":{"gi-language":["default"]}},{"url":"Style-guide.html#naming-options","node_type":"p","page":"Style recommendations","sections":["Style recommendations","Naming options"],"context":{"gi-language":["default"]}},{"url":"Style-guide.html#naming-variable","node_type":"p","page":"Style recommendations","sections":["Style recommendations","Naming Variable"],"context":{"gi-language":["default"]}},{"url":"Style-guide.html#style-recommendations","node_type":"p","page":"Style recommendations","sections":["Style recommendations"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#adding-variables-to-the-dependency","node_type":"p","page":"Subprojects","sections":["Subprojects","A subproject example","Adding variables to the dependency"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#build-options-in-subproject","node_type":"p","page":"Subprojects","sections":["Subprojects","A subproject example","Build options in subproject"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#commandline-options","node_type":"ul","page":"Subprojects","sections":["Subprojects","Command-line options"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#download-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Download subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#execute-a-command-on-all-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Execute a command on all subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#meson-subprojects-command","node_type":"h2","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#obtaining-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","Obtaining subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#start-a-topic-branch-across-all-git-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Start a topic branch across all git subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#toggling-between-system-libraries-and-embedded-sources","node_type":"p","page":"Subprojects","sections":["Subprojects","Using a subproject","Toggling between system libraries and embedded sources"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#update-subprojects","node_type":"ul","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Update subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#why-must-all-subprojects-be-inside-a-single-directory","node_type":"p","page":"Subprojects","sections":["Subprojects","Why must all subprojects be inside a single directory?"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#argument-flattening","node_type":"p","page":"Syntax","sections":["Syntax","Function calls","Argument flattening"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#arrays","node_type":"p","page":"Syntax","sections":["Syntax","Arrays"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#foreach-statements","node_type":"p","page":"Syntax","sections":["Syntax","Foreach statements"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#format-strings","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String formatting","Format strings"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#function-calls","node_type":"p","page":"Syntax","sections":["Syntax","Function calls"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#grammar","node_type":"p","page":"Syntax","sections":["Syntax","Grammar"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#includes","node_type":"p","page":"Syntax","sections":["Syntax","Includes"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#logical-operations","node_type":"p","page":"Syntax","sections":["Syntax","Logical operations"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#numbers","node_type":"p","page":"Syntax","sections":["Syntax","Numbers"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#stability-promises","node_type":"p","page":"Syntax","sections":["Syntax","Stability Promises"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#strings","node_type":"p","page":"Syntax","sections":["Syntax","Strings"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#syntax","node_type":"p","page":"Syntax","sections":["Syntax"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#userdefined-functions-and-methods","node_type":"p","page":"Syntax","sections":["Syntax","User-defined functions and methods"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#variables","node_type":"p","page":"Syntax","sections":["Syntax","Variables"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#version_compare","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String methods",".version_compare()"],"context":{"gi-language":["default"]}},{"url":"Threads.html#threads","node_type":"p","page":"Threads","sections":["Threads"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#adding-dependencies","node_type":"p","page":"Tutorial","sections":["Tutorial","Adding dependencies"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#the-humble-beginning","node_type":"p","page":"Tutorial","sections":["Tutorial","The humble beginning"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#tutorial","node_type":"p","page":"Tutorial","sections":["Tutorial"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#coverage","node_type":"p","page":"Unit tests","sections":["Unit tests","Coverage"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#legacy-notes","node_type":"p","page":"Unit tests","sections":["Unit tests","Legacy notes"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#other-test-options","node_type":"p","page":"Unit tests","sections":["Unit tests","Testing tool","Other test options"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#parallelism","node_type":"p","page":"Unit tests","sections":["Unit tests","Parallelism"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#priorities","node_type":"p","page":"Unit tests","sections":["Unit tests","Priorities"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#skipped-tests-and-hard-errors","node_type":"p","page":"Unit tests","sections":["Unit tests","Skipped tests and hard errors"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#test-outputs","node_type":"p","page":"Unit tests","sections":["Unit tests","Test outputs"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#testing-tool","node_type":"p","page":"Unit tests","sections":["Unit tests","Testing tool"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#testlogjunitxml","node_type":"p","page":"Unit tests","sections":["Unit tests","Test outputs","testlog.junit.xml"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#unit-tests","node_type":"p","page":"Unit tests","sections":["Unit tests"],"context":{"gi-language":["default"]}},{"url":"Unity-builds.html#unity-builds","node_type":"p","page":"Unity builds","sections":["Unity builds"],"context":{"gi-language":["default"]}},{"url":"Use-of-Python.html#cross-platform-tooling","node_type":"p","page":"Use of Python","sections":["Dependency hell","Cross platform tooling"],"context":{"gi-language":["default"]}},{"url":"Use-of-Python.html#dependency-hell","node_type":"p","page":"Use of Python","sections":["Dependency hell"],"context":{"gi-language":["default"]}},{"url":"Use-of-Python.html#reimplementability","node_type":"p","page":"Use of Python","sections":["Dependency hell","Reimplementability"],"context":{"gi-language":["default"]}},{"url":"Use-of-Python.html#use-of-python","node_type":"p","page":"Use of Python","sections":["Use of Python"],"context":{"gi-language":["default"]}},{"url":"Users.html#list-of-projects-using-meson","node_type":"h1","page":"Users","sections":["List of projects using Meson"],"context":{"gi-language":["default"]}},{"url":"Using-multiple-build-directories.html#multiple-build-directories-for-the-same-source-tree","node_type":"p","page":"Using multiple build directories","sections":["Using multiple build directories","Multiple build directories for the same source tree"],"context":{"gi-language":["default"]}},{"url":"Using-multiple-build-directories.html#specialized-uses","node_type":"p","page":"Using multiple build directories","sections":["Using multiple build directories","Specialized uses"],"context":{"gi-language":["default"]}},{"url":"Using-multiple-build-directories.html#using-multiple-build-directories","node_type":"p","page":"Using multiple build directories","sections":["Using multiple build directories"],"context":{"gi-language":["default"]}},{"url":"Using-the-WrapDB.html#using-the-wrapdb","node_type":"p","page":"Using the WrapDB","sections":["Using the WrapDB"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-clangcl-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using Clang-CL with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-intelcl-icl-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using Intel-CL (ICL) with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-wraptool.html#automatic-dependency-fallback","node_type":"p","page":"Using wraptool","sections":["Using wraptool","Automatic dependency fallback"],"context":{"gi-language":["default"]}},{"url":"Using-wraptool.html#installing-dependencies","node_type":"p","page":"Using wraptool","sections":["Using wraptool","Installing dependencies"],"context":{"gi-language":["default"]}},{"url":"Using-wraptool.html#using-wraptool","node_type":"p","page":"Using wraptool","sections":["Using wraptool"],"context":{"gi-language":["default"]}},{"url":"Vala.html#adding-to-valas-search-path","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Adding to Vala's search path"],"context":{"gi-language":["default"]}},{"url":"Vala.html#changing-c-header-and-vapi-names","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Building libraries","Changing C header and VAPI names"],"context":{"gi-language":["default"]}},{"url":"Vala.html#compiling-vala-applications-and-libraries","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries"],"context":{"gi-language":["default"]}},{"url":"Vala.html#gobject-introspection-and-language-bindings","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Building libraries","GObject Introspection and language bindings"],"context":{"gi-language":["default"]}},{"url":"Vala.html#libraries-without-pkgconfig-files","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Libraries without pkg-config files"],"context":{"gi-language":["default"]}},{"url":"Vala.html#targeting-a-version-of-glib","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Targeting a version of GLib"],"context":{"gi-language":["default"]}},{"url":"Vala.html#using-libraries","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries"],"context":{"gi-language":["default"]}},{"url":"Videos.html#videos","node_type":"ul","page":"Videos","sections":["Videos"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#creating-and-compiling","node_type":"table","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects","Creating and compiling"],"context":{"gi-language":["default"]}},{"url":"Wayland-module.html#unstable-wayland-module","node_type":"p","page":"Unstable Wayland Module","sections":["Unstable Wayland Module"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#avoid-exposing-compilable-source-files-in-declare_dependency","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Avoid exposing compilable source files in declare_dependency"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#declare-generated-headers-explicitly","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Declare generated headers explicitly"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#make-libraries-buildable-both-as-static-and-shared","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Make libraries buildable both as static and shared"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#wrap-best-practices-and-tips","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#accepted-configuration-properties-for-wraps","node_type":"ul","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Accepted configuration properties for wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#cargo-wraps","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section","Cargo wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#cmake-wraps","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section","CMake wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#diff-files","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Diff files"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#getting-wraps","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Getting wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#how-it-works","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","How it works"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#provide-section","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#wrap-dependency-system-manual","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#wrapfile-with-meson-build-patch","node_type":"h2","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","wrap-file with Meson build patch"],"context":{"gi-language":["default"]}},{"url":"Wrapdb-projects.html#meson-wrapdb-packages","node_type":"h1","page":"Meson WrapDB packages","sections":["Meson WrapDB packages"],"context":{"gi-language":["default"]}},{"url":"Yaml-RefMan.html#directory-structure","node_type":"ul","page":"YAML Reference manual","sections":["Reference Manual","Directory structure"],"context":{"gi-language":["default"]}},{"url":"Yaml-RefMan.html#linking-to-the-reference-manual","node_type":"p","page":"YAML Reference manual","sections":["Reference Manual","Linking to the Reference Manual"],"context":{"gi-language":["default"]}},{"url":"Yaml-RefMan.html#reference-manual","node_type":"p","page":"YAML Reference manual","sections":["Reference Manual"],"context":{"gi-language":["default"]}},{"url":"howtox.html#how-do-i-do-x-in-meson","node_type":"h1","page":"How do I do X in Meson?","sections":["How do I do X in Meson?"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-compiler","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set compiler"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-linker","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set linker"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-address-sanitizer","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use address sanitizer"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-clippy","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use clippy"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-existing-findnamecmake-files","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use existing Find.cmake files"],"context":{"gi-language":["default"]}},{"url":"index.html#community","node_type":"p","page":"The Meson Build system","sections":["The Meson Build system","Community"],"context":{"gi-language":["default"]}},{"url":"index.html#development","node_type":"p","page":"The Meson Build system","sections":["The Meson Build system","Community","Development"],"context":{"gi-language":["default"]}},{"url":"index.html#overview","node_type":"p","page":"The Meson Build system","sections":["The Meson Build system","Overview"],"context":{"gi-language":["default"]}},{"url":"index.html#projects-using-meson","node_type":"h3","page":"The Meson Build system","sections":["The Meson Build system","Community","Projects using Meson"],"context":{"gi-language":["default"]}},{"url":"index.html#the-meson-build-system","node_type":"h1","page":"The Meson Build system","sections":["The Meson Build system"],"context":{"gi-language":["default"]}},{"url":"index.html#tutorials","node_type":"ul","page":"The Meson Build system","sections":["The Meson Build system","Tutorials"],"context":{"gi-language":["default"]}},{"url":"legal.html#legal-information","node_type":"p","page":"Legal information","sections":["Legal information"],"context":{"gi-language":["default"]}},{"url":"legal.html#meson-logo-licensing","node_type":"h2","page":"Legal information","sections":["Legal information","Meson logo licensing"],"context":{"gi-language":["default"]}},{"url":"legal.html#website-licensing","node_type":"p","page":"Legal information","sections":["Legal information","Website licensing"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"meson","urls":[{"url":"ARM-performance-test.html#arm-performance-test","node_type":"p","page":"Arm performance test","sections":["Arm performance test"],"context":{"gi-language":["default"]}},{"url":"ARM-performance-test.html#measurements","node_type":"p","page":"Arm performance test","sections":["Arm performance test","Measurements"],"context":{"gi-language":["default"]}},{"url":"Adding-arguments.html#adding-arguments","node_type":"p","page":"Adding arguments","sections":["Adding arguments"],"context":{"gi-language":["default"]}},{"url":"Adding-arguments.html#global-arguments","node_type":"p","page":"Adding arguments","sections":["Adding arguments","Global arguments"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#changes-to-original-source","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","Changes to original source"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#creating-the-wrap-contents","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","How to contribute a new wrap","Creating the wrap contents"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#how-it-works","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","How it works"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#how-to-contribute-a-new-wrap","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","How to contribute a new wrap"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#passing-automatic-validation","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","Passing automatic validation"],"context":{"gi-language":["default"]}},{"url":"Additional.html#additional-documentation","node_type":"p","page":"Additional documentation","sections":["Additional documentation"],"context":{"gi-language":["default"]}},{"url":"Additional.html#subpages","node_type":"p","page":"Additional documentation","sections":[],"context":{"gi-language":["default"]}},{"url":"Build-options.html#arrays","node_type":"p","page":"Build options","sections":["Build options","Build option types","Arrays"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#build-options","node_type":"p","page":"Build options","sections":["Build options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#builtin-build-options","node_type":"p","page":"Build options","sections":["Build options","Built-in build options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#deprecated-options","node_type":"p","page":"Build options","sections":["Build options","Deprecated options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#integers","node_type":"p","page":"Build options","sections":["Build options","Build option types","Integers"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#using-build-options","node_type":"p","page":"Build options","sections":["Build options","Using build options"],"context":{"gi-language":["default"]}},{"url":"Build-system-converters.html#build-system-converters","node_type":"p","page":"Build system converters","sections":["Build system converters"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#build-targets","node_type":"p","page":"Build targets","sections":["Build targets"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#libraries-and-executables","node_type":"p","page":"Build targets","sections":["Build targets","Libraries and executables"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#object-files","node_type":"p","page":"Build targets","sections":["Build targets","Object files"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#builtin-options","node_type":"p","page":"Built-in options","sections":["Built-in options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#compiler-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Compiler options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-backend","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for backend\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-default_both_libraries","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for default_both_libraries\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-genvslite","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for genvslite\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-vsenv","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for vsenv\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#directories","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Directories"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#module-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#python-module","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options","Python module"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#universal-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-module","node_type":"p","page":"CMake module","sections":["CMake module"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-subprojects","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#configuration-options","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Configuration options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cross-compilation","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Cross compilation"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#subproject-object","node_type":"ul","page":"CMake module","sections":["CMake module","CMake subprojects","\nsubproject object"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#usage","node_type":"p","page":"CMake module","sections":["CMake module","Usage"],"context":{"gi-language":["default"]}},{"url":"Code-formatting.html#clangformat","node_type":"p","page":"clang-format","sections":["clang-format"],"context":{"gi-language":["default"]}},{"url":"Commands.html#commandline-commands","node_type":"p","page":"Command-line commands","sections":["Command-line commands"],"context":{"gi-language":["default"]}},{"url":"Commands.html#compile","node_type":"p","page":"Command-line commands","sections":["Command-line commands","compile"],"context":{"gi-language":["default"]}},{"url":"Commands.html#configure","node_type":"p","page":"Command-line commands","sections":["Command-line commands","configure"],"context":{"gi-language":["default"]}},{"url":"Commands.html#devenv","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","devenv"],"context":{"gi-language":["default"]}},{"url":"Commands.html#differences-with-muon-fmt","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","format","Differences with muon fmt\n"],"context":{"gi-language":["default"]}},{"url":"Commands.html#examples7","node_type":"p","page":"Command-line commands","sections":["Command-line commands","reprotest","Examples"],"context":{"gi-language":["default"]}},{"url":"Commands.html#introspect","node_type":"p","page":"Command-line commands","sections":["Command-line commands","introspect"],"context":{"gi-language":["default"]}},{"url":"Commands.html#rewrite","node_type":"p","page":"Command-line commands","sections":["Command-line commands","rewrite"],"context":{"gi-language":["default"]}},{"url":"Commands.html#setup","node_type":"p","page":"Command-line commands","sections":["Command-line commands","setup"],"context":{"gi-language":["default"]}},{"url":"Commands.html#subprojects","node_type":"p","page":"Command-line commands","sections":["Command-line commands","subprojects"],"context":{"gi-language":["default"]}},{"url":"Commands.html#test","node_type":"p","page":"Command-line commands","sections":["Command-line commands","test"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#comparing-meson-with-other-build-systems","node_type":"h1","page":"Comparisons","sections":["Comparing Meson with other build systems"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#meson","node_type":"h2","page":"Comparisons","sections":["Comparing Meson with other build systems","Meson"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#compiler-properties","node_type":"p","page":"Compiler properties","sections":["Compiler properties"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-a-header-exist","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does a header exist?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-code-compile","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does code compile?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-code-compile-and-link","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does code compile and link?"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#expression-size","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Expression size"],"context":{"gi-language":["default"]}},{"url":"Conference-presentations.html#conference-presentations-on-meson","node_type":"h1","page":"Conference presentations on Meson","sections":["Conference presentations on Meson"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#configuration","node_type":"p","page":"Configuration","sections":["Configuration"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#configuring-without-an-input-file","node_type":"p","page":"Configuration","sections":["Configuration","Configuring without an input file"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#dealing-with-file-encodings","node_type":"p","page":"Configuration","sections":["Configuration","Dealing with file encodings"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#configuring-a-build-directory","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory"],"context":{"gi-language":["default"]}},{"url":"Contact-information.html#contact-information","node_type":"p","page":"Contact information","sections":["Contact information"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#boost","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","AppVeyor for Windows","Boost"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#circleci-for-linux-host-without-custom-docker-images","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","CircleCI for Linux host (without custom Docker images)"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#continuous-integration","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#github-actions","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","GitHub Actions"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#travisci-with-docker","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","Travis-CI with Docker"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#acceptance-and-merging","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Acceptance and merging"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#cc-coding-style","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","C/C++ coding style"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#contributing-to-meson","node_type":"h1","page":"Contributing to Meson","sections":["Contributing to Meson"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#dependency-support-policy","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Dependency support policy"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#documentation","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Documentation"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#matrix","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","matrix"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#no-lingering-state","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","No lingering state"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#project-tests","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Project tests"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#python","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Dependency support policy","Python"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#python-coding-style","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Python Coding style"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#skipping-integration-tests","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Skipping integration tests"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#special-procedure-for-new-features","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Special procedure for new features"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#strategy-for-merging-pull-requests-to-trunk","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Strategy for merging pull requests to trunk"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#subpages","node_type":"p","page":"Contributing to Meson","sections":[],"context":{"gi-language":["default"]}},{"url":"Contributing.html#turing-completeness","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Turing completeness"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#adding-dependencies","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Adding dependencies"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#adding-other-tools","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Adding other tools"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#building-and-installing","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Building and installing"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#final-steps","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Final steps"],"context":{"gi-language":["default"]}},{"url":"Creating-OSX-packages.html#creating-a-dmg-installer","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages","Creating a .dmg installer"],"context":{"gi-language":["default"]}},{"url":"Creating-OSX-packages.html#creating-an-app-bundle","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages","Creating an app bundle"],"context":{"gi-language":["default"]}},{"url":"Creating-OSX-packages.html#creating-osx-packages","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#autotools-dist-vs-meson-dist","node_type":"h2","page":"Creating releases","sections":["Creating releases","Autotools dist VS Meson dist"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#cement-a-version-obtained-from-vcs","node_type":"p","page":"Creating releases","sections":["Creating releases","Cement a version obtained from VCS"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#creating-releases","node_type":"p","page":"Creating releases","sections":["Creating releases"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#include-subprojects-in-your-release","node_type":"p","page":"Creating releases","sections":["Creating releases","Include subprojects in your release"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#release-a-subproject-separately","node_type":"p","page":"Creating releases","sections":["Creating releases","Release a subproject separately"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#skip-build-and-test-with-notests","node_type":"p","page":"Creating releases","sections":["Creating releases","Skip build and test with --no-tests\n"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#use-allowdirty-to-override-error-when-git-repository-contains-uncommitted-changes","node_type":"p","page":"Creating releases","sections":["Creating releases","Use --allow-dirty to override error when git repository contains uncommitted changes"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#binaries","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Binaries"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#cross-compilation","node_type":"p","page":"Cross compilation","sections":["Cross compilation"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#cross-file-locations","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Cross file locations"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#custom-data","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Custom data"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#defining-the-environment","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#introspection-and-system-checks","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Introspection and system checks"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#machine-entries","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Machine Entries"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#properties","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Properties"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#starting-a-cross-build","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Starting a cross build"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#using-a-custom-standard-library","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Using a custom standard library"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#unstable-cuda-module","node_type":"p","page":"Unstable CUDA Module","sections":["Unstable CUDA Module"],"context":{"gi-language":["default"]}},{"url":"Custom-build-targets.html#custom-build-targets","node_type":"p","page":"Custom build targets","sections":["Custom build targets"],"context":{"gi-language":["default"]}},{"url":"Custom-build-targets.html#details-on-command-invocation","node_type":"p","page":"Custom build targets","sections":["Custom build targets","Details on command invocation"],"context":{"gi-language":["default"]}},{"url":"Cython.html#c-intermediate-support","node_type":"p","page":"Cython","sections":["Cython","C++ intermediate support"],"context":{"gi-language":["default"]}},{"url":"Cython.html#cython","node_type":"p","page":"Cython","sections":["Cython"],"context":{"gi-language":["default"]}},{"url":"D.html#compiling-d-applications","node_type":"p","page":"D","sections":["Compiling D applications"],"context":{"gi-language":["default"]}},{"url":"D.html#compiling-d-libraries-and-installing-them","node_type":"p","page":"D","sections":["Compiling D libraries and installing them"],"context":{"gi-language":["default"]}},{"url":"D.html#using-embedded-unittests","node_type":"p","page":"D","sections":["Compiling D applications","Using embedded unittests"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#boost","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Boost"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#building-dependencies-as-subprojects","node_type":"p","page":"Dependencies","sections":["Building dependencies as subprojects"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#builtin","node_type":"p","page":"Dependencies","sections":["Dependency detection method","Builtin"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#cmake","node_type":"p","page":"Dependencies","sections":["Dependency detection method","CMake"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#config-tool","node_type":"p","page":"Dependencies","sections":["Dependency detection method","Config tool"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#curses","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Curses"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependencies","node_type":"p","page":"Dependencies","sections":["Dependencies"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependencies-with-custom-lookup-functionality","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependency-detection-method","node_type":"p","page":"Dependencies","sections":["Dependency detection method"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dia-sdk","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","DIA SDK"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dub","node_type":"p","page":"Dependencies","sections":["Dependency detection method","Dub"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#gtest-and-gmock","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","GTest and GMock"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#llvm","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","LLVM"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#modules-aka-components","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","LLVM","Modules, a.k.a. Components"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#mpi","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","MPI"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#netcdf","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","NetCDF"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#objfw","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","ObjFW"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#python3","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Python3"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#qt","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Qt"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#shaderc","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Shaderc"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#system","node_type":"p","page":"Dependencies","sections":["Dependency detection method","System"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#valgrind","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Valgrind"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#wxwidgets","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","WxWidgets"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#get-the-code","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Get the code"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#sample-code","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Sample code"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#this-is-the-original-design-rationale-for-meson-the-syntax-it-describes-does-not-match-the-released-version","node_type":"h1","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version"],"context":{"gi-language":["default"]}},{"url":"Disabler.html#disabling-parts-of-the-build","node_type":"p","page":"Disabling parts of the build","sections":["Disabling parts of the build"],"context":{"gi-language":["default"]}},{"url":"Dlang-module.html#generate_dub_file","node_type":"p","page":"Dlang module","sections":["Dlang module","Usage","generate_dub_file()"],"context":{"gi-language":["default"]}},{"url":"Donating.html#donating-to-support-meson-development","node_type":"h1","page":"Donating to support Meson development","sections":["Donating to support Meson development"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#add_project","node_type":"ul","page":"External Project module","sections":["External Project module","Functions","add_project()"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#external-project-module","node_type":"ul","page":"External Project module","sections":["External Project module"],"context":{"gi-language":["default"]}},{"url":"External-commands.html#external-commands","node_type":"p","page":"External commands","sections":["External commands"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#but-i-really-want-a-version-of-meson-that-doesnt-use-python","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","But I really want a version of Meson that doesn't use python!"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#but-i-really-want-to-use-wildcards","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","But I really want to use wildcards!"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#do-i-need-to-add-my-headers-to-the-sources-list-like-in-autotools","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Do I need to add my headers to the sources list like in Autotools?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#do-you-at-least-support-my-ancient-python-install","node_type":"ul","page":"FAQ","sections":["Meson Frequently Asked Questions","Do you at least support my ancient python install?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#does-wrap-download-sources-behind-my-back","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Does wrap download sources behind my back?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-disable-exceptions-and-rtti-in-my-c-project","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I disable exceptions and RTTI in my C++ project?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-ignore-the-build-directory-in-my-vcs","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I ignore the build directory in my VCS?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-tell-meson-that-my-sources-use-generated-headers","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I tell Meson that my sources use generated headers?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-to-add-preprocessor-defines-to-a-target","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How to add preprocessor defines to a target?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-to-use-meson-on-a-host-where-it-is-not-available-in-system-packages","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","How to use Meson on a host where it is not available in system packages?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#i-added-some-compiler-flags-and-now-the-build-fails-with-weird-errors-what-is-happening","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","I added some compiler flags and now the build fails with weird errors. What is happening?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#i-have-proprietary-compiler-toolchain-x-that-does-not-work-with-meson-how-can-i-make-it-work","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","I have proprietary compiler toolchain X that does not work with Meson, how can I make it work?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#meson-frequently-asked-questions","node_type":"h1","page":"FAQ","sections":["Meson Frequently Asked Questions"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#should-i-check-for-buildtype-or-individual-options-like-debug-in-my-build-files","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Should I check for buildtype or individual options like debug in my build files?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#should-i-use-subdir-or-subproject","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Should I use subdir or subproject?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-are-changes-to-default-project-options-ignored","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why are changes to default project options ignored?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-cant-i-specify-target-files-with-a-wildcard","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why can't I specify target files with a wildcard?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-doesnt-meson-have-user-defined-functionsmacros","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","Why doesn't meson have user defined functions/macros?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-dont-the-arguments-passed-to-add_project_link_arguments-affect-anything","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why don't the arguments passed to add_project_link_arguments affect anything?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-it-called-meson","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is it called Meson?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-implemented-in-python-rather-than-programming-language-x","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson implemented in Python rather than [programming language X]?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-not-just-a-python-module-so-i-could-code-my-build-setup-in-python","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson not just a Python module so I could code my build setup in Python?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-there-not-a-make-backend","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is there not a Make backend?"],"context":{"gi-language":["default"]}},{"url":"Feature-autodetection.html#ccache","node_type":"p","page":"Feature autodetection","sections":["Feature autodetection","Ccache"],"context":{"gi-language":["default"]}},{"url":"Feature-autodetection.html#coverage","node_type":"p","page":"Feature autodetection","sections":["Feature autodetection","Coverage"],"context":{"gi-language":["default"]}},{"url":"Feature-autodetection.html#feature-autodetection","node_type":"p","page":"Feature autodetection","sections":["Feature autodetection"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#file-lookup-rules","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","File lookup rules"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#read","node_type":"ul","page":"FS (filesystem) module","sections":["FS (filesystem) module","Filename modification","read"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#generating-headers","node_type":"p","page":"Generating sources","sections":["Generating sources","Using custom_target()","Generating headers"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#generating-multiple-files-at-a-time","node_type":"p","page":"Generating sources","sections":["Generating sources","Using custom_target()","Generating multiple files at a time"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#generating-sources","node_type":"p","page":"Generating sources","sections":["Generating sources"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#using-generator","node_type":"p","page":"Generating sources","sections":["Generating sources","Using generator()"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#dependencies","node_type":"p","page":"Getting Meson","sections":["Getting Meson","Dependencies"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#downloading-meson","node_type":"h2","page":"Getting Meson","sections":["Getting Meson","Downloading Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#getting-meson","node_type":"h1","page":"Getting Meson","sections":["Getting Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#installing-meson-and-ninja-with-the-msi-installer","node_type":"h2","page":"Getting Meson","sections":["Getting Meson","Installing Meson and Ninja with the MSI installer"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#installing-meson-with-pip","node_type":"h2","page":"Getting Meson","sections":["Getting Meson","Installing Meson with pip"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#packing-meson-into-a-zipapp","node_type":"h3","page":"Getting Meson","sections":["Getting Meson","Downloading Meson","Packing Meson into a zipapp"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#subpages","node_type":"p","page":"Getting Meson","sections":[],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#windows-python3-quirks","node_type":"p","page":"Getting Meson","sections":["Platform-specific install quirks","Windows Python3 quirks"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#baixando-o-meson","node_type":"h2","page":"Obtendo o Meson","sections":["Obtendo o Meson","Baixando o Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#dependncias","node_type":"p","page":"Obtendo o Meson","sections":["Obtendo o Meson","Dependências"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#instalando-o-meson-com-o-pip","node_type":"h2","page":"Obtendo o Meson","sections":["Obtendo o Meson","Instalando o Meson com o pip"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#instalando-o-meson-e-o-ninja-com-o-instalador-msi","node_type":"h2","page":"Obtendo o Meson","sections":["Obtendo o Meson","Instalando o Meson e o Ninja com o instalador MSI"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#obtendo-o-meson","node_type":"h1","page":"Obtendo o Meson","sections":["Obtendo o Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#peculiaridades-do-python-3-no-windows","node_type":"p","page":"Obtendo o Meson","sections":["Peculiaridades de instalação específicas de plataformas","Peculiaridades do Python 3 no Windows"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#","node_type":"p","page":"获取Meson","sections":["获取Meson","所需依赖"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#meson","node_type":"h1","page":"获取Meson","sections":["获取Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#meson1","node_type":"h2","page":"获取Meson","sections":["获取Meson","下载Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#msimesonninja","node_type":"h2","page":"获取Meson","sections":["获取Meson","使用MSI安装包安装Meson和Ninja"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#pipmeson","node_type":"h2","page":"获取Meson","sections":["获取Meson","使用pip安装Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#windows-python3","node_type":"p","page":"获取Meson","sections":["特殊平台的安装特例","Windows Python3"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomecompile_resources","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.compile_resources()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomecompile_schemas","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.compile_schemas()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegdbus_codegen","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.gdbus_codegen()"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#building-a-simple-sdl2-app-from-scratch","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Building a simple SDL2 app from scratch"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#creating-the-sample-program","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Creating the sample program"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#upgrading-the-program-to-use-sdl","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Upgrading the program to use SDL"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ast-of-a-mesonbuild","node_type":"p","page":"IDE integration","sections":["AST of a meson.build\n"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-options","node_type":"p","page":"IDE integration","sections":["IDE integration","Build Options"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-system-files","node_type":"p","page":"IDE integration","sections":["IDE integration","Build system files"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#existing-integrations","node_type":"ul","page":"IDE integration","sections":["Existing integrations"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ide-integration","node_type":"table","page":"IDE integration","sections":["IDE integration"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#json-reference-manual","node_type":"p","page":"IDE integration","sections":["JSON Reference manual"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#possible-values-for-type","node_type":"table","page":"IDE integration","sections":["IDE integration","The targets section","Possible values for type\n"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#programmatic-interface","node_type":"p","page":"IDE integration","sections":["Programmatic interface"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#scanning-for-dependencies-with-scandependencies","node_type":"p","page":"IDE integration","sections":["IDE integration","The dependencies section","Scanning for dependencies with --scan-dependencies\n"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#target-sources","node_type":"p","page":"IDE integration","sections":["IDE integration","The targets section","Target sources"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#tests","node_type":"p","page":"IDE integration","sections":["IDE integration","Tests"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#using-targets-without-a-build-directory","node_type":"p","page":"IDE integration","sections":["IDE integration","The targets section","Using --targets without a build directory"],"context":{"gi-language":["default"]}},{"url":"Icestorm-module.html#unstable-icestorm-module","node_type":"p","page":"Unstable IceStorm module","sections":["Unstable IceStorm module"],"context":{"gi-language":["default"]}},{"url":"In-the-press.html#in-the-press","node_type":"ul","page":"In the press","sections":["In the press"],"context":{"gi-language":["default"]}},{"url":"Include-directories.html#include-directories","node_type":"p","page":"Include directories","sections":["Include directories"],"context":{"gi-language":["default"]}},{"url":"IndepthTutorial.html#an-indepth-tutorial","node_type":"p","page":"An in-depth tutorial","sections":["An in-depth tutorial"],"context":{"gi-language":["default"]}},{"url":"Installing.html#custom-install-script","node_type":"p","page":"Installing","sections":["Installing","Custom install script"],"context":{"gi-language":["default"]}},{"url":"Installing.html#destdir-support","node_type":"p","page":"Installing","sections":["Installing","DESTDIR support"],"context":{"gi-language":["default"]}},{"url":"Installing.html#installation-tags","node_type":"p","page":"Installing","sections":["Installing","Installation tags"],"context":{"gi-language":["default"]}},{"url":"Installing.html#installing","node_type":"p","page":"Installing","sections":["Installing"],"context":{"gi-language":["default"]}},{"url":"Installing.html#installing-as-the-superuser","node_type":"p","page":"Installing","sections":["Installing","Installing as the superuser"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#generate_native_header","node_type":"ul","page":"Java Module","sections":["Java Module","Functions","generate_native_header()"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#generate_native_headers","node_type":"ul","page":"Java Module","sections":["Java Module","Functions","generate_native_headers()"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#native_headers","node_type":"ul","page":"Java Module","sections":["Java Module","Functions","native_headers()"],"context":{"gi-language":["default"]}},{"url":"Java.html#compiling-java-applications","node_type":"ul","page":"Java","sections":["Compiling Java applications"],"context":{"gi-language":["default"]}},{"url":"Keyval-module.html#keyval-module","node_type":"p","page":"keyval module","sections":["keyval module"],"context":{"gi-language":["default"]}},{"url":"Keyval-module.html#keyvalload","node_type":"p","page":"keyval module","sections":["keyval module","Usage","keyval.load()"],"context":{"gi-language":["default"]}},{"url":"Localisation.html#generating-pot-and-po-files","node_type":"ul","page":"Localisation","sections":["Localisation","Generating .pot and .po files"],"context":{"gi-language":["default"]}},{"url":"Localisation.html#mesonbuild","node_type":"p","page":"Localisation","sections":["Localisation","Generating .pot and .po files","meson.build"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#binaries","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Binaries"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#constants","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","constants"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#loading-multiple-machine-files","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Loading multiple machine files"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#meson-builtin-options","node_type":"h3","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Meson built-in options"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#supported-properties","node_type":"ul","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Properties","Supported properties"],"context":{"gi-language":["default"]}},{"url":"Manual.html#manual","node_type":"p","page":"Manual","sections":["Manual"],"context":{"gi-language":["default"]}},{"url":"Manual.html#subpages","node_type":"p","page":"Manual","sections":[],"context":{"gi-language":["default"]}},{"url":"Meson-sample.html#a-note-to-visual-studio-users","node_type":"p","page":"Meson sample","sections":["Meson sample","A note to Visual Studio users"],"context":{"gi-language":["default"]}},{"url":"Meson-sample.html#meson-sample","node_type":"h1","page":"Meson sample","sections":["Meson sample"],"context":{"gi-language":["default"]}},{"url":"MesonCI.html#common-image-setup","node_type":"p","page":"Meson CI setup","sections":["Meson CI setup","Docker images","Common image setup"],"context":{"gi-language":["default"]}},{"url":"MesonCI.html#meson-ci-setup","node_type":"h1","page":"Meson CI setup","sections":["Meson CI setup"],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#mesons-policy-on-mixing-multiple-build-systems-in-one-build-directory","node_type":"h1","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory"],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#the-definition-of-build-system-mixing","node_type":"p","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory","The definition of \"build system mixing\""],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#what-does-this-mean-for-support-and-compatibility","node_type":"ul","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory","What does this mean for support and compatibility?"],"context":{"gi-language":["default"]}},{"url":"Modules.html#modules","node_type":"p","page":"Modules","sections":["Modules"],"context":{"gi-language":["default"]}},{"url":"Native-environments.html#native-file-locations","node_type":"ul","page":"Persistent native environments","sections":["Persistent native environments","Native file locations"],"context":{"gi-language":["default"]}},{"url":"Native-environments.html#persistent-native-environments","node_type":"p","page":"Persistent native environments","sections":["Persistent native environments"],"context":{"gi-language":["default"]}},{"url":"Overview.html#overview","node_type":"p","page":"Overview","sections":["Overview"],"context":{"gi-language":["default"]}},{"url":"Overview.html#terminology","node_type":"p","page":"Overview","sections":["Overview","Terminology"],"context":{"gi-language":["default"]}},{"url":"Performance-comparison.html#performance-comparison","node_type":"p","page":"Performance comparison","sections":["Performance comparison"],"context":{"gi-language":["default"]}},{"url":"Pkg-config-files.html#pkg-config-files","node_type":"p","page":"Pkg config files","sections":["Pkg config files"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#implicit-dependencies","node_type":"p","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","Implicit dependencies"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#pkggenerate","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","pkg.generate()"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#ac_subst","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Configure.ac","AC_SUBST"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#auto-headers","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Configure.ac","Auto headers"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#cleanfiles-extra_dist-etc","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Makefile.am","*CLEANFILES, EXTRA_DIST, etc."],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#configureac","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Configure.ac"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#makefileam","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Makefile.am"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#porting-from-autotools","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#toggling-the-usage-of-precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Toggling the usage of precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#using-precompiled-headers-with-gcc-and-derivatives","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Using precompiled headers with GCC and derivatives"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#using-precompiled-headers-with-msvc","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Using precompiled headers with MSVC"],"context":{"gi-language":["default"]}},{"url":"Project-templates.html#build-after-generation-of-template","node_type":"p","page":"Project templates","sections":["Build after generation of template"],"context":{"gi-language":["default"]}},{"url":"Project-templates.html#generate-a-build-script-for-an-existing-project","node_type":"p","page":"Project templates","sections":["Generate a build script for an existing project"],"context":{"gi-language":["default"]}},{"url":"Project-templates.html#project-templates","node_type":"p","page":"Project templates","sections":["Project templates"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#dependency","node_type":"ul","page":"Python module","sections":["Python module","\npython_installation object","Methods","dependency()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#extension_module","node_type":"ul","page":"Python module","sections":["Python module","\npython_installation object","Methods","extension_module()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#find_installation","node_type":"ul","page":"Python module","sections":["Python module","Functions","find_installation()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#install_sources","node_type":"ul","page":"Python module","sections":["Python module","\npython_installation object","Methods","install_sources()"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#compile_translations","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","compile_translations"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#has_tools","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#preprocess","node_type":"p","page":"Qt4 module","sections":["Qt4 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#compile_translations","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","compile_translations"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#has_tools","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#preprocess","node_type":"p","page":"Qt5 module","sections":["Qt5 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#compile_translations","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","compile_translations"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#has_tools","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#qt6-module","node_type":"p","page":"Qt6 module","sections":["Qt6 module"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#compiling-a-meson-project","node_type":"h2","page":"Quickstart Guide","sections":["Using Meson","Compiling a Meson project"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#installation-from-source","node_type":"p","page":"Quickstart Guide","sections":["Using Meson","Installation from source"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#requirements","node_type":"p","page":"Quickstart Guide","sections":["Using Meson","Requirements"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#using-meson","node_type":"h1","page":"Quickstart Guide","sections":["Using Meson"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#using-meson-as-a-distro-packager","node_type":"h2","page":"Quickstart Guide","sections":["Using Meson","Using Meson as a distro packager"],"context":{"gi-language":["default"]}},{"url":"Reference-manual.html#builtin-objects","node_type":"ul","page":"Reference manual","sections":["Reference manual","Builtin objects"],"context":{"gi-language":["default"]}},{"url":"Reference-manual.html#reference-manual","node_type":"p","page":"Reference manual","sections":["Reference manual"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin.html#subpages","node_type":"p","page":"Builtin objects","sections":[],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#add_install_script_dry_run","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#add_install_script_install_tag","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments2","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments4","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_compiler()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#get_compiler_native","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_compiler()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#meson-object-meson","node_type":"h1","page":"meson","sections":["Meson object (meson)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#meson-object-methods","node_type":"h2","page":"meson","sections":["Meson object (meson)","Meson object methods"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_devenv","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_devenv()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_dist_script","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_dist_script()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_install_script","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonoverride_dependency","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.override_dependency()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonoverride_find_program","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.override_find_program()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonversion","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.version()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments3","node_type":"p","page":"str","sections":["String (str)","String methods","str.join()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example14","node_type":"p","page":"str","sections":["String (str)","String methods","str.version_compare()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strformat","node_type":"p","page":"str","sections":["String (str)","String methods","str.format()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_languages","node_type":"p","page":"Functions","sections":["Functions","add_languages()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_languages_required","node_type":"p","page":"Functions","sections":["Functions","add_languages()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_test_setup","node_type":"p","page":"Functions","sections":["Functions","add_test_setup()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_test_setup_exclude_suites","node_type":"p","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_test_setup_is_default","node_type":"p","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_test_setup_timeout_multiplier","node_type":"p","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#alias_target","node_type":"p","page":"Functions","sections":["Functions","alias_target()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments13","node_type":"table","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments14","node_type":"table","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments17","node_type":"table","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments2","node_type":"table","page":"Functions","sections":["Functions","add_languages()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments22","node_type":"table","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments23","node_type":"table","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments26","node_type":"table","page":"Functions","sections":["Functions","import()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments28","node_type":"table","page":"Functions","sections":["Functions","install_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments29","node_type":"table","page":"Functions","sections":["Functions","install_emptydir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments32","node_type":"table","page":"Functions","sections":["Functions","install_subdir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments33","node_type":"table","page":"Functions","sections":["Functions","install_symlink()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments50","node_type":"table","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments52","node_type":"table","page":"Functions","sections":["Functions","test()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments54","node_type":"table","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments6","node_type":"table","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments9","node_type":"table","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#benchmark","node_type":"p","page":"Functions","sections":["Functions","benchmark()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#benchmark_timeout","node_type":"p","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#benchmark_verbose","node_type":"p","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_build_by_default","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_install_tag","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_link_language","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_link_with","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_build_by_default","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_install_tag","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_link_language","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_link_with","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_capture","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_command","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_copy","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_format","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_install_tag","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target","node_type":"p","page":"Functions","sections":["Functions","custom_target()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_build_by_default","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_capture","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_command","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_depends","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_feed","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_install_tag","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#debug","node_type":"p","page":"Functions","sections":["Functions","debug()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency","node_type":"ul","page":"Functions","sections":["Functions","dependency()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_allow_fallback","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_default_options","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_fallback","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_native","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_required","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example1","node_type":"p","page":"Functions","sections":["Functions","files()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_build_by_default","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_install_tag","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_link_language","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_link_with","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program","node_type":"p","page":"Functions","sections":["Functions","find_program()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_default_options","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_native","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_required","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#generator_capture","node_type":"p","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#import_required","node_type":"p","page":"Functions","sections":["Functions","import()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#include_directories","node_type":"p","page":"Functions","sections":["Functions","include_directories()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_data_install_tag","node_type":"p","page":"Functions","sections":["Functions","install_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_emptydir_install_tag","node_type":"p","page":"Functions","sections":["Functions","install_emptydir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_subdir_install_tag","node_type":"p","page":"Functions","sections":["Functions","install_subdir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_symlink_install_tag","node_type":"p","page":"Functions","sections":["Functions","install_symlink()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_build_by_default","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_install_tag","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_link_language","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_link_with","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_build_by_default","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_install_tag","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_link_language","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_link_with","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project","node_type":"p","page":"Functions","sections":["Functions","project()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_default_options","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_license","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_license_files","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_meson_version","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_subproject_dir","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_version","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_command","node_type":"p","page":"Functions","sections":["Functions","run_command()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_target","node_type":"p","page":"Functions","sections":["Functions","run_target()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_build_by_default","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_install_tag","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_link_language","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_link_with","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_build_by_default","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_install_tag","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_link_language","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_link_with","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_build_by_default","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_implicit_include_directories","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_install_tag","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_link_language","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_link_with","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subdir_done","node_type":"p","page":"Functions","sections":["Functions","subdir_done()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject","node_type":"ul","page":"Functions","sections":["Functions","subproject()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject_default_options","node_type":"p","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test","node_type":"p","page":"Functions","sections":["Functions","test()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test_timeout","node_type":"p","page":"Functions","sections":["Functions","test()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test_verbose","node_type":"p","page":"Functions","sections":["Functions","test()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag_command","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag_install_tag","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned.html#subpages","node_type":"p","page":"Returned objects","sections":[],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_both_libs.html#build_tgtfull_path","node_type":"p","page":"Both libraries object","sections":["Both libraries object (both_libs extends lib)","Inherited methods","build_tgt.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_build_tgt.html#build_tgtfull_path","node_type":"p","page":"Build target","sections":["Build target (build_tgt extends tgt)","Build target methods","build_tgt.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#arguments5","node_type":"table","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set10()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#set10_value","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set10()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments1","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments10","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments12","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments13","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments14","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments15","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments16","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments17","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments18","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments19","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments2","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments20","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments21","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments22","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments24","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments4","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#find_library_dirs","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#find_library_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_argument_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_attribute_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_link_argument_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_multi_arguments_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_multi_link_arguments_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_custom_idx.html#custom_idxfull_path","node_type":"p","page":"Custom target index","sections":["Custom target index (custom_idx)","Custom target index methods","custom_idx.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_custom_tgt.html#custom_tgtfull_path","node_type":"p","page":"Custom target","sections":["Custom target (custom_tgt extends tgt)","Custom target methods","custom_tgt.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depname","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.name()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_env.html#environment-env","node_type":"p","page":"Environment","sections":["Environment (env)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_exe.html#build_tgtfull_path","node_type":"p","page":"Executable target","sections":["Executable target (exe extends build_tgt)","Inherited methods","build_tgt.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_external_program.html#external_programfull_path","node_type":"p","page":"External program","sections":["External program (external_program)","External program methods","external_program.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_external_program.html#external_programpath","node_type":"p","page":"External program","sections":["External program (external_program)","External program methods","external_program.path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#feature-option-object-feature","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_file.html#filefull_path","node_type":"p","page":"File","sections":["File (file)","File methods","file.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_jar.html#build_tgtfull_path","node_type":"p","page":"JAR build target","sections":["JAR build target (jar extends build_tgt)","Inherited methods","build_tgt.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_lib.html#build_tgtfull_path","node_type":"p","page":"Library target","sections":["Library target (lib extends build_tgt)","Inherited methods","build_tgt.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_tgt.html#extended-by","node_type":"p","page":"Meson Target","sections":["Meson Target (tgt)","Extended by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_tgt.html#meson-target-tgt","node_type":"h1","page":"Meson Target","sections":["Meson Target (tgt)"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-selection-variables","node_type":"p","page":"Reference tables","sections":["Reference tables","Compiler and Linker selection variables"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#cpu-families","node_type":"p","page":"Reference tables","sections":["Reference tables","CPU families"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#environment-variables-per-machine","node_type":"p","page":"Reference tables","sections":["Reference tables","Environment variables per machine"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#script-environment-variables","node_type":"table","page":"Reference tables","sections":["Reference tables","Script environment variables"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#subsystem-names-since-120","node_type":"p","page":"Reference tables","sections":["Reference tables","Subsystem names (since 1.2.0)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#improvements-to-install-scripts","node_type":"p","page":"Release 0.37","sections":["New features","Improvements to install scripts"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#llvm-ir-compilation","node_type":"p","page":"Release 0.37","sections":["New features","LLVM IR compilation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#pkgconfig-dependencies","node_type":"p","page":"Release 0.37","sections":["New features","pkg-config dependencies"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#support-for-localstatedir","node_type":"p","page":"Release 0.37","sections":["New features","Support for localstatedir\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#add-option-to-mesonconf-to-wipe-cached-data","node_type":"p","page":"Release 0.38","sections":["Add option to mesonconf to wipe cached data."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#intel-cc-compiler-support","node_type":"p","page":"Release 0.38","sections":["Intel C/C++ compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#silent-mode-for-mesontest","node_type":"p","page":"Release 0.38","sections":["Silent mode for Mesontest"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#support-for-arbitrary-test-setups","node_type":"p","page":"Release 0.38","sections":["Support for arbitrary test setups"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#uninstall-target","node_type":"p","page":"Release 0.38","sections":["Uninstall target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-39-0.html#extra-arguments-for-tests","node_type":"p","page":"Release 0.39","sections":["New features","Extra arguments for tests"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#automatic-initialization-of-subprojects-that-are-git-submodules","node_type":"p","page":"Release 0.40","sections":["New features","Automatic initialization of subprojects that are git submodules"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#can-specify-method-of-obtaining-dependencies","node_type":"p","page":"Release 0.40","sections":["New features","Can specify method of obtaining dependencies"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#cygwin-support","node_type":"p","page":"Release 0.40","sections":["New features","Cygwin support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#no-download-mode-for-wraps","node_type":"p","page":"Release 0.40","sections":["New features","No download mode for wraps"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#overriding-options-per-target","node_type":"p","page":"Release 0.40","sections":["New features","Overriding options per target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#running-mesonintrospect-from-scripts","node_type":"p","page":"Release 0.40","sections":["New features","Running mesonintrospect from scripts"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#reproducible-builds","node_type":"p","page":"Release 0.41","sections":["New features","Reproducible builds"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#support-for-capturing-stdout-of-a-command-in-configure_file","node_type":"p","page":"Release 0.41","sections":["New features","Support for capturing stdout of a command in configure_file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#add-support-for-genie-to-vala-compiler","node_type":"p","page":"Release 0.42","sections":["New features","Add support for Genie to Vala compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#added-build_rpath-keyword-argument","node_type":"p","page":"Release 0.42","sections":["New features","Added build_rpath keyword argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#disable-implicit-include-directories","node_type":"p","page":"Release 0.42","sections":["New features","Disable implicit include directories"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#keyword-argument-verification","node_type":"p","page":"Release 0.42","sections":["New features","Keyword argument verification"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#make-all-meson-functionality-invocable-via-the-main-executable","node_type":"h2","page":"Release 0.42","sections":["New features","Make all Meson functionality invocable via the main executable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#pcap-dependency-detector","node_type":"p","page":"Release 0.42","sections":["New features","Pcap dependency detector"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#simultaneous-use-of-address-and-undefined-behavior-sanitizers","node_type":"p","page":"Release 0.42","sections":["New features","Simultaneous use of Address- and Undefined Behavior Sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#better-support-for-shared-libraries-in-nonsystem-paths","node_type":"p","page":"Release 0.43","sections":["Better support for shared libraries in non-system paths"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#embedded-python-in-windows-msi-packages","node_type":"p","page":"Release 0.44","sections":["New features","Embedded Python in Windows MSI packages"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#libwmf-dependency-now-supports-libwmfconfig","node_type":"p","page":"Release 0.44","sections":["New features","Libwmf dependency now supports libwmf-config"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#experimental-fpga-support","node_type":"p","page":"Release 0.45","sections":["New features","Experimental FPGA support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#generator-outputs-can-preserve-directory-structure","node_type":"p","page":"Release 0.45","sections":["New features","Generator outputs can preserve directory structure"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#new-method-mesonproject_license","node_type":"p","page":"Release 0.45","sections":["New features","New method meson.project_license()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#project-templates","node_type":"p","page":"Release 0.45","sections":["New features","Project templates"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#python-minimum-version-is-now-35","node_type":"p","page":"Release 0.45","sections":["New features","Python minimum version is now 3.5"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#autogeneration-of-simple-mesonbuild-files","node_type":"p","page":"Release 0.46","sections":["New features","Autogeneration of simple meson.build files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#generic-python-module","node_type":"p","page":"Release 0.46","sections":["New features","Generic python module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#meson-and-meson-configure-now-accept-the-same-arguments","node_type":"h2","page":"Release 0.46","sections":["New features","Meson and meson configure now accept the same arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#meson-help-now-shows-command-line-help","node_type":"h2","page":"Release 0.46","sections":["New features","\"meson help\" now shows command line help"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#old-command-names-are-now-errors","node_type":"p","page":"Release 0.46","sections":["New features","Old command names are now errors"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#relaxing-of-target-name-requirements","node_type":"p","page":"Release 0.46","sections":["New features","Relaxing of target name requirements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#string-escape-character-sequence-update","node_type":"p","page":"Release 0.46","sections":["New features","String escape character sequence update"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#support-for-lcc-compiler-for-e2k-elbrus-architecture","node_type":"p","page":"Release 0.46","sections":["New features","Support for lcc compiler for e2k (Elbrus) architecture"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#arm-compilerversion-6-for-c-and-cpp","node_type":"p","page":"Release 0.47","sections":["New features","ARM compiler(version 6) for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#feature-detection-based-on-meson_version-in-project","node_type":"p","page":"Release 0.47","sections":["New features","Feature detection based on meson_version: in project()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#made-install-a-top-level-meson-command","node_type":"h2","page":"Release 0.47","sections":["New features","Made 'install' a top level Meson command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-base-build-option-for-llvm-apple-bitcode-support","node_type":"p","page":"Release 0.47","sections":["New features","New base build option for LLVM (Apple) bitcode support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-builtin-object-type-dictionary","node_type":"p","page":"Release 0.47","sections":["New features","New built-in object type: dictionary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-builtin-option-install_umask-with-a-default-value-022","node_type":"p","page":"Release 0.47","sections":["New features","New built-in option install_umask with a default value 022"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-keyword-argument-encoding-for-configure_file","node_type":"p","page":"Release 0.47","sections":["New features","New keyword argument encoding: for configure_file()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-options-to-gnomegdbus_codegen","node_type":"p","page":"Release 0.47","sections":["New features","New options to gnome.gdbus_codegen()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#polkit-support-for-privileged-installation","node_type":"p","page":"Release 0.47","sections":["New features","Polkit support for privileged installation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#fatal-warnings","node_type":"p","page":"Release 0.48","sections":["New features","Fatal warnings"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#meson-warns-if-two-calls-to-configure_file-write-to-the-same-file","node_type":"h2","page":"Release 0.48","sections":["New features","Meson warns if two calls to configure_file() write to the same file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#python3-module-is-deprecated","node_type":"p","page":"Release 0.48","sections":["New features","python3 module is deprecated"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#toggles-for-build-type-optimization-and-vcrt-type","node_type":"p","page":"Release 0.48","sections":["New features","Toggles for build type, optimization and vcrt type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#can-specify-keyword-arguments-with-a-dictionary","node_type":"p","page":"Release 0.49","sections":["New features","Can specify keyword arguments with a dictionary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#cmake-find_package-dependency-backend","node_type":"p","page":"Release 0.49","sections":["New features","CMake find_package dependency backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#deprecation-warning-in-pkgconfig-generator","node_type":"p","page":"Release 0.49","sections":["New features","Deprecation warning in pkg-config generator"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#joining-paths-with-","node_type":"p","page":"Release 0.49","sections":["New features","Joining paths with /"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#libgcrypt-dependency-now-supports-libgcryptconfig","node_type":"p","page":"Release 0.49","sections":["New features","Libgcrypt dependency now supports libgcrypt-config"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-keyword-argument-is_default-to-add_test_setup","node_type":"p","page":"Release 0.49","sections":["New features","New keyword argument is_default to add_test_setup()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-section-key-for-the-buildoptions-introspection","node_type":"p","page":"Release 0.49","sections":["New features","New section key for the buildoptions introspection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#subprojects-download-checkout-update-commandline","node_type":"ul","page":"Release 0.49","sections":["New features","Subprojects download, checkout, update command-line"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#a-builtin-target-to-run-clangformat","node_type":"p","page":"Release 0.50.0","sections":["New features","A builtin target to run clang-format"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#add-subproject_dir-to-projectinfo-introspection-output","node_type":"p","page":"Release 0.50.0","sections":["New features","Add subproject_dir to --projectinfo introspection output"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-option-to-introspect-multiple-parameters-at-once","node_type":"ul","page":"Release 0.50.0","sections":["New features","Added option to introspect multiple parameters at once"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-the-flang-compiler","node_type":"p","page":"Release 0.50.0","sections":["New features","Added the Flang compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-the-mesoninfojson-introspection-file","node_type":"p","page":"Release 0.50.0","sections":["New features","Added the meson-info.json introspection file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#changed-the-json-format-of-the-introspection","node_type":"p","page":"Release 0.50.0","sections":["New features","Changed the JSON format of the introspection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#fortran-submodule-support","node_type":"p","page":"Release 0.50.0","sections":["New features","Fortran submodule support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#include_directories-accepts-a-string","node_type":"p","page":"Release 0.50.0","sections":["New features","\ninclude_directories accepts a string"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-buildoptions-can-now-be-used-without-configured-build-directory","node_type":"p","page":"Release 0.50.0","sections":["New features","\nintrospect --buildoptions can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-scandependencies-can-now-be-used-to-scan-for-dependencies-used-in-a-project","node_type":"p","page":"Release 0.50.0","sections":["New features","\nintrospect --scan-dependencies can now be used to scan for dependencies used in a project"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-targets-can-now-be-used-without-configured-build-directory","node_type":"p","page":"Release 0.50.0","sections":["New features","\nintrospect --targets can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#meson-configure-can-now-print-the-default-options-of-an-unconfigured-project","node_type":"h2","page":"Release 0.50.0","sections":["New features","\nmeson configure can now print the default options of an unconfigured project"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#meson-file-rewriter","node_type":"h2","page":"Release 0.50.0","sections":["New features","Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#add-new-meson-subprojects-foreach-command","node_type":"h2","page":"Release 0.51.0","sections":["New features","Add new meson subprojects foreach command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#added-basic-support-for-the-xtensa-cpu-toolchain","node_type":"p","page":"Release 0.51.0","sections":["New features","Added basic support for the Xtensa CPU toolchain"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#c-preprocessor-flag-handling","node_type":"p","page":"Release 0.51.0","sections":["New features","(C) Preprocessor flag handling"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#can-link-against-custom-targets","node_type":"ul","page":"Release 0.51.0","sections":["New features","Can link against custom targets"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#cmake-prefix-path-overrides","node_type":"p","page":"Release 0.51.0","sections":["New features","CMake prefix path overrides"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#cmake-subprojects","node_type":"p","page":"Release 0.51.0","sections":["New features","CMake subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#fortran-include-statements-recursively-parsed","node_type":"p","page":"Release 0.51.0","sections":["New features","Fortran include statements recursively parsed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#gpgme-dependency-now-supports-gpgmeconfig","node_type":"p","page":"Release 0.51.0","sections":["New features","gpgme dependency now supports gpgme-config"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#new-target-keyword-argument-link_language","node_type":"p","page":"Release 0.51.0","sections":["New features","New target keyword argument: link_language\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#sanity-checking-compilers-with-user-flags","node_type":"p","page":"Release 0.51.0","sections":["New features","Sanity checking compilers with user flags"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#specifying-options-per-mer-machine","node_type":"p","page":"Release 0.51.0","sections":["New features","Specifying options per mer machine"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#tests-that-should-fail-but-did-not-are-now-errors","node_type":"p","page":"Release 0.51.0","sections":["New features","Tests that should fail but did not are now errors"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#added-only-tests-option-to-run_project_testspy","node_type":"p","page":"Release 0.52.0","sections":["New features","added --only test(s) option to run_project_tests.py"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#clangtidy-target","node_type":"p","page":"Release 0.52.0","sections":["New features","Clang-tidy target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#dist-is-now-a-top-level-command","node_type":"p","page":"Release 0.52.0","sections":["New features","Dist is now a top level command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#experimental-webassembly-support-via-emscripten","node_type":"p","page":"Release 0.52.0","sections":["New features","Experimental Webassembly support via Emscripten"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#mesons-builtin-b_lundef-is-now-supported-on-macos","node_type":"h2","page":"Release 0.52.0","sections":["New features","Meson's builtin b_lundef is now supported on macOS"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#the-meson-test-program-now-accepts-an-additional-gdbpath-argument-to-specify-the-gdb-binary","node_type":"h2","page":"Release 0.52.0","sections":["New features","The Meson test program now accepts an additional \"--gdb-path\" argument to specify the GDB binary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#added-new-meson-templates-for-dlang-rust-objectivec","node_type":"h2","page":"Release 0.53.0","sections":["New features","Added new Meson templates for Dlang, Rust, Objective-C\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#generic-overrider-for-dynamic-linker-selection","node_type":"p","page":"Release 0.53.0","sections":["New features","Generic Overrider for Dynamic Linker selection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#meson-dist-includesubprojects","node_type":"h2","page":"Release 0.53.0","sections":["New features","meson dist --include-subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#scalapack","node_type":"p","page":"Release 0.53.0","sections":["New features","Scalapack"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#source-tags-targets","node_type":"p","page":"Release 0.53.0","sections":["New features","Source tags targets"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#added-c-argument-to-meson-init-command","node_type":"h2","page":"Release 0.54.0","sections":["New features","Added -C argument to meson init command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#backend-agnostic-compile-command","node_type":"p","page":"Release 0.54.0","sections":["New features","Backend agnostic compile command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#emscripten-emcc-now-supports-threads","node_type":"p","page":"Release 0.54.0","sections":["New features","Emscripten (emcc) now supports threads"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#environment-variables-with-cross-builds","node_type":"p","page":"Release 0.54.0","sections":["New features","Environment Variables with Cross Builds"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#more-new-sample-meson-templates-for-java-cuda-and-more","node_type":"h2","page":"Release 0.54.0","sections":["New features","More new sample Meson templates for (Java, Cuda, and more)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#native-build-machine-compilers-not-always-required","node_type":"p","page":"Release 0.54.0","sections":["New features","Native (build machine) compilers not always required"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#native-file-properties","node_type":"p","page":"Release 0.54.0","sections":["New features","Native file properties"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#new-option-quiet-to-meson-install","node_type":"h2","page":"Release 0.54.0","sections":["New features","New option --quiet to meson install\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#ninja-version-requirement-bumped-to-17","node_type":"p","page":"Release 0.54.0","sections":["New features","Ninja version requirement bumped to 1.7"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#property-support-emscriptens-wasmld","node_type":"p","page":"Release 0.54.0","sections":["New features","Property support emscripten's wasm-ld"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#the-msi-installer-is-only-available-in-64-bit-version","node_type":"p","page":"Release 0.54.0","sections":["New features","The MSI installer is only available in 64 bit version"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#uninstalled-pkgconfig-files","node_type":"p","page":"Release 0.54.0","sections":["New features","Uninstalled pkg-config files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#unity-file-block-size-is-configurable","node_type":"p","page":"Release 0.54.0","sections":["New features","Unity file block size is configurable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#verbose-mode-for-meson-compile","node_type":"h2","page":"Release 0.54.0","sections":["New features","Verbose mode for meson compile\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#added-ability-to-specify-backend-arguments-in-meson-compile","node_type":"h2","page":"Release 0.55.0","sections":["New features","Added ability to specify backend arguments in meson compile\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#added-ability-to-specify-targets-in-meson-compile","node_type":"h2","page":"Release 0.55.0","sections":["New features","Added ability to specify targets in meson compile\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#configure-cmake-subprojects-with-mesonsubproject_options","node_type":"p","page":"Release 0.55.0","sections":["New features","Configure CMake subprojects with Meson.subproject_options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#local-wrap-patch-directory","node_type":"p","page":"Release 0.55.0","sections":["New features","Local wrap patch directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#meson-dist-notests","node_type":"h2","page":"Release 0.55.0","sections":["New features","meson dist --no-tests"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#meson-test-now-produces-junit-xml-from-results","node_type":"h2","page":"Release 0.55.0","sections":["New features","Meson test now produces JUnit xml from results"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#response-files-enabled-on-linux-reined-in-on-windows","node_type":"p","page":"Release 0.55.0","sections":["New features","Response files enabled on Linux, reined in on Windows"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#rpath-removal-now-more-careful","node_type":"p","page":"Release 0.55.0","sections":["New features","rpath removal now more careful"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#test-protocol-for-gtest","node_type":"p","page":"Release 0.55.0","sections":["New features","Test protocol for gtest"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#test-scripts-are-given-the-exe-wrapper-if-needed","node_type":"p","page":"Release 0.55.0","sections":["New features","Test scripts are given the exe wrapper if needed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#cmake-subproject-cross-compilation-support","node_type":"p","page":"Release 0.56.0","sections":["New features","CMake subproject cross compilation support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#controlling-subproject-dependencies-with-dependencyallow_fallback-","node_type":"p","page":"Release 0.56.0","sections":["New features","Controlling subproject dependencies with dependency(allow_fallback: ...)\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#external-projects","node_type":"p","page":"Release 0.56.0","sections":["New features","External projects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-subprojects-command","node_type":"h2","page":"Release 0.56.0","sections":["New features","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-test-can-now-filter-tests-by-subproject","node_type":"h2","page":"Release 0.56.0","sections":["New features","\nmeson test can now filter tests by subproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#mesonbuild_root-and-mesonsource_root-are-deprecated","node_type":"p","page":"Release 0.56.0","sections":["New features","\nmeson.build_root() and meson.source_root() are deprecated"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#new-extra_files-key-in-target-introspection","node_type":"p","page":"Release 0.56.0","sections":["New features","New extra_files key in target introspection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#project-and-builtin-options-can-be-set-in-native-or-cross-files","node_type":"p","page":"Release 0.56.0","sections":["New features","Project and built-in options can be set in native or cross files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#python-35-support-will-be-dropped-in-the-next-release","node_type":"p","page":"Release 0.56.0","sections":["New features","Python 3.5 support will be dropped in the next release"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#unstablekeyval-is-now-stable-keyval","node_type":"p","page":"Release 0.56.0","sections":["New features","\nunstable-keyval is now stable keyval\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#wraps-from-subprojects-are-automatically-promoted","node_type":"p","page":"Release 0.56.0","sections":["New features","Wraps from subprojects are automatically promoted"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#-is-now-allowed-as-a-function-id-for-meson-rewrite","node_type":"h2","page":"Release 0.57.0","sections":["New features","\n// is now allowed as a function id for meson rewrite."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#ctrlc-behavior-in-meson-test","node_type":"h2","page":"Release 0.57.0","sections":["New features","Ctrl-C behavior in meson test\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#edit-and-continue-zi-is-no-longer-used-by-default-for-visual-studio","node_type":"p","page":"Release 0.57.0","sections":["New features","\"Edit and continue\" (/ZI) is no longer used by default for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#knob-to-control-lto-thread","node_type":"p","page":"Release 0.57.0","sections":["New features","Knob to control LTO thread"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#meson-install-dryrun","node_type":"h2","page":"Release 0.57.0","sections":["New features","meson install --dry-run"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#meson-test-now-accepts-protocol-rust","node_type":"h2","page":"Release 0.57.0","sections":["New features","Meson test() now accepts protocol : 'rust'\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#meson-test-only-rebuilds-test-dependencies","node_type":"h2","page":"Release 0.57.0","sections":["New features","\nmeson test only rebuilds test dependencies"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#minimum-required-python-version-updated-to-36","node_type":"p","page":"Release 0.57.0","sections":["New features","Minimum required Python version updated to 3.6"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#msvcclangcl-argument-changescleanup","node_type":"p","page":"Release 0.57.0","sections":["New features","MSVC/Clang-Cl Argument Changes/Cleanup"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#new-logging-format-for-meson-test","node_type":"h2","page":"Release 0.57.0","sections":["New features","New logging format for meson test\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#packaging-a-subproject","node_type":"p","page":"Release 0.57.0","sections":["New features","Packaging a subproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#project-version-can-be-specified-with-a-file","node_type":"p","page":"Release 0.57.0","sections":["New features","Project version can be specified with a file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#rust-now-has-an-std-option","node_type":"p","page":"Release 0.57.0","sections":["New features","Rust now has an std option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#specify-destdir-on-command-line","node_type":"p","page":"Release 0.57.0","sections":["New features","Specify DESTDIR on command line"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#support-for-reading-files-at-configuration-time-with-the-fs-module","node_type":"p","page":"Release 0.57.0","sections":["New features","Support for reading files at configuration time with the fs module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#test-timeout-and-timeout_multiplier-value-0","node_type":"p","page":"Release 0.57.0","sections":["New features","\ntest() timeout and timeout_multiplier value <= 0"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#the-add__script-methods-now-accept-a-file-as-the-first-argument","node_type":"p","page":"Release 0.57.0","sections":["New features","The add_*_script methods now accept a File as the first argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#unity-build-with-vala-disabled","node_type":"p","page":"Release 0.57.0","sections":["New features","Unity build with Vala disabled"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#unstable-rust-module","node_type":"p","page":"Release 0.57.0","sections":["New features","Unstable Rust module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#unstableexternal_project-improvements","node_type":"ul","page":"Release 0.57.0","sections":["New features","\nunstable-external_project improvements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#clangformat-include-and-ignore-lists","node_type":"p","page":"Release 0.58.0","sections":["New features","clang-format include and ignore lists"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#developer-environment","node_type":"ul","page":"Release 0.58.0","sections":["New features","Developer environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#introducing-format-strings-to-the-meson-language","node_type":"h2","page":"Release 0.58.0","sections":["New features","Introducing format strings to the Meson language"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#meson-subprojects-update-reset-now-reextract-tarballs","node_type":"h2","page":"Release 0.58.0","sections":["New features","\nmeson subprojects update --reset now re-extract tarballs"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#mesonadd_dist_script-allowed-in-subprojects","node_type":"p","page":"Release 0.58.0","sections":["New features","\nmeson.add_dist_script() allowed in subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#multiple-append-and-prepend-in-environment-object","node_type":"p","page":"Release 0.58.0","sections":["New features","Multiple append() and prepend() in environment() object"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#pipe-no-longer-used-by-default","node_type":"p","page":"Release 0.58.0","sections":["New features","\n-pipe no longer used by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#purge-subprojects-folder","node_type":"ul","page":"Release 0.58.0","sections":["New features","Purge subprojects folder"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#skip-subprojects-installation","node_type":"ul","page":"Release 0.58.0","sections":["New features","Skip subprojects installation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#automatically-set-up-visual-studio-environment","node_type":"p","page":"Release 0.59.0","sections":["New features","Automatically set up Visual Studio environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#cython-as-as-first-class-language","node_type":"p","page":"Release 0.59.0","sections":["New features","Cython as as first class language"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#gnomecompile_schemas-sets-gsettings_schema_dir-into-devenv","node_type":"p","page":"Release 0.59.0","sections":["New features","\ngnome.compile_schemas() sets GSETTINGS_SCHEMA_DIR into devenv"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#new-custom-dependency-for-libintl","node_type":"p","page":"Release 0.59.0","sections":["New features","New custom dependency for libintl"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#parallelized-meson-subprojects-commands","node_type":"h2","page":"Release 0.59.0","sections":["New features","Parallelized meson subprojects commands"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#update_desktop_database-added-to-gnomepost_install","node_type":"p","page":"Release 0.59.0","sections":["New features","\nupdate_desktop_database added to gnome.post_install()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#using-vala-no-longer-requires-c-in-the-project-languages","node_type":"p","page":"Release 0.59.0","sections":["New features","Using Vala no longer requires C in the project languages"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#deprecated-project-options","node_type":"p","page":"Release 0.60.0","sections":["New features","Deprecated project options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#force-visual-studio-environment-activation","node_type":"p","page":"Release 0.60.0","sections":["New features","Force Visual Studio environment activation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#improvements-for-the-rustc-compiler","node_type":"ul","page":"Release 0.60.0","sections":["New features","Improvements for the Rustc compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#install-destdir-relative-to-build-directory","node_type":"p","page":"Release 0.60.0","sections":["New features","Install DESTDIR relative to build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#installation-tags","node_type":"p","page":"Release 0.60.0","sections":["New features","Installation tags"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#java-module","node_type":"p","page":"Release 0.60.0","sections":["New features","Java Module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#link-tests-can-use-sources-for-a-different-compiler","node_type":"p","page":"Release 0.60.0","sections":["New features","Link tests can use sources for a different compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#more-efficient-static-linking-of-uninstalled-libraries","node_type":"p","page":"Release 0.60.0","sections":["New features","More efficient static linking of uninstalled libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#msvc-compiler-now-assumes-utf8-source-code-by-default","node_type":"p","page":"Release 0.60.0","sections":["New features","MSVC compiler now assumes UTF-8 source code by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#new-subprojects-packagefiles-subcommand","node_type":"p","page":"Release 0.60.0","sections":["New features","New subprojects packagefiles subcommand"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#override-python-installation-paths","node_type":"p","page":"Release 0.60.0","sections":["New features","Override python installation paths"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#support-for-clippydriver-as-a-rustc-wrapper","node_type":"p","page":"Release 0.60.0","sections":["New features","Support for clippy-driver as a rustc wrapper"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#unknown-options-are-now-always-fatal","node_type":"p","page":"Release 0.60.0","sections":["New features","Unknown options are now always fatal"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#added-support-for-sccache","node_type":"p","page":"Release 0.61.0","sections":["New features","Added support for sccache"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#meson-rewrite-can-modify-extra_files","node_type":"h2","page":"Release 0.61.0","sections":["New features","\nmeson rewrite can modify extra_files\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#meson-rewrite-target-target-info-outputs-targets-extra_files","node_type":"h2","page":"Release 0.61.0","sections":["New features","\nmeson rewrite target info outputs target's extra_files\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#python-36-support-will-be-dropped-in-the-next-release","node_type":"p","page":"Release 0.61.0","sections":["New features","Python 3.6 support will be dropped in the next release"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#support-for-cmake-314-is-now-deprecated-for-cmake-subprojects","node_type":"p","page":"Release 0.61.0","sections":["New features","Support for CMake <3.14 is now deprecated for CMake subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#visual-studio-2022-backend","node_type":"p","page":"Release 0.61.0","sections":["New features","Visual Studio 2022 backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-optional-allowdirty-flag-for-the-dist-command","node_type":"p","page":"Release 0.62.0","sections":["New features","Added optional '--allow-dirty' flag for the 'dist' command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-support-for-texas-instruments-msp430-and-arm-compilers","node_type":"p","page":"Release 0.62.0","sections":["New features","Added support for Texas Instruments MSP430 and ARM compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#all-directory-options-now-support-paths-outside-of-prefix","node_type":"p","page":"Release 0.62.0","sections":["New features","All directory options now support paths outside of prefix"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#bash-completion-scripts-sourced-in-meson-devenv","node_type":"h2","page":"Release 0.62.0","sections":["New features","Bash completion scripts sourced in meson devenv\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#cmake-server-api-support-is-removed","node_type":"p","page":"Release 0.62.0","sections":["New features","CMake server API support is removed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#experimental-command-to-convert-environments-to-cross-files","node_type":"p","page":"Release 0.62.0","sections":["New features","Experimental command to convert environments to cross files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#ldconfig-is-no-longer-run-on-install","node_type":"p","page":"Release 0.62.0","sections":["New features","ldconfig is no longer run on install"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#meson-install-strip","node_type":"h2","page":"Release 0.62.0","sections":["New features","meson install --strip"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#minimum-required-python-version-updated-to-37","node_type":"p","page":"Release 0.62.0","sections":["New features","Minimum required Python version updated to 3.7"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#new-custom-dependency-for-openssl","node_type":"p","page":"Release 0.62.0","sections":["New features","New custom dependency for OpenSSL"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#new-keyword-argument-verbose-for-tests-and-benchmarks","node_type":"p","page":"Release 0.62.0","sections":["New features","New keyword argument verbose for tests and benchmarks"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#pkgconfiggenerate-will-now-include-variables-for-builtin-directories-when-referenced","node_type":"p","page":"Release 0.62.0","sections":["New features","pkgconfig.generate will now include variables for builtin directories when referenced"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#print-modified-environment-variables-with-meson-devenv-dump","node_type":"h2","page":"Release 0.62.0","sections":["New features","Print modified environment variables with meson devenv --dump\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#removal-of-the-rpm-module","node_type":"p","page":"Release 0.62.0","sections":["New features","Removal of the RPM module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#setup-gdb-autoload-for-meson-devenv","node_type":"h2","page":"Release 0.62.0","sections":["New features","Setup GDB auto-load for meson devenv\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#structured_sources","node_type":"p","page":"Release 0.62.0","sections":["New features","structured_sources()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#coverage-targets-now-respect-tool-config-files","node_type":"p","page":"Release 0.63.0","sections":["New features","Coverage targets now respect tool config files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#diff-files-for-wraps","node_type":"p","page":"Release 0.63.0","sections":["New features","Diff files for wraps"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#msvc-now-sets-the-__cplusplus-define-accurately","node_type":"p","page":"Release 0.63.0","sections":["New features","MSVC now sets the __cplusplus #define accurately"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#new-prefer_static-builtin-option","node_type":"p","page":"Release 0.63.0","sections":["New features","New prefer_static built-in option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#running-windows-executables-with-wine-in-meson-devenv","node_type":"h2","page":"Release 0.63.0","sections":["New features","Running Windows executables with Wine in meson devenv\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#add-optimization-plain-option","node_type":"p","page":"Release 0.64.0","sections":["New features","Add optimization plain option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#added-update_mime_database-to-gnomepost_install","node_type":"p","page":"Release 0.64.0","sections":["New features","Added update_mime_database to gnome.post_install()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#automatic-fallback-using-wrapdb","node_type":"p","page":"Release 0.64.0","sections":["New features","Automatic fallback using WrapDB"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#bsd-support-for-the-jni-dependency","node_type":"p","page":"Release 0.64.0","sections":["New features","BSD support for the jni dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#option-to-allow-meson-test-to-fail-fast-after-the-first-failing-testcase","node_type":"h2","page":"Release 0.64.0","sections":["New features","Option to allow meson test to fail fast after the first failing testcase"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#pager-and-colors-for-meson-configure-output","node_type":"h2","page":"Release 0.64.0","sections":["New features","Pager and colors for meson configure output"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#update-all-wraps-from-wrapdb-with-meson-wrap-update-command","node_type":"h2","page":"Release 0.64.0","sections":["New features","Update all wraps from WrapDB with meson wrap update command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#deprecate-javagenerate_native_headers-rename-to-javanative_headers","node_type":"p","page":"Release 1.0.0","sections":["New features","Deprecate java.generate_native_headers, rename to java.native_headers\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#developer-environment-improvements","node_type":"p","page":"Release 1.0.0","sections":["New features","Developer environment improvements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#flags-removed-from-cppobjcpp-warning-level-1","node_type":"p","page":"Release 1.0.0","sections":["New features","Flags removed from cpp/objcpp warning level 1"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#new-features","node_type":"p","page":"Release 1.0.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#warningleveleverything-option","node_type":"p","page":"Release 1.0.0","sections":["New features","\nwarning-level=everything option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#allow-custom-install-scripts-to-run-with-dryrun-option","node_type":"p","page":"Release 1.1.0","sections":["New features","Allow custom install scripts to run with --dry-run option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#allow-reconfigure-and-wipe-of-empty-builddir","node_type":"p","page":"Release 1.1.0","sections":["New features","Allow --reconfigure and --wipe of empty builddir"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#coercing-values-in-the-option-function-is-deprecated","node_type":"p","page":"Release 1.1.0","sections":["New features","coercing values in the option() function is deprecated"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#dump-devenv-into-file-and-select-format","node_type":"p","page":"Release 1.1.0","sections":["New features","Dump devenv into file and select format"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#generated-objects-can-be-passed-in-the-objects-keyword-argument","node_type":"p","page":"Release 1.1.0","sections":["New features","Generated objects can be passed in the objects: keyword argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#meson-install-now-supports-userpreferred-root-elevation-tools","node_type":"h2","page":"Release 1.1.0","sections":["New features","\nmeson install now supports user-preferred root elevation tools"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#new-features","node_type":"p","page":"Release 1.1.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#redirect-introspection-outputs-to-stderr","node_type":"p","page":"Release 1.1.0","sections":["New features","Redirect introspection outputs to stderr"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#sudo-meson-install-now-drops-privileges-when-rebuilding-targets","node_type":"h2","page":"Release 1.1.0","sections":["New features","\nsudo meson install now drops privileges when rebuilding targets"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#added-a-new-genvslite-option-for-use-with-meson-setup-","node_type":"h2","page":"Release 1.2.0","sections":["New features","Added a new '--genvslite' option for use with 'meson setup ...'"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#machine-objects-get-kernel-and-subsystem-properties","node_type":"p","page":"Release 1.2.0","sections":["New features","Machine objects get kernel and subsystem properties"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#new-features","node_type":"p","page":"Release 1.2.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#new-override-of-find_programmeson","node_type":"h2","page":"Release 1.2.0","sections":["New features","New override of find_program('meson')\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#wildcards-in-list-of-tests-to-run","node_type":"p","page":"Release 1.2.0","sections":["New features","Wildcards in list of tests to run"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#automatic-fallback-to-cmake-and-cargo-subproject","node_type":"ul","page":"Release 1.3.0","sections":["New features","Automatic fallback to cmake and cargo subproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#clangtidyfix-target","node_type":"p","page":"Release 1.3.0","sections":["New features","clang-tidy-fix target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#clear-persistent-cache-with-meson-setup-clearcache","node_type":"h2","page":"Release 1.3.0","sections":["New features","Clear persistent cache with meson setup --clearcache\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#deprecated-rust_crate_type-and-replaced-by-rust_abi","node_type":"p","page":"Release 1.3.0","sections":["New features","Deprecated rust_crate_type and replaced by rust_abi\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#lang_sharedstatic_args-for-both_library-library-and-build_target","node_type":"p","page":"Release 1.3.0","sections":["New features","\n_(shared|static)_args for both_library, library, and build_target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#machine-files-pkgconfig-field-deprecated-and-replaced-by-pkgconfig","node_type":"p","page":"Release 1.3.0","sections":["New features","Machine files: pkgconfig field deprecated and replaced by pkg-config\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#meson-compile-command-now-accepts-suffixes-for-target","node_type":"h2","page":"Release 1.3.0","sections":["New features","Meson compile command now accepts suffixes for TARGET"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#new-features","node_type":"p","page":"Release 1.3.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#target-names-for-executables-now-take-into-account-suffixes","node_type":"p","page":"Release 1.3.0","sections":["New features","Target names for executables now take into account suffixes."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#tests-now-abort-on-errors-by-default-under-sanitizers","node_type":"p","page":"Release 1.3.0","sections":["New features","Tests now abort on errors by default under sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#update-options-with-meson-setup-builddir-doptvalue","node_type":"h2","page":"Release 1.3.0","sections":["New features","Update options with meson setup -Dopt=value\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#bindgen-will-now-use-mesons-heuristic-for-what-is-a-c-header","node_type":"h2","page":"Release 1.4.0","sections":["New features","Bindgen will now use Meson's heuristic for what is a C++ header"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#file-object-now-has-full_path-method","node_type":"p","page":"Release 1.4.0","sections":["New features","File object now has full_path() method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#meson-now-reads-the-project-version-of-cmake-subprojects","node_type":"h2","page":"Release 1.4.0","sections":["New features","Meson now reads the project version of cmake subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#new-features","node_type":"p","page":"Release 1.4.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#overriding-bindgen-language-setting","node_type":"p","page":"Release 1.4.0","sections":["New features","Overriding bindgen language setting"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#tests-now-abort-on-errors-by-default-under-more-sanitizers","node_type":"p","page":"Release 1.4.0","sections":["New features","Tests now abort on errors by default under more sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#meson-configure-handles-changes-to-options-in-more-cases","node_type":"h2","page":"Release 1.5.0","sections":["New features","Meson configure handles changes to options in more cases"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#meson-now-propagates-its-build-type-to-cmake","node_type":"h2","page":"Release 1.5.0","sections":["New features","Meson now propagates its build type to CMake"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#meson-test-now-sets-the-meson_test_iteration-environment-variable","node_type":"h2","page":"Release 1.5.0","sections":["New features","meson test now sets the MESON_TEST_ITERATION environment variable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#new-features","node_type":"p","page":"Release 1.5.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#new-meson-format-command","node_type":"h2","page":"Release 1.5.0","sections":["New features","New meson format command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#new-version_argument-kwarg-for-find_program","node_type":"p","page":"Release 1.5.0","sections":["New features","New version_argument kwarg for find_program"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#support-for-bztar-in-meson-dist","node_type":"h2","page":"Release 1.5.0","sections":["New features","Support for bztar in meson dist\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#support-for-texas-instruments-c6000-cc-compiler","node_type":"p","page":"Release 1.5.0","sections":["New features","Support for Texas Instruments C6000 C/C++ compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#the-meson-test-program-supports-a-new-interactive-argument","node_type":"h2","page":"Release 1.5.0","sections":["New features","The Meson test program supports a new \"--interactive\" argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#the-meson-test-program-supports-a-new-maxlines-argument","node_type":"h2","page":"Release 1.5.0","sections":["New features","The Meson test program supports a new \"--max-lines\" argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#cargo-subprojects-is-experimental","node_type":"p","page":"Release 1.6.0","sections":["New features","Cargo subprojects is experimental"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#default-to-printing-deprecations-when-no-minimum-version-is-specified","node_type":"ul","page":"Release 1.6.0","sections":["New features","Default to printing deprecations when no minimum version is specified."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#new-features","node_type":"p","page":"Release 1.6.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#simple-tool-to-test-build-reproducibility","node_type":"p","page":"Release 1.6.0","sections":["New features","Simple tool to test build reproducibility"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#support-for-llvmbased-flang-compiler","node_type":"p","page":"Release 1.6.0","sections":["New features","Support for LLVM-based flang compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#support-for-openxl-compiler-in-aix","node_type":"p","page":"Release 1.6.0","sections":["New features","Support for OpenXL compiler in AIX."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#tools-can-be-selected-when-calling-has_tools-on-the-qt-modules","node_type":"p","page":"Release 1.6.0","sections":["New features","Tools can be selected when calling has_tools() on the Qt modules"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#zig-011-can-be-used-as-a-cc-compiler-frontend","node_type":"p","page":"Release 1.6.0","sections":["New features","Zig 0.11 can be used as a C/C++ compiler frontend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#cargo-features-are-resolved-globally","node_type":"p","page":"Release 1.7.0","sections":["New features","Cargo features are resolved globally"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#control-the-number-of-child-processes-with-an-environment-variable","node_type":"p","page":"Release 1.7.0","sections":["New features","Control the number of child processes with an environment variable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#format-command-now-accept-stdin-argument","node_type":"p","page":"Release 1.7.0","sections":["New features","format command now accept stdin argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#machine-entry-in-target-introspection-data","node_type":"p","page":"Release 1.7.0","sections":["New features","\"machine\" entry in target introspection data"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#meson-can-run-clippy-on-rust-projects","node_type":"h2","page":"Release 1.7.0","sections":["New features","Meson can run \"clippy\" on Rust projects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#new-features","node_type":"p","page":"Release 1.7.0","sections":["New features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#support-for-rust-2024","node_type":"p","page":"Release 1.7.0","sections":["New features","Support for Rust 2024"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#support-tasking-vxtoolset","node_type":"p","page":"Release 1.7.0","sections":["New features","Support TASKING VX-Toolset"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#test-targets-no-longer-built-by-default","node_type":"p","page":"Release 1.7.0","sections":["New features","Test targets no longer built by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"ul","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#new-option-to-execute-a-slice-of-tests","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","New option to execute a slice of tests"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#per-project-subproject-options-rewrite","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Per project subproject options rewrite"],"context":{"gi-language":["default"]}},{"url":"Release-procedure.html#trunk","node_type":"p","page":"Release procedure","sections":["Trunk"],"context":{"gi-language":["default"]}},{"url":"Releasing.html#release-team","node_type":"p","page":"Releasing a new Meson version","sections":["Release team"],"context":{"gi-language":["default"]}},{"url":"Releasing.html#releasing-a-new-meson-version","node_type":"h1","page":"Releasing a new Meson version","sections":["Releasing a new Meson version"],"context":{"gi-language":["default"]}},{"url":"Reproducible-builds.html#reproducible-builds","node_type":"p","page":"Reproducible builds","sections":["Reproducible builds"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#adding-and-removing-sources","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the rewriter","Adding and removing sources"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#extracting-information","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Extracting information"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#limitations","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Limitations"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#meson-file-rewriter","node_type":"h1","page":"Meson file rewriter","sections":["Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#using-the-rewriter","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the rewriter"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#using-the-script-mode","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the \"script mode\""],"context":{"gi-language":["default"]}},{"url":"Run-targets.html#run-targets","node_type":"p","page":"Run targets","sections":["Run targets"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#building-directly-with-ninja","node_type":"p","page":"Running Meson","sections":["Running Meson","Building from the source","Building directly with ninja"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#building-from-the-source","node_type":"p","page":"Running Meson","sections":["Running Meson","Building from the source"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#command-line-help","node_type":"p","page":"Running Meson","sections":["Running Meson","Command line help"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#configuring-the-build-directory","node_type":"p","page":"Running Meson","sections":["Running Meson","Configuring the build directory"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#environment-variables","node_type":"p","page":"Running Meson","sections":["Running Meson","Environment variables"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#exit-status","node_type":"p","page":"Running Meson","sections":["Running Meson","Exit status"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#installing","node_type":"p","page":"Running Meson","sections":["Running Meson","Installing"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#running-meson","node_type":"h1","page":"Running Meson","sections":["Running Meson"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#running-tests","node_type":"p","page":"Running Meson","sections":["Running Meson","Running tests"],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#bindgen","node_type":"p","page":"Rust module","sections":["Rust module","Functions","bindgen()"],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#rust-module","node_type":"p","page":"Rust module","sections":["Rust module"],"context":{"gi-language":["default"]}},{"url":"Rust.html#avoid-using-extern-crate","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Avoid using extern crate\n"],"context":{"gi-language":["default"]}},{"url":"Rust.html#linking-with-standard-libraries","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Linking with standard libraries"],"context":{"gi-language":["default"]}},{"url":"Rust.html#mixing-generated-and-static-sources","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Mixing Generated and Static sources"],"context":{"gi-language":["default"]}},{"url":"Rust.html#mixing-rust-and-nonrust-sources","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Mixing Rust and non-Rust sources"],"context":{"gi-language":["default"]}},{"url":"Rust.html#use-with-rustanalyzer","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Use with rust-analyzer"],"context":{"gi-language":["default"]}},{"url":"Rust.html#using-rust-with-meson","node_type":"h1","page":"Rust","sections":["Using Rust with Meson"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#note-for-linux-libraries","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps","Note for Linux libraries"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#shipping-prebuilt-binaries-as-wraps","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#using-a-wrap-file","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps","Using a wrap file"],"context":{"gi-language":["default"]}},{"url":"Simd-module.html#unstable-simd-module","node_type":"p","page":"Unstable SIMD module","sections":["Unstable SIMD module"],"context":{"gi-language":["default"]}},{"url":"Simple-comparison.html#a-simple-comparison","node_type":"p","page":"A simple comparison","sections":["A simple comparison"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#installing-meson","node_type":"h2","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#linux1","node_type":"ul","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing Meson","Linux"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#running-meson","node_type":"h2","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Running Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#the-absolute-beginners-guide-to-installing-and-using-meson","node_type":"h1","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#windows1","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing Meson","Windows"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#with-homebrew","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing Meson","macOS","With Homebrew"],"context":{"gi-language":["default"]}},{"url":"Style-guide.html#naming-options","node_type":"p","page":"Style recommendations","sections":["Style recommendations","Naming options"],"context":{"gi-language":["default"]}},{"url":"Style-guide.html#naming-variable","node_type":"p","page":"Style recommendations","sections":["Style recommendations","Naming Variable"],"context":{"gi-language":["default"]}},{"url":"Style-guide.html#style-recommendations","node_type":"p","page":"Style recommendations","sections":["Style recommendations"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#adding-variables-to-the-dependency","node_type":"p","page":"Subprojects","sections":["Subprojects","A subproject example","Adding variables to the dependency"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#build-options-in-subproject","node_type":"p","page":"Subprojects","sections":["Subprojects","A subproject example","Build options in subproject"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#commandline-options","node_type":"ul","page":"Subprojects","sections":["Subprojects","Command-line options"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#download-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Download subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#execute-a-command-on-all-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Execute a command on all subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#meson-subprojects-command","node_type":"h2","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#obtaining-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","Obtaining subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#start-a-topic-branch-across-all-git-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Start a topic branch across all git subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#toggling-between-system-libraries-and-embedded-sources","node_type":"p","page":"Subprojects","sections":["Subprojects","Using a subproject","Toggling between system libraries and embedded sources"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#update-subprojects","node_type":"ul","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Update subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#why-must-all-subprojects-be-inside-a-single-directory","node_type":"p","page":"Subprojects","sections":["Subprojects","Why must all subprojects be inside a single directory?"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#argument-flattening","node_type":"p","page":"Syntax","sections":["Syntax","Function calls","Argument flattening"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#arrays","node_type":"p","page":"Syntax","sections":["Syntax","Arrays"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#foreach-statements","node_type":"p","page":"Syntax","sections":["Syntax","Foreach statements"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#format-strings","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String formatting","Format strings"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#function-calls","node_type":"p","page":"Syntax","sections":["Syntax","Function calls"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#grammar","node_type":"p","page":"Syntax","sections":["Syntax","Grammar"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#includes","node_type":"p","page":"Syntax","sections":["Syntax","Includes"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#logical-operations","node_type":"p","page":"Syntax","sections":["Syntax","Logical operations"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#numbers","node_type":"p","page":"Syntax","sections":["Syntax","Numbers"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#stability-promises","node_type":"p","page":"Syntax","sections":["Syntax","Stability Promises"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#strings","node_type":"p","page":"Syntax","sections":["Syntax","Strings"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#syntax","node_type":"p","page":"Syntax","sections":["Syntax"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#userdefined-functions-and-methods","node_type":"p","page":"Syntax","sections":["Syntax","User-defined functions and methods"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#variables","node_type":"p","page":"Syntax","sections":["Syntax","Variables"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#version_compare","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String methods",".version_compare()"],"context":{"gi-language":["default"]}},{"url":"Threads.html#threads","node_type":"p","page":"Threads","sections":["Threads"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#adding-dependencies","node_type":"p","page":"Tutorial","sections":["Tutorial","Adding dependencies"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#the-humble-beginning","node_type":"p","page":"Tutorial","sections":["Tutorial","The humble beginning"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#tutorial","node_type":"p","page":"Tutorial","sections":["Tutorial"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#coverage","node_type":"p","page":"Unit tests","sections":["Unit tests","Coverage"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#legacy-notes","node_type":"p","page":"Unit tests","sections":["Unit tests","Legacy notes"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#other-test-options","node_type":"p","page":"Unit tests","sections":["Unit tests","Testing tool","Other test options"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#parallelism","node_type":"p","page":"Unit tests","sections":["Unit tests","Parallelism"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#priorities","node_type":"p","page":"Unit tests","sections":["Unit tests","Priorities"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#skipped-tests-and-hard-errors","node_type":"p","page":"Unit tests","sections":["Unit tests","Skipped tests and hard errors"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#test-outputs","node_type":"p","page":"Unit tests","sections":["Unit tests","Test outputs"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#testing-tool","node_type":"p","page":"Unit tests","sections":["Unit tests","Testing tool"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#testlogjunitxml","node_type":"p","page":"Unit tests","sections":["Unit tests","Test outputs","testlog.junit.xml"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#unit-tests","node_type":"p","page":"Unit tests","sections":["Unit tests"],"context":{"gi-language":["default"]}},{"url":"Unity-builds.html#unity-builds","node_type":"p","page":"Unity builds","sections":["Unity builds"],"context":{"gi-language":["default"]}},{"url":"Use-of-Python.html#cross-platform-tooling","node_type":"p","page":"Use of Python","sections":["Dependency hell","Cross platform tooling"],"context":{"gi-language":["default"]}},{"url":"Use-of-Python.html#dependency-hell","node_type":"p","page":"Use of Python","sections":["Dependency hell"],"context":{"gi-language":["default"]}},{"url":"Use-of-Python.html#reimplementability","node_type":"p","page":"Use of Python","sections":["Dependency hell","Reimplementability"],"context":{"gi-language":["default"]}},{"url":"Use-of-Python.html#use-of-python","node_type":"p","page":"Use of Python","sections":["Use of Python"],"context":{"gi-language":["default"]}},{"url":"Users.html#list-of-projects-using-meson","node_type":"h1","page":"Users","sections":["List of projects using Meson"],"context":{"gi-language":["default"]}},{"url":"Using-multiple-build-directories.html#multiple-build-directories-for-the-same-source-tree","node_type":"p","page":"Using multiple build directories","sections":["Using multiple build directories","Multiple build directories for the same source tree"],"context":{"gi-language":["default"]}},{"url":"Using-multiple-build-directories.html#specialized-uses","node_type":"p","page":"Using multiple build directories","sections":["Using multiple build directories","Specialized uses"],"context":{"gi-language":["default"]}},{"url":"Using-multiple-build-directories.html#using-multiple-build-directories","node_type":"p","page":"Using multiple build directories","sections":["Using multiple build directories"],"context":{"gi-language":["default"]}},{"url":"Using-the-WrapDB.html#using-the-wrapdb","node_type":"p","page":"Using the WrapDB","sections":["Using the WrapDB"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-clangcl-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using Clang-CL with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-intelcl-icl-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using Intel-CL (ICL) with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-wraptool.html#automatic-dependency-fallback","node_type":"p","page":"Using wraptool","sections":["Using wraptool","Automatic dependency fallback"],"context":{"gi-language":["default"]}},{"url":"Using-wraptool.html#installing-dependencies","node_type":"p","page":"Using wraptool","sections":["Using wraptool","Installing dependencies"],"context":{"gi-language":["default"]}},{"url":"Using-wraptool.html#using-wraptool","node_type":"p","page":"Using wraptool","sections":["Using wraptool"],"context":{"gi-language":["default"]}},{"url":"Vala.html#adding-to-valas-search-path","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Adding to Vala's search path"],"context":{"gi-language":["default"]}},{"url":"Vala.html#changing-c-header-and-vapi-names","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Building libraries","Changing C header and VAPI names"],"context":{"gi-language":["default"]}},{"url":"Vala.html#compiling-vala-applications-and-libraries","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries"],"context":{"gi-language":["default"]}},{"url":"Vala.html#gobject-introspection-and-language-bindings","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Building libraries","GObject Introspection and language bindings"],"context":{"gi-language":["default"]}},{"url":"Vala.html#libraries-without-pkgconfig-files","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Libraries without pkg-config files"],"context":{"gi-language":["default"]}},{"url":"Vala.html#targeting-a-version-of-glib","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Targeting a version of GLib"],"context":{"gi-language":["default"]}},{"url":"Vala.html#using-libraries","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries"],"context":{"gi-language":["default"]}},{"url":"Videos.html#videos","node_type":"ul","page":"Videos","sections":["Videos"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#creating-and-compiling","node_type":"table","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects","Creating and compiling"],"context":{"gi-language":["default"]}},{"url":"Wayland-module.html#unstable-wayland-module","node_type":"p","page":"Unstable Wayland Module","sections":["Unstable Wayland Module"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#avoid-exposing-compilable-source-files-in-declare_dependency","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Avoid exposing compilable source files in declare_dependency"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#declare-generated-headers-explicitly","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Declare generated headers explicitly"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#make-libraries-buildable-both-as-static-and-shared","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Make libraries buildable both as static and shared"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#wrap-best-practices-and-tips","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#accepted-configuration-properties-for-wraps","node_type":"ul","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Accepted configuration properties for wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#cargo-wraps","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section","Cargo wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#cmake-wraps","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section","CMake wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#diff-files","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Diff files"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#getting-wraps","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Getting wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#how-it-works","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","How it works"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#provide-section","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#wrap-dependency-system-manual","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#wrapfile-with-meson-build-patch","node_type":"h2","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","wrap-file with Meson build patch"],"context":{"gi-language":["default"]}},{"url":"Wrapdb-projects.html#meson-wrapdb-packages","node_type":"h1","page":"Meson WrapDB packages","sections":["Meson WrapDB packages"],"context":{"gi-language":["default"]}},{"url":"Yaml-RefMan.html#directory-structure","node_type":"ul","page":"YAML Reference manual","sections":["Reference Manual","Directory structure"],"context":{"gi-language":["default"]}},{"url":"Yaml-RefMan.html#linking-to-the-reference-manual","node_type":"p","page":"YAML Reference manual","sections":["Reference Manual","Linking to the Reference Manual"],"context":{"gi-language":["default"]}},{"url":"Yaml-RefMan.html#reference-manual","node_type":"p","page":"YAML Reference manual","sections":["Reference Manual"],"context":{"gi-language":["default"]}},{"url":"howtox.html#how-do-i-do-x-in-meson","node_type":"h1","page":"How do I do X in Meson?","sections":["How do I do X in Meson?"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-compiler","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set compiler"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-linker","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set linker"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-address-sanitizer","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use address sanitizer"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-clippy","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use clippy"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-existing-findnamecmake-files","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use existing Find.cmake files"],"context":{"gi-language":["default"]}},{"url":"index.html#community","node_type":"p","page":"The Meson Build system","sections":["The Meson Build system","Community"],"context":{"gi-language":["default"]}},{"url":"index.html#development","node_type":"p","page":"The Meson Build system","sections":["The Meson Build system","Community","Development"],"context":{"gi-language":["default"]}},{"url":"index.html#overview","node_type":"p","page":"The Meson Build system","sections":["The Meson Build system","Overview"],"context":{"gi-language":["default"]}},{"url":"index.html#projects-using-meson","node_type":"h3","page":"The Meson Build system","sections":["The Meson Build system","Community","Projects using Meson"],"context":{"gi-language":["default"]}},{"url":"index.html#the-meson-build-system","node_type":"h1","page":"The Meson Build system","sections":["The Meson Build system"],"context":{"gi-language":["default"]}},{"url":"index.html#tutorials","node_type":"ul","page":"The Meson Build system","sections":["The Meson Build system","Tutorials"],"context":{"gi-language":["default"]}},{"url":"legal.html#legal-information","node_type":"p","page":"Legal information","sections":["Legal information"],"context":{"gi-language":["default"]}},{"url":"legal.html#meson-logo-licensing","node_type":"h2","page":"Legal information","sections":["Legal information","Meson logo licensing"],"context":{"gi-language":["default"]}},{"url":"legal.html#website-licensing","node_type":"p","page":"Legal information","sections":["Legal information","Website licensing"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/number b/assets/js/search/number index a630ccb85..db0416fec 100644 --- a/assets/js/search/number +++ b/assets/js/search/number @@ -1 +1 @@ -urls_downloaded_cb({"token":"number","urls":[{"url":"Adding-new-projects-to-wrapdb.html#how-it-works","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","How it works"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#builtin-build-options","node_type":"p","page":"Build options","sections":["Build options","Built-in build options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#max-links","node_type":"p","page":"Build options","sections":["Build options","Built-in build options","Ninja","Max links"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#compiler-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Compiler options"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#stdout","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","stdout"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#defining-the-environment","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ast-of-a-mesonbuild","node_type":"table","page":"IDE integration","sections":["AST of a meson.build\n"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#binaries","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Binaries"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_int.html#intis_even","node_type":"p","page":"int","sections":["Integer (int)","Integer methods","int.is_even()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_int.html#intis_odd","node_type":"p","page":"int","sections":["Integer (int)","Integer methods","int.is_odd()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_int.html#intto_string","node_type":"p","page":"int","sections":["Integer (int)","Integer methods","int.to_string()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments2","node_type":"table","page":"str","sections":["String (str)","String methods","str.format()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#format_fmt","node_type":"p","page":"str","sections":["String (str)","String methods","str.format()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_test_setup_timeout_multiplier","node_type":"p","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments22","node_type":"table","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments28","node_type":"table","page":"Functions","sections":["Functions","install_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments54","node_type":"table","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments6","node_type":"table","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_version","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_data_rename","node_type":"p","page":"Functions","sections":["Functions","install_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_subdir","node_type":"p","page":"Functions","sections":["Functions","install_subdir()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag_fallback","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerversion","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.version()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depversion","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.version()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_external_program.html#external_programversion","node_type":"p","page":"External program","sections":["External program (external_program)","External program methods","external_program.version()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#limiting-the-maximum-number-of-linker-processes","node_type":"h2","page":"Release 0.42","sections":["New features","Limiting the maximum number of linker processes"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#added-disabler-object","node_type":"p","page":"Release 0.44","sections":["New features","Added disabler object"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#configtool-based-dependencies-gained-a-method-to-get-arbitrary-options","node_type":"p","page":"Release 0.44","sections":["New features","Config-Tool based dependencies gained a method to get arbitrary options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#compiler-and-dynamic-linker-representation-split","node_type":"p","page":"Release 0.52.0","sections":["New features","Compiler and dynamic linker representation split"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#version-check-in-find_program","node_type":"p","page":"Release 0.52.0","sections":["New features","Version check in find_program()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#summary-improvements","node_type":"p","page":"Release 0.54.0","sections":["New features","Summary improvements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#preliminary-aix-support","node_type":"p","page":"Release 0.56.0","sections":["New features","Preliminary AIX support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#knob-to-control-lto-thread","node_type":"p","page":"Release 0.57.0","sections":["New features","Knob to control LTO thread"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#parallelized-meson-subprojects-commands","node_type":"p","page":"Release 0.59.0","sections":["New features","Parallelized meson subprojects commands"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#relax-restrictions-of-strjoin","node_type":"p","page":"Release 0.60.0","sections":["New features","Relax restrictions of str.join()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#deprecate-jar-as-a-build_target-type","node_type":"p","page":"Release 1.3.0","sections":["New features","Deprecate 'jar' as a build_target type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#the-meson-test-program-supports-a-new-maxlines-argument","node_type":"p","page":"Release 1.5.0","sections":["New features","The Meson test program supports a new \"--max-lines\" argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#wayland-stable-protocols-can-be-versioned","node_type":"p","page":"Release 1.5.0","sections":["New features","Wayland stable protocols can be versioned"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#control-the-number-of-child-processes-with-an-environment-variable","node_type":"h2","page":"Release 1.7.0","sections":["New features","Control the number of child processes with an environment variable"],"context":{"gi-language":["default"]}},{"url":"Release-procedure.html#bugfix-releases","node_type":"p","page":"Release procedure","sections":["Bugfix releases"],"context":{"gi-language":["default"]}},{"url":"Release-procedure.html#major-releases","node_type":"p","page":"Release procedure","sections":["Major releases"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#building-directly-with-ninja","node_type":"p","page":"Running Meson","sections":["Running Meson","Building from the source","Building directly with ninja"],"context":{"gi-language":["default"]}},{"url":"Simple-comparison.html#a-simple-comparison","node_type":"p","page":"A simple comparison","sections":["A simple comparison"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#arrays","node_type":"p","page":"Syntax","sections":["Syntax","Arrays"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#booleans","node_type":"p","page":"Syntax","sections":["Syntax","Booleans"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#dictionaries","node_type":"p","page":"Syntax","sections":["Syntax","Dictionaries"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#format","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String formatting",".format()"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#numbers","node_type":"p","page":"Syntax","sections":["Syntax","Numbers"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#string-methods","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String methods"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#other-test-options","node_type":"p","page":"Unit tests","sections":["Unit tests","Testing tool","Other test options"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#testlogjunitxml","node_type":"p","page":"Unit tests","sections":["Unit tests","Test outputs","testlog.junit.xml"],"context":{"gi-language":["default"]}},{"url":"Unity-builds.html#unity-builds","node_type":"p","page":"Unity builds","sections":["Unity builds"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-clangcl-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using Clang-CL with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-wraptool.html#simple-querying","node_type":"p","page":"Using wraptool","sections":["Using wraptool","Simple querying"],"context":{"gi-language":["default"]}},{"url":"Wayland-module.html#find_protocol","node_type":"ul","page":"Unstable Wayland Module","sections":["Unstable Wayland Module","Methods","find_protocol"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#avoid-exposing-compilable-source-files-in-declare_dependency","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Avoid exposing compilable source files in declare_dependency"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#do-not-put-configh-in-external-search-path","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Do not put config.h in external search path"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#specific-to-wrapgit","node_type":"ul","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Accepted configuration properties for wraps","Specific to wrap-git"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-linker","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set linker"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"number","urls":[{"url":"Adding-new-projects-to-wrapdb.html#how-it-works","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","How it works"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#builtin-build-options","node_type":"p","page":"Build options","sections":["Build options","Built-in build options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#max-links","node_type":"p","page":"Build options","sections":["Build options","Built-in build options","Ninja","Max links"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#compiler-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Compiler options"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#stdout","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","stdout"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#defining-the-environment","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ast-of-a-mesonbuild","node_type":"table","page":"IDE integration","sections":["AST of a meson.build\n"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#binaries","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Binaries"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_int.html#intis_even","node_type":"p","page":"int","sections":["Integer (int)","Integer methods","int.is_even()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_int.html#intis_odd","node_type":"p","page":"int","sections":["Integer (int)","Integer methods","int.is_odd()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_int.html#intto_string","node_type":"p","page":"int","sections":["Integer (int)","Integer methods","int.to_string()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments2","node_type":"table","page":"str","sections":["String (str)","String methods","str.format()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#format_fmt","node_type":"p","page":"str","sections":["String (str)","String methods","str.format()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_test_setup_timeout_multiplier","node_type":"p","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments22","node_type":"table","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments28","node_type":"table","page":"Functions","sections":["Functions","install_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments54","node_type":"table","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments6","node_type":"table","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_version","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_data_rename","node_type":"p","page":"Functions","sections":["Functions","install_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_subdir","node_type":"p","page":"Functions","sections":["Functions","install_subdir()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag_fallback","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerversion","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.version()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depversion","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.version()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_external_program.html#external_programversion","node_type":"p","page":"External program","sections":["External program (external_program)","External program methods","external_program.version()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#limiting-the-maximum-number-of-linker-processes","node_type":"h2","page":"Release 0.42","sections":["New features","Limiting the maximum number of linker processes"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#added-disabler-object","node_type":"p","page":"Release 0.44","sections":["New features","Added disabler object"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#configtool-based-dependencies-gained-a-method-to-get-arbitrary-options","node_type":"p","page":"Release 0.44","sections":["New features","Config-Tool based dependencies gained a method to get arbitrary options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#compiler-and-dynamic-linker-representation-split","node_type":"p","page":"Release 0.52.0","sections":["New features","Compiler and dynamic linker representation split"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#version-check-in-find_program","node_type":"p","page":"Release 0.52.0","sections":["New features","Version check in find_program()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#summary-improvements","node_type":"p","page":"Release 0.54.0","sections":["New features","Summary improvements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#preliminary-aix-support","node_type":"p","page":"Release 0.56.0","sections":["New features","Preliminary AIX support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#knob-to-control-lto-thread","node_type":"p","page":"Release 0.57.0","sections":["New features","Knob to control LTO thread"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#parallelized-meson-subprojects-commands","node_type":"p","page":"Release 0.59.0","sections":["New features","Parallelized meson subprojects commands"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#relax-restrictions-of-strjoin","node_type":"p","page":"Release 0.60.0","sections":["New features","Relax restrictions of str.join()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#deprecate-jar-as-a-build_target-type","node_type":"p","page":"Release 1.3.0","sections":["New features","Deprecate 'jar' as a build_target type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#the-meson-test-program-supports-a-new-maxlines-argument","node_type":"p","page":"Release 1.5.0","sections":["New features","The Meson test program supports a new \"--max-lines\" argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#wayland-stable-protocols-can-be-versioned","node_type":"p","page":"Release 1.5.0","sections":["New features","Wayland stable protocols can be versioned"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#control-the-number-of-child-processes-with-an-environment-variable","node_type":"h2","page":"Release 1.7.0","sections":["New features","Control the number of child processes with an environment variable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Release-procedure.html#bugfix-releases","node_type":"p","page":"Release procedure","sections":["Bugfix releases"],"context":{"gi-language":["default"]}},{"url":"Release-procedure.html#major-releases","node_type":"p","page":"Release procedure","sections":["Major releases"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#building-directly-with-ninja","node_type":"p","page":"Running Meson","sections":["Running Meson","Building from the source","Building directly with ninja"],"context":{"gi-language":["default"]}},{"url":"Simple-comparison.html#a-simple-comparison","node_type":"p","page":"A simple comparison","sections":["A simple comparison"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#arrays","node_type":"p","page":"Syntax","sections":["Syntax","Arrays"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#booleans","node_type":"p","page":"Syntax","sections":["Syntax","Booleans"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#dictionaries","node_type":"p","page":"Syntax","sections":["Syntax","Dictionaries"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#format","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String formatting",".format()"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#numbers","node_type":"p","page":"Syntax","sections":["Syntax","Numbers"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#string-methods","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String methods"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#other-test-options","node_type":"p","page":"Unit tests","sections":["Unit tests","Testing tool","Other test options"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#testlogjunitxml","node_type":"p","page":"Unit tests","sections":["Unit tests","Test outputs","testlog.junit.xml"],"context":{"gi-language":["default"]}},{"url":"Unity-builds.html#unity-builds","node_type":"p","page":"Unity builds","sections":["Unity builds"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-clangcl-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using Clang-CL with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-wraptool.html#simple-querying","node_type":"p","page":"Using wraptool","sections":["Using wraptool","Simple querying"],"context":{"gi-language":["default"]}},{"url":"Wayland-module.html#find_protocol","node_type":"ul","page":"Unstable Wayland Module","sections":["Unstable Wayland Module","Methods","find_protocol"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#avoid-exposing-compilable-source-files-in-declare_dependency","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Avoid exposing compilable source files in declare_dependency"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#do-not-put-configh-in-external-search-path","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Do not put config.h in external search path"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#specific-to-wrapgit","node_type":"ul","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Accepted configuration properties for wraps","Specific to wrap-git"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-linker","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set linker"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/openbsd b/assets/js/search/openbsd index afb36bd89..e30d10dd4 100644 --- a/assets/js/search/openbsd +++ b/assets/js/search/openbsd @@ -1 +1 @@ -urls_downloaded_cb({"token":"openbsd","urls":[{"url":"Reference-tables.html#kernel-names-since-120","node_type":"table","page":"Reference tables","sections":["Reference tables","Kernel names (since 1.2.0)"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#operating-system-names","node_type":"table","page":"Reference tables","sections":["Reference tables","Operating system names"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#new-custom-dependency-for-libdl","node_type":"p","page":"Release 0.62.0","sections":["New features","New custom dependency for libdl"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#bsd-support-for-the-jni-dependency","node_type":"p","page":"Release 0.64.0","sections":["New features","BSD support for the jni dependency"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"openbsd","urls":[{"url":"Reference-tables.html#kernel-names-since-120","node_type":"table","page":"Reference tables","sections":["Reference tables","Kernel names (since 1.2.0)"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#operating-system-names","node_type":"table","page":"Reference tables","sections":["Reference tables","Operating system names"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#new-custom-dependency-for-libdl","node_type":"p","page":"Release 0.62.0","sections":["New features","New custom dependency for libdl"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#bsd-support-for-the-jni-dependency","node_type":"p","page":"Release 0.64.0","sections":["New features","BSD support for the jni dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"ul","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/option b/assets/js/search/option index 45151b051..306439d0b 100644 --- a/assets/js/search/option +++ b/assets/js/search/option @@ -1 +1 @@ -urls_downloaded_cb({"token":"option","urls":[{"url":"Adding-arguments.html#global-arguments","node_type":"p","page":"Adding arguments","sections":["Adding arguments","Global arguments"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#arrays","node_type":"p","page":"Build options","sections":["Build options","Build option types","Arrays"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#build-option-types","node_type":"h2","page":"Build options","sections":["Build options","Build option types"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#build-options","node_type":"p","page":"Build options","sections":["Build options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#deprecated-options","node_type":"p","page":"Build options","sections":["Build options","Deprecated options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#features","node_type":"p","page":"Build options","sections":["Build options","Build option types","Features"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#integers","node_type":"p","page":"Build options","sections":["Build options","Build option types","Integers"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#startup-project","node_type":"p","page":"Build options","sections":["Build options","Built-in build options","Visual Studio","Startup project"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#using-build-options","node_type":"p","page":"Build options","sections":["Build options","Using build options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#yielding-to-superproject-option","node_type":"h2","page":"Build options","sections":["Build options","Yielding to superproject option"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#libraries-and-executables","node_type":"p","page":"Build targets","sections":["Build targets","Libraries and executables"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#compiler-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Compiler options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#core-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Universal options","Core options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-buildtype","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for buildtype\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-default_both_libraries","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for default_both_libraries\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-vsenv","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for vsenv\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#directories","node_type":"table","page":"Built-in options","sections":["Built-in options","Universal options","Directories"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#module-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#notes-about-apple-bitcode-support","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options","Notes about Apple Bitcode support"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#pkgconfig-module","node_type":"table","page":"Built-in options","sections":["Built-in options","Module options","Pkgconfig module"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#python-module","node_type":"table","page":"Built-in options","sections":["Built-in options","Module options","Python module"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#specifying-options-per-machine","node_type":"p","page":"Built-in options","sections":["Built-in options","Specifying options per machine"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#universal-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-options-object","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","\ncmake options object"],"context":{"gi-language":["default"]}},{"url":"Commands.html#differences-with-muon-fmt","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","format","Differences with muon fmt\n"],"context":{"gi-language":["default"]}},{"url":"Commands.html#examples","node_type":"p","page":"Command-line commands","sections":["Command-line commands","configure","Examples:"],"context":{"gi-language":["default"]}},{"url":"Commands.html#examples7","node_type":"p","page":"Command-line commands","sections":["Command-line commands","reprotest","Examples"],"context":{"gi-language":["default"]}},{"url":"Commands.html#format","node_type":"p","page":"Command-line commands","sections":["Command-line commands","format"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#configuring-a-build-directory","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#per-project-subproject-options-rewrite-since-18","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory","Per project subproject options rewrite (Since 1.8)"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#matrix","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","matrix"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#no-lingering-state","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","No lingering state"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#project-tests","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Project tests"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#include-subprojects-in-your-release","node_type":"p","page":"Creating releases","sections":["Creating releases","Include subprojects in your release"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#skip-build-and-test-with-notests","node_type":"p","page":"Creating releases","sections":["Creating releases","Skip build and test with --no-tests\n"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#use-allowdirty-to-override-error-when-git-repository-contains-uncommitted-changes","node_type":"p","page":"Creating releases","sections":["Creating releases","Use --allow-dirty to override error when git repository contains uncommitted changes"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#binaries","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Binaries"],"context":{"gi-language":["default"]}},{"url":"Cython.html#c-intermediate-support","node_type":"p","page":"Cython","sections":["Cython","C++ intermediate support"],"context":{"gi-language":["default"]}},{"url":"Disabler.html#disabling-parts-of-the-build","node_type":"p","page":"Disabling parts of the build","sections":["Disabling parts of the build"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#does-wrap-download-sources-behind-my-back","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Does wrap download sources behind my back?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-disable-exceptions-and-rtti-in-my-c-project","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I disable exceptions and RTTI in my C++ project?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#i-have-proprietary-compiler-toolchain-x-that-does-not-work-with-meson-how-can-i-make-it-work","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","I have proprietary compiler toolchain X that does not work with Meson, how can I make it work?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#should-i-check-for-buildtype-or-individual-options-like-debug-in-my-build-files","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Should I check for buildtype or individual options like debug in my build files?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-are-changes-to-default-project-options-ignored","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why are changes to default project options ignored?"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-options","node_type":"p","page":"IDE integration","sections":["IDE integration","Build Options"],"context":{"gi-language":["default"]}},{"url":"Keyval-module.html#keyvalload","node_type":"p","page":"keyval module","sections":["keyval module","Usage","keyval.load()"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#meson-builtin-options","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Meson built-in options"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#pkggenerate","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","pkg.generate()"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#relocatable-pkgconfig-files","node_type":"p","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","Relocatable pkg-config files"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#toggling-the-usage-of-precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Toggling the usage of precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#find_installation","node_type":"ul","page":"Python module","sections":["Python module","Functions","find_installation()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#add_install_script_dry_run","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments2","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments9","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.override_dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_install_script","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesoninstall_dependency_manifest","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.install_dependency_manifest()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#override_dependency_static","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.override_dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_languages_required","node_type":"p","page":"Functions","sections":["Functions","add_languages()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_test_setup_exclude_suites","node_type":"p","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_test_setup_is_default","node_type":"p","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments17","node_type":"table","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments2","node_type":"table","page":"Functions","sections":["Functions","add_languages()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments22","node_type":"table","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments24","node_type":"table","page":"Functions","sections":["Functions","get_option()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments26","node_type":"table","page":"Functions","sections":["Functions","import()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments28","node_type":"table","page":"Functions","sections":["Functions","install_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments30","node_type":"table","page":"Functions","sections":["Functions","install_headers()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments50","node_type":"table","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments6","node_type":"table","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries","node_type":"p","page":"Functions","sections":["Functions","both_libraries()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_install_dir","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_link_whole","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_pic","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_install_dir","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_link_whole","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_pic","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_default_options","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_required","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_static","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_install_dir","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_link_whole","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_default_options","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_required","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#get_option","node_type":"p","page":"Functions","sections":["Functions","get_option()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#get_option_option_name","node_type":"p","page":"Functions","sections":["Functions","get_option()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#import_required","node_type":"p","page":"Functions","sections":["Functions","import()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_data_preserve_path","node_type":"p","page":"Functions","sections":["Functions","install_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_headers_preserve_path","node_type":"p","page":"Functions","sections":["Functions","install_headers()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_install_dir","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_link_whole","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library","node_type":"p","page":"Functions","sections":["Functions","library()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_install_dir","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_link_whole","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_pic","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_subproject_dir","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_install_dir","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_link_whole","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_install_dir","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_link_whole","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_install_dir","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_link_whole","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_pic","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject","node_type":"ul","page":"Functions","sections":["Functions","subproject()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject_default_options","node_type":"p","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#summary","node_type":"ul","page":"Functions","sections":["Functions","summary()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned.html#subpages","node_type":"p","page":"Returned objects","sections":[],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments1","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments10","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments12","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments13","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments14","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments15","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments16","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments17","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments18","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments19","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments2","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments20","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments21","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments22","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments24","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments4","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#find_library_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_argument_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_attribute_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_link_argument_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_multi_arguments_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_multi_link_arguments_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#feature-option-object-feature","node_type":"h1","page":"Feature option object","sections":["Feature option object (feature)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#feature-option-object-methods","node_type":"h2","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#returned-by","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#improvements-to-install-scripts","node_type":"p","page":"Release 0.37","sections":["New features","Improvements to install scripts"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#add-option-to-mesonconf-to-wipe-cached-data","node_type":"h2","page":"Release 0.38","sections":["Add option to mesonconf to wipe cached data."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#no-download-mode-for-wraps","node_type":"p","page":"Release 0.40","sections":["New features","No download mode for wraps"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#overriding-options-per-target","node_type":"p","page":"Release 0.40","sections":["New features","Overriding options per target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#unity-builds-only-for-subprojects","node_type":"p","page":"Release 0.40","sections":["New features","Unity builds only for subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#limiting-the-maximum-number-of-linker-processes","node_type":"p","page":"Release 0.42","sections":["New features","Limiting the maximum number of linker processes"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#an-array-type-for-user-options","node_type":"p","page":"Release 0.44","sections":["New features","An array type for user options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#b_ndebug-ifrelease","node_type":"p","page":"Release 0.45","sections":["New features","b_ndebug : if-release"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#hexadecimal-string-literals","node_type":"p","page":"Release 0.45","sections":["New features","Hexadecimal string literals"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#integer-options","node_type":"p","page":"Release 0.45","sections":["New features","Integer options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#yielding-subproject-option-to-superproject","node_type":"h2","page":"Release 0.45","sections":["New features","Yielding subproject option to superproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#arm-compiler-for-c-and-cpp","node_type":"ul","page":"Release 0.46","sections":["New features","ARM compiler for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#building-both-shared-and-static-libraries","node_type":"p","page":"Release 0.46","sections":["New features","Building both shared and static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#support-for-lcc-compiler-for-e2k-elbrus-architecture","node_type":"p","page":"Release 0.46","sections":["New features","Support for lcc compiler for e2k (Elbrus) architecture"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#deprecated-build_always-for-custom-targets","node_type":"p","page":"Release 0.47","sections":["New features","Deprecated build_always: for custom targets"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-base-build-option-for-llvm-apple-bitcode-support","node_type":"h2","page":"Release 0.47","sections":["New features","New base build option for LLVM (Apple) bitcode support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-builtin-option-install_umask-with-a-default-value-022","node_type":"h2","page":"Release 0.47","sections":["New features","New built-in option install_umask with a default value 022"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-type-of-build-option-for-features","node_type":"h2","page":"Release 0.47","sections":["New features","New type of build option for features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#octal-and-binary-string-literals","node_type":"p","page":"Release 0.47","sections":["New features","Octal and binary string literals"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#fatal-warnings","node_type":"p","page":"Release 0.48","sections":["New features","Fatal warnings"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#toggles-for-build-type-optimization-and-vcrt-type","node_type":"p","page":"Release 0.48","sections":["New features","Toggles for build type, optimization and vcrt type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#ccrx-compiler-for-c-and-cpp","node_type":"p","page":"Release 0.49","sections":["New features","CC-RX compiler for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-keyword-argument-is_default-to-add_test_setup","node_type":"p","page":"Release 0.49","sections":["New features","New keyword argument is_default to add_test_setup()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-section-key-for-the-buildoptions-introspection","node_type":"p","page":"Release 0.49","sections":["New features","New section key for the buildoptions introspection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#positionindependent-executables","node_type":"p","page":"Release 0.49","sections":["New features","Position-independent executables"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#add-warning_level-0-option","node_type":"h2","page":"Release 0.50.0","sections":["New features","Add warning_level 0 option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-option-to-introspect-multiple-parameters-at-once","node_type":"h2","page":"Release 0.50.0","sections":["New features","Added option to introspect multiple parameters at once"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#changed-the-json-format-of-the-introspection","node_type":"p","page":"Release 0.50.0","sections":["New features","Changed the JSON format of the introspection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#added-c17-and-c18-as-c_std-values-for-recent-gcc-and-clang-versions","node_type":"p","page":"Release 0.51.0","sections":["New features","Added c17 and c18 as c_std values for recent GCC and Clang Versions"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#new-target-keyword-argument-link_language","node_type":"p","page":"Release 0.51.0","sections":["New features","New target keyword argument: link_language\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#specifying-options-per-mer-machine","node_type":"p","page":"Release 0.51.0","sections":["New features","Specifying options per mer machine"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#add-depth-option-to-wrapgit","node_type":"h2","page":"Release 0.52.0","sections":["New features","Add depth option to wrap-git\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#added-only-tests-option-to-run_project_testspy","node_type":"h2","page":"Release 0.52.0","sections":["New features","added --only test(s) option to run_project_tests.py"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#dist-is-now-a-top-level-command","node_type":"p","page":"Release 0.52.0","sections":["New features","Dist is now a top level command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#added-global-option-to-disable-c-rtti","node_type":"h2","page":"Release 0.53.0","sections":["New features","Added global option to disable C++ RTTI"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#fortran_std-option","node_type":"h2","page":"Release 0.53.0","sections":["New features","\nfortran_std option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#meson-dist-includesubprojects","node_type":"p","page":"Release 0.53.0","sections":["New features","meson dist --include-subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#emscripten-emcc-now-supports-threads","node_type":"p","page":"Release 0.54.0","sections":["New features","Emscripten (emcc) now supports threads"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#new-option-quiet-to-meson-install","node_type":"h2","page":"Release 0.54.0","sections":["New features","New option --quiet to meson install\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#unity-file-block-size-is-configurable","node_type":"p","page":"Release 0.54.0","sections":["New features","Unity file block size is configurable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#verbose-mode-for-meson-compile","node_type":"p","page":"Release 0.54.0","sections":["New features","Verbose mode for meson compile\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#backendvs-now-matches-db_vscrtfrom_buildtype-behaviour-in-the-ninja-backend","node_type":"p","page":"Release 0.55.0","sections":["New features","\n--backend=vs now matches -Db_vscrt=from_buildtype behaviour in the Ninja backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#force-fallback-for","node_type":"p","page":"Release 0.55.0","sections":["New features","Force fallback for"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#meson-dist-notests","node_type":"p","page":"Release 0.55.0","sections":["New features","meson dist --no-tests"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#string-concatenation-in-meson_optionstxt","node_type":"p","page":"Release 0.55.0","sections":["New features","String concatenation in meson_options.txt"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#per-subproject-warning_level-option","node_type":"h2","page":"Release 0.56.0","sections":["New features","Per subproject warning_level option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#project-and-builtin-options-can-be-set-in-native-or-cross-files","node_type":"p","page":"Release 0.56.0","sections":["New features","Project and built-in options can be set in native or cross files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#buildtype-remains-even-if-dependent-options-are-changed","node_type":"p","page":"Release 0.57.0","sections":["New features","Buildtype remains even if dependent options are changed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#edit-and-continue-zi-is-no-longer-used-by-default-for-visual-studio","node_type":"p","page":"Release 0.57.0","sections":["New features","\"Edit and continue\" (/ZI) is no longer used by default for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#meson-install-dryrun","node_type":"p","page":"Release 0.57.0","sections":["New features","meson install --dry-run"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#rust-now-has-an-std-option","node_type":"h2","page":"Release 0.57.0","sections":["New features","Rust now has an std option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#support-added-for-llvms-thinlto","node_type":"p","page":"Release 0.57.0","sections":["New features","Support added for LLVM's thinLTO"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#address-sanitizer-support-for-visual-studio","node_type":"p","page":"Release 0.58.0","sections":["New features","Address sanitizer support for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#meson-subprojects-update-reset-now-reextract-tarballs","node_type":"p","page":"Release 0.58.0","sections":["New features","\nmeson subprojects update --reset now re-extract tarballs"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#developer-environment","node_type":"p","page":"Release 0.59.0","sections":["New features","Developer environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#cython-can-now-transpile-to-c-as-an-intermediate-language","node_type":"p","page":"Release 0.60.0","sections":["New features","Cython can now transpile to C++ as an intermediate language"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#install-destdir-relative-to-build-directory","node_type":"p","page":"Release 0.60.0","sections":["New features","Install DESTDIR relative to build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#static-keyword-argument-to-mesonoverride_dependency","node_type":"p","page":"Release 0.60.0","sections":["New features","\nstatic keyword argument to meson.override_dependency()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-optional-allowdirty-flag-for-the-dist-command","node_type":"p","page":"Release 0.62.0","sections":["New features","Added optional '--allow-dirty' flag for the 'dist' command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#all-directory-options-now-support-paths-outside-of-prefix","node_type":"p","page":"Release 0.62.0","sections":["New features","All directory options now support paths outside of prefix"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#arch_independent-kwarg-in-cmakewrite_basic_package_version_file","node_type":"p","page":"Release 0.62.0","sections":["New features","arch_independent kwarg in cmake.write_basic_package_version_file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#meson-install-strip","node_type":"p","page":"Release 0.62.0","sections":["New features","meson install --strip"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#new-option-to-choose-python-installation-environment","node_type":"h2","page":"Release 0.62.0","sections":["New features","New option to choose python installation environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#print-modified-environment-variables-with-meson-devenv-dump","node_type":"p","page":"Release 0.62.0","sections":["New features","Print modified environment variables with meson devenv --dump\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#deprecate-an-option-and-replace-it-with-a-new-one","node_type":"h2","page":"Release 0.63.0","sections":["New features","Deprecate an option and replace it with a new one"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#installed-pkgconfig-files-can-now-be-relocatable","node_type":"p","page":"Release 0.63.0","sections":["New features","Installed pkgconfig files can now be relocatable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#msvc-now-sets-the-__cplusplus-define-accurately","node_type":"p","page":"Release 0.63.0","sections":["New features","MSVC now sets the __cplusplus #define accurately"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#new-prefer_static-builtin-option","node_type":"h2","page":"Release 0.63.0","sections":["New features","New prefer_static built-in option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#add-optimization-plain-option","node_type":"h2","page":"Release 0.64.0","sections":["New features","Add optimization plain option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#option-to-allow-meson-test-to-fail-fast-after-the-first-failing-testcase","node_type":"h2","page":"Release 0.64.0","sections":["New features","Option to allow meson test to fail fast after the first failing testcase"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#pager-and-colors-for-meson-configure-output","node_type":"p","page":"Release 0.64.0","sections":["New features","Pager and colors for meson configure output"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#warningleveleverything-option","node_type":"h2","page":"Release 1.0.0","sections":["New features","\nwarning-level=everything option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#a-new-core-directory-option-licensedir-is-available","node_type":"h2","page":"Release 1.1.0","sections":["New features","A new core directory option \"licensedir\" is available"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#allow-custom-install-scripts-to-run-with-dryrun-option","node_type":"h2","page":"Release 1.1.0","sections":["New features","Allow custom install scripts to run with --dry-run option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#coercing-values-in-the-option-function-is-deprecated","node_type":"h2","page":"Release 1.1.0","sections":["New features","coercing values in the option() function is deprecated"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#new-none-backend","node_type":"p","page":"Release 1.1.0","sections":["New features","New \"none\" backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#added-a-new-genvslite-option-for-use-with-meson-setup-","node_type":"h2","page":"Release 1.2.0","sections":["New features","Added a new '--genvslite' option for use with 'meson setup ...'"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#python-module-can-now-compile-bytecode","node_type":"p","page":"Release 1.2.0","sections":["New features","Python module can now compile bytecode"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#rust-now-supports-the-b_ndebug-option","node_type":"h2","page":"Release 1.2.0","sections":["New features","Rust now supports the b_ndebug option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#clangtidyfix-target","node_type":"p","page":"Release 1.3.0","sections":["New features","clang-tidy-fix target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#the-meson-test-program-supports-a-new-maxlines-argument","node_type":"p","page":"Release 1.5.0","sections":["New features","The Meson test program supports a new \"--max-lines\" argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#new-as_static-and-as_shared-methods-on-internal-dependencies","node_type":"p","page":"Release 1.6.0","sections":["New features","New as_static and as_shared methods on internal dependencies"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#new-builtin-option-for-default-both_libraries","node_type":"h2","page":"Release 1.6.0","sections":["New features","New built-in option for default both_libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#call-for-testing-for-next-release","node_type":"p","page":"Release 1.7.0","sections":["New features","Call for testing for next release"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#fixed-sizeof-and-find_library-methods-for-fortran-compilers","node_type":"p","page":"Release 1.7.0","sections":["New features","Fixed sizeof and find_library methods for Fortran compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#new-option-to-execute-a-slice-of-tests","node_type":"h2","page":"Release 1.8.0 (in development)","sections":["New features (in development)","New option to execute a slice of tests"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#environment-variables","node_type":"p","page":"Running Meson","sections":["Running Meson","Environment variables"],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#bindgen","node_type":"p","page":"Rust module","sections":["Rust module","Functions","bindgen()"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#note-for-linux-libraries","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps","Note for Linux libraries"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#using-a-wrap-file","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps","Using a wrap file"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#commandline-options","node_type":"ul","page":"Subprojects","sections":["Subprojects","Command-line options"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#download-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Download subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#update-subprojects","node_type":"ul","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Update subprojects"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#other-test-options","node_type":"p","page":"Unit tests","sections":["Unit tests","Testing tool","Other test options"],"context":{"gi-language":["default"]}},{"url":"Unity-builds.html#unity-builds","node_type":"p","page":"Unity builds","sections":["Unity builds"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Vala.html#adding-to-valas-search-path","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Adding to Vala's search path"],"context":{"gi-language":["default"]}},{"url":"Vala.html#gobject-introspection-and-language-bindings","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Building libraries","GObject Introspection and language bindings"],"context":{"gi-language":["default"]}},{"url":"Vala.html#targeting-a-version-of-glib","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Targeting a version of GLib"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#make-libraries-buildable-both-as-static-and-shared","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Make libraries buildable both as static and shared"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#provide-section","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#specific-to-wrapfile","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Accepted configuration properties for wraps","Specific to wrap-file"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-address-sanitizer","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use address sanitizer"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-clippy","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use clippy"],"context":{"gi-language":["default"]}},{"url":"i18n-module.html#i18ngettext","node_type":"ul","page":"I18n module","sections":["I18n module","Usage","i18n.gettext()"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"option","urls":[{"url":"Adding-arguments.html#global-arguments","node_type":"p","page":"Adding arguments","sections":["Adding arguments","Global arguments"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#arrays","node_type":"p","page":"Build options","sections":["Build options","Build option types","Arrays"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#build-option-types","node_type":"h2","page":"Build options","sections":["Build options","Build option types"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#build-options","node_type":"p","page":"Build options","sections":["Build options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#deprecated-options","node_type":"p","page":"Build options","sections":["Build options","Deprecated options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#features","node_type":"p","page":"Build options","sections":["Build options","Build option types","Features"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#integers","node_type":"p","page":"Build options","sections":["Build options","Build option types","Integers"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#startup-project","node_type":"p","page":"Build options","sections":["Build options","Built-in build options","Visual Studio","Startup project"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#using-build-options","node_type":"p","page":"Build options","sections":["Build options","Using build options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#yielding-to-superproject-option","node_type":"h2","page":"Build options","sections":["Build options","Yielding to superproject option"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#libraries-and-executables","node_type":"p","page":"Build targets","sections":["Build targets","Libraries and executables"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#compiler-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Compiler options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#core-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Universal options","Core options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-buildtype","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for buildtype\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-default_both_libraries","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for default_both_libraries\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-vsenv","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for vsenv\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#directories","node_type":"table","page":"Built-in options","sections":["Built-in options","Universal options","Directories"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#module-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#notes-about-apple-bitcode-support","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options","Notes about Apple Bitcode support"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#pkgconfig-module","node_type":"table","page":"Built-in options","sections":["Built-in options","Module options","Pkgconfig module"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#python-module","node_type":"table","page":"Built-in options","sections":["Built-in options","Module options","Python module"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#specifying-options-per-machine","node_type":"p","page":"Built-in options","sections":["Built-in options","Specifying options per machine"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#universal-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-options-object","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","\ncmake options object"],"context":{"gi-language":["default"]}},{"url":"Commands.html#differences-with-muon-fmt","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","format","Differences with muon fmt\n"],"context":{"gi-language":["default"]}},{"url":"Commands.html#examples","node_type":"p","page":"Command-line commands","sections":["Command-line commands","configure","Examples:"],"context":{"gi-language":["default"]}},{"url":"Commands.html#examples7","node_type":"p","page":"Command-line commands","sections":["Command-line commands","reprotest","Examples"],"context":{"gi-language":["default"]}},{"url":"Commands.html#format","node_type":"p","page":"Command-line commands","sections":["Command-line commands","format"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#configuring-a-build-directory","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#per-project-subproject-options-rewrite-since-18","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory","Per project subproject options rewrite (Since 1.8)"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#matrix","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","matrix"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#no-lingering-state","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","No lingering state"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#project-tests","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Project tests"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#include-subprojects-in-your-release","node_type":"p","page":"Creating releases","sections":["Creating releases","Include subprojects in your release"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#skip-build-and-test-with-notests","node_type":"p","page":"Creating releases","sections":["Creating releases","Skip build and test with --no-tests\n"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#use-allowdirty-to-override-error-when-git-repository-contains-uncommitted-changes","node_type":"p","page":"Creating releases","sections":["Creating releases","Use --allow-dirty to override error when git repository contains uncommitted changes"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#binaries","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Binaries"],"context":{"gi-language":["default"]}},{"url":"Cython.html#c-intermediate-support","node_type":"p","page":"Cython","sections":["Cython","C++ intermediate support"],"context":{"gi-language":["default"]}},{"url":"Disabler.html#disabling-parts-of-the-build","node_type":"p","page":"Disabling parts of the build","sections":["Disabling parts of the build"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#does-wrap-download-sources-behind-my-back","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Does wrap download sources behind my back?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-disable-exceptions-and-rtti-in-my-c-project","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I disable exceptions and RTTI in my C++ project?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#i-have-proprietary-compiler-toolchain-x-that-does-not-work-with-meson-how-can-i-make-it-work","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","I have proprietary compiler toolchain X that does not work with Meson, how can I make it work?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#should-i-check-for-buildtype-or-individual-options-like-debug-in-my-build-files","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Should I check for buildtype or individual options like debug in my build files?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-are-changes-to-default-project-options-ignored","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why are changes to default project options ignored?"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-options","node_type":"p","page":"IDE integration","sections":["IDE integration","Build Options"],"context":{"gi-language":["default"]}},{"url":"Keyval-module.html#keyvalload","node_type":"p","page":"keyval module","sections":["keyval module","Usage","keyval.load()"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#meson-builtin-options","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Meson built-in options"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#pkggenerate","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","pkg.generate()"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#relocatable-pkgconfig-files","node_type":"p","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","Relocatable pkg-config files"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#toggling-the-usage-of-precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Toggling the usage of precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#find_installation","node_type":"ul","page":"Python module","sections":["Python module","Functions","find_installation()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#add_install_script_dry_run","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments2","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments9","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.override_dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_install_script","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesoninstall_dependency_manifest","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.install_dependency_manifest()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#override_dependency_static","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.override_dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_languages_required","node_type":"p","page":"Functions","sections":["Functions","add_languages()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_test_setup_exclude_suites","node_type":"p","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_test_setup_is_default","node_type":"p","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments17","node_type":"table","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments2","node_type":"table","page":"Functions","sections":["Functions","add_languages()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments22","node_type":"table","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments24","node_type":"table","page":"Functions","sections":["Functions","get_option()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments26","node_type":"table","page":"Functions","sections":["Functions","import()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments28","node_type":"table","page":"Functions","sections":["Functions","install_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments30","node_type":"table","page":"Functions","sections":["Functions","install_headers()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments50","node_type":"table","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments6","node_type":"table","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries","node_type":"p","page":"Functions","sections":["Functions","both_libraries()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_install_dir","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_link_whole","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_pic","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_install_dir","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_link_whole","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_pic","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_default_options","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_required","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_static","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_install_dir","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_link_whole","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_default_options","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_required","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#get_option","node_type":"p","page":"Functions","sections":["Functions","get_option()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#get_option_option_name","node_type":"p","page":"Functions","sections":["Functions","get_option()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#import_required","node_type":"p","page":"Functions","sections":["Functions","import()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_data_preserve_path","node_type":"p","page":"Functions","sections":["Functions","install_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_headers_preserve_path","node_type":"p","page":"Functions","sections":["Functions","install_headers()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_install_dir","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_link_whole","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library","node_type":"p","page":"Functions","sections":["Functions","library()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_install_dir","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_link_whole","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_pic","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_subproject_dir","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_install_dir","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_link_whole","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_install_dir","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_link_whole","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_install_dir","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_link_whole","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_pic","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject","node_type":"ul","page":"Functions","sections":["Functions","subproject()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject_default_options","node_type":"p","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#summary","node_type":"ul","page":"Functions","sections":["Functions","summary()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned.html#subpages","node_type":"p","page":"Returned objects","sections":[],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments1","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments10","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments12","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments13","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments14","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments15","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments16","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments17","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments18","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments19","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments2","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments20","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments21","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments22","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments24","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments4","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#find_library_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_argument_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_attribute_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_link_argument_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_multi_arguments_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_multi_link_arguments_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#feature-option-object-feature","node_type":"h1","page":"Feature option object","sections":["Feature option object (feature)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#feature-option-object-methods","node_type":"h2","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#returned-by","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#improvements-to-install-scripts","node_type":"p","page":"Release 0.37","sections":["New features","Improvements to install scripts"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#add-option-to-mesonconf-to-wipe-cached-data","node_type":"h2","page":"Release 0.38","sections":["Add option to mesonconf to wipe cached data."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#no-download-mode-for-wraps","node_type":"p","page":"Release 0.40","sections":["New features","No download mode for wraps"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#overriding-options-per-target","node_type":"p","page":"Release 0.40","sections":["New features","Overriding options per target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#unity-builds-only-for-subprojects","node_type":"p","page":"Release 0.40","sections":["New features","Unity builds only for subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#limiting-the-maximum-number-of-linker-processes","node_type":"p","page":"Release 0.42","sections":["New features","Limiting the maximum number of linker processes"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#an-array-type-for-user-options","node_type":"p","page":"Release 0.44","sections":["New features","An array type for user options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#b_ndebug-ifrelease","node_type":"p","page":"Release 0.45","sections":["New features","b_ndebug : if-release"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#hexadecimal-string-literals","node_type":"p","page":"Release 0.45","sections":["New features","Hexadecimal string literals"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#integer-options","node_type":"p","page":"Release 0.45","sections":["New features","Integer options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#yielding-subproject-option-to-superproject","node_type":"h2","page":"Release 0.45","sections":["New features","Yielding subproject option to superproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#arm-compiler-for-c-and-cpp","node_type":"ul","page":"Release 0.46","sections":["New features","ARM compiler for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#building-both-shared-and-static-libraries","node_type":"p","page":"Release 0.46","sections":["New features","Building both shared and static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#support-for-lcc-compiler-for-e2k-elbrus-architecture","node_type":"p","page":"Release 0.46","sections":["New features","Support for lcc compiler for e2k (Elbrus) architecture"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#deprecated-build_always-for-custom-targets","node_type":"p","page":"Release 0.47","sections":["New features","Deprecated build_always: for custom targets"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-base-build-option-for-llvm-apple-bitcode-support","node_type":"h2","page":"Release 0.47","sections":["New features","New base build option for LLVM (Apple) bitcode support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-builtin-option-install_umask-with-a-default-value-022","node_type":"h2","page":"Release 0.47","sections":["New features","New built-in option install_umask with a default value 022"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-type-of-build-option-for-features","node_type":"h2","page":"Release 0.47","sections":["New features","New type of build option for features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#octal-and-binary-string-literals","node_type":"p","page":"Release 0.47","sections":["New features","Octal and binary string literals"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#fatal-warnings","node_type":"p","page":"Release 0.48","sections":["New features","Fatal warnings"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#toggles-for-build-type-optimization-and-vcrt-type","node_type":"p","page":"Release 0.48","sections":["New features","Toggles for build type, optimization and vcrt type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#ccrx-compiler-for-c-and-cpp","node_type":"p","page":"Release 0.49","sections":["New features","CC-RX compiler for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-keyword-argument-is_default-to-add_test_setup","node_type":"p","page":"Release 0.49","sections":["New features","New keyword argument is_default to add_test_setup()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-section-key-for-the-buildoptions-introspection","node_type":"p","page":"Release 0.49","sections":["New features","New section key for the buildoptions introspection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#positionindependent-executables","node_type":"p","page":"Release 0.49","sections":["New features","Position-independent executables"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#add-warning_level-0-option","node_type":"h2","page":"Release 0.50.0","sections":["New features","Add warning_level 0 option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-option-to-introspect-multiple-parameters-at-once","node_type":"h2","page":"Release 0.50.0","sections":["New features","Added option to introspect multiple parameters at once"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#changed-the-json-format-of-the-introspection","node_type":"p","page":"Release 0.50.0","sections":["New features","Changed the JSON format of the introspection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#added-c17-and-c18-as-c_std-values-for-recent-gcc-and-clang-versions","node_type":"p","page":"Release 0.51.0","sections":["New features","Added c17 and c18 as c_std values for recent GCC and Clang Versions"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#new-target-keyword-argument-link_language","node_type":"p","page":"Release 0.51.0","sections":["New features","New target keyword argument: link_language\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#specifying-options-per-mer-machine","node_type":"p","page":"Release 0.51.0","sections":["New features","Specifying options per mer machine"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#add-depth-option-to-wrapgit","node_type":"h2","page":"Release 0.52.0","sections":["New features","Add depth option to wrap-git\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#added-only-tests-option-to-run_project_testspy","node_type":"h2","page":"Release 0.52.0","sections":["New features","added --only test(s) option to run_project_tests.py"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#dist-is-now-a-top-level-command","node_type":"p","page":"Release 0.52.0","sections":["New features","Dist is now a top level command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#added-global-option-to-disable-c-rtti","node_type":"h2","page":"Release 0.53.0","sections":["New features","Added global option to disable C++ RTTI"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#fortran_std-option","node_type":"h2","page":"Release 0.53.0","sections":["New features","\nfortran_std option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#meson-dist-includesubprojects","node_type":"p","page":"Release 0.53.0","sections":["New features","meson dist --include-subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#emscripten-emcc-now-supports-threads","node_type":"p","page":"Release 0.54.0","sections":["New features","Emscripten (emcc) now supports threads"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#new-option-quiet-to-meson-install","node_type":"h2","page":"Release 0.54.0","sections":["New features","New option --quiet to meson install\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#unity-file-block-size-is-configurable","node_type":"p","page":"Release 0.54.0","sections":["New features","Unity file block size is configurable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#verbose-mode-for-meson-compile","node_type":"p","page":"Release 0.54.0","sections":["New features","Verbose mode for meson compile\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#backendvs-now-matches-db_vscrtfrom_buildtype-behaviour-in-the-ninja-backend","node_type":"p","page":"Release 0.55.0","sections":["New features","\n--backend=vs now matches -Db_vscrt=from_buildtype behaviour in the Ninja backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#force-fallback-for","node_type":"p","page":"Release 0.55.0","sections":["New features","Force fallback for"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#meson-dist-notests","node_type":"p","page":"Release 0.55.0","sections":["New features","meson dist --no-tests"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#string-concatenation-in-meson_optionstxt","node_type":"p","page":"Release 0.55.0","sections":["New features","String concatenation in meson_options.txt"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#per-subproject-warning_level-option","node_type":"h2","page":"Release 0.56.0","sections":["New features","Per subproject warning_level option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#project-and-builtin-options-can-be-set-in-native-or-cross-files","node_type":"p","page":"Release 0.56.0","sections":["New features","Project and built-in options can be set in native or cross files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#buildtype-remains-even-if-dependent-options-are-changed","node_type":"p","page":"Release 0.57.0","sections":["New features","Buildtype remains even if dependent options are changed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#edit-and-continue-zi-is-no-longer-used-by-default-for-visual-studio","node_type":"p","page":"Release 0.57.0","sections":["New features","\"Edit and continue\" (/ZI) is no longer used by default for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#meson-install-dryrun","node_type":"p","page":"Release 0.57.0","sections":["New features","meson install --dry-run"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#rust-now-has-an-std-option","node_type":"h2","page":"Release 0.57.0","sections":["New features","Rust now has an std option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#support-added-for-llvms-thinlto","node_type":"p","page":"Release 0.57.0","sections":["New features","Support added for LLVM's thinLTO"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#address-sanitizer-support-for-visual-studio","node_type":"p","page":"Release 0.58.0","sections":["New features","Address sanitizer support for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#meson-subprojects-update-reset-now-reextract-tarballs","node_type":"p","page":"Release 0.58.0","sections":["New features","\nmeson subprojects update --reset now re-extract tarballs"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#developer-environment","node_type":"p","page":"Release 0.59.0","sections":["New features","Developer environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#cython-can-now-transpile-to-c-as-an-intermediate-language","node_type":"p","page":"Release 0.60.0","sections":["New features","Cython can now transpile to C++ as an intermediate language"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#install-destdir-relative-to-build-directory","node_type":"p","page":"Release 0.60.0","sections":["New features","Install DESTDIR relative to build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#static-keyword-argument-to-mesonoverride_dependency","node_type":"p","page":"Release 0.60.0","sections":["New features","\nstatic keyword argument to meson.override_dependency()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-optional-allowdirty-flag-for-the-dist-command","node_type":"p","page":"Release 0.62.0","sections":["New features","Added optional '--allow-dirty' flag for the 'dist' command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#all-directory-options-now-support-paths-outside-of-prefix","node_type":"p","page":"Release 0.62.0","sections":["New features","All directory options now support paths outside of prefix"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#arch_independent-kwarg-in-cmakewrite_basic_package_version_file","node_type":"p","page":"Release 0.62.0","sections":["New features","arch_independent kwarg in cmake.write_basic_package_version_file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#meson-install-strip","node_type":"p","page":"Release 0.62.0","sections":["New features","meson install --strip"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#new-option-to-choose-python-installation-environment","node_type":"h2","page":"Release 0.62.0","sections":["New features","New option to choose python installation environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#print-modified-environment-variables-with-meson-devenv-dump","node_type":"p","page":"Release 0.62.0","sections":["New features","Print modified environment variables with meson devenv --dump\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#deprecate-an-option-and-replace-it-with-a-new-one","node_type":"h2","page":"Release 0.63.0","sections":["New features","Deprecate an option and replace it with a new one"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#installed-pkgconfig-files-can-now-be-relocatable","node_type":"p","page":"Release 0.63.0","sections":["New features","Installed pkgconfig files can now be relocatable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#msvc-now-sets-the-__cplusplus-define-accurately","node_type":"p","page":"Release 0.63.0","sections":["New features","MSVC now sets the __cplusplus #define accurately"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#new-prefer_static-builtin-option","node_type":"h2","page":"Release 0.63.0","sections":["New features","New prefer_static built-in option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#add-optimization-plain-option","node_type":"h2","page":"Release 0.64.0","sections":["New features","Add optimization plain option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#option-to-allow-meson-test-to-fail-fast-after-the-first-failing-testcase","node_type":"h2","page":"Release 0.64.0","sections":["New features","Option to allow meson test to fail fast after the first failing testcase"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#pager-and-colors-for-meson-configure-output","node_type":"p","page":"Release 0.64.0","sections":["New features","Pager and colors for meson configure output"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#warningleveleverything-option","node_type":"h2","page":"Release 1.0.0","sections":["New features","\nwarning-level=everything option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#a-new-core-directory-option-licensedir-is-available","node_type":"h2","page":"Release 1.1.0","sections":["New features","A new core directory option \"licensedir\" is available"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#allow-custom-install-scripts-to-run-with-dryrun-option","node_type":"h2","page":"Release 1.1.0","sections":["New features","Allow custom install scripts to run with --dry-run option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#coercing-values-in-the-option-function-is-deprecated","node_type":"h2","page":"Release 1.1.0","sections":["New features","coercing values in the option() function is deprecated"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#new-none-backend","node_type":"p","page":"Release 1.1.0","sections":["New features","New \"none\" backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#added-a-new-genvslite-option-for-use-with-meson-setup-","node_type":"h2","page":"Release 1.2.0","sections":["New features","Added a new '--genvslite' option for use with 'meson setup ...'"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#python-module-can-now-compile-bytecode","node_type":"p","page":"Release 1.2.0","sections":["New features","Python module can now compile bytecode"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#rust-now-supports-the-b_ndebug-option","node_type":"h2","page":"Release 1.2.0","sections":["New features","Rust now supports the b_ndebug option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#clangtidyfix-target","node_type":"p","page":"Release 1.3.0","sections":["New features","clang-tidy-fix target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#the-meson-test-program-supports-a-new-maxlines-argument","node_type":"p","page":"Release 1.5.0","sections":["New features","The Meson test program supports a new \"--max-lines\" argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#new-as_static-and-as_shared-methods-on-internal-dependencies","node_type":"p","page":"Release 1.6.0","sections":["New features","New as_static and as_shared methods on internal dependencies"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#new-builtin-option-for-default-both_libraries","node_type":"h2","page":"Release 1.6.0","sections":["New features","New built-in option for default both_libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#call-for-testing-for-next-release","node_type":"p","page":"Release 1.7.0","sections":["New features","Call for testing for next release"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#fixed-sizeof-and-find_library-methods-for-fortran-compilers","node_type":"p","page":"Release 1.7.0","sections":["New features","Fixed sizeof and find_library methods for Fortran compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"h2","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#new-option-to-execute-a-slice-of-tests","node_type":"h2","page":"Release 1.8.0 (in development)","sections":["New features (in development)","New option to execute a slice of tests"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#environment-variables","node_type":"p","page":"Running Meson","sections":["Running Meson","Environment variables"],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#bindgen","node_type":"p","page":"Rust module","sections":["Rust module","Functions","bindgen()"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#note-for-linux-libraries","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps","Note for Linux libraries"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#using-a-wrap-file","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps","Using a wrap file"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#commandline-options","node_type":"ul","page":"Subprojects","sections":["Subprojects","Command-line options"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#download-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Download subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#update-subprojects","node_type":"ul","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Update subprojects"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#other-test-options","node_type":"p","page":"Unit tests","sections":["Unit tests","Testing tool","Other test options"],"context":{"gi-language":["default"]}},{"url":"Unity-builds.html#unity-builds","node_type":"p","page":"Unity builds","sections":["Unity builds"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Vala.html#adding-to-valas-search-path","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Adding to Vala's search path"],"context":{"gi-language":["default"]}},{"url":"Vala.html#gobject-introspection-and-language-bindings","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Building libraries","GObject Introspection and language bindings"],"context":{"gi-language":["default"]}},{"url":"Vala.html#targeting-a-version-of-glib","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Targeting a version of GLib"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#make-libraries-buildable-both-as-static-and-shared","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Make libraries buildable both as static and shared"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#provide-section","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#specific-to-wrapfile","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Accepted configuration properties for wraps","Specific to wrap-file"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-address-sanitizer","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use address sanitizer"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-clippy","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use clippy"],"context":{"gi-language":["default"]}},{"url":"i18n-module.html#i18ngettext","node_type":"ul","page":"I18n module","sections":["I18n module","Usage","i18n.gettext()"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/options b/assets/js/search/options index 5ca785177..58d217d23 100644 --- a/assets/js/search/options +++ b/assets/js/search/options @@ -1 +1 @@ -urls_downloaded_cb({"token":"options","urls":[{"url":"Build-options.html#build-options","node_type":"h1","page":"Build options","sections":["Build options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#builtin-build-options","node_type":"h2","page":"Build options","sections":["Build options","Built-in build options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#deprecated-options","node_type":"h2","page":"Build options","sections":["Build options","Deprecated options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#using-build-options","node_type":"h2","page":"Build options","sections":["Build options","Using build options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"h2","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#builtin-options","node_type":"h1","page":"Built-in options","sections":["Built-in options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#compiler-options","node_type":"h2","page":"Built-in options","sections":["Built-in options","Compiler options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#core-options","node_type":"h3","page":"Built-in options","sections":["Built-in options","Universal options","Core options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-buildtype","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for buildtype\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#module-options","node_type":"h2","page":"Built-in options","sections":["Built-in options","Module options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#notes-about-apple-bitcode-support","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options","Notes about Apple Bitcode support"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#python-module","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options","Python module"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#specifying-options-per-machine","node_type":"h2","page":"Built-in options","sections":["Built-in options","Specifying options per machine"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#specifying-options-per-subproject","node_type":"h2","page":"Built-in options","sections":["Built-in options","Specifying options per subproject"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#universal-options","node_type":"h2","page":"Built-in options","sections":["Built-in options","Universal options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-options-object","node_type":"h3","page":"CMake module","sections":["CMake module","CMake subprojects","\ncmake options object"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-subprojects","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#configuration-options","node_type":"h3","page":"CMake module","sections":["CMake module","CMake subprojects","Configuration options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cross-compilation","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Cross compilation"],"context":{"gi-language":["default"]}},{"url":"Commands.html#commandline-commands","node_type":"p","page":"Command-line commands","sections":["Command-line commands"],"context":{"gi-language":["default"]}},{"url":"Commands.html#configure","node_type":"p","page":"Command-line commands","sections":["Command-line commands","configure"],"context":{"gi-language":["default"]}},{"url":"Commands.html#differences-with-muon-fmt","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","format","Differences with muon fmt\n"],"context":{"gi-language":["default"]}},{"url":"Commands.html#examples","node_type":"p","page":"Command-line commands","sections":["Command-line commands","configure","Examples:"],"context":{"gi-language":["default"]}},{"url":"Commands.html#format","node_type":"p","page":"Command-line commands","sections":["Command-line commands","format"],"context":{"gi-language":["default"]}},{"url":"Commands.html#setup","node_type":"p","page":"Command-line commands","sections":["Command-line commands","setup"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#cons2","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","SCons","Cons"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#configuration","node_type":"p","page":"Configuration","sections":["Configuration"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#configuring-a-build-directory","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#per-project-subproject-options-rewrite-since-18","node_type":"h2","page":"Configuring a build directory","sections":["Configuring a build directory","Per project subproject options rewrite (Since 1.8)"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#matrix","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","matrix"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#no-lingering-state","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","No lingering state"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#project-tests","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Project tests"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#python-coding-style","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Python Coding style"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#strategy-for-merging-pull-requests-to-trunk","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Strategy for merging pull requests to trunk"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#defining-the-environment","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment"],"context":{"gi-language":["default"]}},{"url":"Cython.html#c-intermediate-support","node_type":"p","page":"Cython","sections":["Cython","C++ intermediate support"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#this-is-the-original-design-rationale-for-meson-the-syntax-it-describes-does-not-match-the-released-version","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#add_project","node_type":"ul","page":"External Project module","sections":["External Project module","Functions","add_project()"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-disable-exceptions-and-rtti-in-my-c-project","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I disable exceptions and RTTI in my C++ project?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#should-i-check-for-buildtype-or-individual-options-like-debug-in-my-build-files","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","Should I check for buildtype or individual options like debug in my build files?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-are-changes-to-default-project-options-ignored","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","Why are changes to default project options ignored?"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#file-lookup-rules","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","File lookup rules"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#downloading-meson","node_type":"p","page":"Getting Meson","sections":["Getting Meson","Downloading Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#windows-python3-quirks","node_type":"p","page":"Getting Meson","sections":["Platform-specific install quirks","Windows Python3 quirks"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomecompile_resources","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.compile_resources()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegdbus_codegen","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.gdbus_codegen()"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-options","node_type":"h2","page":"IDE integration","sections":["IDE integration","Build Options"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ide-integration","node_type":"table","page":"IDE integration","sections":["IDE integration"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#programmatic-interface","node_type":"p","page":"IDE integration","sections":["Programmatic interface"],"context":{"gi-language":["default"]}},{"url":"Keyval-module.html#keyval-module","node_type":"p","page":"keyval module","sections":["keyval module"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#cross-and-native-file-reference","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#meson-builtin-options","node_type":"h3","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Meson built-in options"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#paths-and-directories","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Paths and Directories"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#project-specific-options","node_type":"h3","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Project specific options"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#properties","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Properties"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#sections","node_type":"ul","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections"],"context":{"gi-language":["default"]}},{"url":"Manual.html#subpages","node_type":"p","page":"Manual","sections":[],"context":{"gi-language":["default"]}},{"url":"Native-environments.html#defining-the-environment","node_type":"p","page":"Persistent native environments","sections":["Persistent native environments","Defining the environment"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#relocatable-pkgconfig-files","node_type":"p","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","Relocatable pkg-config files"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#using-precompiled-headers-with-gcc-and-derivatives","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Using precompiled headers with GCC and derivatives"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#extension_module","node_type":"ul","page":"Python module","sections":["Python module","\npython_installation object","Methods","extension_module()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#get_install_dir","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","get_install_dir()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#install_sources","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","install_sources()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#python-module","node_type":"p","page":"Python module","sections":["Python module"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonbuild_options","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.build_options()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strformat","node_type":"p","page":"str","sections":["String (str)","String methods","str.format()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_test_setup","node_type":"p","page":"Functions","sections":["Functions","add_test_setup()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments17","node_type":"table","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments22","node_type":"table","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments50","node_type":"table","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_override_options","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_override_options","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_default_options","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_override_options","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_default_options","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#get_option","node_type":"p","page":"Functions","sections":["Functions","get_option()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_override_options","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_override_options","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_default_options","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_override_options","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_override_options","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_override_options","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject","node_type":"ul","page":"Functions","sections":["Functions","subproject()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject_default_options","node_type":"p","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments1","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments11","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments12","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments14","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments15","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments17","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments18","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments2","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments21","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments22","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments24","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments25","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments3","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments7","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compute_int_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#get_define_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_define_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#sizeof_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#feature-option-object-feature","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#environment-variables-per-machine","node_type":"p","page":"Reference tables","sections":["Reference tables","Environment variables per machine"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#language-arguments-parameter-names","node_type":"p","page":"Reference tables","sections":["Reference tables","Language arguments parameter names"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#more-install-directories","node_type":"p","page":"Release 0.37","sections":["New features","More install directories"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#support-for-localstatedir","node_type":"p","page":"Release 0.37","sections":["New features","Support for localstatedir\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#default-options-to-subprojects","node_type":"h2","page":"Release 0.38","sections":["Default options to subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#support-for-arbitrary-test-setups","node_type":"p","page":"Release 0.38","sections":["Support for arbitrary test setups"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#overriding-options-per-target","node_type":"h2","page":"Release 0.40","sections":["New features","Overriding options per target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#base-options-accessible-via-get_option","node_type":"h2","page":"Release 0.42","sections":["New features","Base options accessible via get_option()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#an-array-type-for-user-options","node_type":"h2","page":"Release 0.44","sections":["New features","An array type for user options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#configtool-based-dependencies-gained-a-method-to-get-arbitrary-options","node_type":"h2","page":"Release 0.44","sections":["New features","Config-Tool based dependencies gained a method to get arbitrary options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#prefixdependent-defaults-for-sysconfdir-localstatedir-and-sharedstatedir","node_type":"p","page":"Release 0.44","sections":["New features","Prefix-dependent defaults for sysconfdir, localstatedir and sharedstatedir"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#integer-options","node_type":"h2","page":"Release 0.45","sections":["New features","Integer options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#yielding-subproject-option-to-superproject","node_type":"p","page":"Release 0.45","sections":["New features","Yielding subproject option to superproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#arm-compilerversion-6-for-c-and-cpp","node_type":"p","page":"Release 0.47","sections":["New features","ARM compiler(version 6) for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#array-options-treat-dopt-and-dopt-as-equivalent","node_type":"h2","page":"Release 0.47","sections":["New features","Array options treat -Dopt= and -Dopt=[] as equivalent"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#made-install-a-top-level-meson-command","node_type":"p","page":"Release 0.47","sections":["New features","Made 'install' a top level Meson command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-base-build-option-for-llvm-apple-bitcode-support","node_type":"p","page":"Release 0.47","sections":["New features","New base build option for LLVM (Apple) bitcode support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-options-to-gnomegdbus_codegen","node_type":"h2","page":"Release 0.47","sections":["New features","New options to gnome.gdbus_codegen()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#toggles-for-build-type-optimization-and-vcrt-type","node_type":"p","page":"Release 0.48","sections":["New features","Toggles for build type, optimization and vcrt type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#ccrx-compiler-for-c-and-cpp","node_type":"p","page":"Release 0.49","sections":["New features","CC-RX compiler for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#cmake-find_package-dependency-backend","node_type":"p","page":"Release 0.49","sections":["New features","CMake find_package dependency backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#introspect-projectinfo-can-now-be-used-without-configured-build-directory","node_type":"p","page":"Release 0.49","sections":["New features","\nintrospect --projectinfo can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-section-key-for-the-buildoptions-introspection","node_type":"p","page":"Release 0.49","sections":["New features","New section key for the buildoptions introspection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-buildoptions-can-now-be-used-without-configured-build-directory","node_type":"p","page":"Release 0.50.0","sections":["New features","\nintrospect --buildoptions can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#meson-configure-can-now-print-the-default-options-of-an-unconfigured-project","node_type":"h2","page":"Release 0.50.0","sections":["New features","\nmeson configure can now print the default options of an unconfigured project"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#meson-file-rewriter","node_type":"ul","page":"Release 0.50.0","sections":["New features","Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#c-preprocessor-flag-handling","node_type":"p","page":"Release 0.51.0","sections":["New features","(C) Preprocessor flag handling"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#specifying-options-per-mer-machine","node_type":"h2","page":"Release 0.51.0","sections":["New features","Specifying options per mer machine"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#fortran_std-option","node_type":"p","page":"Release 0.53.0","sections":["New features","\nfortran_std option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#per-subproject-default_library-and-werror-options","node_type":"h2","page":"Release 0.54.0","sections":["New features","Per subproject default_library and werror options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#configure-cmake-subprojects-with-mesonsubproject_options","node_type":"p","page":"Release 0.55.0","sections":["New features","Configure CMake subprojects with Meson.subproject_options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#machine-file-keys-are-stored-case-sensitive","node_type":"p","page":"Release 0.56.0","sections":["New features","Machine file keys are stored case sensitive"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#project-and-builtin-options-can-be-set-in-native-or-cross-files","node_type":"h2","page":"Release 0.56.0","sections":["New features","Project and built-in options can be set in native or cross files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#buildtype-remains-even-if-dependent-options-are-changed","node_type":"h2","page":"Release 0.57.0","sections":["New features","Buildtype remains even if dependent options are changed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#msvcclangcl-argument-changescleanup","node_type":"p","page":"Release 0.57.0","sections":["New features","MSVC/Clang-Cl Argument Changes/Cleanup"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#summary-accepts-features","node_type":"p","page":"Release 0.58.0","sections":["New features","\nsummary() accepts features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#new-vs2012-and-vs2013-backend-options","node_type":"h2","page":"Release 0.59.0","sections":["New features","New vs2012 and vs2013 backend options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#deprecated-project-options","node_type":"h2","page":"Release 0.60.0","sections":["New features","Deprecated project options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#override-python-installation-paths","node_type":"p","page":"Release 0.60.0","sections":["New features","Override python installation paths"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#unknown-options-are-now-always-fatal","node_type":"h2","page":"Release 0.60.0","sections":["New features","Unknown options are now always fatal"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#all-directory-options-now-support-paths-outside-of-prefix","node_type":"h2","page":"Release 0.62.0","sections":["New features","All directory options now support paths outside of prefix"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#compiler-options-can-be-set-per-subproject","node_type":"h2","page":"Release 0.63.0","sections":["New features","Compiler options can be set per subproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#pager-and-colors-for-meson-configure-output","node_type":"p","page":"Release 0.64.0","sections":["New features","Pager and colors for meson configure output"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#summary-accepts-disablers","node_type":"p","page":"Release 0.64.0","sections":["New features","\nsummary() accepts disablers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#allow-reconfigure-and-wipe-of-empty-builddir","node_type":"p","page":"Release 1.1.0","sections":["New features","Allow --reconfigure and --wipe of empty builddir"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#support-for-reading-options-from-mesonoptions","node_type":"h2","page":"Release 1.1.0","sections":["New features","Support for reading options from meson.options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#rust-now-supports-the-b_ndebug-option","node_type":"p","page":"Release 1.2.0","sections":["New features","Rust now supports the b_ndebug option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#c_std-and-cpp_std-options-now-accepts-a-list-of-values","node_type":"h2","page":"Release 1.3.0","sections":["New features","\nc_std and cpp_std options now accepts a list of values"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#find_program-now-supports-the-default_options-argument","node_type":"p","page":"Release 1.3.0","sections":["New features","find_program() now supports the 'default_options' argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#unified-message-strformat-and-fstring-formatting","node_type":"ul","page":"Release 1.3.0","sections":["New features","Unified message(), str.format() and f-string formatting"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#update-options-with-meson-setup-builddir-doptvalue","node_type":"h2","page":"Release 1.3.0","sections":["New features","Update options with meson setup -Dopt=value\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#meson-configure-handles-changes-to-options-in-more-cases","node_type":"h2","page":"Release 1.5.0","sections":["New features","Meson configure handles changes to options in more cases"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#meson-now-propagates-its-build-type-to-cmake","node_type":"p","page":"Release 1.5.0","sections":["New features","Meson now propagates its build type to CMake"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#simple-tool-to-test-build-reproducibility","node_type":"p","page":"Release 1.6.0","sections":["New features","Simple tool to test build reproducibility"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#cargo-features-are-resolved-globally","node_type":"p","page":"Release 1.7.0","sections":["New features","Cargo features are resolved globally"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#per-project-subproject-options-rewrite","node_type":"h2","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Per project subproject options rewrite"],"context":{"gi-language":["default"]}},{"url":"Releasing.html#release-team","node_type":"p","page":"Releasing a new Meson version","sections":["Release team"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#default-options-modification-format","node_type":"h3","page":"Meson file rewriter","sections":["Meson file rewriter","Using the \"script mode\"","Default options modification format"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#meson-file-rewriter","node_type":"ul","page":"Meson file rewriter","sections":["Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#setting-the-project-default-options","node_type":"h3","page":"Meson file rewriter","sections":["Meson file rewriter","Using the rewriter","Setting the project default options"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#configuring-the-build-directory","node_type":"p","page":"Running Meson","sections":["Running Meson","Configuring the build directory"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#note-for-linux-libraries","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps","Note for Linux libraries"],"context":{"gi-language":["default"]}},{"url":"Style-guide.html#naming-options","node_type":"h2","page":"Style recommendations","sections":["Style recommendations","Naming options"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#build-options-in-subproject","node_type":"h3","page":"Subprojects","sections":["Subprojects","A subproject example","Build options in subproject"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#commandline-options","node_type":"h2","page":"Subprojects","sections":["Subprojects","Command-line options"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#toggling-between-system-libraries-and-embedded-sources","node_type":"p","page":"Subprojects","sections":["Subprojects","Using a subproject","Toggling between system libraries and embedded sources"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#other-test-options","node_type":"h3","page":"Unit tests","sections":["Unit tests","Testing tool","Other test options"],"context":{"gi-language":["default"]}},{"url":"i18n-module.html#i18nmerge_file","node_type":"ul","page":"I18n module","sections":["I18n module","Usage","i18n.merge_file()"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"options","urls":[{"url":"Build-options.html#build-options","node_type":"h1","page":"Build options","sections":["Build options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#builtin-build-options","node_type":"h2","page":"Build options","sections":["Build options","Built-in build options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#deprecated-options","node_type":"h2","page":"Build options","sections":["Build options","Deprecated options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#using-build-options","node_type":"h2","page":"Build options","sections":["Build options","Using build options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"h2","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#builtin-options","node_type":"h1","page":"Built-in options","sections":["Built-in options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#compiler-options","node_type":"h2","page":"Built-in options","sections":["Built-in options","Compiler options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#core-options","node_type":"h3","page":"Built-in options","sections":["Built-in options","Universal options","Core options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-buildtype","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for buildtype\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#module-options","node_type":"h2","page":"Built-in options","sections":["Built-in options","Module options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#notes-about-apple-bitcode-support","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options","Notes about Apple Bitcode support"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#python-module","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options","Python module"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#specifying-options-per-machine","node_type":"h2","page":"Built-in options","sections":["Built-in options","Specifying options per machine"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#specifying-options-per-subproject","node_type":"h2","page":"Built-in options","sections":["Built-in options","Specifying options per subproject"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#universal-options","node_type":"h2","page":"Built-in options","sections":["Built-in options","Universal options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-options-object","node_type":"h3","page":"CMake module","sections":["CMake module","CMake subprojects","\ncmake options object"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-subprojects","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#configuration-options","node_type":"h3","page":"CMake module","sections":["CMake module","CMake subprojects","Configuration options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cross-compilation","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Cross compilation"],"context":{"gi-language":["default"]}},{"url":"Commands.html#commandline-commands","node_type":"p","page":"Command-line commands","sections":["Command-line commands"],"context":{"gi-language":["default"]}},{"url":"Commands.html#configure","node_type":"p","page":"Command-line commands","sections":["Command-line commands","configure"],"context":{"gi-language":["default"]}},{"url":"Commands.html#differences-with-muon-fmt","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","format","Differences with muon fmt\n"],"context":{"gi-language":["default"]}},{"url":"Commands.html#examples","node_type":"p","page":"Command-line commands","sections":["Command-line commands","configure","Examples:"],"context":{"gi-language":["default"]}},{"url":"Commands.html#format","node_type":"p","page":"Command-line commands","sections":["Command-line commands","format"],"context":{"gi-language":["default"]}},{"url":"Commands.html#setup","node_type":"p","page":"Command-line commands","sections":["Command-line commands","setup"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#cons2","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","SCons","Cons"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#configuration","node_type":"p","page":"Configuration","sections":["Configuration"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#configuring-a-build-directory","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#per-project-subproject-options-rewrite-since-18","node_type":"h2","page":"Configuring a build directory","sections":["Configuring a build directory","Per project subproject options rewrite (Since 1.8)"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#matrix","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","matrix"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#no-lingering-state","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","No lingering state"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#project-tests","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Project tests"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#python-coding-style","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Python Coding style"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#strategy-for-merging-pull-requests-to-trunk","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Strategy for merging pull requests to trunk"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#defining-the-environment","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment"],"context":{"gi-language":["default"]}},{"url":"Cython.html#c-intermediate-support","node_type":"p","page":"Cython","sections":["Cython","C++ intermediate support"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#this-is-the-original-design-rationale-for-meson-the-syntax-it-describes-does-not-match-the-released-version","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#add_project","node_type":"ul","page":"External Project module","sections":["External Project module","Functions","add_project()"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-disable-exceptions-and-rtti-in-my-c-project","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I disable exceptions and RTTI in my C++ project?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#should-i-check-for-buildtype-or-individual-options-like-debug-in-my-build-files","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","Should I check for buildtype or individual options like debug in my build files?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-are-changes-to-default-project-options-ignored","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","Why are changes to default project options ignored?"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#file-lookup-rules","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","File lookup rules"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#downloading-meson","node_type":"p","page":"Getting Meson","sections":["Getting Meson","Downloading Meson"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#windows-python3-quirks","node_type":"p","page":"Getting Meson","sections":["Platform-specific install quirks","Windows Python3 quirks"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomecompile_resources","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.compile_resources()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegdbus_codegen","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.gdbus_codegen()"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-options","node_type":"h2","page":"IDE integration","sections":["IDE integration","Build Options"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ide-integration","node_type":"table","page":"IDE integration","sections":["IDE integration"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#programmatic-interface","node_type":"p","page":"IDE integration","sections":["Programmatic interface"],"context":{"gi-language":["default"]}},{"url":"Keyval-module.html#keyval-module","node_type":"p","page":"keyval module","sections":["keyval module"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#cross-and-native-file-reference","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#meson-builtin-options","node_type":"h3","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Meson built-in options"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#paths-and-directories","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Paths and Directories"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#project-specific-options","node_type":"h3","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Project specific options"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#properties","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Properties"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#sections","node_type":"ul","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections"],"context":{"gi-language":["default"]}},{"url":"Manual.html#subpages","node_type":"p","page":"Manual","sections":[],"context":{"gi-language":["default"]}},{"url":"Native-environments.html#defining-the-environment","node_type":"p","page":"Persistent native environments","sections":["Persistent native environments","Defining the environment"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#relocatable-pkgconfig-files","node_type":"p","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","Relocatable pkg-config files"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#using-precompiled-headers-with-gcc-and-derivatives","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Using precompiled headers with GCC and derivatives"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#extension_module","node_type":"ul","page":"Python module","sections":["Python module","\npython_installation object","Methods","extension_module()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#get_install_dir","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","get_install_dir()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#install_sources","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","install_sources()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#python-module","node_type":"p","page":"Python module","sections":["Python module"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonbuild_options","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.build_options()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strformat","node_type":"p","page":"str","sections":["String (str)","String methods","str.format()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_test_setup","node_type":"p","page":"Functions","sections":["Functions","add_test_setup()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments17","node_type":"table","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments22","node_type":"table","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments50","node_type":"table","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_override_options","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_override_options","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_default_options","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_override_options","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_default_options","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#get_option","node_type":"p","page":"Functions","sections":["Functions","get_option()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_override_options","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_override_options","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_default_options","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_override_options","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_override_options","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_override_options","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject","node_type":"ul","page":"Functions","sections":["Functions","subproject()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject_default_options","node_type":"p","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments1","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments11","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments12","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments14","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments15","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments17","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments18","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments2","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments21","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments22","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments24","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments25","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments3","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments7","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compute_int_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#get_define_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_define_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#sizeof_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#feature-option-object-feature","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#environment-variables-per-machine","node_type":"p","page":"Reference tables","sections":["Reference tables","Environment variables per machine"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#language-arguments-parameter-names","node_type":"p","page":"Reference tables","sections":["Reference tables","Language arguments parameter names"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#more-install-directories","node_type":"p","page":"Release 0.37","sections":["New features","More install directories"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#support-for-localstatedir","node_type":"p","page":"Release 0.37","sections":["New features","Support for localstatedir\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#default-options-to-subprojects","node_type":"h2","page":"Release 0.38","sections":["Default options to subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#support-for-arbitrary-test-setups","node_type":"p","page":"Release 0.38","sections":["Support for arbitrary test setups"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#overriding-options-per-target","node_type":"h2","page":"Release 0.40","sections":["New features","Overriding options per target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#base-options-accessible-via-get_option","node_type":"h2","page":"Release 0.42","sections":["New features","Base options accessible via get_option()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#an-array-type-for-user-options","node_type":"h2","page":"Release 0.44","sections":["New features","An array type for user options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#configtool-based-dependencies-gained-a-method-to-get-arbitrary-options","node_type":"h2","page":"Release 0.44","sections":["New features","Config-Tool based dependencies gained a method to get arbitrary options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#prefixdependent-defaults-for-sysconfdir-localstatedir-and-sharedstatedir","node_type":"p","page":"Release 0.44","sections":["New features","Prefix-dependent defaults for sysconfdir, localstatedir and sharedstatedir"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#integer-options","node_type":"h2","page":"Release 0.45","sections":["New features","Integer options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#yielding-subproject-option-to-superproject","node_type":"p","page":"Release 0.45","sections":["New features","Yielding subproject option to superproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#arm-compilerversion-6-for-c-and-cpp","node_type":"p","page":"Release 0.47","sections":["New features","ARM compiler(version 6) for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#array-options-treat-dopt-and-dopt-as-equivalent","node_type":"h2","page":"Release 0.47","sections":["New features","Array options treat -Dopt= and -Dopt=[] as equivalent"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#made-install-a-top-level-meson-command","node_type":"p","page":"Release 0.47","sections":["New features","Made 'install' a top level Meson command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-base-build-option-for-llvm-apple-bitcode-support","node_type":"p","page":"Release 0.47","sections":["New features","New base build option for LLVM (Apple) bitcode support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-options-to-gnomegdbus_codegen","node_type":"h2","page":"Release 0.47","sections":["New features","New options to gnome.gdbus_codegen()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#toggles-for-build-type-optimization-and-vcrt-type","node_type":"p","page":"Release 0.48","sections":["New features","Toggles for build type, optimization and vcrt type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#ccrx-compiler-for-c-and-cpp","node_type":"p","page":"Release 0.49","sections":["New features","CC-RX compiler for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#cmake-find_package-dependency-backend","node_type":"p","page":"Release 0.49","sections":["New features","CMake find_package dependency backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#introspect-projectinfo-can-now-be-used-without-configured-build-directory","node_type":"p","page":"Release 0.49","sections":["New features","\nintrospect --projectinfo can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-section-key-for-the-buildoptions-introspection","node_type":"p","page":"Release 0.49","sections":["New features","New section key for the buildoptions introspection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-buildoptions-can-now-be-used-without-configured-build-directory","node_type":"p","page":"Release 0.50.0","sections":["New features","\nintrospect --buildoptions can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#meson-configure-can-now-print-the-default-options-of-an-unconfigured-project","node_type":"h2","page":"Release 0.50.0","sections":["New features","\nmeson configure can now print the default options of an unconfigured project"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#meson-file-rewriter","node_type":"ul","page":"Release 0.50.0","sections":["New features","Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#c-preprocessor-flag-handling","node_type":"p","page":"Release 0.51.0","sections":["New features","(C) Preprocessor flag handling"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#specifying-options-per-mer-machine","node_type":"h2","page":"Release 0.51.0","sections":["New features","Specifying options per mer machine"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#fortran_std-option","node_type":"p","page":"Release 0.53.0","sections":["New features","\nfortran_std option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#per-subproject-default_library-and-werror-options","node_type":"h2","page":"Release 0.54.0","sections":["New features","Per subproject default_library and werror options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#configure-cmake-subprojects-with-mesonsubproject_options","node_type":"p","page":"Release 0.55.0","sections":["New features","Configure CMake subprojects with Meson.subproject_options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#machine-file-keys-are-stored-case-sensitive","node_type":"p","page":"Release 0.56.0","sections":["New features","Machine file keys are stored case sensitive"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#project-and-builtin-options-can-be-set-in-native-or-cross-files","node_type":"h2","page":"Release 0.56.0","sections":["New features","Project and built-in options can be set in native or cross files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#buildtype-remains-even-if-dependent-options-are-changed","node_type":"h2","page":"Release 0.57.0","sections":["New features","Buildtype remains even if dependent options are changed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#msvcclangcl-argument-changescleanup","node_type":"p","page":"Release 0.57.0","sections":["New features","MSVC/Clang-Cl Argument Changes/Cleanup"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#summary-accepts-features","node_type":"p","page":"Release 0.58.0","sections":["New features","\nsummary() accepts features"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#new-vs2012-and-vs2013-backend-options","node_type":"h2","page":"Release 0.59.0","sections":["New features","New vs2012 and vs2013 backend options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#deprecated-project-options","node_type":"h2","page":"Release 0.60.0","sections":["New features","Deprecated project options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#override-python-installation-paths","node_type":"p","page":"Release 0.60.0","sections":["New features","Override python installation paths"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#unknown-options-are-now-always-fatal","node_type":"h2","page":"Release 0.60.0","sections":["New features","Unknown options are now always fatal"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#all-directory-options-now-support-paths-outside-of-prefix","node_type":"h2","page":"Release 0.62.0","sections":["New features","All directory options now support paths outside of prefix"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#compiler-options-can-be-set-per-subproject","node_type":"h2","page":"Release 0.63.0","sections":["New features","Compiler options can be set per subproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#pager-and-colors-for-meson-configure-output","node_type":"p","page":"Release 0.64.0","sections":["New features","Pager and colors for meson configure output"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#summary-accepts-disablers","node_type":"p","page":"Release 0.64.0","sections":["New features","\nsummary() accepts disablers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#allow-reconfigure-and-wipe-of-empty-builddir","node_type":"p","page":"Release 1.1.0","sections":["New features","Allow --reconfigure and --wipe of empty builddir"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#support-for-reading-options-from-mesonoptions","node_type":"h2","page":"Release 1.1.0","sections":["New features","Support for reading options from meson.options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#rust-now-supports-the-b_ndebug-option","node_type":"p","page":"Release 1.2.0","sections":["New features","Rust now supports the b_ndebug option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#c_std-and-cpp_std-options-now-accepts-a-list-of-values","node_type":"h2","page":"Release 1.3.0","sections":["New features","\nc_std and cpp_std options now accepts a list of values"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#find_program-now-supports-the-default_options-argument","node_type":"p","page":"Release 1.3.0","sections":["New features","find_program() now supports the 'default_options' argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#unified-message-strformat-and-fstring-formatting","node_type":"ul","page":"Release 1.3.0","sections":["New features","Unified message(), str.format() and f-string formatting"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#update-options-with-meson-setup-builddir-doptvalue","node_type":"h2","page":"Release 1.3.0","sections":["New features","Update options with meson setup -Dopt=value\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#meson-configure-handles-changes-to-options-in-more-cases","node_type":"h2","page":"Release 1.5.0","sections":["New features","Meson configure handles changes to options in more cases"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#meson-now-propagates-its-build-type-to-cmake","node_type":"p","page":"Release 1.5.0","sections":["New features","Meson now propagates its build type to CMake"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#simple-tool-to-test-build-reproducibility","node_type":"p","page":"Release 1.6.0","sections":["New features","Simple tool to test build reproducibility"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#cargo-features-are-resolved-globally","node_type":"p","page":"Release 1.7.0","sections":["New features","Cargo features are resolved globally"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#per-project-subproject-options-rewrite","node_type":"h2","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Per project subproject options rewrite"],"context":{"gi-language":["default"]}},{"url":"Releasing.html#release-team","node_type":"p","page":"Releasing a new Meson version","sections":["Release team"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#default-options-modification-format","node_type":"h3","page":"Meson file rewriter","sections":["Meson file rewriter","Using the \"script mode\"","Default options modification format"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#meson-file-rewriter","node_type":"ul","page":"Meson file rewriter","sections":["Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#setting-the-project-default-options","node_type":"h3","page":"Meson file rewriter","sections":["Meson file rewriter","Using the rewriter","Setting the project default options"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#configuring-the-build-directory","node_type":"p","page":"Running Meson","sections":["Running Meson","Configuring the build directory"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#note-for-linux-libraries","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps","Note for Linux libraries"],"context":{"gi-language":["default"]}},{"url":"Style-guide.html#naming-options","node_type":"h2","page":"Style recommendations","sections":["Style recommendations","Naming options"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#build-options-in-subproject","node_type":"h3","page":"Subprojects","sections":["Subprojects","A subproject example","Build options in subproject"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#commandline-options","node_type":"h2","page":"Subprojects","sections":["Subprojects","Command-line options"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#toggling-between-system-libraries-and-embedded-sources","node_type":"p","page":"Subprojects","sections":["Subprojects","Using a subproject","Toggling between system libraries and embedded sources"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#other-test-options","node_type":"h3","page":"Unit tests","sections":["Unit tests","Testing tool","Other test options"],"context":{"gi-language":["default"]}},{"url":"i18n-module.html#i18nmerge_file","node_type":"ul","page":"I18n module","sections":["I18n module","Usage","i18n.merge_file()"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/order b/assets/js/search/order index 9b6376f55..86ad3fae7 100644 --- a/assets/js/search/order +++ b/assets/js/search/order @@ -1 +1 @@ -urls_downloaded_cb({"token":"order","urls":[{"url":"ARM-performance-test.html#measurements","node_type":"p","page":"Arm performance test","sections":["Arm performance test","Measurements"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#creating-the-wrap-contents","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","How to contribute a new wrap","Creating the wrap contents"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#specifying-options-per-subproject","node_type":"p","page":"Built-in options","sections":["Built-in options","Specifying options per subproject"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#do-i-need-to-sign-a-cla-in-order-to-contribute","node_type":"h2","page":"Contributing to Meson","sections":["Contributing to Meson","Do I need to sign a CLA in order to contribute?"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#python","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Dependency support policy","Python"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#stdout","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","stdout"],"context":{"gi-language":["default"]}},{"url":"Creating-OSX-packages.html#external-libraries","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages","Creating an app bundle","External libraries"],"context":{"gi-language":["default"]}},{"url":"Creating-OSX-packages.html#putting-it-all-together","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages","Putting it all together"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#cross-file-locations","node_type":"ul","page":"Cross compilation","sections":["Cross compilation","Cross file locations"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#nvcc_arch_flags","node_type":"p","page":"Unstable CUDA Module","sections":["Unstable CUDA Module","Functions","nvcc_arch_flags()"],"context":{"gi-language":["default"]}},{"url":"D.html#compiling-d-libraries-and-installing-them","node_type":"p","page":"D","sections":["Compiling D libraries and installing them"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependencies-with-custom-lookup-functionality","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependency-detection-method","node_type":"p","page":"Dependencies","sections":["Dependency detection method"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#objfw","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","ObjFW"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#qt","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Qt"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#shaderc","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Shaderc"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#does-wrap-download-sources-behind-my-back","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Does wrap download sources behind my back?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-tell-meson-that-my-sources-use-generated-headers","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I tell Meson that my sources use generated headers?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-use-a-library-before-declaring-it","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I use a library before declaring it?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#i-have-proprietary-compiler-toolchain-x-that-does-not-work-with-meson-how-can-i-make-it-work","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","I have proprietary compiler toolchain X that does not work with Meson, how can I make it work?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-are-changes-to-default-project-options-ignored","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why are changes to default project options ignored?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-there-not-a-make-backend","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is there not a Make backend?"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#generating-multiple-files-at-a-time","node_type":"p","page":"Generating sources","sections":["Generating sources","Using custom_target()","Generating multiple files at a time"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegdbus_codegen","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.gdbus_codegen()"],"context":{"gi-language":["default"]}},{"url":"Installing.html#installing-as-the-superuser","node_type":"p","page":"Installing","sections":["Installing","Installing as the superuser"],"context":{"gi-language":["default"]}},{"url":"Keyval-module.html#keyvalload","node_type":"p","page":"keyval module","sections":["keyval module","Usage","keyval.load()"],"context":{"gi-language":["default"]}},{"url":"Localisation.html#potfiles","node_type":"p","page":"Localisation","sections":["Localisation","Generating .pot and .po files","POTFILES"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#meson-builtin-options","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Meson built-in options"],"context":{"gi-language":["default"]}},{"url":"Native-environments.html#native-file-locations","node_type":"ul","page":"Persistent native environments","sections":["Persistent native environments","Native file locations"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#pkggenerate","node_type":"p","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","pkg.generate()"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#relocatable-pkgconfig-files","node_type":"p","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","Relocatable pkg-config files"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#toggling-the-usage-of-precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Toggling the usage of precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_dict.html#dict-dict","node_type":"p","page":"dict","sections":["Dict (dict)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments17","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments52","node_type":"table","page":"Functions","sections":["Functions","test()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments9","node_type":"table","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#benchmark_priority","node_type":"p","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency","node_type":"p","page":"Functions","sections":["Functions","dependency()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program","node_type":"p","page":"Functions","sections":["Functions","find_program()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#summary","node_type":"p","page":"Functions","sections":["Functions","summary()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test_priority","node_type":"p","page":"Functions","sections":["Functions","test()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#per-subproject-default_library-and-werror-options","node_type":"p","page":"Release 0.54.0","sections":["New features","Per subproject default_library and werror options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#-is-now-allowed-as-a-function-id-for-meson-rewrite","node_type":"p","page":"Release 0.57.0","sections":["New features","\n// is now allowed as a function id for meson rewrite."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#dependencies-with-multiple-names","node_type":"p","page":"Release 0.60.0","sections":["New features","Dependencies with multiple names"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#deprecated-javagenerate_native_header-in-favor-of-the-new-javagenerate_native_headers","node_type":"p","page":"Release 0.62.0","sections":["New features","Deprecated java.generate_native_header() in favor of the new java.generate_native_headers()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#new-custom-dependency-for-openssl","node_type":"p","page":"Release 0.62.0","sections":["New features","New custom dependency for OpenSSL"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#python-extension-modules-now-depend-on-the-python-library-by-default","node_type":"p","page":"Release 0.63.0","sections":["New features","Python extension modules now depend on the python library by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#test-targets-no-longer-built-by-default","node_type":"p","page":"Release 1.7.0","sections":["New features","Test targets no longer built by default"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#setting-the-project-version","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the rewriter","Setting the project version"],"context":{"gi-language":["default"]}},{"url":"Simple-comparison.html#a-simple-comparison","node_type":"p","page":"A simple comparison","sections":["A simple comparison"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#why-must-all-subprojects-be-inside-a-single-directory","node_type":"p","page":"Subprojects","sections":["Subprojects","Why must all subprojects be inside a single directory?"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#dictionaries","node_type":"p","page":"Syntax","sections":["Syntax","Dictionaries"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#priorities","node_type":"p","page":"Unit tests","sections":["Unit tests","Priorities"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Wayland-module.html#scan_xml","node_type":"p","page":"Unstable Wayland Module","sections":["Unstable Wayland Module","Methods","scan_xml"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#avoid-exposing-compilable-source-files-in-declare_dependency","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Avoid exposing compilable source files in declare_dependency"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#declare-generated-headers-explicitly","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Declare generated headers explicitly"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#specific-to-wrapgit","node_type":"ul","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Accepted configuration properties for wraps","Specific to wrap-git"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"order","urls":[{"url":"ARM-performance-test.html#measurements","node_type":"p","page":"Arm performance test","sections":["Arm performance test","Measurements"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#creating-the-wrap-contents","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","How to contribute a new wrap","Creating the wrap contents"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"ul","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#specifying-options-per-subproject","node_type":"p","page":"Built-in options","sections":["Built-in options","Specifying options per subproject"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#do-i-need-to-sign-a-cla-in-order-to-contribute","node_type":"h2","page":"Contributing to Meson","sections":["Contributing to Meson","Do I need to sign a CLA in order to contribute?"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#python","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Dependency support policy","Python"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#stdout","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","stdout"],"context":{"gi-language":["default"]}},{"url":"Creating-OSX-packages.html#external-libraries","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages","Creating an app bundle","External libraries"],"context":{"gi-language":["default"]}},{"url":"Creating-OSX-packages.html#putting-it-all-together","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages","Putting it all together"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#cross-file-locations","node_type":"ul","page":"Cross compilation","sections":["Cross compilation","Cross file locations"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#nvcc_arch_flags","node_type":"p","page":"Unstable CUDA Module","sections":["Unstable CUDA Module","Functions","nvcc_arch_flags()"],"context":{"gi-language":["default"]}},{"url":"D.html#compiling-d-libraries-and-installing-them","node_type":"p","page":"D","sections":["Compiling D libraries and installing them"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependencies-with-custom-lookup-functionality","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependency-detection-method","node_type":"p","page":"Dependencies","sections":["Dependency detection method"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#objfw","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","ObjFW"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#qt","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Qt"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#shaderc","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Shaderc"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#does-wrap-download-sources-behind-my-back","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Does wrap download sources behind my back?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-tell-meson-that-my-sources-use-generated-headers","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I tell Meson that my sources use generated headers?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-use-a-library-before-declaring-it","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I use a library before declaring it?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#i-have-proprietary-compiler-toolchain-x-that-does-not-work-with-meson-how-can-i-make-it-work","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","I have proprietary compiler toolchain X that does not work with Meson, how can I make it work?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-are-changes-to-default-project-options-ignored","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why are changes to default project options ignored?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-there-not-a-make-backend","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is there not a Make backend?"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#generating-multiple-files-at-a-time","node_type":"p","page":"Generating sources","sections":["Generating sources","Using custom_target()","Generating multiple files at a time"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegdbus_codegen","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.gdbus_codegen()"],"context":{"gi-language":["default"]}},{"url":"Installing.html#installing-as-the-superuser","node_type":"p","page":"Installing","sections":["Installing","Installing as the superuser"],"context":{"gi-language":["default"]}},{"url":"Keyval-module.html#keyvalload","node_type":"p","page":"keyval module","sections":["keyval module","Usage","keyval.load()"],"context":{"gi-language":["default"]}},{"url":"Localisation.html#potfiles","node_type":"p","page":"Localisation","sections":["Localisation","Generating .pot and .po files","POTFILES"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#meson-builtin-options","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Meson built-in options"],"context":{"gi-language":["default"]}},{"url":"Native-environments.html#native-file-locations","node_type":"ul","page":"Persistent native environments","sections":["Persistent native environments","Native file locations"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#pkggenerate","node_type":"p","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","pkg.generate()"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#relocatable-pkgconfig-files","node_type":"p","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","Relocatable pkg-config files"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#toggling-the-usage-of-precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers","Toggling the usage of precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_dict.html#dict-dict","node_type":"p","page":"dict","sections":["Dict (dict)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments17","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments52","node_type":"table","page":"Functions","sections":["Functions","test()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments9","node_type":"table","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#benchmark_priority","node_type":"p","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency","node_type":"p","page":"Functions","sections":["Functions","dependency()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program","node_type":"p","page":"Functions","sections":["Functions","find_program()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#summary","node_type":"p","page":"Functions","sections":["Functions","summary()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test_priority","node_type":"p","page":"Functions","sections":["Functions","test()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#per-subproject-default_library-and-werror-options","node_type":"p","page":"Release 0.54.0","sections":["New features","Per subproject default_library and werror options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#-is-now-allowed-as-a-function-id-for-meson-rewrite","node_type":"p","page":"Release 0.57.0","sections":["New features","\n// is now allowed as a function id for meson rewrite."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#dependencies-with-multiple-names","node_type":"p","page":"Release 0.60.0","sections":["New features","Dependencies with multiple names"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#deprecated-javagenerate_native_header-in-favor-of-the-new-javagenerate_native_headers","node_type":"p","page":"Release 0.62.0","sections":["New features","Deprecated java.generate_native_header() in favor of the new java.generate_native_headers()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#new-custom-dependency-for-openssl","node_type":"p","page":"Release 0.62.0","sections":["New features","New custom dependency for OpenSSL"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#python-extension-modules-now-depend-on-the-python-library-by-default","node_type":"p","page":"Release 0.63.0","sections":["New features","Python extension modules now depend on the python library by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#test-targets-no-longer-built-by-default","node_type":"p","page":"Release 1.7.0","sections":["New features","Test targets no longer built by default"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#setting-the-project-version","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the rewriter","Setting the project version"],"context":{"gi-language":["default"]}},{"url":"Simple-comparison.html#a-simple-comparison","node_type":"p","page":"A simple comparison","sections":["A simple comparison"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#why-must-all-subprojects-be-inside-a-single-directory","node_type":"p","page":"Subprojects","sections":["Subprojects","Why must all subprojects be inside a single directory?"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#dictionaries","node_type":"p","page":"Syntax","sections":["Syntax","Dictionaries"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#priorities","node_type":"p","page":"Unit tests","sections":["Unit tests","Priorities"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Wayland-module.html#scan_xml","node_type":"p","page":"Unstable Wayland Module","sections":["Unstable Wayland Module","Methods","scan_xml"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#avoid-exposing-compilable-source-files-in-declare_dependency","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Avoid exposing compilable source files in declare_dependency"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#declare-generated-headers-explicitly","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Declare generated headers explicitly"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#specific-to-wrapgit","node_type":"ul","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Accepted configuration properties for wraps","Specific to wrap-git"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/ordered b/assets/js/search/ordered index 7523f0489..b087b6c4e 100644 --- a/assets/js/search/ordered +++ b/assets/js/search/ordered @@ -1 +1 @@ -urls_downloaded_cb({"token":"ordered","urls":[{"url":"Gnome-module.html#gnomegenerate_gir","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.generate_gir()"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"ordered","urls":[{"url":"Gnome-module.html#gnomegenerate_gir","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.generate_gir()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/platform b/assets/js/search/platform index 86b7e793a..fdb3c8435 100644 --- a/assets/js/search/platform +++ b/assets/js/search/platform @@ -1 +1 @@ -urls_downloaded_cb({"token":"platform","urls":[{"url":"ARM-performance-test.html#measurements","node_type":"p","page":"Arm performance test","sections":["Arm performance test","Measurements"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#compiler-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Compiler options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#directories","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Directories"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#github-actions","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","GitHub Actions"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#installed","node_type":"table","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","installed"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#curses","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Curses"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#gl","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","GL"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#5-must-not-add-complexity-due-to-obsolete-platforms","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","5. Must not add complexity due to obsolete platforms"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-there-not-a-make-backend","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is there not a Make backend?"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#building-a-simple-sdl2-app-from-scratch","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Building a simple SDL2 app from scratch"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#constants","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","constants"],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#mesons-policy-on-mixing-multiple-build-systems-in-one-build-directory","node_type":"p","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory"],"context":{"gi-language":["default"]}},{"url":"Python-3-module.html#extension_module","node_type":"p","page":"Python 3 module","sections":["Python 3 module","extension_module"],"context":{"gi-language":["default"]}},{"url":"Python-3-module.html#find_python","node_type":"p","page":"Python 3 module","sections":["Python 3 module","find_python"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#extension_module","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","extension_module()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#new-compiler-function-symbols_have_underscore_prefix","node_type":"p","page":"Release 0.37","sections":["New features","New compiler function symbols_have_underscore_prefix\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#specifying-options-per-mer-machine","node_type":"p","page":"Release 0.51.0","sections":["New features","Specifying options per mer machine"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#environment-variables-with-cross-builds","node_type":"p","page":"Release 0.54.0","sections":["New features","Environment Variables with Cross Builds"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#jni-system-dependency","node_type":"p","page":"Release 0.58.0","sections":["New features","JNI System Dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#visual-studio-2022-backend","node_type":"p","page":"Release 0.61.0","sections":["New features","Visual Studio 2022 backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#installed-pkgconfig-files-can-now-be-relocatable","node_type":"p","page":"Release 0.63.0","sections":["New features","Installed pkgconfig files can now be relocatable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#machine-objects-get-kernel-and-subsystem-properties","node_type":"p","page":"Release 1.2.0","sections":["New features","Machine objects get kernel and subsystem properties"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#clarify-implicitlyincluded-headers-in-clike-compiler-checks","node_type":"p","page":"Release 1.3.0","sections":["New features","Clarify implicitly-included headers in C-like compiler checks"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#the-absolute-beginners-guide-to-installing-and-using-meson","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson"],"context":{"gi-language":["default"]}},{"url":"Style-guide.html#cross-compilation-arguments","node_type":"p","page":"Style recommendations","sections":["Cross compilation arguments"],"context":{"gi-language":["default"]}},{"url":"Use-of-Python.html#cross-platform-tooling","node_type":"h2","page":"Use of Python","sections":["Dependency hell","Cross platform tooling"],"context":{"gi-language":["default"]}},{"url":"Users.html#list-of-projects-using-meson","node_type":"ul","page":"Users","sections":["List of projects using Meson"],"context":{"gi-language":["default"]}},{"url":"Using-wraptool.html#using-wraptool","node_type":"p","page":"Using wraptool","sections":["Using wraptool"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#wrap-dependency-system-manual","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-compiler","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set compiler"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"platform","urls":[{"url":"ARM-performance-test.html#measurements","node_type":"p","page":"Arm performance test","sections":["Arm performance test","Measurements"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#compiler-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Compiler options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#directories","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Directories"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#github-actions","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","GitHub Actions"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#installed","node_type":"table","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","installed"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#curses","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Curses"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#gl","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","GL"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#5-must-not-add-complexity-due-to-obsolete-platforms","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","5. Must not add complexity due to obsolete platforms"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-there-not-a-make-backend","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is there not a Make backend?"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#building-a-simple-sdl2-app-from-scratch","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Building a simple SDL2 app from scratch"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#constants","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","constants"],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#mesons-policy-on-mixing-multiple-build-systems-in-one-build-directory","node_type":"p","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory"],"context":{"gi-language":["default"]}},{"url":"Python-3-module.html#extension_module","node_type":"p","page":"Python 3 module","sections":["Python 3 module","extension_module"],"context":{"gi-language":["default"]}},{"url":"Python-3-module.html#find_python","node_type":"p","page":"Python 3 module","sections":["Python 3 module","find_python"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#extension_module","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","extension_module()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#new-compiler-function-symbols_have_underscore_prefix","node_type":"p","page":"Release 0.37","sections":["New features","New compiler function symbols_have_underscore_prefix\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#specifying-options-per-mer-machine","node_type":"p","page":"Release 0.51.0","sections":["New features","Specifying options per mer machine"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#environment-variables-with-cross-builds","node_type":"p","page":"Release 0.54.0","sections":["New features","Environment Variables with Cross Builds"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#jni-system-dependency","node_type":"p","page":"Release 0.58.0","sections":["New features","JNI System Dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#visual-studio-2022-backend","node_type":"p","page":"Release 0.61.0","sections":["New features","Visual Studio 2022 backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#installed-pkgconfig-files-can-now-be-relocatable","node_type":"p","page":"Release 0.63.0","sections":["New features","Installed pkgconfig files can now be relocatable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#machine-objects-get-kernel-and-subsystem-properties","node_type":"p","page":"Release 1.2.0","sections":["New features","Machine objects get kernel and subsystem properties"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#clarify-implicitlyincluded-headers-in-clike-compiler-checks","node_type":"p","page":"Release 1.3.0","sections":["New features","Clarify implicitly-included headers in C-like compiler checks"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"ul","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#the-absolute-beginners-guide-to-installing-and-using-meson","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson"],"context":{"gi-language":["default"]}},{"url":"Style-guide.html#cross-compilation-arguments","node_type":"p","page":"Style recommendations","sections":["Cross compilation arguments"],"context":{"gi-language":["default"]}},{"url":"Use-of-Python.html#cross-platform-tooling","node_type":"h2","page":"Use of Python","sections":["Dependency hell","Cross platform tooling"],"context":{"gi-language":["default"]}},{"url":"Users.html#list-of-projects-using-meson","node_type":"ul","page":"Users","sections":["List of projects using Meson"],"context":{"gi-language":["default"]}},{"url":"Using-wraptool.html#using-wraptool","node_type":"p","page":"Using wraptool","sections":["Using wraptool"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#wrap-dependency-system-manual","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-compiler","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set compiler"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/previously-unsupported b/assets/js/search/previously-unsupported new file mode 100644 index 000000000..d61033580 --- /dev/null +++ b/assets/js/search/previously-unsupported @@ -0,0 +1 @@ +urls_downloaded_cb({"token":"previously-unsupported","urls":[{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"ul","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/reasons b/assets/js/search/reasons index 4e1341be9..d9991f06b 100644 --- a/assets/js/search/reasons +++ b/assets/js/search/reasons @@ -1 +1 @@ -urls_downloaded_cb({"token":"reasons","urls":[{"url":"Builtin-options.html#universal-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-cant-i-specify-target-files-with-a-wildcard","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why can't I specify target files with a wildcard?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-not-just-a-python-module-so-i-could-code-my-build-setup-in-python","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson not just a Python module so I could code my build setup in Python?"],"context":{"gi-language":["default"]}},{"url":"Installing.html#installing-as-the-superuser","node_type":"p","page":"Installing","sections":["Installing","Installing as the superuser"],"context":{"gi-language":["default"]}},{"url":"Native-environments.html#persistent-native-environments","node_type":"p","page":"Persistent native environments","sections":["Persistent native environments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_license","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-keyword-arguments-check-and-capture-for-run_command","node_type":"p","page":"Release 0.47","sections":["New features","New keyword arguments: 'check' and 'capture' for run_command()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#unescaped-variables-in-pkgconfig-files","node_type":"p","page":"Release 0.59.0","sections":["New features","Unescaped variables in pkgconfig files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#added-a-new-genvslite-option-for-use-with-meson-setup-","node_type":"p","page":"Release 1.2.0","sections":["New features","Added a new '--genvslite' option for use with 'meson setup ...'"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#shipping-prebuilt-binaries-as-wraps","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#why-must-all-subprojects-be-inside-a-single-directory","node_type":"p","page":"Subprojects","sections":["Subprojects","Why must all subprojects be inside a single directory?"],"context":{"gi-language":["default"]}},{"url":"Use-of-Python.html#dependency-hell","node_type":"p","page":"Use of Python","sections":["Dependency hell"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#diff-files","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Diff files"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#provide-section","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#wrapfile-with-meson-build-patch","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","wrap-file with Meson build patch"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"reasons","urls":[{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#universal-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-cant-i-specify-target-files-with-a-wildcard","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why can't I specify target files with a wildcard?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-not-just-a-python-module-so-i-could-code-my-build-setup-in-python","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson not just a Python module so I could code my build setup in Python?"],"context":{"gi-language":["default"]}},{"url":"Installing.html#installing-as-the-superuser","node_type":"p","page":"Installing","sections":["Installing","Installing as the superuser"],"context":{"gi-language":["default"]}},{"url":"Native-environments.html#persistent-native-environments","node_type":"p","page":"Persistent native environments","sections":["Persistent native environments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_license","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-keyword-arguments-check-and-capture-for-run_command","node_type":"p","page":"Release 0.47","sections":["New features","New keyword arguments: 'check' and 'capture' for run_command()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#unescaped-variables-in-pkgconfig-files","node_type":"p","page":"Release 0.59.0","sections":["New features","Unescaped variables in pkgconfig files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#added-a-new-genvslite-option-for-use-with-meson-setup-","node_type":"p","page":"Release 1.2.0","sections":["New features","Added a new '--genvslite' option for use with 'meson setup ...'"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#shipping-prebuilt-binaries-as-wraps","node_type":"p","page":"Shipping prebuilt binaries as wraps","sections":["Shipping prebuilt binaries as wraps"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#why-must-all-subprojects-be-inside-a-single-directory","node_type":"p","page":"Subprojects","sections":["Subprojects","Why must all subprojects be inside a single directory?"],"context":{"gi-language":["default"]}},{"url":"Use-of-Python.html#dependency-hell","node_type":"p","page":"Use of Python","sections":["Dependency hell"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#diff-files","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Diff files"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#provide-section","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#wrapfile-with-meson-build-patch","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","wrap-file with Meson build patch"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/recognized b/assets/js/search/recognized index e91a28368..30ce6ef01 100644 --- a/assets/js/search/recognized +++ b/assets/js/search/recognized @@ -1 +1 @@ -urls_downloaded_cb({"token":"recognized","urls":[{"url":"Commands.html#format","node_type":"p","page":"Command-line commands","sections":["Command-line commands","format"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#fortran-include-statements-recursively-parsed","node_type":"p","page":"Release 0.51.0","sections":["New features","Fortran include statements recursively parsed"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"recognized","urls":[{"url":"Commands.html#format","node_type":"p","page":"Command-line commands","sections":["Command-line commands","format"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#fortran-include-statements-recursively-parsed","node_type":"p","page":"Release 0.51.0","sections":["New features","Fortran include statements recursively parsed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"ul","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/remains b/assets/js/search/remains index 4160c0598..694a4c604 100644 --- a/assets/js/search/remains +++ b/assets/js/search/remains @@ -1 +1 @@ -urls_downloaded_cb({"token":"remains","urls":[{"url":"Release-notes-for-0-42-0.html#distribution-tarballs-from-mercurial-repositories","node_type":"p","page":"Release 0.42","sections":["New features","Distribution tarballs from Mercurial repositories"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#rename-has_exe_wrapper-can_run_host_binaries","node_type":"p","page":"Release 0.55.0","sections":["New features","Rename has_exe_wrapper -> can_run_host_binaries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#buildtype-remains-even-if-dependent-options-are-changed","node_type":"h2","page":"Release 0.57.0","sections":["New features","Buildtype remains even if dependent options are changed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#python-extension-modules-now-build-with-hidden-visibility","node_type":"p","page":"Release 0.63.0","sections":["New features","Python extension modules now build with hidden visibility"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#meson-compile-command-now-accepts-suffixes-for-target","node_type":"p","page":"Release 1.3.0","sections":["New features","Meson compile command now accepts suffixes for TARGET"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"remains","urls":[{"url":"Release-notes-for-0-42-0.html#distribution-tarballs-from-mercurial-repositories","node_type":"p","page":"Release 0.42","sections":["New features","Distribution tarballs from Mercurial repositories"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#rename-has_exe_wrapper-can_run_host_binaries","node_type":"p","page":"Release 0.55.0","sections":["New features","Rename has_exe_wrapper -> can_run_host_binaries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#buildtype-remains-even-if-dependent-options-are-changed","node_type":"h2","page":"Release 0.57.0","sections":["New features","Buildtype remains even if dependent options are changed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#python-extension-modules-now-build-with-hidden-visibility","node_type":"p","page":"Release 0.63.0","sections":["New features","Python extension modules now build with hidden visibility"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#meson-compile-command-now-accepts-suffixes-for-target","node_type":"p","page":"Release 1.3.0","sections":["New features","Meson compile command now accepts suffixes for TARGET"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/restricted b/assets/js/search/restricted index 4e7dbee3a..e58a84570 100644 --- a/assets/js/search/restricted +++ b/assets/js/search/restricted @@ -1 +1 @@ -urls_downloaded_cb({"token":"restricted","urls":[{"url":"Release-notes-for-0-58-0.html#introducing-format-strings-to-the-meson-language","node_type":"p","page":"Release 0.58.0","sections":["New features","Introducing format strings to the Meson language"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"restricted","urls":[{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#introducing-format-strings-to-the-meson-language","node_type":"p","page":"Release 0.58.0","sections":["New features","Introducing format strings to the Meson language"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/returned b/assets/js/search/returned index fdf47ca80..89a90d93f 100644 --- a/assets/js/search/returned +++ b/assets/js/search/returned @@ -1 +1 @@ -urls_downloaded_cb({"token":"returned","urls":[{"url":"Build-options.html#features","node_type":"p","page":"Build options","sections":["Build options","Build option types","Features"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-options-object","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","\ncmake options object"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-subprojects","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#configuration-options","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Configuration options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#subproject-object","node_type":"ul","page":"CMake module","sections":["CMake module","CMake subprojects","\nsubproject object"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#arbitrary-variables-from-dependencies-that-can-be-found-multiple-ways","node_type":"p","page":"Dependencies","sections":["Arbitrary variables from dependencies that can be found multiple ways"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#is_samepath","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","File Parameters","is_samepath"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#relative_to","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","Filename modification","relative_to"],"context":{"gi-language":["default"]}},{"url":"Modules.html#modules","node_type":"p","page":"Modules","sections":["Modules"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#find_installation","node_type":"ul","page":"Python module","sections":["Python module","Functions","find_installation()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#get_path","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","get_path()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#get_variable","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","get_variable()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual.html#functions","node_type":"p","page":"Reference manual","sections":["Reference manual","Functions"],"context":{"gi-language":["default"]}},{"url":"Reference-manual.html#returned-objects","node_type":"h2","page":"Reference manual","sections":["Reference manual","Returned objects"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_build_machine.html#build-machine-information-build_machine","node_type":"p","page":"build_machine","sections":["Build machine information (build_machine)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_devenv","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_devenv()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonbuild_options","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.build_options()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonget_cross_property","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_cross_property()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonget_external_property","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_external_property()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_target_machine.html#target-machine-information-target_machine-extends-build_machine","node_type":"p","page":"target_machine","sections":["Target machine information (target_machine extends build_machine)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_any.html#any-any","node_type":"p","page":"any","sections":["Any (any)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_any.html#returned-by","node_type":"h2","page":"any","sections":["Any (any)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_bool.html#returned-by","node_type":"h2","page":"bool","sections":["Boolean (bool)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_dict.html#arguments","node_type":"table","page":"dict","sections":["Dict (dict)","Dict methods","dict.get()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_dict.html#get_fallback","node_type":"p","page":"dict","sections":["Dict (dict)","Dict methods","dict.get()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_int.html#arguments","node_type":"table","page":"int","sections":["Integer (int)","Integer methods","int.to_string()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_int.html#returned-by","node_type":"h2","page":"int","sections":["Integer (int)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_int.html#to_string_fill","node_type":"p","page":"int","sections":["Integer (int)","Integer methods","int.to_string()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#arguments1","node_type":"table","page":"list","sections":["List (list)","List methods","list.get()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#get_fallback","node_type":"p","page":"list","sections":["List (list)","List methods","list.get()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#returned-by","node_type":"h2","page":"list","sections":["List (list)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#returned-by","node_type":"h2","page":"str","sections":["String (str)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_void.html#returned-by","node_type":"h2","page":"void","sections":["void (void)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments22","node_type":"table","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments42","node_type":"table","page":"Functions","sections":["Functions","run_command()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target","node_type":"p","page":"Functions","sections":["Functions","build_target()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_implib","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target","node_type":"p","page":"Functions","sections":["Functions","custom_target()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency","node_type":"ul","page":"Functions","sections":["Functions","dependency()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable","node_type":"p","page":"Functions","sections":["Functions","executable()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_implib","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program","node_type":"p","page":"Functions","sections":["Functions","find_program()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_required","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#generator","node_type":"p","page":"Functions","sections":["Functions","generator()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#get_option","node_type":"p","page":"Functions","sections":["Functions","get_option()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#include_directories","node_type":"p","page":"Functions","sections":["Functions","include_directories()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_command_capture","node_type":"p","page":"Functions","sections":["Functions","run_command()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject","node_type":"p","page":"Functions","sections":["Functions","subproject()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test","node_type":"p","page":"Functions","sections":["Functions","test()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned.html#returned-objects","node_type":"h1","page":"Returned objects","sections":["Returned objects"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned.html#subpages","node_type":"p","page":"Returned objects","sections":[],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_alias_tgt.html#alias-target-alias_tgt-extends-tgt","node_type":"p","page":"Alias target","sections":["Alias target (alias_tgt extends tgt)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_alias_tgt.html#returned-by","node_type":"h2","page":"Alias target","sections":["Alias target (alias_tgt extends tgt)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_both_libs.html#build_tgtextract_all_objects","node_type":"p","page":"Both libraries object","sections":["Both libraries object (both_libs extends lib)","Inherited methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_both_libs.html#returned-by","node_type":"h2","page":"Both libraries object","sections":["Both libraries object (both_libs extends lib)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_build_tgt.html#build_tgtextract_all_objects","node_type":"p","page":"Build target","sections":["Build target (build_tgt extends tgt)","Build target methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_build_tgt.html#returned-by","node_type":"h2","page":"Build target","sections":["Build target (build_tgt extends tgt)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#returned-by","node_type":"h2","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments4","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiler-object-compiler","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#find_library_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#returned-by","node_type":"h2","page":"Compiler object","sections":["Compiler object (compiler)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_custom_idx.html#returned-by","node_type":"h2","page":"Custom target index","sections":["Custom target index (custom_idx)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_custom_tgt.html#custom-target-custom_tgt-extends-tgt","node_type":"p","page":"Custom target","sections":["Custom target (custom_tgt extends tgt)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_custom_tgt.html#returned-by","node_type":"h2","page":"Custom target","sections":["Custom target (custom_tgt extends tgt)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depget_variable","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.get_variable()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depname","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.name()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#returned-by","node_type":"h2","page":"Dependency object","sections":["Dependency object (dep)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_disabler.html#returned-by","node_type":"h2","page":"Disabler","sections":["Disabler (disabler)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_env.html#environment-env","node_type":"p","page":"Environment","sections":["Environment (env)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_env.html#returned-by","node_type":"h2","page":"Environment","sections":["Environment (env)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_exe.html#build_tgtextract_all_objects","node_type":"p","page":"Executable target","sections":["Executable target (exe extends build_tgt)","Inherited methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_exe.html#returned-by","node_type":"h2","page":"Executable target","sections":["Executable target (exe extends build_tgt)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_external_program.html#returned-by","node_type":"h2","page":"External program","sections":["External program (external_program)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_extracted_obj.html#returned-by","node_type":"h2","page":"Extracted object file","sections":["Extracted object file (extracted_obj)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#returned-by","node_type":"h2","page":"Feature option object","sections":["Feature option object (feature)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_file.html#returned-by","node_type":"h2","page":"File","sections":["File (file)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_generated_list.html#returned-by","node_type":"h2","page":"Generated list object","sections":["Generated list object (generated_list)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_generator.html#generator-object-generator","node_type":"p","page":"Generator object","sections":["Generator object (generator)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_generator.html#returned-by","node_type":"h2","page":"Generator object","sections":["Generator object (generator)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_inc.html#returned-by","node_type":"h2","page":"Include directories","sections":["Include directories (inc)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_jar.html#build_tgtextract_all_objects","node_type":"p","page":"JAR build target","sections":["JAR build target (jar extends build_tgt)","Inherited methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_jar.html#returned-by","node_type":"h2","page":"JAR build target","sections":["JAR build target (jar extends build_tgt)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_lib.html#build_tgtextract_all_objects","node_type":"p","page":"Library target","sections":["Library target (lib extends build_tgt)","Inherited methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_lib.html#returned-by","node_type":"h2","page":"Library target","sections":["Library target (lib extends build_tgt)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_module.html#returned-by","node_type":"h2","page":"Imported module object","sections":["Imported module object (module)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_range.html#returned-by","node_type":"h2","page":"Range object","sections":["Range object (range)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_run_tgt.html#returned-by","node_type":"h2","page":"Run target","sections":["Run target (run_tgt extends tgt)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_run_tgt.html#run-target-run_tgt-extends-tgt","node_type":"p","page":"Run target","sections":["Run target (run_tgt extends tgt)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_runresult.html#returned-by","node_type":"h2","page":"Run result object","sections":["Run result object (runresult)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_structured_src.html#returned-by","node_type":"h2","page":"Structured Source","sections":["Structured Source (structured_src)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_structured_src.html#structured-source-structured_src","node_type":"p","page":"Structured Source","sections":["Structured Source (structured_src)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_subproject.html#returned-by","node_type":"h2","page":"Subproject object","sections":["Subproject object (subproject)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_subproject.html#subproject-object-subproject","node_type":"p","page":"Subproject object","sections":["Subproject object (subproject)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_subproject.html#subprojectget_variable","node_type":"p","page":"Subproject object","sections":["Subproject object (subproject)","Subproject object methods","subproject.get_variable()"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#cpu-families","node_type":"p","page":"Reference tables","sections":["Reference tables","CPU families"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#kernel-names-since-120","node_type":"p","page":"Reference tables","sections":["Reference tables","Kernel names (since 1.2.0)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#array-indexing-now-supports-fallback-values","node_type":"p","page":"Release 0.38","sections":["Array indexing now supports fallback values"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#building-both-shared-and-static-libraries","node_type":"p","page":"Release 0.46","sections":["New features","Building both shared and static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#recursively-extract-objects","node_type":"p","page":"Release 0.46","sections":["New features","Recursively extract objects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#concatenate-string-literals-returned-from-get_define","node_type":"h2","page":"Release 0.47","sections":["New features","Concatenate string literals returned from get_define()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-path-method-to-object-returned-by-pythonfind_installation","node_type":"h2","page":"Release 0.50.0","sections":["New features","Added .path() method to object returned by python.find_installation()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#subprojectget_variable-now-accepts-a-fallback-argument","node_type":"p","page":"Release 0.51.0","sections":["New features","subproject.get_variable() now accepts a fallback argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#added-name-method","node_type":"p","page":"Release 0.54.0","sections":["New features","Added 'name' method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#dependency-consistency","node_type":"p","page":"Release 0.54.0","sections":["New features","\ndependency() consistency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#configure-cmake-subprojects-with-mesonsubproject_options","node_type":"p","page":"Release 0.55.0","sections":["New features","Configure CMake subprojects with Meson.subproject_options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#find_program-fixes-when-the-program-has-been-overridden-by-executable","node_type":"p","page":"Release 0.55.0","sections":["New features","find_program: Fixes when the program has been overridden by executable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#mesonadd__script-methods-accept-new-types","node_type":"p","page":"Release 0.55.0","sections":["New features","meson.add_*_script methods accept new types"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-subprojects-command","node_type":"p","page":"Release 0.56.0","sections":["New features","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#passing-internal-dependencies-to-the-compiler-object","node_type":"p","page":"Release 0.57.0","sections":["New features","Passing internal dependencies to the compiler object"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#extract_objects-supports-generated-sources","node_type":"p","page":"Release 0.61.0","sections":["New features","\nextract_objects() supports generated sources"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#compilers-now-have-a-has_define-method","node_type":"p","page":"Release 1.3.0","sections":["New features","Compilers now have a has_define method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#fsrelative_to","node_type":"p","page":"Release 1.3.0","sections":["New features","fs.relative_to()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#dependencies-created-by-compilerfind_library-implement-the-name-method","node_type":"p","page":"Release 1.5.0","sections":["New features","dependencies created by compiler.find_library implement the name() method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#new-as_static-and-as_shared-methods-on-internal-dependencies","node_type":"p","page":"Release 1.6.0","sections":["New features","New as_static and as_shared methods on internal dependencies"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#test-and-benchmark-functions-accept-new-types","node_type":"p","page":"Release 1.6.0","sections":["New features","test() and benchmark() functions accept new types"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#machine-entry-in-target-introspection-data","node_type":"p","page":"Release 1.7.0","sections":["New features","\"machine\" entry in target introspection data"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#meson-subprojects-command","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#string-index","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String index"],"context":{"gi-language":["default"]}},{"url":"Yaml-RefMan.html#directory-structure","node_type":"ul","page":"YAML Reference manual","sections":["Reference Manual","Directory structure"],"context":{"gi-language":["default"]}},{"url":"i18n-module.html#i18nitstool_join","node_type":"ul","page":"I18n module","sections":["I18n module","Usage","i18n.itstool_join()"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"returned","urls":[{"url":"Build-options.html#features","node_type":"p","page":"Build options","sections":["Build options","Build option types","Features"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"ul","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-options-object","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","\ncmake options object"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-subprojects","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#configuration-options","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Configuration options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#subproject-object","node_type":"ul","page":"CMake module","sections":["CMake module","CMake subprojects","\nsubproject object"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#arbitrary-variables-from-dependencies-that-can-be-found-multiple-ways","node_type":"p","page":"Dependencies","sections":["Arbitrary variables from dependencies that can be found multiple ways"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#is_samepath","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","File Parameters","is_samepath"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#relative_to","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","Filename modification","relative_to"],"context":{"gi-language":["default"]}},{"url":"Modules.html#modules","node_type":"p","page":"Modules","sections":["Modules"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#find_installation","node_type":"ul","page":"Python module","sections":["Python module","Functions","find_installation()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#get_path","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","get_path()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#get_variable","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","get_variable()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual.html#functions","node_type":"p","page":"Reference manual","sections":["Reference manual","Functions"],"context":{"gi-language":["default"]}},{"url":"Reference-manual.html#returned-objects","node_type":"h2","page":"Reference manual","sections":["Reference manual","Returned objects"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_build_machine.html#build-machine-information-build_machine","node_type":"p","page":"build_machine","sections":["Build machine information (build_machine)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_devenv","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_devenv()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonbuild_options","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.build_options()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonget_cross_property","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_cross_property()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonget_external_property","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_external_property()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_target_machine.html#target-machine-information-target_machine-extends-build_machine","node_type":"p","page":"target_machine","sections":["Target machine information (target_machine extends build_machine)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_any.html#any-any","node_type":"p","page":"any","sections":["Any (any)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_any.html#returned-by","node_type":"h2","page":"any","sections":["Any (any)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_bool.html#returned-by","node_type":"h2","page":"bool","sections":["Boolean (bool)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_dict.html#arguments","node_type":"table","page":"dict","sections":["Dict (dict)","Dict methods","dict.get()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_dict.html#get_fallback","node_type":"p","page":"dict","sections":["Dict (dict)","Dict methods","dict.get()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_int.html#arguments","node_type":"table","page":"int","sections":["Integer (int)","Integer methods","int.to_string()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_int.html#returned-by","node_type":"h2","page":"int","sections":["Integer (int)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_int.html#to_string_fill","node_type":"p","page":"int","sections":["Integer (int)","Integer methods","int.to_string()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#arguments1","node_type":"table","page":"list","sections":["List (list)","List methods","list.get()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#get_fallback","node_type":"p","page":"list","sections":["List (list)","List methods","list.get()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#returned-by","node_type":"h2","page":"list","sections":["List (list)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#returned-by","node_type":"h2","page":"str","sections":["String (str)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_void.html#returned-by","node_type":"h2","page":"void","sections":["void (void)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments22","node_type":"table","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments42","node_type":"table","page":"Functions","sections":["Functions","run_command()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target","node_type":"p","page":"Functions","sections":["Functions","build_target()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_implib","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target","node_type":"p","page":"Functions","sections":["Functions","custom_target()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency","node_type":"ul","page":"Functions","sections":["Functions","dependency()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable","node_type":"p","page":"Functions","sections":["Functions","executable()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_implib","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program","node_type":"p","page":"Functions","sections":["Functions","find_program()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_required","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#generator","node_type":"p","page":"Functions","sections":["Functions","generator()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#get_option","node_type":"p","page":"Functions","sections":["Functions","get_option()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#include_directories","node_type":"p","page":"Functions","sections":["Functions","include_directories()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_command_capture","node_type":"p","page":"Functions","sections":["Functions","run_command()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject","node_type":"p","page":"Functions","sections":["Functions","subproject()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test","node_type":"p","page":"Functions","sections":["Functions","test()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned.html#returned-objects","node_type":"h1","page":"Returned objects","sections":["Returned objects"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned.html#subpages","node_type":"p","page":"Returned objects","sections":[],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_alias_tgt.html#alias-target-alias_tgt-extends-tgt","node_type":"p","page":"Alias target","sections":["Alias target (alias_tgt extends tgt)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_alias_tgt.html#returned-by","node_type":"h2","page":"Alias target","sections":["Alias target (alias_tgt extends tgt)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_both_libs.html#build_tgtextract_all_objects","node_type":"p","page":"Both libraries object","sections":["Both libraries object (both_libs extends lib)","Inherited methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_both_libs.html#returned-by","node_type":"h2","page":"Both libraries object","sections":["Both libraries object (both_libs extends lib)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_build_tgt.html#build_tgtextract_all_objects","node_type":"p","page":"Build target","sections":["Build target (build_tgt extends tgt)","Build target methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_build_tgt.html#returned-by","node_type":"h2","page":"Build target","sections":["Build target (build_tgt extends tgt)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#returned-by","node_type":"h2","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments4","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiler-object-compiler","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#find_library_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#returned-by","node_type":"h2","page":"Compiler object","sections":["Compiler object (compiler)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_custom_idx.html#returned-by","node_type":"h2","page":"Custom target index","sections":["Custom target index (custom_idx)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_custom_tgt.html#custom-target-custom_tgt-extends-tgt","node_type":"p","page":"Custom target","sections":["Custom target (custom_tgt extends tgt)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_custom_tgt.html#returned-by","node_type":"h2","page":"Custom target","sections":["Custom target (custom_tgt extends tgt)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depget_variable","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.get_variable()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depname","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.name()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#returned-by","node_type":"h2","page":"Dependency object","sections":["Dependency object (dep)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_disabler.html#returned-by","node_type":"h2","page":"Disabler","sections":["Disabler (disabler)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_env.html#environment-env","node_type":"p","page":"Environment","sections":["Environment (env)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_env.html#returned-by","node_type":"h2","page":"Environment","sections":["Environment (env)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_exe.html#build_tgtextract_all_objects","node_type":"p","page":"Executable target","sections":["Executable target (exe extends build_tgt)","Inherited methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_exe.html#returned-by","node_type":"h2","page":"Executable target","sections":["Executable target (exe extends build_tgt)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_external_program.html#returned-by","node_type":"h2","page":"External program","sections":["External program (external_program)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_extracted_obj.html#returned-by","node_type":"h2","page":"Extracted object file","sections":["Extracted object file (extracted_obj)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#returned-by","node_type":"h2","page":"Feature option object","sections":["Feature option object (feature)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_file.html#returned-by","node_type":"h2","page":"File","sections":["File (file)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_generated_list.html#returned-by","node_type":"h2","page":"Generated list object","sections":["Generated list object (generated_list)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_generator.html#generator-object-generator","node_type":"p","page":"Generator object","sections":["Generator object (generator)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_generator.html#returned-by","node_type":"h2","page":"Generator object","sections":["Generator object (generator)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_inc.html#returned-by","node_type":"h2","page":"Include directories","sections":["Include directories (inc)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_jar.html#build_tgtextract_all_objects","node_type":"p","page":"JAR build target","sections":["JAR build target (jar extends build_tgt)","Inherited methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_jar.html#returned-by","node_type":"h2","page":"JAR build target","sections":["JAR build target (jar extends build_tgt)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_lib.html#build_tgtextract_all_objects","node_type":"p","page":"Library target","sections":["Library target (lib extends build_tgt)","Inherited methods","build_tgt.extract_all_objects()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_lib.html#returned-by","node_type":"h2","page":"Library target","sections":["Library target (lib extends build_tgt)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_module.html#returned-by","node_type":"h2","page":"Imported module object","sections":["Imported module object (module)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_range.html#returned-by","node_type":"h2","page":"Range object","sections":["Range object (range)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_run_tgt.html#returned-by","node_type":"h2","page":"Run target","sections":["Run target (run_tgt extends tgt)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_run_tgt.html#run-target-run_tgt-extends-tgt","node_type":"p","page":"Run target","sections":["Run target (run_tgt extends tgt)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_runresult.html#returned-by","node_type":"h2","page":"Run result object","sections":["Run result object (runresult)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_structured_src.html#returned-by","node_type":"h2","page":"Structured Source","sections":["Structured Source (structured_src)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_structured_src.html#structured-source-structured_src","node_type":"p","page":"Structured Source","sections":["Structured Source (structured_src)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_subproject.html#returned-by","node_type":"h2","page":"Subproject object","sections":["Subproject object (subproject)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_subproject.html#subproject-object-subproject","node_type":"p","page":"Subproject object","sections":["Subproject object (subproject)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_subproject.html#subprojectget_variable","node_type":"p","page":"Subproject object","sections":["Subproject object (subproject)","Subproject object methods","subproject.get_variable()"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#cpu-families","node_type":"p","page":"Reference tables","sections":["Reference tables","CPU families"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#kernel-names-since-120","node_type":"p","page":"Reference tables","sections":["Reference tables","Kernel names (since 1.2.0)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#array-indexing-now-supports-fallback-values","node_type":"p","page":"Release 0.38","sections":["Array indexing now supports fallback values"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#building-both-shared-and-static-libraries","node_type":"p","page":"Release 0.46","sections":["New features","Building both shared and static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#recursively-extract-objects","node_type":"p","page":"Release 0.46","sections":["New features","Recursively extract objects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#concatenate-string-literals-returned-from-get_define","node_type":"h2","page":"Release 0.47","sections":["New features","Concatenate string literals returned from get_define()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-path-method-to-object-returned-by-pythonfind_installation","node_type":"h2","page":"Release 0.50.0","sections":["New features","Added .path() method to object returned by python.find_installation()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#subprojectget_variable-now-accepts-a-fallback-argument","node_type":"p","page":"Release 0.51.0","sections":["New features","subproject.get_variable() now accepts a fallback argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#added-name-method","node_type":"p","page":"Release 0.54.0","sections":["New features","Added 'name' method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#dependency-consistency","node_type":"p","page":"Release 0.54.0","sections":["New features","\ndependency() consistency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#configure-cmake-subprojects-with-mesonsubproject_options","node_type":"p","page":"Release 0.55.0","sections":["New features","Configure CMake subprojects with Meson.subproject_options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#find_program-fixes-when-the-program-has-been-overridden-by-executable","node_type":"p","page":"Release 0.55.0","sections":["New features","find_program: Fixes when the program has been overridden by executable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#mesonadd__script-methods-accept-new-types","node_type":"p","page":"Release 0.55.0","sections":["New features","meson.add_*_script methods accept new types"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-subprojects-command","node_type":"p","page":"Release 0.56.0","sections":["New features","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#passing-internal-dependencies-to-the-compiler-object","node_type":"p","page":"Release 0.57.0","sections":["New features","Passing internal dependencies to the compiler object"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#extract_objects-supports-generated-sources","node_type":"p","page":"Release 0.61.0","sections":["New features","\nextract_objects() supports generated sources"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#compilers-now-have-a-has_define-method","node_type":"p","page":"Release 1.3.0","sections":["New features","Compilers now have a has_define method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#fsrelative_to","node_type":"p","page":"Release 1.3.0","sections":["New features","fs.relative_to()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#dependencies-created-by-compilerfind_library-implement-the-name-method","node_type":"p","page":"Release 1.5.0","sections":["New features","dependencies created by compiler.find_library implement the name() method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#new-as_static-and-as_shared-methods-on-internal-dependencies","node_type":"p","page":"Release 1.6.0","sections":["New features","New as_static and as_shared methods on internal dependencies"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#test-and-benchmark-functions-accept-new-types","node_type":"p","page":"Release 1.6.0","sections":["New features","test() and benchmark() functions accept new types"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#machine-entry-in-target-introspection-data","node_type":"p","page":"Release 1.7.0","sections":["New features","\"machine\" entry in target introspection data"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#meson-subprojects-command","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#string-index","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String index"],"context":{"gi-language":["default"]}},{"url":"Yaml-RefMan.html#directory-structure","node_type":"ul","page":"YAML Reference manual","sections":["Reference Manual","Directory structure"],"context":{"gi-language":["default"]}},{"url":"i18n-module.html#i18nitstool_join","node_type":"ul","page":"I18n module","sections":["I18n module","Usage","i18n.itstool_join()"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/sanitizers b/assets/js/search/sanitizers index 9d0c74afc..c02d3971c 100644 --- a/assets/js/search/sanitizers +++ b/assets/js/search/sanitizers @@ -1 +1 @@ -urls_downloaded_cb({"token":"sanitizers","urls":[{"url":"Release-notes-for-0-42-0.html#simultaneous-use-of-address-and-undefined-behavior-sanitizers","node_type":"h2","page":"Release 0.42","sections":["New features","Simultaneous use of Address- and Undefined Behavior Sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#tests-now-abort-on-errors-by-default-under-sanitizers","node_type":"h2","page":"Release 1.3.0","sections":["New features","Tests now abort on errors by default under sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#tests-now-abort-on-errors-by-default-under-more-sanitizers","node_type":"h2","page":"Release 1.4.0","sections":["New features","Tests now abort on errors by default under more sanitizers"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"sanitizers","urls":[{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#simultaneous-use-of-address-and-undefined-behavior-sanitizers","node_type":"h2","page":"Release 0.42","sections":["New features","Simultaneous use of Address- and Undefined Behavior Sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#tests-now-abort-on-errors-by-default-under-sanitizers","node_type":"h2","page":"Release 1.3.0","sections":["New features","Tests now abort on errors by default under sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#tests-now-abort-on-errors-by-default-under-more-sanitizers","node_type":"h2","page":"Release 1.4.0","sections":["New features","Tests now abort on errors by default under more sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"ul","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/separated b/assets/js/search/separated index 56cd51c5e..9143eb8ce 100644 --- a/assets/js/search/separated +++ b/assets/js/search/separated @@ -1 +1 @@ -urls_downloaded_cb({"token":"separated","urls":[{"url":"Build-options.html#using-build-options","node_type":"p","page":"Build options","sections":["Build options","Using build options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#core-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Universal options","Core options"],"context":{"gi-language":["default"]}},{"url":"Commands.html#backend-specific-arguments","node_type":"p","page":"Command-line commands","sections":["Command-line commands","compile","Backend specific arguments"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#nvcc_arch_flags","node_type":"ul","page":"Unstable CUDA Module","sections":["Unstable CUDA Module","Functions","nvcc_arch_flags()"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#generate_native_headers","node_type":"ul","page":"Java Module","sections":["Java Module","Functions","generate_native_headers()"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#native_headers","node_type":"ul","page":"Java Module","sections":["Java Module","Functions","native_headers()"],"context":{"gi-language":["default"]}},{"url":"Localisation.html#generating-pot-and-po-files","node_type":"ul","page":"Localisation","sections":["Localisation","Generating .pot and .po files"],"context":{"gi-language":["default"]}},{"url":"Localisation.html#linguas","node_type":"p","page":"Localisation","sections":["Localisation","Generating .pot and .po files","LINGUAS"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments15","node_type":"p","page":"Functions","sections":["Functions","debug()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments19","node_type":"p","page":"Functions","sections":["Functions","error()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments22","node_type":"table","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments39","node_type":"p","page":"Functions","sections":["Functions","message()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments55","node_type":"p","page":"Functions","sections":["Functions","warning()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_version","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#alignment_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.alignment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.alignment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments1","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments11","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments12","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments14","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments15","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments17","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments18","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments21","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments25","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments3","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments7","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compute_int_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#get_define_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_define_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#sizeof_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#an-array-type-for-user-options","node_type":"p","page":"Release 0.44","sections":["New features","An array type for user options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#version-comparison","node_type":"p","page":"Release 0.48","sections":["New features","Version comparison"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#version-check-in-find_program","node_type":"p","page":"Release 0.52.0","sections":["New features","Version check in find_program()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#more-than-one-argument-to-message-and-warning","node_type":"p","page":"Release 0.54.0","sections":["New features","More than one argument to message() and warning()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#summary-improvements","node_type":"p","page":"Release 0.54.0","sections":["New features","Summary improvements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#added-ability-to-specify-backend-arguments-in-meson-compile","node_type":"p","page":"Release 0.55.0","sections":["New features","Added ability to specify backend arguments in meson compile\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-subprojects-command","node_type":"p","page":"Release 0.56.0","sections":["New features","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#error-with-multiple-arguments","node_type":"p","page":"Release 0.58.0","sections":["New features","\nerror() with multiple arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#unescaped-variables-in-pkgconfig-files","node_type":"p","page":"Release 0.59.0","sections":["New features","Unescaped variables in pkgconfig files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#compiler-check-functions-prefix-kwargs-accepts-arrays","node_type":"p","page":"Release 1.0.0","sections":["New features","Compiler check functions prefix kwargs accepts arrays"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#configuring-the-build-directory","node_type":"p","page":"Running Meson","sections":["Running Meson","Configuring the build directory"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#meson-subprojects-command","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"separated","urls":[{"url":"Build-options.html#using-build-options","node_type":"p","page":"Build options","sections":["Build options","Using build options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#core-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Universal options","Core options"],"context":{"gi-language":["default"]}},{"url":"Commands.html#backend-specific-arguments","node_type":"p","page":"Command-line commands","sections":["Command-line commands","compile","Backend specific arguments"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#nvcc_arch_flags","node_type":"ul","page":"Unstable CUDA Module","sections":["Unstable CUDA Module","Functions","nvcc_arch_flags()"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#generate_native_headers","node_type":"ul","page":"Java Module","sections":["Java Module","Functions","generate_native_headers()"],"context":{"gi-language":["default"]}},{"url":"Java-module.html#native_headers","node_type":"ul","page":"Java Module","sections":["Java Module","Functions","native_headers()"],"context":{"gi-language":["default"]}},{"url":"Localisation.html#generating-pot-and-po-files","node_type":"ul","page":"Localisation","sections":["Localisation","Generating .pot and .po files"],"context":{"gi-language":["default"]}},{"url":"Localisation.html#linguas","node_type":"p","page":"Localisation","sections":["Localisation","Generating .pot and .po files","LINGUAS"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments15","node_type":"p","page":"Functions","sections":["Functions","debug()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments19","node_type":"p","page":"Functions","sections":["Functions","error()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments22","node_type":"table","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments39","node_type":"p","page":"Functions","sections":["Functions","message()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments55","node_type":"p","page":"Functions","sections":["Functions","warning()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_version","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#alignment_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.alignment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.alignment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments1","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments11","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments12","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments14","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments15","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments17","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments18","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments21","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments25","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments3","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments7","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compute_int_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#get_define_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_define_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#sizeof_prefix","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#an-array-type-for-user-options","node_type":"p","page":"Release 0.44","sections":["New features","An array type for user options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#version-comparison","node_type":"p","page":"Release 0.48","sections":["New features","Version comparison"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#version-check-in-find_program","node_type":"p","page":"Release 0.52.0","sections":["New features","Version check in find_program()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#more-than-one-argument-to-message-and-warning","node_type":"p","page":"Release 0.54.0","sections":["New features","More than one argument to message() and warning()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#summary-improvements","node_type":"p","page":"Release 0.54.0","sections":["New features","Summary improvements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#added-ability-to-specify-backend-arguments-in-meson-compile","node_type":"p","page":"Release 0.55.0","sections":["New features","Added ability to specify backend arguments in meson compile\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-subprojects-command","node_type":"p","page":"Release 0.56.0","sections":["New features","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#error-with-multiple-arguments","node_type":"p","page":"Release 0.58.0","sections":["New features","\nerror() with multiple arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#unescaped-variables-in-pkgconfig-files","node_type":"p","page":"Release 0.59.0","sections":["New features","Unescaped variables in pkgconfig files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#compiler-check-functions-prefix-kwargs-accepts-arrays","node_type":"p","page":"Release 1.0.0","sections":["New features","Compiler check functions prefix kwargs accepts arrays"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#configuring-the-build-directory","node_type":"p","page":"Running Meson","sections":["Running Meson","Configuring the build directory"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#meson-subprojects-command","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/set b/assets/js/search/set index bcbb61aa2..6f68b0b4a 100644 --- a/assets/js/search/set +++ b/assets/js/search/set @@ -1 +1 @@ -urls_downloaded_cb({"token":"set","urls":[{"url":"Adding-arguments.html#global-arguments","node_type":"p","page":"Adding arguments","sections":["Adding arguments","Global arguments"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#how-to-contribute-a-new-wrap","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","How to contribute a new wrap"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#passing-automatic-validation","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","Passing automatic validation"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#arrays","node_type":"p","page":"Build options","sections":["Build options","Build option types","Arrays"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#build-option-types","node_type":"p","page":"Build options","sections":["Build options","Build option types"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#combos","node_type":"p","page":"Build options","sections":["Build options","Build option types","Combos"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#deprecated-options","node_type":"p","page":"Build options","sections":["Build options","Deprecated options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#features","node_type":"p","page":"Build options","sections":["Build options","Build option types","Features"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#max-links","node_type":"p","page":"Build options","sections":["Build options","Built-in build options","Ninja","Max links"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#startup-project","node_type":"p","page":"Build options","sections":["Build options","Built-in build options","Visual Studio","Startup project"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#strings","node_type":"p","page":"Build options","sections":["Build options","Build option types","Strings"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#using-build-options","node_type":"p","page":"Build options","sections":["Build options","Using build options"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#build-targets","node_type":"p","page":"Build targets","sections":["Build targets"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#libraries-and-executables","node_type":"p","page":"Build targets","sections":["Build targets","Libraries and executables"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#compiler-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Compiler options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#core-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Universal options","Core options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-buildtype","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for buildtype\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-genvslite","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for genvslite\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#directories","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Directories"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#module-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#pkgconfig-module","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options","Pkgconfig module"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#python-module","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options","Python module"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#specifying-options-per-subproject","node_type":"ul","page":"Built-in options","sections":["Built-in options","Specifying options per subproject"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#universal-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-options-object","node_type":"ul","page":"CMake module","sections":["CMake module","CMake subprojects","\ncmake options object"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#configuration-options","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Configuration options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cross-compilation","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Cross compilation"],"context":{"gi-language":["default"]}},{"url":"Commands.html#devenv","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","devenv"],"context":{"gi-language":["default"]}},{"url":"Commands.html#examples6","node_type":"p","page":"Command-line commands","sections":["Command-line commands","install","Examples:"],"context":{"gi-language":["default"]}},{"url":"Commands.html#init","node_type":"p","page":"Command-line commands","sections":["Command-line commands","init"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#configuration","node_type":"p","page":"Configuration","sections":["Configuration"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#using-dictionaries","node_type":"p","page":"Configuration","sections":["Configuration","Using dictionaries"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#configuring-a-build-directory","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#travis-without-docker","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","Travis without Docker"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#env","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","env"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#expect_skip_on_jobname","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","expect_skip_on_jobname"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#project-tests","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Project tests"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#changing-cross-file-settings","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Changing cross file settings"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#machine-entries","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Machine Entries"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#properties","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Properties"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#nvcc_arch_flags","node_type":"p","page":"Unstable CUDA Module","sections":["Unstable CUDA Module","Functions","nvcc_arch_flags()"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#boost","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Boost"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#cuda","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","CUDA"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#gtest-and-gmock","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","GTest and GMock"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#jni","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","JNI"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#qt","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Qt"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#sample-code","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Sample code"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#this-is-the-original-design-rationale-for-meson-the-syntax-it-describes-does-not-match-the-released-version","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#add_project","node_type":"ul","page":"External Project module","sections":["External Project module","Functions","add_project()"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#external-project-module","node_type":"ul","page":"External Project module","sections":["External Project module"],"context":{"gi-language":["default"]}},{"url":"External-commands.html#external-commands","node_type":"p","page":"External commands","sections":["External commands"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-ignore-the-build-directory-in-my-vcs","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I ignore the build directory in my VCS?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-to-use-meson-on-a-host-where-it-is-not-available-in-system-packages","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How to use Meson on a host where it is not available in system packages?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#should-i-check-for-buildtype-or-individual-options-like-debug-in-my-build-files","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Should I check for buildtype or individual options like debug in my build files?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#what-is-the-correct-way-to-use-threads-such-as-pthreads","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","What is the correct way to use threads (such as pthreads)?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-are-changes-to-default-project-options-ignored","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why are changes to default project options ignored?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-does-building-my-project-with-msvc-output-static-libraries-called-libfooa","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why does building my project with MSVC output static libraries called libfoo.a?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-doesnt-meson-have-user-defined-functionsmacros","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why doesn't meson have user defined functions/macros?"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomecompile_schemas","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.compile_schemas()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegdbus_codegen","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.gdbus_codegen()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegenerate_gir","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.generate_gir()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomepost_install","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.post_install()"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#set-up-the-build-directory","node_type":"h1","page":"Building a simple SDL2 app from scratch","sections":["Set up the build directory"],"context":{"gi-language":["default"]}},{"url":"Hotdoc-module.html#hotdocgenerate_doc","node_type":"p","page":"Hotdoc module","sections":["Hotdoc module","Usage","hotdoc.generate_doc()"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-options","node_type":"p","page":"IDE integration","sections":["IDE integration","Build Options"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#scanning-for-dependencies-with-scandependencies","node_type":"p","page":"IDE integration","sections":["IDE integration","The dependencies section","Scanning for dependencies with --scan-dependencies\n"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#the-targets-section","node_type":"p","page":"IDE integration","sections":["IDE integration","The targets section"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#using-targets-without-a-build-directory","node_type":"ul","page":"IDE integration","sections":["IDE integration","The targets section","Using --targets without a build directory"],"context":{"gi-language":["default"]}},{"url":"Icestorm-module.html#usage","node_type":"p","page":"Unstable IceStorm module","sections":["Unstable IceStorm module","Usage"],"context":{"gi-language":["default"]}},{"url":"IndepthTutorial.html#an-indepth-tutorial","node_type":"p","page":"An in-depth tutorial","sections":["An in-depth tutorial"],"context":{"gi-language":["default"]}},{"url":"Installing.html#custom-install-script","node_type":"p","page":"Installing","sections":["Installing","Custom install script"],"context":{"gi-language":["default"]}},{"url":"Installing.html#destdir-support","node_type":"p","page":"Installing","sections":["Installing","DESTDIR support"],"context":{"gi-language":["default"]}},{"url":"Installing.html#installation-tags","node_type":"p","page":"Installing","sections":["Installing","Installation tags"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#cmake-variables","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","CMake variables"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#meson-builtin-options","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Meson built-in options"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#project-specific-options","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Project specific options"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#supported-properties","node_type":"ul","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Properties","Supported properties"],"context":{"gi-language":["default"]}},{"url":"Modules.html#subpages","node_type":"p","page":"Modules","sections":[],"context":{"gi-language":["default"]}},{"url":"Overview.html#terminology","node_type":"p","page":"Overview","sections":["Overview","Terminology"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#pkggenerate","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","pkg.generate()"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#find_installation","node_type":"ul","page":"Python module","sections":["Python module","Functions","find_installation()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#python-module","node_type":"p","page":"Python module","sections":["Python module"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#compile_translations","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","compile_translations"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#has_tools","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#compile_translations","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","compile_translations"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#has_tools","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#compile_translations","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","compile_translations"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#has_tools","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#qml_module","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","qml_module"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_build_machine.html#build_machinekernel","node_type":"p","page":"build_machine","sections":["Build machine information (build_machine)","Build machine information methods","build_machine.kernel()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_build_machine.html#build_machinesubsystem","node_type":"p","page":"build_machine","sections":["Build machine information (build_machine)","Build machine information methods","build_machine.subsystem()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_host_machine.html#build_machinekernel","node_type":"p","page":"host_machine","sections":["Host machine information (host_machine extends build_machine)","Inherited methods","build_machine.kernel()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_host_machine.html#build_machinesubsystem","node_type":"p","page":"host_machine","sections":["Host machine information (host_machine extends build_machine)","Inherited methods","build_machine.subsystem()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#add_devenv_method","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_devenv()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#add_install_script_skip_if_destdir","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_devenv()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments10","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.override_find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments2","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments4","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_compiler()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments5","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_cross_property()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments6","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_external_property()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments9","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.override_dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#get_compiler_native","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_compiler()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#get_cross_property_fallback_value","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_cross_property()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#get_external_property_fallback_value","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_external_property()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_devenv","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_devenv()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_dist_script","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_dist_script()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_install_script","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_postconf_script","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_postconf_script()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonbuild_options","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.build_options()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#override_dependency_dep_object","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.override_dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#override_dependency_native","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.override_dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#override_find_program_program","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.override_find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_target_machine.html#build_machinekernel","node_type":"p","page":"target_machine","sections":["Target machine information (target_machine extends build_machine)","Inherited methods","build_machine.kernel()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_target_machine.html#build_machinesubsystem","node_type":"p","page":"target_machine","sections":["Target machine information (target_machine extends build_machine)","Inherited methods","build_machine.subsystem()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strsplit","node_type":"p","page":"str","sections":["String (str)","String methods","str.split()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_global_arguments_language","node_type":"p","page":"Functions","sections":["Functions","add_global_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_global_link_arguments_language","node_type":"p","page":"Functions","sections":["Functions","add_global_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_languages_native","node_type":"p","page":"Functions","sections":["Functions","add_languages()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_languages_required","node_type":"p","page":"Functions","sections":["Functions","add_languages()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_arguments_language","node_type":"p","page":"Functions","sections":["Functions","add_project_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_dependencies","node_type":"p","page":"Functions","sections":["Functions","add_project_dependencies()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_dependencies_language","node_type":"p","page":"Functions","sections":["Functions","add_project_dependencies()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_link_arguments_language","node_type":"p","page":"Functions","sections":["Functions","add_project_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_test_setup_env","node_type":"p","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_test_setup_is_default","node_type":"p","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments","node_type":"table","page":"Functions","sections":["Functions","add_global_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments1","node_type":"table","page":"Functions","sections":["Functions","add_global_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments12","node_type":"table","page":"Functions","sections":["Functions","configuration_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments13","node_type":"table","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments14","node_type":"table","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments17","node_type":"table","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments18","node_type":"table","page":"Functions","sections":["Functions","environment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments2","node_type":"table","page":"Functions","sections":["Functions","add_languages()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments22","node_type":"table","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments23","node_type":"table","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments26","node_type":"table","page":"Functions","sections":["Functions","import()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments27","node_type":"table","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments3","node_type":"table","page":"Functions","sections":["Functions","add_project_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments4","node_type":"table","page":"Functions","sections":["Functions","add_project_dependencies()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments42","node_type":"table","page":"Functions","sections":["Functions","run_command()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments43","node_type":"table","page":"Functions","sections":["Functions","run_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments44","node_type":"table","page":"Functions","sections":["Functions","set_variable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments5","node_type":"table","page":"Functions","sections":["Functions","add_project_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments50","node_type":"table","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments52","node_type":"table","page":"Functions","sections":["Functions","test()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments54","node_type":"table","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments6","node_type":"table","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments9","node_type":"table","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#benchmark_env","node_type":"p","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries","node_type":"p","page":"Functions","sections":["Functions","both_libraries()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_build_by_default","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_d_module_versions","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_d_unittest","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_gui_app","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_install","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_install_rpath","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_link_language","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_name_prefix","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_name_suffix","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_rust_abi","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_soversion","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_version","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target","node_type":"p","page":"Functions","sections":["Functions","build_target()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_build_by_default","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_d_module_versions","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_d_unittest","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_export_dynamic","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_gui_app","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_implib","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_install","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_install_rpath","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_link_language","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_name_prefix","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_name_suffix","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_rust_abi","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_soversion","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_version","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configuration_data_data","node_type":"p","page":"Functions","sections":["Functions","configuration_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file","node_type":"p","page":"Functions","sections":["Functions","configure_file()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_capture","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_encoding","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_install","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_build_by_default","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_capture","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_depends","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_env","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_feed","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_default_options","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_disabler","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_include_type","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_native","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_required","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_static","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#environment_method","node_type":"p","page":"Functions","sections":["Functions","environment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_build_by_default","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_d_module_versions","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_d_unittest","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_export_dynamic","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_gui_app","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_implib","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_install","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_install_rpath","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_link_language","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_name_prefix","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_name_suffix","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program","node_type":"p","page":"Functions","sections":["Functions","find_program()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_default_options","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_native","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_required","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#generator_capture","node_type":"p","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#import_required","node_type":"p","page":"Functions","sections":["Functions","import()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#include_directories_is_system","node_type":"p","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_build_by_default","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_d_module_versions","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_d_unittest","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_gui_app","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_install","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_install_rpath","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_link_language","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_name_prefix","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_name_suffix","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_build_by_default","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_d_module_versions","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_d_unittest","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_gui_app","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_install","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_install_rpath","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_link_language","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_name_prefix","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_name_suffix","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_rust_abi","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_soversion","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_version","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_default_options","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_subproject_dir","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_command","node_type":"p","page":"Functions","sections":["Functions","run_command()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_command_env","node_type":"p","page":"Functions","sections":["Functions","run_command()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_target","node_type":"p","page":"Functions","sections":["Functions","run_target()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_target_env","node_type":"p","page":"Functions","sections":["Functions","run_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#set_variable_value","node_type":"p","page":"Functions","sections":["Functions","set_variable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#set_variable_variable_name","node_type":"p","page":"Functions","sections":["Functions","set_variable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_build_by_default","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_d_module_versions","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_d_unittest","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_gui_app","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_install","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_install_rpath","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_link_language","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_name_prefix","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_name_suffix","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_rust_abi","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_soversion","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_version","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module","node_type":"p","page":"Functions","sections":["Functions","shared_module()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_build_by_default","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_d_module_versions","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_d_unittest","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_gui_app","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_install","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_install_rpath","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_link_language","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_name_prefix","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_name_suffix","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_rust_abi","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_build_by_default","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_d_module_versions","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_d_unittest","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_gui_app","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_install","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_install_rpath","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_link_language","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_name_prefix","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_name_suffix","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_rust_abi","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject","node_type":"ul","page":"Functions","sections":["Functions","subproject()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject_default_options","node_type":"p","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test","node_type":"p","page":"Functions","sections":["Functions","test()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test_env","node_type":"p","page":"Functions","sections":["Functions","test()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#unset_variable","node_type":"p","page":"Functions","sections":["Functions","unset_variable()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag_install","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#arguments4","node_type":"table","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#arguments5","node_type":"table","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set10()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#arguments6","node_type":"table","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set_quoted()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#cfg_dataget","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.get()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#cfg_dataget_unquoted","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.get_unquoted()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#cfg_datahas","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.has()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#set10_value","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set10()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#set10_varname","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set10()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#set_quoted_value","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set_quoted()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#set_quoted_varname","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set_quoted()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#set_value","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#set_varname","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments1","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments10","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments11","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments12","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments13","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments14","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments15","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments16","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments17","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments18","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments19","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments2","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments20","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments21","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments22","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments24","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments25","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments3","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments4","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments7","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_werror","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compute_int_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#find_library_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#get_define_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_argument_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_define_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_attribute_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_link_argument_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_multi_arguments_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_multi_link_arguments_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_werror","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_werror","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#sizeof_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#arguments4","node_type":"table","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.get_pkgconfig_variable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depget_variable","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.get_variable()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depinclude_type","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.include_type()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#get_pkgconfig_variable_default","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.get_pkgconfig_variable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_env.html#arguments2","node_type":"p","page":"Environment","sections":["Environment (env)","Environment methods","env.set()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_env.html#environment-env","node_type":"p","page":"Environment","sections":["Environment (env)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#featureallowed","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.allowed()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#featureauto","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.auto()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#featuredisabled","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.disabled()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#featureenabled","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.enabled()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_generator.html#arguments","node_type":"table","page":"Generator object","sections":["Generator object (generator)","Generator object methods","generator.process()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_generator.html#process_env","node_type":"p","page":"Generator object","sections":["Generator object (generator)","Generator object methods","generator.process()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-selection-variables","node_type":"p","page":"Reference tables","sections":["Reference tables","Compiler and Linker selection variables"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#cpu-families","node_type":"p","page":"Reference tables","sections":["Reference tables","CPU families"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#script-environment-variables","node_type":"table","page":"Reference tables","sections":["Reference tables","Script environment variables"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#improvements-to-install-scripts","node_type":"p","page":"Release 0.37","sections":["New features","Improvements to install scripts"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#intel-cc-compiler-support","node_type":"p","page":"Release 0.38","sections":["Intel C/C++ compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#set-targets-to-be-built-or-not-by-default","node_type":"h2","page":"Release 0.38","sections":["Set targets to be built (or not) by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#support-for-arbitrary-test-setups","node_type":"p","page":"Release 0.38","sections":["Support for arbitrary test setups"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#running-mesonintrospect-from-scripts","node_type":"p","page":"Release 0.40","sections":["New features","Running mesonintrospect from scripts"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#support-for-capturing-stdout-of-a-command-in-configure_file","node_type":"p","page":"Release 0.41","sections":["New features","Support for capturing stdout of a command in configure_file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#allow-crate-type-configuration-for-rust-compiler","node_type":"p","page":"Release 0.42","sections":["New features","Allow crate type configuration for Rust compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#limiting-the-maximum-number-of-linker-processes","node_type":"p","page":"Release 0.42","sections":["New features","Limiting the maximum number of linker processes"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#yielding-subproject-option-to-superproject","node_type":"p","page":"Release 0.45","sections":["New features","Yielding subproject option to superproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#arm-compiler-for-c-and-cpp","node_type":"ul","page":"Release 0.46","sections":["New features","ARM compiler for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#building-both-shared-and-static-libraries","node_type":"p","page":"Release 0.46","sections":["New features","Building both shared and static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#improvements-to-pkgconfig-module","node_type":"ul","page":"Release 0.46","sections":["New features","Improvements to pkgconfig module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#new-forcefallback-wrap-mode","node_type":"p","page":"Release 0.46","sections":["New features","New forcefallback wrap mode"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#new-functions-has_link_argument-and-friends","node_type":"p","page":"Release 0.46","sections":["New features","New functions: has_link_argument() and friends"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#recursively-extract-objects","node_type":"p","page":"Release 0.46","sections":["New features","Recursively extract objects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#string-escape-character-sequence-update","node_type":"p","page":"Release 0.46","sections":["New features","String escape character sequence update"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#arm-compilerversion-6-for-c-and-cpp","node_type":"p","page":"Release 0.47","sections":["New features","ARM compiler(version 6) for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#deprecated-build_always-for-custom-targets","node_type":"p","page":"Release 0.47","sections":["New features","Deprecated build_always: for custom targets"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-builtin-option-install_umask-with-a-default-value-022","node_type":"p","page":"Release 0.47","sections":["New features","New built-in option install_umask with a default value 022"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-keyword-arguments-check-and-capture-for-run_command","node_type":"p","page":"Release 0.47","sections":["New features","New keyword arguments: 'check' and 'capture' for run_command()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#helper-methods-added-for-checking-gnu-style-attributes-__attribute__","node_type":"p","page":"Release 0.48","sections":["New features","Helper methods added for checking GNU style attributes: __attribute__(...)\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#projects-args-can-be-set-separately-for-cross-and-native-builds-potentially-breaking-change","node_type":"h2","page":"Release 0.48","sections":["New features","Projects args can be set separately for cross and native builds (potentially breaking change)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#toggles-for-build-type-optimization-and-vcrt-type","node_type":"p","page":"Release 0.48","sections":["New features","Toggles for build type, optimization and vcrt type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#ccrx-compiler-for-c-and-cpp","node_type":"p","page":"Release 0.49","sections":["New features","CC-RX compiler for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#introspect-projectinfo-can-now-be-used-without-configured-build-directory","node_type":"p","page":"Release 0.49","sections":["New features","\nintrospect --projectinfo can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-keyword-argument-is_default-to-add_test_setup","node_type":"p","page":"Release 0.49","sections":["New features","New keyword argument is_default to add_test_setup()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#positionindependent-executables","node_type":"p","page":"Release 0.49","sections":["New features","Position-independent executables"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#return-disabler-instead-of-notfound-object","node_type":"p","page":"Release 0.49","sections":["New features","Return Disabler() instead of not-found object"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-scandependencies-can-now-be-used-to-scan-for-dependencies-used-in-a-project","node_type":"p","page":"Release 0.50.0","sections":["New features","\nintrospect --scan-dependencies can now be used to scan for dependencies used in a project"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-targets-can-now-be-used-without-configured-build-directory","node_type":"ul","page":"Release 0.50.0","sections":["New features","\nintrospect --targets can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#meson-file-rewriter","node_type":"ul","page":"Release 0.50.0","sections":["New features","Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#native-and-cross-file-paths-and-directories","node_type":"p","page":"Release 0.50.0","sections":["New features","Native and Cross File Paths and Directories"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#new-sourceset-module","node_type":"p","page":"Release 0.51.0","sections":["New features","New sourceset module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#add-depth-option-to-wrapgit","node_type":"p","page":"Release 0.52.0","sections":["New features","Add depth option to wrap-git\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#added-include_type-kwarg-to-dependency","node_type":"p","page":"Release 0.52.0","sections":["New features","Added include_type kwarg to dependency\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#enhancements-to-the-pkg_config_path-argument","node_type":"p","page":"Release 0.52.0","sections":["New features","Enhancements to the pkg_config_path argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#projects-args-can-be-set-separately-for-build-and-host-machines-potentially-breaking-change","node_type":"h2","page":"Release 0.52.0","sections":["New features","Projects args can be set separately for build and host machines (potentially breaking change)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#support-taking-environment-values-from-a-dictionary","node_type":"p","page":"Release 0.52.0","sections":["New features","Support taking environment values from a dictionary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#generic-overrider-for-dynamic-linker-selection","node_type":"p","page":"Release 0.53.0","sections":["New features","Generic Overrider for Dynamic Linker selection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#emscripten-emcc-now-supports-threads","node_type":"p","page":"Release 0.54.0","sections":["New features","Emscripten (emcc) now supports threads"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#new-option-quiet-to-meson-install","node_type":"p","page":"Release 0.54.0","sections":["New features","New option --quiet to meson install\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#override-dependency","node_type":"p","page":"Release 0.54.0","sections":["New features","Override dependency()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#per-subproject-default_library-and-werror-options","node_type":"ul","page":"Release 0.54.0","sections":["New features","Per subproject default_library and werror options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#b_ndebug-support-for-d-language-compilers","node_type":"p","page":"Release 0.55.0","sections":["New features","b_ndebug support for D language compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#configure-cmake-subprojects-with-mesonsubproject_options","node_type":"p","page":"Release 0.55.0","sections":["New features","Configure CMake subprojects with Meson.subproject_options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#test-scripts-are-given-the-exe-wrapper-if-needed","node_type":"p","page":"Release 0.55.0","sections":["New features","Test scripts are given the exe wrapper if needed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#consistency-between-declare_dependency-and-pkgconfiggenerate-variables","node_type":"p","page":"Release 0.56.0","sections":["New features","Consistency between declare_dependency() and pkgconfig.generate() variables"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#custom-standard-library","node_type":"ul","page":"Release 0.56.0","sections":["New features","Custom standard library"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-subprojects-command","node_type":"ul","page":"Release 0.56.0","sections":["New features","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#project-and-builtin-options-can-be-set-in-native-or-cross-files","node_type":"h2","page":"Release 0.56.0","sections":["New features","Project and built-in options can be set in native or cross files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#-is-now-allowed-as-a-function-id-for-meson-rewrite","node_type":"p","page":"Release 0.57.0","sections":["New features","\n// is now allowed as a function id for meson rewrite."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#meson-test-now-accepts-protocol-rust","node_type":"p","page":"Release 0.57.0","sections":["New features","Meson test() now accepts protocol : 'rust'\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#skip-install-scripts-if-destdir-is-set","node_type":"h2","page":"Release 0.57.0","sections":["New features","Skip install scripts if DESTDIR is set"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#support-added-for-llvms-thinlto","node_type":"p","page":"Release 0.57.0","sections":["New features","Support added for LLVM's thinLTO"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#check-if-native-or-crossfile-properties-exist","node_type":"p","page":"Release 0.58.0","sections":["New features","Check if native or cross-file properties exist"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#developer-environment","node_type":"ul","page":"Release 0.58.0","sections":["New features","Developer environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#do-not-add-custom-target-dir-to-header-path-if-implicit_include_directories-is-false","node_type":"p","page":"Release 0.58.0","sections":["New features","Do not add custom target dir to header path if implicit_include_directories is false\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#jni-system-dependency","node_type":"p","page":"Release 0.58.0","sections":["New features","JNI System Dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#mesonadd_dist_script-allowed-in-subprojects","node_type":"p","page":"Release 0.58.0","sections":["New features","\nmeson.add_dist_script() allowed in subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#use-fallback-from-wrap-file-when-force-fallback","node_type":"p","page":"Release 0.58.0","sections":["New features","Use fallback from wrap file when force fallback"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#automatically-set-up-visual-studio-environment","node_type":"h2","page":"Release 0.59.0","sections":["New features","Automatically set up Visual Studio environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#compiler-argument-checking-for-get_supported_arguments","node_type":"p","page":"Release 0.59.0","sections":["New features","Compiler argument checking for get_supported_arguments\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#objective-cc-standard-versions","node_type":"p","page":"Release 0.59.0","sections":["New features","Objective C/C++ standard versions"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#separate-functions-for-qt-preprocess","node_type":"p","page":"Release 0.59.0","sections":["New features","Separate functions for qt preprocess"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#cython-can-now-transpile-to-c-as-an-intermediate-language","node_type":"p","page":"Release 0.60.0","sections":["New features","Cython can now transpile to C++ as an intermediate language"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#dependency-sets-default_library-on-fallback-subproject","node_type":"p","page":"Release 0.60.0","sections":["New features","\ndependency() sets default_library on fallback subproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#force-visual-studio-environment-activation","node_type":"p","page":"Release 0.60.0","sections":["New features","Force Visual Studio environment activation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#improvements-for-the-rustc-compiler","node_type":"ul","page":"Release 0.60.0","sections":["New features","Improvements for the Rustc compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#install-destdir-relative-to-build-directory","node_type":"p","page":"Release 0.60.0","sections":["New features","Install DESTDIR relative to build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#new-subprojects-packagefiles-subcommand","node_type":"p","page":"Release 0.60.0","sections":["New features","New subprojects packagefiles subcommand"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#unset_variable","node_type":"p","page":"Release 0.60.0","sections":["New features","unset_variable()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#experimental-command-to-convert-environments-to-cross-files","node_type":"p","page":"Release 0.62.0","sections":["New features","Experimental command to convert environments to cross files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#meson-install-strip","node_type":"p","page":"Release 0.62.0","sections":["New features","meson install --strip"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#rust-procmacro-crates","node_type":"p","page":"Release 0.62.0","sections":["New features","Rust proc-macro crates"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#compiler-options-can-be-set-per-subproject","node_type":"h2","page":"Release 0.63.0","sections":["New features","Compiler options can be set per subproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#deprecate-an-option-and-replace-it-with-a-new-one","node_type":"p","page":"Release 0.63.0","sections":["New features","Deprecate an option and replace it with a new one"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#installed-pkgconfig-files-can-now-be-relocatable","node_type":"p","page":"Release 0.63.0","sections":["New features","Installed pkgconfig files can now be relocatable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#new-prefer_static-builtin-option","node_type":"p","page":"Release 0.63.0","sections":["New features","New prefer_static built-in option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#python-extension-modules-now-build-with-hidden-visibility","node_type":"p","page":"Release 0.63.0","sections":["New features","Python extension modules now build with hidden visibility"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#add-optimization-plain-option","node_type":"p","page":"Release 0.64.0","sections":["New features","Add optimization plain option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#various-install_-functions-no-longer-handle-the-sticky-bit","node_type":"ul","page":"Release 0.64.0","sections":["New features","various install_* functions no longer handle the sticky bit"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#developer-environment-improvements","node_type":"p","page":"Release 1.0.0","sections":["New features","Developer environment improvements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#a-new-core-directory-option-licensedir-is-available","node_type":"p","page":"Release 1.1.0","sections":["New features","A new core directory option \"licensedir\" is available"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#allow-custom-install-scripts-to-run-with-dryrun-option","node_type":"p","page":"Release 1.1.0","sections":["New features","Allow custom install scripts to run with --dry-run option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#gnomegenerate_gir-now-supports-env-kwarg","node_type":"p","page":"Release 1.2.0","sections":["New features","\ngnome.generate_gir() now supports env kwarg"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#new-for-the-generation-of-visual-studio-vcxproj-projects","node_type":"p","page":"Release 1.2.0","sections":["New features","New for the generation of Visual Studio vcxproj projects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#added-follow_symlinks-arg-to-install_data-install_header-and-install_subdir","node_type":"p","page":"Release 1.3.0","sections":["New features","Added follow_symlinks arg to install_data, install_header, and install_subdir"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#c_std-and-cpp_std-options-now-accepts-a-list-of-values","node_type":"p","page":"Release 1.3.0","sections":["New features","\nc_std and cpp_std options now accepts a list of values"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#compilers-now-have-a-has_define-method","node_type":"p","page":"Release 1.3.0","sections":["New features","Compilers now have a has_define method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#find_program-now-supports-the-default_options-argument","node_type":"p","page":"Release 1.3.0","sections":["New features","find_program() now supports the 'default_options' argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#generatorprocess-gains-env-keyword-argument","node_type":"p","page":"Release 1.3.0","sections":["New features","generator.process() gains 'env' keyword argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#new-environment-variable-meson_package_cache_dir","node_type":"p","page":"Release 1.3.0","sections":["New features","New environment variable MESON_PACKAGE_CACHE_DIR\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#unified-message-strformat-and-fstring-formatting","node_type":"p","page":"Release 1.3.0","sections":["New features","Unified message(), str.format() and f-string formatting"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#bindgen-will-now-use-mesons-heuristic-for-what-is-a-c-header","node_type":"p","page":"Release 1.4.0","sections":["New features","Bindgen will now use Meson's heuristic for what is a C++ header"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#meson-now-reads-the-project-version-of-cmake-subprojects","node_type":"p","page":"Release 1.4.0","sections":["New features","Meson now reads the project version of cmake subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#ndebug-setting-now-controls-c-stdlib-assertions","node_type":"p","page":"Release 1.4.0","sections":["New features","\nndebug setting now controls C++ stdlib assertions"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#meson-now-propagates-its-build-type-to-cmake","node_type":"p","page":"Release 1.5.0","sections":["New features","Meson now propagates its build type to CMake"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#meson-test-now-sets-the-meson_test_iteration-environment-variable","node_type":"p","page":"Release 1.5.0","sections":["New features","meson test now sets the MESON_TEST_ITERATION environment variable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#cargo-features-are-resolved-globally","node_type":"p","page":"Release 1.7.0","sections":["New features","Cargo features are resolved globally"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#fixed-sizeof-and-find_library-methods-for-fortran-compilers","node_type":"p","page":"Release 1.7.0","sections":["New features","Fixed sizeof and find_library methods for Fortran compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#test-targets-no-longer-built-by-default","node_type":"p","page":"Release 1.7.0","sections":["New features","Test targets no longer built by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#new-option-to-execute-a-slice-of-tests","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","New option to execute a slice of tests"],"context":{"gi-language":["default"]}},{"url":"Release-procedure.html#major-releases","node_type":"p","page":"Release procedure","sections":["Major releases"],"context":{"gi-language":["default"]}},{"url":"Reproducible-builds.html#reproducible-builds","node_type":"p","page":"Reproducible builds","sections":["Reproducible builds"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#meson-file-rewriter","node_type":"ul","page":"Meson file rewriter","sections":["Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#setting-the-project-version","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the rewriter","Setting the project version"],"context":{"gi-language":["default"]}},{"url":"Run-targets.html#run-targets","node_type":"p","page":"Run targets","sections":["Run targets"],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#bindgen","node_type":"ul","page":"Rust module","sections":["Rust module","Functions","bindgen()"],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#test","node_type":"p","page":"Rust module","sections":["Rust module","Functions","test()"],"context":{"gi-language":["default"]}},{"url":"Simd-module.html#usage","node_type":"p","page":"Unstable SIMD module","sections":["Unstable SIMD module","Usage"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#add","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_set object","Methods","add()"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#add_all","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_set object","Methods","add_all()"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#all_dependencies-since-0520","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_set object","Methods","\nall_dependencies() (since 0.52.0)\n"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#all_sources","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_set object","Methods","all_sources()"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#apply","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_set object","Methods","apply()"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#source-set-module","node_type":"h1","page":"Source set module","sections":["Source set module"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#source_configuration-object","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_configuration object"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#source_set","node_type":"p","page":"Source set module","sections":["Source set module","Functions","source_set()"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#source_set-object","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_set object"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#build-options-in-subproject","node_type":"p","page":"Subprojects","sections":["Subprojects","A subproject example","Build options in subproject"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#meson-subprojects-command","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#start-a-topic-branch-across-all-git-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Start a topic branch across all git subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#update-subprojects","node_type":"ul","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Update subprojects"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#foreach-with-a-dictionary","node_type":"p","page":"Syntax","sections":["Syntax","Foreach statements","Foreach with a dictionary"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#function-calls","node_type":"p","page":"Syntax","sections":["Syntax","Function calls"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#adding-dependencies","node_type":"p","page":"Tutorial","sections":["Tutorial","Adding dependencies"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#asan_options-ubsan_options-and-msan_options","node_type":"p","page":"Unit tests","sections":["Unit tests","Test parameters","ASAN_OPTIONS, UBSAN_OPTIONS, and MSAN_OPTIONS"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#malloc_perturb_","node_type":"p","page":"Unit tests","sections":["Unit tests","Test parameters","MALLOC_PERTURB_"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#other-test-options","node_type":"p","page":"Unit tests","sections":["Unit tests","Testing tool","Other test options"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#run-subsets-of-tests","node_type":"p","page":"Unit tests","sections":["Unit tests","Testing tool","Run subsets of tests"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#skipped-tests-and-hard-errors","node_type":"p","page":"Unit tests","sections":["Unit tests","Skipped tests and hard errors"],"context":{"gi-language":["default"]}},{"url":"Users.html#list-of-projects-using-meson","node_type":"ul","page":"Users","sections":["List of projects using Meson"],"context":{"gi-language":["default"]}},{"url":"Using-multiple-build-directories.html#multiple-build-directories-for-the-same-source-tree","node_type":"p","page":"Using multiple build directories","sections":["Using multiple build directories","Multiple build directories for the same source tree"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-clangcl-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using Clang-CL with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Vala.html#gobject-introspection-and-language-bindings","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Building libraries","GObject Introspection and language bindings"],"context":{"gi-language":["default"]}},{"url":"Vala.html#working-with-the-vala-preprocessor","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Working with the Vala Preprocessor"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#creating-and-compiling","node_type":"p","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects","Creating and compiling"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#visual-studios-external-build-projects","node_type":"p","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#provide-section","node_type":"ul","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#specific-to-wrapfile","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Accepted configuration properties for wraps","Specific to wrap-file"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-a-commands-output-to-configuration","node_type":"h2","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set a command's output to configuration"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-compiler","node_type":"h2","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set compiler"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-default-cc-language-version","node_type":"h2","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set default C/C++ language version"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-extra-compiler-and-linker-flags-from-the-outside-when-eg-building-distro-packages","node_type":"h2","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set extra compiler and linker flags from the outside (when e.g. building distro packages)"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-linker","node_type":"h2","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set linker"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-existing-findnamecmake-files","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use existing Find.cmake files"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-profile-guided-optimization","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use profile guided optimization"],"context":{"gi-language":["default"]}},{"url":"i18n-module.html#i18ngettext","node_type":"ul","page":"I18n module","sections":["I18n module","Usage","i18n.gettext()"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"set","urls":[{"url":"Adding-arguments.html#global-arguments","node_type":"p","page":"Adding arguments","sections":["Adding arguments","Global arguments"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#how-to-contribute-a-new-wrap","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","How to contribute a new wrap"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#passing-automatic-validation","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","Passing automatic validation"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#arrays","node_type":"p","page":"Build options","sections":["Build options","Build option types","Arrays"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#build-option-types","node_type":"p","page":"Build options","sections":["Build options","Build option types"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#combos","node_type":"p","page":"Build options","sections":["Build options","Build option types","Combos"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#deprecated-options","node_type":"p","page":"Build options","sections":["Build options","Deprecated options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#features","node_type":"p","page":"Build options","sections":["Build options","Build option types","Features"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#max-links","node_type":"p","page":"Build options","sections":["Build options","Built-in build options","Ninja","Max links"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#startup-project","node_type":"p","page":"Build options","sections":["Build options","Built-in build options","Visual Studio","Startup project"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#strings","node_type":"p","page":"Build options","sections":["Build options","Build option types","Strings"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#using-build-options","node_type":"p","page":"Build options","sections":["Build options","Using build options"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#build-targets","node_type":"p","page":"Build targets","sections":["Build targets"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#libraries-and-executables","node_type":"p","page":"Build targets","sections":["Build targets","Libraries and executables"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#compiler-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Compiler options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#core-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Universal options","Core options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-buildtype","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for buildtype\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-genvslite","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for genvslite\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#directories","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Directories"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#module-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#pkgconfig-module","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options","Pkgconfig module"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#python-module","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options","Python module"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#specifying-options-per-subproject","node_type":"ul","page":"Built-in options","sections":["Built-in options","Specifying options per subproject"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#universal-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-options-object","node_type":"ul","page":"CMake module","sections":["CMake module","CMake subprojects","\ncmake options object"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#configuration-options","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Configuration options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cross-compilation","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Cross compilation"],"context":{"gi-language":["default"]}},{"url":"Commands.html#devenv","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","devenv"],"context":{"gi-language":["default"]}},{"url":"Commands.html#examples6","node_type":"p","page":"Command-line commands","sections":["Command-line commands","install","Examples:"],"context":{"gi-language":["default"]}},{"url":"Commands.html#init","node_type":"p","page":"Command-line commands","sections":["Command-line commands","init"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#configuration","node_type":"p","page":"Configuration","sections":["Configuration"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#using-dictionaries","node_type":"p","page":"Configuration","sections":["Configuration","Using dictionaries"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#configuring-a-build-directory","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#travis-without-docker","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","Travis without Docker"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#env","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","env"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#expect_skip_on_jobname","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","expect_skip_on_jobname"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#project-tests","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Project tests"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#changing-cross-file-settings","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Changing cross file settings"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#machine-entries","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Machine Entries"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#properties","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Properties"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#nvcc_arch_flags","node_type":"p","page":"Unstable CUDA Module","sections":["Unstable CUDA Module","Functions","nvcc_arch_flags()"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#boost","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Boost"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#cuda","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","CUDA"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#gtest-and-gmock","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","GTest and GMock"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#jni","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","JNI"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#qt","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Qt"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#sample-code","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Sample code"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#this-is-the-original-design-rationale-for-meson-the-syntax-it-describes-does-not-match-the-released-version","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#add_project","node_type":"ul","page":"External Project module","sections":["External Project module","Functions","add_project()"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#external-project-module","node_type":"ul","page":"External Project module","sections":["External Project module"],"context":{"gi-language":["default"]}},{"url":"External-commands.html#external-commands","node_type":"p","page":"External commands","sections":["External commands"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-do-i-ignore-the-build-directory-in-my-vcs","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How do I ignore the build directory in my VCS?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#how-to-use-meson-on-a-host-where-it-is-not-available-in-system-packages","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","How to use Meson on a host where it is not available in system packages?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#should-i-check-for-buildtype-or-individual-options-like-debug-in-my-build-files","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Should I check for buildtype or individual options like debug in my build files?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#what-is-the-correct-way-to-use-threads-such-as-pthreads","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","What is the correct way to use threads (such as pthreads)?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-are-changes-to-default-project-options-ignored","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why are changes to default project options ignored?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-does-building-my-project-with-msvc-output-static-libraries-called-libfooa","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why does building my project with MSVC output static libraries called libfoo.a?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-doesnt-meson-have-user-defined-functionsmacros","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why doesn't meson have user defined functions/macros?"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomecompile_schemas","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.compile_schemas()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegdbus_codegen","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.gdbus_codegen()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegenerate_gir","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.generate_gir()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomepost_install","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.post_install()"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#set-up-the-build-directory","node_type":"h1","page":"Building a simple SDL2 app from scratch","sections":["Set up the build directory"],"context":{"gi-language":["default"]}},{"url":"Hotdoc-module.html#hotdocgenerate_doc","node_type":"p","page":"Hotdoc module","sections":["Hotdoc module","Usage","hotdoc.generate_doc()"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-options","node_type":"p","page":"IDE integration","sections":["IDE integration","Build Options"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#scanning-for-dependencies-with-scandependencies","node_type":"p","page":"IDE integration","sections":["IDE integration","The dependencies section","Scanning for dependencies with --scan-dependencies\n"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#the-targets-section","node_type":"p","page":"IDE integration","sections":["IDE integration","The targets section"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#using-targets-without-a-build-directory","node_type":"ul","page":"IDE integration","sections":["IDE integration","The targets section","Using --targets without a build directory"],"context":{"gi-language":["default"]}},{"url":"Icestorm-module.html#usage","node_type":"p","page":"Unstable IceStorm module","sections":["Unstable IceStorm module","Usage"],"context":{"gi-language":["default"]}},{"url":"IndepthTutorial.html#an-indepth-tutorial","node_type":"p","page":"An in-depth tutorial","sections":["An in-depth tutorial"],"context":{"gi-language":["default"]}},{"url":"Installing.html#custom-install-script","node_type":"p","page":"Installing","sections":["Installing","Custom install script"],"context":{"gi-language":["default"]}},{"url":"Installing.html#destdir-support","node_type":"p","page":"Installing","sections":["Installing","DESTDIR support"],"context":{"gi-language":["default"]}},{"url":"Installing.html#installation-tags","node_type":"p","page":"Installing","sections":["Installing","Installation tags"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#cmake-variables","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","CMake variables"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#meson-builtin-options","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Meson built-in options"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#project-specific-options","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Project specific options"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#supported-properties","node_type":"ul","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Properties","Supported properties"],"context":{"gi-language":["default"]}},{"url":"Modules.html#subpages","node_type":"p","page":"Modules","sections":[],"context":{"gi-language":["default"]}},{"url":"Overview.html#terminology","node_type":"p","page":"Overview","sections":["Overview","Terminology"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#pkggenerate","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","pkg.generate()"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#find_installation","node_type":"ul","page":"Python module","sections":["Python module","Functions","find_installation()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#python-module","node_type":"p","page":"Python module","sections":["Python module"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#compile_translations","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","compile_translations"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#has_tools","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#compile_translations","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","compile_translations"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#has_tools","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#compile_translations","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","compile_translations"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#has_tools","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#qml_module","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","qml_module"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_build_machine.html#build_machinekernel","node_type":"p","page":"build_machine","sections":["Build machine information (build_machine)","Build machine information methods","build_machine.kernel()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_build_machine.html#build_machinesubsystem","node_type":"p","page":"build_machine","sections":["Build machine information (build_machine)","Build machine information methods","build_machine.subsystem()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_host_machine.html#build_machinekernel","node_type":"p","page":"host_machine","sections":["Host machine information (host_machine extends build_machine)","Inherited methods","build_machine.kernel()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_host_machine.html#build_machinesubsystem","node_type":"p","page":"host_machine","sections":["Host machine information (host_machine extends build_machine)","Inherited methods","build_machine.subsystem()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#add_devenv_method","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_devenv()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#add_install_script_skip_if_destdir","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_devenv()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments10","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.override_find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments2","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments4","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_compiler()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments5","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_cross_property()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments6","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_external_property()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments9","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.override_dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#get_compiler_native","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_compiler()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#get_cross_property_fallback_value","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_cross_property()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#get_external_property_fallback_value","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_external_property()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_devenv","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_devenv()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_dist_script","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_dist_script()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_install_script","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_postconf_script","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_postconf_script()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonbuild_options","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.build_options()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#override_dependency_dep_object","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.override_dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#override_dependency_native","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.override_dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#override_find_program_program","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.override_find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_target_machine.html#build_machinekernel","node_type":"p","page":"target_machine","sections":["Target machine information (target_machine extends build_machine)","Inherited methods","build_machine.kernel()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_target_machine.html#build_machinesubsystem","node_type":"p","page":"target_machine","sections":["Target machine information (target_machine extends build_machine)","Inherited methods","build_machine.subsystem()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strsplit","node_type":"p","page":"str","sections":["String (str)","String methods","str.split()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_global_arguments_language","node_type":"p","page":"Functions","sections":["Functions","add_global_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_global_link_arguments_language","node_type":"p","page":"Functions","sections":["Functions","add_global_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_languages_native","node_type":"p","page":"Functions","sections":["Functions","add_languages()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_languages_required","node_type":"p","page":"Functions","sections":["Functions","add_languages()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_arguments_language","node_type":"p","page":"Functions","sections":["Functions","add_project_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_dependencies","node_type":"p","page":"Functions","sections":["Functions","add_project_dependencies()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_dependencies_language","node_type":"p","page":"Functions","sections":["Functions","add_project_dependencies()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_link_arguments_language","node_type":"p","page":"Functions","sections":["Functions","add_project_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_test_setup_env","node_type":"p","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_test_setup_is_default","node_type":"p","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments","node_type":"table","page":"Functions","sections":["Functions","add_global_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments1","node_type":"table","page":"Functions","sections":["Functions","add_global_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments12","node_type":"table","page":"Functions","sections":["Functions","configuration_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments13","node_type":"table","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments14","node_type":"table","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments17","node_type":"table","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments18","node_type":"table","page":"Functions","sections":["Functions","environment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments2","node_type":"table","page":"Functions","sections":["Functions","add_languages()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments22","node_type":"table","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments23","node_type":"table","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments26","node_type":"table","page":"Functions","sections":["Functions","import()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments27","node_type":"table","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments3","node_type":"table","page":"Functions","sections":["Functions","add_project_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments4","node_type":"table","page":"Functions","sections":["Functions","add_project_dependencies()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments42","node_type":"table","page":"Functions","sections":["Functions","run_command()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments43","node_type":"table","page":"Functions","sections":["Functions","run_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments44","node_type":"table","page":"Functions","sections":["Functions","set_variable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments5","node_type":"table","page":"Functions","sections":["Functions","add_project_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments50","node_type":"table","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments52","node_type":"table","page":"Functions","sections":["Functions","test()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments54","node_type":"table","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments6","node_type":"table","page":"Functions","sections":["Functions","add_test_setup()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments9","node_type":"table","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#benchmark_env","node_type":"p","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries","node_type":"p","page":"Functions","sections":["Functions","both_libraries()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_build_by_default","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_d_module_versions","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_d_unittest","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_gui_app","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_install","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_install_rpath","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_link_language","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_name_prefix","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_name_suffix","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_rust_abi","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_soversion","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_version","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target","node_type":"p","page":"Functions","sections":["Functions","build_target()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_build_by_default","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_d_module_versions","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_d_unittest","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_export_dynamic","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_gui_app","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_implib","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_install","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_install_rpath","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_link_language","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_name_prefix","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_name_suffix","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_rust_abi","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_soversion","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_version","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configuration_data_data","node_type":"p","page":"Functions","sections":["Functions","configuration_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file","node_type":"p","page":"Functions","sections":["Functions","configure_file()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_capture","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_encoding","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_install","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_build_by_default","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_capture","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_depends","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_env","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_feed","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_default_options","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_disabler","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_include_type","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_native","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_required","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_static","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#environment_method","node_type":"p","page":"Functions","sections":["Functions","environment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_build_by_default","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_d_module_versions","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_d_unittest","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_export_dynamic","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_gui_app","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_implib","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_install","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_install_rpath","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_link_language","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_name_prefix","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_name_suffix","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program","node_type":"p","page":"Functions","sections":["Functions","find_program()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_default_options","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_native","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_required","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#generator_capture","node_type":"p","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#import_required","node_type":"p","page":"Functions","sections":["Functions","import()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#include_directories_is_system","node_type":"p","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_build_by_default","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_d_module_versions","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_d_unittest","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_gui_app","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_install","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_install_rpath","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_link_language","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_name_prefix","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_name_suffix","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_build_by_default","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_d_module_versions","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_d_unittest","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_gui_app","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_install","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_install_rpath","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_link_language","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_name_prefix","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_name_suffix","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_rust_abi","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_soversion","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_version","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_default_options","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_subproject_dir","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_command","node_type":"p","page":"Functions","sections":["Functions","run_command()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_command_env","node_type":"p","page":"Functions","sections":["Functions","run_command()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_target","node_type":"p","page":"Functions","sections":["Functions","run_target()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_target_env","node_type":"p","page":"Functions","sections":["Functions","run_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#set_variable_value","node_type":"p","page":"Functions","sections":["Functions","set_variable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#set_variable_variable_name","node_type":"p","page":"Functions","sections":["Functions","set_variable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_build_by_default","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_d_module_versions","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_d_unittest","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_gui_app","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_install","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_install_rpath","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_link_language","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_name_prefix","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_name_suffix","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_rust_abi","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_soversion","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_version","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module","node_type":"p","page":"Functions","sections":["Functions","shared_module()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_build_by_default","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_d_module_versions","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_d_unittest","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_gui_app","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_install","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_install_rpath","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_link_language","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_name_prefix","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_name_suffix","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_rust_abi","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_build_by_default","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_d_module_versions","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_d_unittest","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_gui_app","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_install","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_install_rpath","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_link_language","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_name_prefix","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_name_suffix","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_rust_abi","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject","node_type":"ul","page":"Functions","sections":["Functions","subproject()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject_default_options","node_type":"p","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test","node_type":"p","page":"Functions","sections":["Functions","test()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test_env","node_type":"p","page":"Functions","sections":["Functions","test()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#unset_variable","node_type":"p","page":"Functions","sections":["Functions","unset_variable()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag_install","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#arguments4","node_type":"table","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#arguments5","node_type":"table","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set10()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#arguments6","node_type":"table","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set_quoted()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#cfg_dataget","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.get()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#cfg_dataget_unquoted","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.get_unquoted()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#cfg_datahas","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.has()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#set10_value","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set10()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#set10_varname","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set10()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#set_quoted_value","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set_quoted()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#set_quoted_varname","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set_quoted()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#set_value","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#set_varname","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments1","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments10","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments11","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments12","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments13","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments14","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments15","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments16","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments17","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments18","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments19","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments2","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments20","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments21","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments22","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments24","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments25","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments3","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments4","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments7","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_werror","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compute_int_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#find_library_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.find_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#get_define_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_argument_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_define_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_attribute_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_link_argument_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_link_argument()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_multi_arguments_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_multi_link_arguments_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_multi_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_werror","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_required","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_werror","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#sizeof_no_builtin_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#arguments4","node_type":"table","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.get_pkgconfig_variable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depget_variable","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.get_variable()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depinclude_type","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.include_type()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#get_pkgconfig_variable_default","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.get_pkgconfig_variable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_env.html#arguments2","node_type":"p","page":"Environment","sections":["Environment (env)","Environment methods","env.set()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_env.html#environment-env","node_type":"p","page":"Environment","sections":["Environment (env)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#featureallowed","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.allowed()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#featureauto","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.auto()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#featuredisabled","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.disabled()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_feature.html#featureenabled","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.enabled()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_generator.html#arguments","node_type":"table","page":"Generator object","sections":["Generator object (generator)","Generator object methods","generator.process()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_generator.html#process_env","node_type":"p","page":"Generator object","sections":["Generator object (generator)","Generator object methods","generator.process()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-selection-variables","node_type":"p","page":"Reference tables","sections":["Reference tables","Compiler and Linker selection variables"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#cpu-families","node_type":"p","page":"Reference tables","sections":["Reference tables","CPU families"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#script-environment-variables","node_type":"table","page":"Reference tables","sections":["Reference tables","Script environment variables"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#improvements-to-install-scripts","node_type":"p","page":"Release 0.37","sections":["New features","Improvements to install scripts"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#intel-cc-compiler-support","node_type":"p","page":"Release 0.38","sections":["Intel C/C++ compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#set-targets-to-be-built-or-not-by-default","node_type":"h2","page":"Release 0.38","sections":["Set targets to be built (or not) by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#support-for-arbitrary-test-setups","node_type":"p","page":"Release 0.38","sections":["Support for arbitrary test setups"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#running-mesonintrospect-from-scripts","node_type":"p","page":"Release 0.40","sections":["New features","Running mesonintrospect from scripts"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#support-for-capturing-stdout-of-a-command-in-configure_file","node_type":"p","page":"Release 0.41","sections":["New features","Support for capturing stdout of a command in configure_file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#allow-crate-type-configuration-for-rust-compiler","node_type":"p","page":"Release 0.42","sections":["New features","Allow crate type configuration for Rust compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#limiting-the-maximum-number-of-linker-processes","node_type":"p","page":"Release 0.42","sections":["New features","Limiting the maximum number of linker processes"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#yielding-subproject-option-to-superproject","node_type":"p","page":"Release 0.45","sections":["New features","Yielding subproject option to superproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#arm-compiler-for-c-and-cpp","node_type":"ul","page":"Release 0.46","sections":["New features","ARM compiler for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#building-both-shared-and-static-libraries","node_type":"p","page":"Release 0.46","sections":["New features","Building both shared and static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#improvements-to-pkgconfig-module","node_type":"ul","page":"Release 0.46","sections":["New features","Improvements to pkgconfig module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#new-forcefallback-wrap-mode","node_type":"p","page":"Release 0.46","sections":["New features","New forcefallback wrap mode"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#new-functions-has_link_argument-and-friends","node_type":"p","page":"Release 0.46","sections":["New features","New functions: has_link_argument() and friends"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#recursively-extract-objects","node_type":"p","page":"Release 0.46","sections":["New features","Recursively extract objects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#string-escape-character-sequence-update","node_type":"p","page":"Release 0.46","sections":["New features","String escape character sequence update"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#arm-compilerversion-6-for-c-and-cpp","node_type":"p","page":"Release 0.47","sections":["New features","ARM compiler(version 6) for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#deprecated-build_always-for-custom-targets","node_type":"p","page":"Release 0.47","sections":["New features","Deprecated build_always: for custom targets"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-builtin-option-install_umask-with-a-default-value-022","node_type":"p","page":"Release 0.47","sections":["New features","New built-in option install_umask with a default value 022"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-keyword-arguments-check-and-capture-for-run_command","node_type":"p","page":"Release 0.47","sections":["New features","New keyword arguments: 'check' and 'capture' for run_command()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#helper-methods-added-for-checking-gnu-style-attributes-__attribute__","node_type":"p","page":"Release 0.48","sections":["New features","Helper methods added for checking GNU style attributes: __attribute__(...)\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#projects-args-can-be-set-separately-for-cross-and-native-builds-potentially-breaking-change","node_type":"h2","page":"Release 0.48","sections":["New features","Projects args can be set separately for cross and native builds (potentially breaking change)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#toggles-for-build-type-optimization-and-vcrt-type","node_type":"p","page":"Release 0.48","sections":["New features","Toggles for build type, optimization and vcrt type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#ccrx-compiler-for-c-and-cpp","node_type":"p","page":"Release 0.49","sections":["New features","CC-RX compiler for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#introspect-projectinfo-can-now-be-used-without-configured-build-directory","node_type":"p","page":"Release 0.49","sections":["New features","\nintrospect --projectinfo can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-keyword-argument-is_default-to-add_test_setup","node_type":"p","page":"Release 0.49","sections":["New features","New keyword argument is_default to add_test_setup()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#positionindependent-executables","node_type":"p","page":"Release 0.49","sections":["New features","Position-independent executables"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#return-disabler-instead-of-notfound-object","node_type":"p","page":"Release 0.49","sections":["New features","Return Disabler() instead of not-found object"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-scandependencies-can-now-be-used-to-scan-for-dependencies-used-in-a-project","node_type":"p","page":"Release 0.50.0","sections":["New features","\nintrospect --scan-dependencies can now be used to scan for dependencies used in a project"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#introspect-targets-can-now-be-used-without-configured-build-directory","node_type":"ul","page":"Release 0.50.0","sections":["New features","\nintrospect --targets can now be used without configured build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#meson-file-rewriter","node_type":"ul","page":"Release 0.50.0","sections":["New features","Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#native-and-cross-file-paths-and-directories","node_type":"p","page":"Release 0.50.0","sections":["New features","Native and Cross File Paths and Directories"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#new-sourceset-module","node_type":"p","page":"Release 0.51.0","sections":["New features","New sourceset module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#add-depth-option-to-wrapgit","node_type":"p","page":"Release 0.52.0","sections":["New features","Add depth option to wrap-git\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#added-include_type-kwarg-to-dependency","node_type":"p","page":"Release 0.52.0","sections":["New features","Added include_type kwarg to dependency\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#enhancements-to-the-pkg_config_path-argument","node_type":"p","page":"Release 0.52.0","sections":["New features","Enhancements to the pkg_config_path argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#projects-args-can-be-set-separately-for-build-and-host-machines-potentially-breaking-change","node_type":"h2","page":"Release 0.52.0","sections":["New features","Projects args can be set separately for build and host machines (potentially breaking change)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#support-taking-environment-values-from-a-dictionary","node_type":"p","page":"Release 0.52.0","sections":["New features","Support taking environment values from a dictionary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#generic-overrider-for-dynamic-linker-selection","node_type":"p","page":"Release 0.53.0","sections":["New features","Generic Overrider for Dynamic Linker selection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#emscripten-emcc-now-supports-threads","node_type":"p","page":"Release 0.54.0","sections":["New features","Emscripten (emcc) now supports threads"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#new-option-quiet-to-meson-install","node_type":"p","page":"Release 0.54.0","sections":["New features","New option --quiet to meson install\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#override-dependency","node_type":"p","page":"Release 0.54.0","sections":["New features","Override dependency()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#per-subproject-default_library-and-werror-options","node_type":"ul","page":"Release 0.54.0","sections":["New features","Per subproject default_library and werror options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#b_ndebug-support-for-d-language-compilers","node_type":"p","page":"Release 0.55.0","sections":["New features","b_ndebug support for D language compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#configure-cmake-subprojects-with-mesonsubproject_options","node_type":"p","page":"Release 0.55.0","sections":["New features","Configure CMake subprojects with Meson.subproject_options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#test-scripts-are-given-the-exe-wrapper-if-needed","node_type":"p","page":"Release 0.55.0","sections":["New features","Test scripts are given the exe wrapper if needed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#consistency-between-declare_dependency-and-pkgconfiggenerate-variables","node_type":"p","page":"Release 0.56.0","sections":["New features","Consistency between declare_dependency() and pkgconfig.generate() variables"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#custom-standard-library","node_type":"ul","page":"Release 0.56.0","sections":["New features","Custom standard library"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#meson-subprojects-command","node_type":"ul","page":"Release 0.56.0","sections":["New features","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#project-and-builtin-options-can-be-set-in-native-or-cross-files","node_type":"h2","page":"Release 0.56.0","sections":["New features","Project and built-in options can be set in native or cross files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#-is-now-allowed-as-a-function-id-for-meson-rewrite","node_type":"p","page":"Release 0.57.0","sections":["New features","\n// is now allowed as a function id for meson rewrite."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#meson-test-now-accepts-protocol-rust","node_type":"p","page":"Release 0.57.0","sections":["New features","Meson test() now accepts protocol : 'rust'\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#skip-install-scripts-if-destdir-is-set","node_type":"h2","page":"Release 0.57.0","sections":["New features","Skip install scripts if DESTDIR is set"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#support-added-for-llvms-thinlto","node_type":"p","page":"Release 0.57.0","sections":["New features","Support added for LLVM's thinLTO"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#check-if-native-or-crossfile-properties-exist","node_type":"p","page":"Release 0.58.0","sections":["New features","Check if native or cross-file properties exist"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#developer-environment","node_type":"ul","page":"Release 0.58.0","sections":["New features","Developer environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#do-not-add-custom-target-dir-to-header-path-if-implicit_include_directories-is-false","node_type":"p","page":"Release 0.58.0","sections":["New features","Do not add custom target dir to header path if implicit_include_directories is false\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#jni-system-dependency","node_type":"p","page":"Release 0.58.0","sections":["New features","JNI System Dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#mesonadd_dist_script-allowed-in-subprojects","node_type":"p","page":"Release 0.58.0","sections":["New features","\nmeson.add_dist_script() allowed in subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#use-fallback-from-wrap-file-when-force-fallback","node_type":"p","page":"Release 0.58.0","sections":["New features","Use fallback from wrap file when force fallback"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#automatically-set-up-visual-studio-environment","node_type":"h2","page":"Release 0.59.0","sections":["New features","Automatically set up Visual Studio environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#compiler-argument-checking-for-get_supported_arguments","node_type":"p","page":"Release 0.59.0","sections":["New features","Compiler argument checking for get_supported_arguments\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#objective-cc-standard-versions","node_type":"p","page":"Release 0.59.0","sections":["New features","Objective C/C++ standard versions"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#separate-functions-for-qt-preprocess","node_type":"p","page":"Release 0.59.0","sections":["New features","Separate functions for qt preprocess"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#cython-can-now-transpile-to-c-as-an-intermediate-language","node_type":"p","page":"Release 0.60.0","sections":["New features","Cython can now transpile to C++ as an intermediate language"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#dependency-sets-default_library-on-fallback-subproject","node_type":"p","page":"Release 0.60.0","sections":["New features","\ndependency() sets default_library on fallback subproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#force-visual-studio-environment-activation","node_type":"p","page":"Release 0.60.0","sections":["New features","Force Visual Studio environment activation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#improvements-for-the-rustc-compiler","node_type":"ul","page":"Release 0.60.0","sections":["New features","Improvements for the Rustc compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#install-destdir-relative-to-build-directory","node_type":"p","page":"Release 0.60.0","sections":["New features","Install DESTDIR relative to build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#new-subprojects-packagefiles-subcommand","node_type":"p","page":"Release 0.60.0","sections":["New features","New subprojects packagefiles subcommand"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#unset_variable","node_type":"p","page":"Release 0.60.0","sections":["New features","unset_variable()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#experimental-command-to-convert-environments-to-cross-files","node_type":"p","page":"Release 0.62.0","sections":["New features","Experimental command to convert environments to cross files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#meson-install-strip","node_type":"p","page":"Release 0.62.0","sections":["New features","meson install --strip"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#rust-procmacro-crates","node_type":"p","page":"Release 0.62.0","sections":["New features","Rust proc-macro crates"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#compiler-options-can-be-set-per-subproject","node_type":"h2","page":"Release 0.63.0","sections":["New features","Compiler options can be set per subproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#deprecate-an-option-and-replace-it-with-a-new-one","node_type":"p","page":"Release 0.63.0","sections":["New features","Deprecate an option and replace it with a new one"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#installed-pkgconfig-files-can-now-be-relocatable","node_type":"p","page":"Release 0.63.0","sections":["New features","Installed pkgconfig files can now be relocatable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#new-prefer_static-builtin-option","node_type":"p","page":"Release 0.63.0","sections":["New features","New prefer_static built-in option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#python-extension-modules-now-build-with-hidden-visibility","node_type":"p","page":"Release 0.63.0","sections":["New features","Python extension modules now build with hidden visibility"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#add-optimization-plain-option","node_type":"p","page":"Release 0.64.0","sections":["New features","Add optimization plain option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#various-install_-functions-no-longer-handle-the-sticky-bit","node_type":"ul","page":"Release 0.64.0","sections":["New features","various install_* functions no longer handle the sticky bit"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#developer-environment-improvements","node_type":"p","page":"Release 1.0.0","sections":["New features","Developer environment improvements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#a-new-core-directory-option-licensedir-is-available","node_type":"p","page":"Release 1.1.0","sections":["New features","A new core directory option \"licensedir\" is available"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#allow-custom-install-scripts-to-run-with-dryrun-option","node_type":"p","page":"Release 1.1.0","sections":["New features","Allow custom install scripts to run with --dry-run option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#gnomegenerate_gir-now-supports-env-kwarg","node_type":"p","page":"Release 1.2.0","sections":["New features","\ngnome.generate_gir() now supports env kwarg"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#new-for-the-generation-of-visual-studio-vcxproj-projects","node_type":"p","page":"Release 1.2.0","sections":["New features","New for the generation of Visual Studio vcxproj projects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#added-follow_symlinks-arg-to-install_data-install_header-and-install_subdir","node_type":"p","page":"Release 1.3.0","sections":["New features","Added follow_symlinks arg to install_data, install_header, and install_subdir"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#c_std-and-cpp_std-options-now-accepts-a-list-of-values","node_type":"p","page":"Release 1.3.0","sections":["New features","\nc_std and cpp_std options now accepts a list of values"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#compilers-now-have-a-has_define-method","node_type":"p","page":"Release 1.3.0","sections":["New features","Compilers now have a has_define method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#find_program-now-supports-the-default_options-argument","node_type":"p","page":"Release 1.3.0","sections":["New features","find_program() now supports the 'default_options' argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#generatorprocess-gains-env-keyword-argument","node_type":"p","page":"Release 1.3.0","sections":["New features","generator.process() gains 'env' keyword argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#new-environment-variable-meson_package_cache_dir","node_type":"p","page":"Release 1.3.0","sections":["New features","New environment variable MESON_PACKAGE_CACHE_DIR\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#unified-message-strformat-and-fstring-formatting","node_type":"p","page":"Release 1.3.0","sections":["New features","Unified message(), str.format() and f-string formatting"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#bindgen-will-now-use-mesons-heuristic-for-what-is-a-c-header","node_type":"p","page":"Release 1.4.0","sections":["New features","Bindgen will now use Meson's heuristic for what is a C++ header"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#meson-now-reads-the-project-version-of-cmake-subprojects","node_type":"p","page":"Release 1.4.0","sections":["New features","Meson now reads the project version of cmake subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#ndebug-setting-now-controls-c-stdlib-assertions","node_type":"p","page":"Release 1.4.0","sections":["New features","\nndebug setting now controls C++ stdlib assertions"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#meson-now-propagates-its-build-type-to-cmake","node_type":"p","page":"Release 1.5.0","sections":["New features","Meson now propagates its build type to CMake"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#meson-test-now-sets-the-meson_test_iteration-environment-variable","node_type":"p","page":"Release 1.5.0","sections":["New features","meson test now sets the MESON_TEST_ITERATION environment variable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#cargo-features-are-resolved-globally","node_type":"p","page":"Release 1.7.0","sections":["New features","Cargo features are resolved globally"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#fixed-sizeof-and-find_library-methods-for-fortran-compilers","node_type":"p","page":"Release 1.7.0","sections":["New features","Fixed sizeof and find_library methods for Fortran compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#test-targets-no-longer-built-by-default","node_type":"p","page":"Release 1.7.0","sections":["New features","Test targets no longer built by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#new-option-to-execute-a-slice-of-tests","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","New option to execute a slice of tests"],"context":{"gi-language":["default"]}},{"url":"Release-procedure.html#major-releases","node_type":"p","page":"Release procedure","sections":["Major releases"],"context":{"gi-language":["default"]}},{"url":"Reproducible-builds.html#reproducible-builds","node_type":"p","page":"Reproducible builds","sections":["Reproducible builds"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#meson-file-rewriter","node_type":"ul","page":"Meson file rewriter","sections":["Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#setting-the-project-version","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the rewriter","Setting the project version"],"context":{"gi-language":["default"]}},{"url":"Run-targets.html#run-targets","node_type":"p","page":"Run targets","sections":["Run targets"],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#bindgen","node_type":"ul","page":"Rust module","sections":["Rust module","Functions","bindgen()"],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#test","node_type":"p","page":"Rust module","sections":["Rust module","Functions","test()"],"context":{"gi-language":["default"]}},{"url":"Simd-module.html#usage","node_type":"p","page":"Unstable SIMD module","sections":["Unstable SIMD module","Usage"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#add","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_set object","Methods","add()"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#add_all","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_set object","Methods","add_all()"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#all_dependencies-since-0520","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_set object","Methods","\nall_dependencies() (since 0.52.0)\n"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#all_sources","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_set object","Methods","all_sources()"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#apply","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_set object","Methods","apply()"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#source-set-module","node_type":"h1","page":"Source set module","sections":["Source set module"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#source_configuration-object","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_configuration object"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#source_set","node_type":"p","page":"Source set module","sections":["Source set module","Functions","source_set()"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#source_set-object","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_set object"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#build-options-in-subproject","node_type":"p","page":"Subprojects","sections":["Subprojects","A subproject example","Build options in subproject"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#meson-subprojects-command","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#start-a-topic-branch-across-all-git-subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Start a topic branch across all git subprojects"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#update-subprojects","node_type":"ul","page":"Subprojects","sections":["Subprojects","\nmeson subprojects command","Update subprojects"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#foreach-with-a-dictionary","node_type":"p","page":"Syntax","sections":["Syntax","Foreach statements","Foreach with a dictionary"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#function-calls","node_type":"p","page":"Syntax","sections":["Syntax","Function calls"],"context":{"gi-language":["default"]}},{"url":"Tutorial.html#adding-dependencies","node_type":"p","page":"Tutorial","sections":["Tutorial","Adding dependencies"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#asan_options-ubsan_options-and-msan_options","node_type":"p","page":"Unit tests","sections":["Unit tests","Test parameters","ASAN_OPTIONS, UBSAN_OPTIONS, and MSAN_OPTIONS"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#malloc_perturb_","node_type":"p","page":"Unit tests","sections":["Unit tests","Test parameters","MALLOC_PERTURB_"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#other-test-options","node_type":"p","page":"Unit tests","sections":["Unit tests","Testing tool","Other test options"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#run-subsets-of-tests","node_type":"p","page":"Unit tests","sections":["Unit tests","Testing tool","Run subsets of tests"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#skipped-tests-and-hard-errors","node_type":"p","page":"Unit tests","sections":["Unit tests","Skipped tests and hard errors"],"context":{"gi-language":["default"]}},{"url":"Users.html#list-of-projects-using-meson","node_type":"ul","page":"Users","sections":["List of projects using Meson"],"context":{"gi-language":["default"]}},{"url":"Using-multiple-build-directories.html#multiple-build-directories-for-the-same-source-tree","node_type":"p","page":"Using multiple build directories","sections":["Using multiple build directories","Multiple build directories for the same source tree"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-clangcl-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using Clang-CL with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Vala.html#gobject-introspection-and-language-bindings","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Building libraries","GObject Introspection and language bindings"],"context":{"gi-language":["default"]}},{"url":"Vala.html#working-with-the-vala-preprocessor","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Working with the Vala Preprocessor"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#creating-and-compiling","node_type":"p","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects","Creating and compiling"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#visual-studios-external-build-projects","node_type":"p","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#provide-section","node_type":"ul","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","\nprovide section"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#specific-to-wrapfile","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Accepted configuration properties for wraps","Specific to wrap-file"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-a-commands-output-to-configuration","node_type":"h2","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set a command's output to configuration"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-compiler","node_type":"h2","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set compiler"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-default-cc-language-version","node_type":"h2","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set default C/C++ language version"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-extra-compiler-and-linker-flags-from-the-outside-when-eg-building-distro-packages","node_type":"h2","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set extra compiler and linker flags from the outside (when e.g. building distro packages)"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-linker","node_type":"h2","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set linker"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-existing-findnamecmake-files","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use existing Find.cmake files"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-profile-guided-optimization","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use profile guided optimization"],"context":{"gi-language":["default"]}},{"url":"i18n-module.html#i18ngettext","node_type":"ul","page":"I18n module","sections":["I18n module","Usage","i18n.gettext()"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/solves b/assets/js/search/solves index 796a00c3b..a3e5d1009 100644 --- a/assets/js/search/solves +++ b/assets/js/search/solves @@ -1 +1 @@ -urls_downloaded_cb({"token":"solves","urls":[{"url":"Release-notes-for-1-7-0.html#cargo-features-are-resolved-globally","node_type":"p","page":"Release 1.7.0","sections":["New features","Cargo features are resolved globally"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"solves","urls":[{"url":"Release-notes-for-1-7-0.html#cargo-features-are-resolved-globally","node_type":"p","page":"Release 1.7.0","sections":["New features","Cargo features are resolved globally"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/specific b/assets/js/search/specific index a38e08dfc..11f0caab5 100644 --- a/assets/js/search/specific +++ b/assets/js/search/specific @@ -1 +1 @@ -urls_downloaded_cb({"token":"specific","urls":[{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-warning_level","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for warning_level\n"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-options-object","node_type":"ul","page":"CMake module","sections":["CMake module","CMake subprojects","\ncmake options object"],"context":{"gi-language":["default"]}},{"url":"Commands.html#backend-specific-arguments","node_type":"h4","page":"Command-line commands","sections":["Command-line commands","compile","Backend specific arguments"],"context":{"gi-language":["default"]}},{"url":"Commands.html#commandline-commands","node_type":"p","page":"Command-line commands","sections":["Command-line commands"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#per-project-subproject-options-rewrite-since-18","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory","Per project subproject options rewrite (Since 1.8)"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#matrix","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","matrix"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#random-design-points-that-fit-nowhere-else","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Random design points that fit nowhere else"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#defining-the-environment","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#machine-entries","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Machine Entries"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#properties","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Properties"],"context":{"gi-language":["default"]}},{"url":"Custom-build-targets.html#details-on-command-invocation","node_type":"ul","page":"Custom build targets","sections":["Custom build targets","Details on command invocation"],"context":{"gi-language":["default"]}},{"url":"D.html#in-declare_dependency","node_type":"p","page":"D","sections":["Compiling D applications","In declare_dependency\n"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#cuda","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","CUDA"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependencies-with-custom-lookup-functionality","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependency-detection-method","node_type":"p","page":"Dependencies","sections":["Dependency detection method"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#modules-aka-components","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","LLVM","Modules, a.k.a. Components"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#overview-of-the-solution","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Overview of the solution"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#should-i-use-subdir-or-subproject","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Should I use subdir or subproject?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-doesnt-meson-have-user-defined-functionsmacros","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why doesn't meson have user defined functions/macros?"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#set-up-the-build-directory","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Set up the build directory"],"context":{"gi-language":["default"]}},{"url":"Localisation.html#generating-pot-and-po-files","node_type":"ul","page":"Localisation","sections":["Localisation","Generating .pot and .po files"],"context":{"gi-language":["default"]}},{"url":"Localisation.html#mesonbuild","node_type":"p","page":"Localisation","sections":["Localisation","Generating .pot and .po files","meson.build"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#binaries","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Binaries"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#constants","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","constants"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#cross-and-native-file-reference","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#project-specific-options","node_type":"h3","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Project specific options"],"context":{"gi-language":["default"]}},{"url":"MesonCI.html#image-generation","node_type":"p","page":"Meson CI setup","sections":["Meson CI setup","Docker images","Image generation"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_build_machine.html#build_machinecpu","node_type":"p","page":"build_machine","sections":["Build machine information (build_machine)","Build machine information methods","build_machine.cpu()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_build_machine.html#build_machinekernel","node_type":"p","page":"build_machine","sections":["Build machine information (build_machine)","Build machine information methods","build_machine.kernel()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_build_machine.html#build_machinesubsystem","node_type":"p","page":"build_machine","sections":["Build machine information (build_machine)","Build machine information methods","build_machine.subsystem()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_host_machine.html#build_machinecpu","node_type":"p","page":"host_machine","sections":["Host machine information (host_machine extends build_machine)","Inherited methods","build_machine.cpu()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_host_machine.html#build_machinekernel","node_type":"p","page":"host_machine","sections":["Host machine information (host_machine extends build_machine)","Inherited methods","build_machine.kernel()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_host_machine.html#build_machinesubsystem","node_type":"p","page":"host_machine","sections":["Host machine information (host_machine extends build_machine)","Inherited methods","build_machine.subsystem()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_target_machine.html#build_machinecpu","node_type":"p","page":"target_machine","sections":["Target machine information (target_machine extends build_machine)","Inherited methods","build_machine.cpu()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_target_machine.html#build_machinekernel","node_type":"p","page":"target_machine","sections":["Target machine information (target_machine extends build_machine)","Inherited methods","build_machine.kernel()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_target_machine.html#build_machinesubsystem","node_type":"p","page":"target_machine","sections":["Target machine information (target_machine extends build_machine)","Inherited methods","build_machine.subsystem()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_arguments","node_type":"p","page":"Functions","sections":["Functions","add_project_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_link_arguments","node_type":"p","page":"Functions","sections":["Functions","add_project_link_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_rust_abi","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_rust_abi","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_rust_abi","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_default_options","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_rust_abi","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_rust_abi","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_rust_abi","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_custom_idx.html#custom-target-index-custom_idx","node_type":"p","page":"Custom target index","sections":["Custom target index (custom_idx)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_module.html#imported-module-object-module","node_type":"p","page":"Imported module object","sections":["Imported module object (module)"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#language-arguments-parameter-names","node_type":"p","page":"Reference tables","sections":["Reference tables","Language arguments parameter names"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#subsystem-names-since-120","node_type":"p","page":"Reference tables","sections":["Reference tables","Subsystem names (since 1.2.0)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#wrapsvn","node_type":"p","page":"Release 0.43","sections":["wrap-svn"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#added-disabler-object","node_type":"p","page":"Release 0.44","sections":["New features","Added disabler object"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#improve-test-setup-selection","node_type":"p","page":"Release 0.45","sections":["New features","Improve test setup selection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#yielding-subproject-option-to-superproject","node_type":"p","page":"Release 0.45","sections":["New features","Yielding subproject option to superproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#addition-of-openmp-dependency","node_type":"p","page":"Release 0.46","sections":["New features","Addition of OpenMP dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#ccrx-compiler-for-c-and-cpp","node_type":"p","page":"Release 0.49","sections":["New features","CC-RX compiler for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#dependency-objects-now-have-a-get_variable-method","node_type":"p","page":"Release 0.51.0","sections":["New features","Dependency objects now have a get_variable method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#new-target-keyword-argument-link_language","node_type":"p","page":"Release 0.51.0","sections":["New features","New target keyword argument: link_language\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#the-meson-test-program-now-accepts-an-additional-gdbpath-argument-to-specify-the-gdb-binary","node_type":"p","page":"Release 0.52.0","sections":["New features","The Meson test program now accepts an additional \"--gdb-path\" argument to specify the GDB binary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#generic-overrider-for-dynamic-linker-selection","node_type":"p","page":"Release 0.53.0","sections":["New features","Generic Overrider for Dynamic Linker selection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#override-dependency","node_type":"p","page":"Release 0.54.0","sections":["New features","Override dependency()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#added-ability-to-specify-backend-arguments-in-meson-compile","node_type":"p","page":"Release 0.55.0","sections":["New features","Added ability to specify backend arguments in meson compile\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#force-fallback-for","node_type":"p","page":"Release 0.55.0","sections":["New features","Force fallback for"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#add-support-for-all-windows-subsystem-types","node_type":"p","page":"Release 0.56.0","sections":["New features","Add support for all Windows subsystem types"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-support-for-xml-translations-using-itstool","node_type":"p","page":"Release 0.62.0","sections":["New features","Added support for XML translations using itstool"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#d-features-in-declare_dependency","node_type":"p","page":"Release 0.62.0","sections":["New features","D features in declare_dependency\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#experimental-command-to-convert-environments-to-cross-files","node_type":"p","page":"Release 0.62.0","sections":["New features","Experimental command to convert environments to cross files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#msvc-now-sets-the-__cplusplus-define-accurately","node_type":"p","page":"Release 0.63.0","sections":["New features","MSVC now sets the __cplusplus #define accurately"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#new-prefer_static-builtin-option","node_type":"p","page":"Release 0.63.0","sections":["New features","New prefer_static built-in option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#find-more-specific-python-version-on-windows","node_type":"h2","page":"Release 1.2.0","sections":["New features","Find more specific python version on Windows"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#compilers-now-have-a-has_define-method","node_type":"p","page":"Release 1.3.0","sections":["New features","Compilers now have a has_define method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#lang_sharedstatic_args-for-both_library-library-and-build_target","node_type":"p","page":"Release 1.3.0","sections":["New features","\n_(shared|static)_args for both_library, library, and build_target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#per-project-subproject-options-rewrite","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Per project subproject options rewrite"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#setting-the-project-version","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the rewriter","Setting the project version"],"context":{"gi-language":["default"]}},{"url":"Run-targets.html#run-targets","node_type":"p","page":"Run targets","sections":["Run targets"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#apply","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_set object","Methods","apply()"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#commandline-options","node_type":"ul","page":"Subprojects","sections":["Subprojects","Command-line options"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#string-index","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String index"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#run-subsets-of-tests","node_type":"p","page":"Unit tests","sections":["Unit tests","Testing tool","Run subsets of tests"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-wraptool.html#simple-querying","node_type":"p","page":"Using wraptool","sections":["Using wraptool","Simple querying"],"context":{"gi-language":["default"]}},{"url":"Vala.html#gobject-introspection-and-language-bindings","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Building libraries","GObject Introspection and language bindings"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#specific-to-vcsbased-wraps","node_type":"h3","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Accepted configuration properties for wraps","Specific to VCS-based wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#specific-to-wrapfile","node_type":"h3","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Accepted configuration properties for wraps","Specific to wrap-file"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#specific-to-wrapgit","node_type":"h3","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Accepted configuration properties for wraps","Specific to wrap-git"],"context":{"gi-language":["default"]}},{"url":"Yaml-RefMan.html#directory-structure","node_type":"p","page":"YAML Reference manual","sections":["Reference Manual","Directory structure"],"context":{"gi-language":["default"]}},{"url":"howtox.html#add-some-optimization-to-debug-builds","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Add some optimization to debug builds"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-an-argument-only-with-a-specific-compiler","node_type":"h2","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use an argument only with a specific compiler"],"context":{"gi-language":["default"]}},{"url":"legal.html#meson-logo-licensing","node_type":"p","page":"Legal information","sections":["Legal information","Meson logo licensing"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"specific","urls":[{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-warning_level","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for warning_level\n"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-options-object","node_type":"ul","page":"CMake module","sections":["CMake module","CMake subprojects","\ncmake options object"],"context":{"gi-language":["default"]}},{"url":"Commands.html#backend-specific-arguments","node_type":"h4","page":"Command-line commands","sections":["Command-line commands","compile","Backend specific arguments"],"context":{"gi-language":["default"]}},{"url":"Commands.html#commandline-commands","node_type":"p","page":"Command-line commands","sections":["Command-line commands"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#per-project-subproject-options-rewrite-since-18","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory","Per project subproject options rewrite (Since 1.8)"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#matrix","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","matrix"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#random-design-points-that-fit-nowhere-else","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Random design points that fit nowhere else"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#defining-the-environment","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#machine-entries","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Machine Entries"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#properties","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Properties"],"context":{"gi-language":["default"]}},{"url":"Custom-build-targets.html#details-on-command-invocation","node_type":"ul","page":"Custom build targets","sections":["Custom build targets","Details on command invocation"],"context":{"gi-language":["default"]}},{"url":"D.html#in-declare_dependency","node_type":"p","page":"D","sections":["Compiling D applications","In declare_dependency\n"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#cuda","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","CUDA"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependencies-with-custom-lookup-functionality","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependency-detection-method","node_type":"p","page":"Dependencies","sections":["Dependency detection method"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#modules-aka-components","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","LLVM","Modules, a.k.a. Components"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#overview-of-the-solution","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Overview of the solution"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#should-i-use-subdir-or-subproject","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Should I use subdir or subproject?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-doesnt-meson-have-user-defined-functionsmacros","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why doesn't meson have user defined functions/macros?"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#set-up-the-build-directory","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Set up the build directory"],"context":{"gi-language":["default"]}},{"url":"Localisation.html#generating-pot-and-po-files","node_type":"ul","page":"Localisation","sections":["Localisation","Generating .pot and .po files"],"context":{"gi-language":["default"]}},{"url":"Localisation.html#mesonbuild","node_type":"p","page":"Localisation","sections":["Localisation","Generating .pot and .po files","meson.build"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#binaries","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Binaries"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#constants","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","constants"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#cross-and-native-file-reference","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#project-specific-options","node_type":"h3","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Project specific options"],"context":{"gi-language":["default"]}},{"url":"MesonCI.html#image-generation","node_type":"p","page":"Meson CI setup","sections":["Meson CI setup","Docker images","Image generation"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_build_machine.html#build_machinecpu","node_type":"p","page":"build_machine","sections":["Build machine information (build_machine)","Build machine information methods","build_machine.cpu()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_build_machine.html#build_machinekernel","node_type":"p","page":"build_machine","sections":["Build machine information (build_machine)","Build machine information methods","build_machine.kernel()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_build_machine.html#build_machinesubsystem","node_type":"p","page":"build_machine","sections":["Build machine information (build_machine)","Build machine information methods","build_machine.subsystem()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_host_machine.html#build_machinecpu","node_type":"p","page":"host_machine","sections":["Host machine information (host_machine extends build_machine)","Inherited methods","build_machine.cpu()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_host_machine.html#build_machinekernel","node_type":"p","page":"host_machine","sections":["Host machine information (host_machine extends build_machine)","Inherited methods","build_machine.kernel()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_host_machine.html#build_machinesubsystem","node_type":"p","page":"host_machine","sections":["Host machine information (host_machine extends build_machine)","Inherited methods","build_machine.subsystem()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_target_machine.html#build_machinecpu","node_type":"p","page":"target_machine","sections":["Target machine information (target_machine extends build_machine)","Inherited methods","build_machine.cpu()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_target_machine.html#build_machinekernel","node_type":"p","page":"target_machine","sections":["Target machine information (target_machine extends build_machine)","Inherited methods","build_machine.kernel()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_target_machine.html#build_machinesubsystem","node_type":"p","page":"target_machine","sections":["Target machine information (target_machine extends build_machine)","Inherited methods","build_machine.subsystem()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_arguments","node_type":"p","page":"Functions","sections":["Functions","add_project_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_link_arguments","node_type":"p","page":"Functions","sections":["Functions","add_project_link_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_rust_abi","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_rust_abi","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_rust_abi","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_default_options","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_rust_abi","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_rust_abi","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_rust_abi","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_rust_crate_type","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_custom_idx.html#custom-target-index-custom_idx","node_type":"p","page":"Custom target index","sections":["Custom target index (custom_idx)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_module.html#imported-module-object-module","node_type":"p","page":"Imported module object","sections":["Imported module object (module)"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#language-arguments-parameter-names","node_type":"p","page":"Reference tables","sections":["Reference tables","Language arguments parameter names"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#subsystem-names-since-120","node_type":"p","page":"Reference tables","sections":["Reference tables","Subsystem names (since 1.2.0)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#wrapsvn","node_type":"p","page":"Release 0.43","sections":["wrap-svn"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#added-disabler-object","node_type":"p","page":"Release 0.44","sections":["New features","Added disabler object"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#improve-test-setup-selection","node_type":"p","page":"Release 0.45","sections":["New features","Improve test setup selection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#yielding-subproject-option-to-superproject","node_type":"p","page":"Release 0.45","sections":["New features","Yielding subproject option to superproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#addition-of-openmp-dependency","node_type":"p","page":"Release 0.46","sections":["New features","Addition of OpenMP dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#ccrx-compiler-for-c-and-cpp","node_type":"p","page":"Release 0.49","sections":["New features","CC-RX compiler for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#dependency-objects-now-have-a-get_variable-method","node_type":"p","page":"Release 0.51.0","sections":["New features","Dependency objects now have a get_variable method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#new-target-keyword-argument-link_language","node_type":"p","page":"Release 0.51.0","sections":["New features","New target keyword argument: link_language\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#the-meson-test-program-now-accepts-an-additional-gdbpath-argument-to-specify-the-gdb-binary","node_type":"p","page":"Release 0.52.0","sections":["New features","The Meson test program now accepts an additional \"--gdb-path\" argument to specify the GDB binary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#generic-overrider-for-dynamic-linker-selection","node_type":"p","page":"Release 0.53.0","sections":["New features","Generic Overrider for Dynamic Linker selection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#override-dependency","node_type":"p","page":"Release 0.54.0","sections":["New features","Override dependency()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#added-ability-to-specify-backend-arguments-in-meson-compile","node_type":"p","page":"Release 0.55.0","sections":["New features","Added ability to specify backend arguments in meson compile\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#force-fallback-for","node_type":"p","page":"Release 0.55.0","sections":["New features","Force fallback for"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#add-support-for-all-windows-subsystem-types","node_type":"p","page":"Release 0.56.0","sections":["New features","Add support for all Windows subsystem types"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-support-for-xml-translations-using-itstool","node_type":"p","page":"Release 0.62.0","sections":["New features","Added support for XML translations using itstool"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#d-features-in-declare_dependency","node_type":"p","page":"Release 0.62.0","sections":["New features","D features in declare_dependency\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#experimental-command-to-convert-environments-to-cross-files","node_type":"p","page":"Release 0.62.0","sections":["New features","Experimental command to convert environments to cross files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#msvc-now-sets-the-__cplusplus-define-accurately","node_type":"p","page":"Release 0.63.0","sections":["New features","MSVC now sets the __cplusplus #define accurately"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#new-prefer_static-builtin-option","node_type":"p","page":"Release 0.63.0","sections":["New features","New prefer_static built-in option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#find-more-specific-python-version-on-windows","node_type":"h2","page":"Release 1.2.0","sections":["New features","Find more specific python version on Windows"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#compilers-now-have-a-has_define-method","node_type":"p","page":"Release 1.3.0","sections":["New features","Compilers now have a has_define method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#lang_sharedstatic_args-for-both_library-library-and-build_target","node_type":"p","page":"Release 1.3.0","sections":["New features","\n_(shared|static)_args for both_library, library, and build_target"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"ul","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#per-project-subproject-options-rewrite","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Per project subproject options rewrite"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#setting-the-project-version","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the rewriter","Setting the project version"],"context":{"gi-language":["default"]}},{"url":"Run-targets.html#run-targets","node_type":"p","page":"Run targets","sections":["Run targets"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#apply","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_set object","Methods","apply()"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#commandline-options","node_type":"ul","page":"Subprojects","sections":["Subprojects","Command-line options"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#string-index","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String index"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#run-subsets-of-tests","node_type":"p","page":"Unit tests","sections":["Unit tests","Testing tool","Run subsets of tests"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-wraptool.html#simple-querying","node_type":"p","page":"Using wraptool","sections":["Using wraptool","Simple querying"],"context":{"gi-language":["default"]}},{"url":"Vala.html#gobject-introspection-and-language-bindings","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Building libraries","GObject Introspection and language bindings"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#specific-to-vcsbased-wraps","node_type":"h3","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Accepted configuration properties for wraps","Specific to VCS-based wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#specific-to-wrapfile","node_type":"h3","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Accepted configuration properties for wraps","Specific to wrap-file"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#specific-to-wrapgit","node_type":"h3","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Accepted configuration properties for wraps","Specific to wrap-git"],"context":{"gi-language":["default"]}},{"url":"Yaml-RefMan.html#directory-structure","node_type":"p","page":"YAML Reference manual","sections":["Reference Manual","Directory structure"],"context":{"gi-language":["default"]}},{"url":"howtox.html#add-some-optimization-to-debug-builds","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Add some optimization to debug builds"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-an-argument-only-with-a-specific-compiler","node_type":"h2","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use an argument only with a specific compiler"],"context":{"gi-language":["default"]}},{"url":"legal.html#meson-logo-licensing","node_type":"p","page":"Legal information","sections":["Legal information","Meson logo licensing"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/string b/assets/js/search/string index 824779a68..83d21ede4 100644 --- a/assets/js/search/string +++ b/assets/js/search/string @@ -1 +1 @@ -urls_downloaded_cb({"token":"string","urls":[{"url":"Build-options.html#arrays","node_type":"p","page":"Build options","sections":["Build options","Build option types","Arrays"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#features","node_type":"p","page":"Build options","sections":["Build options","Build option types","Features"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#strings","node_type":"p","page":"Build options","sections":["Build options","Build option types","Strings"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#using-build-options","node_type":"p","page":"Build options","sections":["Build options","Using build options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmakewrite_basic_package_version_file","node_type":"ul","page":"CMake module","sections":["CMake module","CMake configuration files","cmake.write_basic_package_version_file()"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#subproject-object","node_type":"ul","page":"CMake module","sections":["CMake module","CMake subprojects","\nsubproject object"],"context":{"gi-language":["default"]}},{"url":"Commands.html#backend-specific-arguments","node_type":"p","page":"Command-line commands","sections":["Command-line commands","compile","Backend specific arguments"],"context":{"gi-language":["default"]}},{"url":"Commands.html#format","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","format"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#compiler-id","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Compiler id"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-code-compile","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does code compile?"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#configuration","node_type":"p","page":"Configuration","sections":["Configuration"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#env","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","env"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#installed","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","installed"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#properties","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Properties"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#min_driver_version","node_type":"p","page":"Unstable CUDA Module","sections":["Unstable CUDA Module","Functions","min_driver_version()"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#nvcc_arch_flags","node_type":"p","page":"Unstable CUDA Module","sections":["Unstable CUDA Module","Functions","nvcc_arch_flags()"],"context":{"gi-language":["default"]}},{"url":"External-commands.html#external-commands","node_type":"p","page":"External commands","sections":["External commands"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#but-i-really-want-to-use-wildcards","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","But I really want to use wildcards!"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#exists","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","File lookup rules","exists"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#expanduser","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","Filename modification","expanduser"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#filename-modification","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","Filename modification"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#hash","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","File Parameters","hash"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#is_absolute","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","File Parameters","is_absolute"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#is_dir","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","File lookup rules","is_dir"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#is_file","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","File lookup rules","is_file"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#is_symlink","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","File lookup rules","is_symlink"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#read","node_type":"ul","page":"FS (filesystem) module","sections":["FS (filesystem) module","Filename modification","read"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#relative_to","node_type":"ul","page":"FS (filesystem) module","sections":["FS (filesystem) module","Filename modification","relative_to"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#replace_suffix","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","Filename modification","replace_suffix"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#using-generator","node_type":"p","page":"Generating sources","sections":["Generating sources","Using generator()"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-options","node_type":"ul","page":"IDE integration","sections":["IDE integration","Build Options"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#cmake-variables","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","CMake variables"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#constants","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","constants"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#data-types","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Data Types"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#pkggenerate","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","pkg.generate()"],"context":{"gi-language":["default"]}},{"url":"Python-3-module.html#language_version","node_type":"p","page":"Python 3 module","sections":["Python 3 module","language_version"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#extension_module","node_type":"ul","page":"Python module","sections":["Python module","\npython_installation object","Methods","extension_module()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#get_install_dir","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","get_install_dir()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#get_path","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","get_path()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#get_variable","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","get_variable()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#install_sources","node_type":"ul","page":"Python module","sections":["Python module","\npython_installation object","Methods","install_sources()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#language_version","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","language_version()"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#compile_moc","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","compile_moc"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#compile_resources","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","compile_resources"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#compile_translations","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","compile_translations"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#compile_ui","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","compile_ui"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#has_tools","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#preprocess","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#compile_moc","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","compile_moc"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#compile_resources","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","compile_resources"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#compile_translations","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","compile_translations"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#compile_ui","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","compile_ui"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#has_tools","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#preprocess","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#compile_moc","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","compile_moc"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#compile_resources","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","compile_resources"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#compile_translations","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","compile_translations"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#compile_ui","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","compile_ui"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#has_tools","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#preprocess","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#qml_module","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","qml_module"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#add_install_script_install_tag","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments2","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_dist_script","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_dist_script()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_install_script","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonbackend","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.backend()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonbuild_options","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.build_options()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonbuild_root","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.build_root()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesoncurrent_build_dir","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.current_build_dir()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesoncurrent_source_dir","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.current_source_dir()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonglobal_build_root","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.global_build_root()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonglobal_source_root","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.global_source_root()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonproject_build_root","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.project_build_root()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonproject_source_root","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.project_source_root()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonproject_version","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.project_version()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonsource_root","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.source_root()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonversion","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.version()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary.html#subpages","node_type":"p","page":"Elementary types","sections":[],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_bool.html#arguments","node_type":"table","page":"bool","sections":["Boolean (bool)","Boolean methods","bool.to_string()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_bool.html#boolto_string","node_type":"p","page":"bool","sections":["Boolean (bool)","Boolean methods","bool.to_string()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_bool.html#to_string_false_str","node_type":"p","page":"bool","sections":["Boolean (bool)","Boolean methods","bool.to_string()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_bool.html#to_string_true_str","node_type":"p","page":"bool","sections":["Boolean (bool)","Boolean methods","bool.to_string()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_int.html#arguments","node_type":"table","page":"int","sections":["Integer (int)","Integer methods","int.to_string()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_int.html#intto_string","node_type":"p","page":"int","sections":["Integer (int)","Integer methods","int.to_string()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_int.html#to_string_fill","node_type":"p","page":"int","sections":["Integer (int)","Integer methods","int.to_string()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments","node_type":"table","page":"str","sections":["String (str)","String methods","str.contains()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments1","node_type":"table","page":"str","sections":["String (str)","String methods","str.endswith()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments2","node_type":"table","page":"str","sections":["String (str)","String methods","str.format()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments3","node_type":"p","page":"str","sections":["String (str)","String methods","str.join()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments4","node_type":"table","page":"str","sections":["String (str)","String methods","str.replace()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments5","node_type":"table","page":"str","sections":["String (str)","String methods","str.split()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments6","node_type":"table","page":"str","sections":["String (str)","String methods","str.startswith()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments7","node_type":"table","page":"str","sections":["String (str)","String methods","str.strip()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments9","node_type":"table","page":"str","sections":["String (str)","String methods","str.version_compare()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#contains_fragment","node_type":"p","page":"str","sections":["String (str)","String methods","str.contains()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#endswith_fragment","node_type":"p","page":"str","sections":["String (str)","String methods","str.endswith()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#format_fmt","node_type":"p","page":"str","sections":["String (str)","String methods","str.format()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#replace_new","node_type":"p","page":"str","sections":["String (str)","String methods","str.replace()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#returned-by","node_type":"p","page":"str","sections":["String (str)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#split_split_string","node_type":"p","page":"str","sections":["String (str)","String methods","str.split()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#startswith_fragment","node_type":"p","page":"str","sections":["String (str)","String methods","str.startswith()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strcontains","node_type":"p","page":"str","sections":["String (str)","String methods","str.contains()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strendswith","node_type":"p","page":"str","sections":["String (str)","String methods","str.endswith()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strformat","node_type":"p","page":"str","sections":["String (str)","String methods","str.format()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#string-methods","node_type":"h2","page":"str","sections":["String (str)","String methods"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#string-str","node_type":"h1","page":"str","sections":["String (str)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strip_strip_chars","node_type":"p","page":"str","sections":["String (str)","String methods","str.strip()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strsplit","node_type":"p","page":"str","sections":["String (str)","String methods","str.split()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strsplitlines","node_type":"p","page":"str","sections":["String (str)","String methods","str.splitlines()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strstartswith","node_type":"p","page":"str","sections":["String (str)","String methods","str.startswith()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strstrip","node_type":"p","page":"str","sections":["String (str)","String methods","str.strip()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strsubstring","node_type":"p","page":"str","sections":["String (str)","String methods","str.substring()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strto_int","node_type":"p","page":"str","sections":["String (str)","String methods","str.to_int()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strunderscorify","node_type":"p","page":"str","sections":["String (str)","String methods","str.underscorify()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#version_compare_compare_string","node_type":"p","page":"str","sections":["String (str)","String methods","str.version_compare()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_global_arguments","node_type":"p","page":"Functions","sections":["Functions","add_global_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_global_link_arguments","node_type":"p","page":"Functions","sections":["Functions","add_global_link_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_arguments","node_type":"p","page":"Functions","sections":["Functions","add_project_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_link_arguments","node_type":"p","page":"Functions","sections":["Functions","add_project_link_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments13","node_type":"table","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments14","node_type":"table","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments16","node_type":"table","page":"Functions","sections":["Functions","declare_dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments17","node_type":"table","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments23","node_type":"table","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments28","node_type":"table","page":"Functions","sections":["Functions","install_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments29","node_type":"table","page":"Functions","sections":["Functions","install_emptydir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments32","node_type":"table","page":"Functions","sections":["Functions","install_subdir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments33","node_type":"table","page":"Functions","sections":["Functions","install_symlink()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments42","node_type":"table","page":"Functions","sections":["Functions","run_command()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments43","node_type":"table","page":"Functions","sections":["Functions","run_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments54","node_type":"table","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_build_rpath","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_d_import_dirs","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_install_rpath","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_install_tag","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_name_prefix","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_name_suffix","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_soversion","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_vala_shared_args","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_vala_static_args","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_version","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_build_rpath","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_d_import_dirs","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_implib","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_install_rpath","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_install_tag","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_name_prefix","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_name_suffix","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_soversion","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_vala_shared_args","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_vala_static_args","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_version","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_command","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_install_dir","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_install_tag","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target","node_type":"p","page":"Functions","sections":["Functions","custom_target()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_command","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#debug","node_type":"p","page":"Functions","sections":["Functions","debug()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#declare_dependency_d_import_dirs","node_type":"p","page":"Functions","sections":["Functions","declare_dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_fallback","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_not_found_message","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_version","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#error","node_type":"p","page":"Functions","sections":["Functions","error()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_build_rpath","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_d_import_dirs","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_implib","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_install_rpath","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_install_tag","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_name_prefix","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_name_suffix","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program","node_type":"p","page":"Functions","sections":["Functions","find_program()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#generator","node_type":"p","page":"Functions","sections":["Functions","generator()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#generator_depfile","node_type":"p","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#generator_output","node_type":"p","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#get_option","node_type":"p","page":"Functions","sections":["Functions","get_option()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#get_variable","node_type":"p","page":"Functions","sections":["Functions","get_variable()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_data_install_tag","node_type":"p","page":"Functions","sections":["Functions","install_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_emptydir_install_tag","node_type":"p","page":"Functions","sections":["Functions","install_emptydir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_subdir_install_tag","node_type":"p","page":"Functions","sections":["Functions","install_subdir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_symlink_install_tag","node_type":"p","page":"Functions","sections":["Functions","install_symlink()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_build_rpath","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_d_import_dirs","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_install_rpath","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_install_tag","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_name_prefix","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_name_suffix","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_build_rpath","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_d_import_dirs","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_install_rpath","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_install_tag","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_name_prefix","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_name_suffix","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_soversion","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_vala_shared_args","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_vala_static_args","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_version","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project","node_type":"p","page":"Functions","sections":["Functions","project()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_license","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_license_files","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_meson_version","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_version","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_command","node_type":"p","page":"Functions","sections":["Functions","run_command()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_command_capture","node_type":"p","page":"Functions","sections":["Functions","run_command()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_target_command","node_type":"p","page":"Functions","sections":["Functions","run_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_build_rpath","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_d_import_dirs","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_install_rpath","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_install_tag","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_name_prefix","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_name_suffix","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_soversion","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_version","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_build_rpath","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_d_import_dirs","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_install_rpath","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_install_tag","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_name_prefix","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_name_suffix","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_build_rpath","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_d_import_dirs","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_install_rpath","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_install_tag","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_name_prefix","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_name_suffix","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#summary","node_type":"ul","page":"Functions","sections":["Functions","summary()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test","node_type":"p","page":"Functions","sections":["Functions","test()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag_install_tag","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag_replace_string","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments2","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments22","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments24","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_argument_syntax","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_argument_syntax()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_define","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_id","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_id()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_linker_id","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_linker_id()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerversion","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.version()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_code","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_code","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_code","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#deptype_name","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.type_name()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depversion","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.version()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_external_program.html#external_programfull_path","node_type":"p","page":"External program","sections":["External program (external_program)","External program methods","external_program.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_external_program.html#external_programpath","node_type":"p","page":"External program","sections":["External program (external_program)","External program methods","external_program.path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_external_program.html#external_programversion","node_type":"p","page":"External program","sections":["External program (external_program)","External program methods","external_program.version()"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#operating-system-names","node_type":"p","page":"Reference tables","sections":["Reference tables","Operating system names"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#compiler-object-get-define","node_type":"p","page":"Release 0.40","sections":["New features","Compiler object get define"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#multiple-install-directories","node_type":"p","page":"Release 0.40","sections":["New features","Multiple install directories"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#an-array-type-for-user-options","node_type":"p","page":"Release 0.44","sections":["New features","An array type for user options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#hexadecimal-string-literals","node_type":"h2","page":"Release 0.45","sections":["New features","Hexadecimal string literals"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#string-escape-character-sequence-update","node_type":"h2","page":"Release 0.46","sections":["New features","String escape character sequence update"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#array-options-treat-dopt-and-dopt-as-equivalent","node_type":"p","page":"Release 0.47","sections":["New features","Array options treat -Dopt= and -Dopt=[] as equivalent"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#concatenate-string-literals-returned-from-get_define","node_type":"h2","page":"Release 0.47","sections":["New features","Concatenate string literals returned from get_define()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-builtin-object-type-dictionary","node_type":"p","page":"Release 0.47","sections":["New features","New built-in object type: dictionary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#octal-and-binary-string-literals","node_type":"h2","page":"Release 0.47","sections":["New features","Octal and binary string literals"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-compiler-method-get_argument_syntax","node_type":"p","page":"Release 0.49","sections":["New features","New compiler method get_argument_syntax\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#fix-ninja-console-log-from-generators-with-multiple-output-nodes","node_type":"p","page":"Release 0.50.0","sections":["New features","Fix ninja console log from generators with multiple output nodes"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#include_directories-accepts-a-string","node_type":"h2","page":"Release 0.50.0","sections":["New features","\ninclude_directories accepts a string"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#dictionary-entry-using-string-variable-as-key","node_type":"h2","page":"Release 0.53.0","sections":["New features","Dictionary entry using string variable as key"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#native-file-properties","node_type":"p","page":"Release 0.54.0","sections":["New features","Native file properties"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#summary-improvements","node_type":"p","page":"Release 0.54.0","sections":["New features","Summary improvements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#added-ability-to-specify-backend-arguments-in-meson-compile","node_type":"p","page":"Release 0.55.0","sections":["New features","Added ability to specify backend arguments in meson compile\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#machine-file-constants","node_type":"p","page":"Release 0.55.0","sections":["New features","Machine file constants"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#string-concatenation-in-meson_optionstxt","node_type":"h2","page":"Release 0.55.0","sections":["New features","String concatenation in meson_options.txt"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#project-version-can-be-specified-with-a-file","node_type":"p","page":"Release 0.57.0","sections":["New features","Project version can be specified with a file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#introducing-format-strings-to-the-meson-language","node_type":"p","page":"Release 0.58.0","sections":["New features","Introducing format strings to the Meson language"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#string-replace","node_type":"h2","page":"Release 0.58.0","sections":["New features","String .replace()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#fs-module-now-accepts-files-objects","node_type":"p","page":"Release 0.59.0","sections":["New features","Fs Module now accepts files objects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#added-support-for-multiline-fstrings","node_type":"p","page":"Release 0.63.0","sections":["New features","Added support for multiline fstrings"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#compiler-check-functions-prefix-kwargs-accepts-arrays","node_type":"p","page":"Release 1.0.0","sections":["New features","Compiler check functions prefix kwargs accepts arrays"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#string-arguments-to-the-rustbindgen-include_directories-argument","node_type":"h2","page":"Release 1.0.0","sections":["New features","String arguments to the rust.bindgen include_directories argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#added-strsplitlines-method","node_type":"p","page":"Release 1.2.0","sections":["New features","Added str.splitlines method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#added-fill-kwarg-to-intto_string","node_type":"p","page":"Release 1.3.0","sections":["New features","Added 'fill' kwarg to int.to_string()"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#using-the-script-mode","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the \"script mode\""],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#bindgen","node_type":"ul","page":"Rust module","sections":["Rust module","Functions","bindgen()"],"context":{"gi-language":["default"]}},{"url":"Rust.html#mixing-generated-and-static-sources","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Mixing Generated and Static sources"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#booleans","node_type":"p","page":"Syntax","sections":["Syntax","Booleans"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#dictionaries","node_type":"p","page":"Syntax","sections":["Syntax","Dictionaries"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#format","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String formatting",".format()"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#format-strings","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String formatting","Format strings"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#numbers","node_type":"p","page":"Syntax","sections":["Syntax","Numbers"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#replace","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String methods",".replace()"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#string-concatenation","node_type":"h3","page":"Syntax","sections":["Syntax","Strings","String concatenation"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#string-formatting","node_type":"h3","page":"Syntax","sections":["Syntax","Strings","String formatting"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#string-index","node_type":"h3","page":"Syntax","sections":["Syntax","Strings","String index"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#string-methods","node_type":"h3","page":"Syntax","sections":["Syntax","Strings","String methods"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#string-path-building","node_type":"h3","page":"Syntax","sections":["Syntax","Strings","String path building"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#strings","node_type":"p","page":"Syntax","sections":["Syntax","Strings"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#strings-running-over-multiple-lines","node_type":"p","page":"Syntax","sections":["Syntax","Strings","Strings running over multiple lines"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#strip","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String methods",".strip()"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#substring","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String methods",".substring()"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#variables","node_type":"p","page":"Syntax","sections":["Syntax","Variables"],"context":{"gi-language":["default"]}},{"url":"Wayland-module.html#scan_xml","node_type":"p","page":"Unstable Wayland Module","sections":["Unstable Wayland Module","Methods","scan_xml"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"string","urls":[{"url":"Build-options.html#arrays","node_type":"p","page":"Build options","sections":["Build options","Build option types","Arrays"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#features","node_type":"p","page":"Build options","sections":["Build options","Build option types","Features"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#strings","node_type":"p","page":"Build options","sections":["Build options","Build option types","Strings"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#using-build-options","node_type":"p","page":"Build options","sections":["Build options","Using build options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"ul","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmakewrite_basic_package_version_file","node_type":"ul","page":"CMake module","sections":["CMake module","CMake configuration files","cmake.write_basic_package_version_file()"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#subproject-object","node_type":"ul","page":"CMake module","sections":["CMake module","CMake subprojects","\nsubproject object"],"context":{"gi-language":["default"]}},{"url":"Commands.html#backend-specific-arguments","node_type":"p","page":"Command-line commands","sections":["Command-line commands","compile","Backend specific arguments"],"context":{"gi-language":["default"]}},{"url":"Commands.html#format","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","format"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#compiler-id","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Compiler id"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#does-code-compile","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Does code compile?"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#configuration","node_type":"p","page":"Configuration","sections":["Configuration"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#env","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","env"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#installed","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","installed"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#properties","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Properties"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#min_driver_version","node_type":"p","page":"Unstable CUDA Module","sections":["Unstable CUDA Module","Functions","min_driver_version()"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#nvcc_arch_flags","node_type":"p","page":"Unstable CUDA Module","sections":["Unstable CUDA Module","Functions","nvcc_arch_flags()"],"context":{"gi-language":["default"]}},{"url":"External-commands.html#external-commands","node_type":"p","page":"External commands","sections":["External commands"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#but-i-really-want-to-use-wildcards","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","But I really want to use wildcards!"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#exists","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","File lookup rules","exists"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#expanduser","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","Filename modification","expanduser"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#filename-modification","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","Filename modification"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#hash","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","File Parameters","hash"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#is_absolute","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","File Parameters","is_absolute"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#is_dir","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","File lookup rules","is_dir"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#is_file","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","File lookup rules","is_file"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#is_symlink","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","File lookup rules","is_symlink"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#read","node_type":"ul","page":"FS (filesystem) module","sections":["FS (filesystem) module","Filename modification","read"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#relative_to","node_type":"ul","page":"FS (filesystem) module","sections":["FS (filesystem) module","Filename modification","relative_to"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#replace_suffix","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","Filename modification","replace_suffix"],"context":{"gi-language":["default"]}},{"url":"Generating-sources.html#using-generator","node_type":"p","page":"Generating sources","sections":["Generating sources","Using generator()"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-options","node_type":"ul","page":"IDE integration","sections":["IDE integration","Build Options"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#cmake-variables","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","CMake variables"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#constants","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","constants"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#data-types","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Data Types"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#pkggenerate","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","pkg.generate()"],"context":{"gi-language":["default"]}},{"url":"Python-3-module.html#language_version","node_type":"p","page":"Python 3 module","sections":["Python 3 module","language_version"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#extension_module","node_type":"ul","page":"Python module","sections":["Python module","\npython_installation object","Methods","extension_module()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#get_install_dir","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","get_install_dir()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#get_path","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","get_path()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#get_variable","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","get_variable()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#install_sources","node_type":"ul","page":"Python module","sections":["Python module","\npython_installation object","Methods","install_sources()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#language_version","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","language_version()"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#compile_moc","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","compile_moc"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#compile_resources","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","compile_resources"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#compile_translations","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","compile_translations"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#compile_ui","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","compile_ui"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#has_tools","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#preprocess","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#compile_moc","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","compile_moc"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#compile_resources","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","compile_resources"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#compile_translations","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","compile_translations"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#compile_ui","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","compile_ui"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#has_tools","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#preprocess","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#compile_moc","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","compile_moc"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#compile_resources","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","compile_resources"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#compile_translations","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","compile_translations"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#compile_ui","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","compile_ui"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#has_tools","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","has_tools"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#preprocess","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","preprocess"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#qml_module","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","qml_module"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#add_install_script_install_tag","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments2","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_dist_script","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_dist_script()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonadd_install_script","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonbackend","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.backend()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonbuild_options","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.build_options()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonbuild_root","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.build_root()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesoncurrent_build_dir","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.current_build_dir()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesoncurrent_source_dir","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.current_source_dir()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonglobal_build_root","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.global_build_root()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonglobal_source_root","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.global_source_root()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonproject_build_root","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.project_build_root()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonproject_source_root","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.project_source_root()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonproject_version","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.project_version()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonsource_root","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.source_root()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#mesonversion","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.version()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary.html#subpages","node_type":"p","page":"Elementary types","sections":[],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_bool.html#arguments","node_type":"table","page":"bool","sections":["Boolean (bool)","Boolean methods","bool.to_string()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_bool.html#boolto_string","node_type":"p","page":"bool","sections":["Boolean (bool)","Boolean methods","bool.to_string()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_bool.html#to_string_false_str","node_type":"p","page":"bool","sections":["Boolean (bool)","Boolean methods","bool.to_string()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_bool.html#to_string_true_str","node_type":"p","page":"bool","sections":["Boolean (bool)","Boolean methods","bool.to_string()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_int.html#arguments","node_type":"table","page":"int","sections":["Integer (int)","Integer methods","int.to_string()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_int.html#intto_string","node_type":"p","page":"int","sections":["Integer (int)","Integer methods","int.to_string()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_int.html#to_string_fill","node_type":"p","page":"int","sections":["Integer (int)","Integer methods","int.to_string()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments","node_type":"table","page":"str","sections":["String (str)","String methods","str.contains()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments1","node_type":"table","page":"str","sections":["String (str)","String methods","str.endswith()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments2","node_type":"table","page":"str","sections":["String (str)","String methods","str.format()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments3","node_type":"p","page":"str","sections":["String (str)","String methods","str.join()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments4","node_type":"table","page":"str","sections":["String (str)","String methods","str.replace()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments5","node_type":"table","page":"str","sections":["String (str)","String methods","str.split()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments6","node_type":"table","page":"str","sections":["String (str)","String methods","str.startswith()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments7","node_type":"table","page":"str","sections":["String (str)","String methods","str.strip()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments9","node_type":"table","page":"str","sections":["String (str)","String methods","str.version_compare()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#contains_fragment","node_type":"p","page":"str","sections":["String (str)","String methods","str.contains()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#endswith_fragment","node_type":"p","page":"str","sections":["String (str)","String methods","str.endswith()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#format_fmt","node_type":"p","page":"str","sections":["String (str)","String methods","str.format()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#replace_new","node_type":"p","page":"str","sections":["String (str)","String methods","str.replace()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#returned-by","node_type":"p","page":"str","sections":["String (str)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#split_split_string","node_type":"p","page":"str","sections":["String (str)","String methods","str.split()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#startswith_fragment","node_type":"p","page":"str","sections":["String (str)","String methods","str.startswith()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strcontains","node_type":"p","page":"str","sections":["String (str)","String methods","str.contains()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strendswith","node_type":"p","page":"str","sections":["String (str)","String methods","str.endswith()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strformat","node_type":"p","page":"str","sections":["String (str)","String methods","str.format()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#string-methods","node_type":"h2","page":"str","sections":["String (str)","String methods"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#string-str","node_type":"h1","page":"str","sections":["String (str)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strip_strip_chars","node_type":"p","page":"str","sections":["String (str)","String methods","str.strip()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strsplit","node_type":"p","page":"str","sections":["String (str)","String methods","str.split()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strsplitlines","node_type":"p","page":"str","sections":["String (str)","String methods","str.splitlines()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strstartswith","node_type":"p","page":"str","sections":["String (str)","String methods","str.startswith()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strstrip","node_type":"p","page":"str","sections":["String (str)","String methods","str.strip()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strsubstring","node_type":"p","page":"str","sections":["String (str)","String methods","str.substring()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strto_int","node_type":"p","page":"str","sections":["String (str)","String methods","str.to_int()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strunderscorify","node_type":"p","page":"str","sections":["String (str)","String methods","str.underscorify()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#version_compare_compare_string","node_type":"p","page":"str","sections":["String (str)","String methods","str.version_compare()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_global_arguments","node_type":"p","page":"Functions","sections":["Functions","add_global_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_global_link_arguments","node_type":"p","page":"Functions","sections":["Functions","add_global_link_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_arguments","node_type":"p","page":"Functions","sections":["Functions","add_project_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_link_arguments","node_type":"p","page":"Functions","sections":["Functions","add_project_link_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments13","node_type":"table","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments14","node_type":"table","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments16","node_type":"table","page":"Functions","sections":["Functions","declare_dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments17","node_type":"table","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments23","node_type":"table","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments28","node_type":"table","page":"Functions","sections":["Functions","install_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments29","node_type":"table","page":"Functions","sections":["Functions","install_emptydir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments32","node_type":"table","page":"Functions","sections":["Functions","install_subdir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments33","node_type":"table","page":"Functions","sections":["Functions","install_symlink()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments40","node_type":"table","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments42","node_type":"table","page":"Functions","sections":["Functions","run_command()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments43","node_type":"table","page":"Functions","sections":["Functions","run_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments54","node_type":"table","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_build_rpath","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_d_import_dirs","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_install_rpath","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_install_tag","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_name_prefix","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_name_suffix","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_soversion","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_vala_shared_args","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_vala_static_args","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_version","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_build_rpath","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_d_import_dirs","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_implib","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_install_rpath","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_install_tag","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_name_prefix","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_name_suffix","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_soversion","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_vala_shared_args","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_vala_static_args","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_version","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_command","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_install_dir","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_install_tag","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target","node_type":"p","page":"Functions","sections":["Functions","custom_target()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_command","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#debug","node_type":"p","page":"Functions","sections":["Functions","debug()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#declare_dependency_d_import_dirs","node_type":"p","page":"Functions","sections":["Functions","declare_dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_fallback","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_not_found_message","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_version","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#error","node_type":"p","page":"Functions","sections":["Functions","error()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_build_rpath","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_d_import_dirs","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_implib","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_install_rpath","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_install_tag","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_name_prefix","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_name_suffix","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program","node_type":"p","page":"Functions","sections":["Functions","find_program()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#generator","node_type":"p","page":"Functions","sections":["Functions","generator()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#generator_depfile","node_type":"p","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#generator_output","node_type":"p","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#get_option","node_type":"p","page":"Functions","sections":["Functions","get_option()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#get_variable","node_type":"p","page":"Functions","sections":["Functions","get_variable()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_data_install_tag","node_type":"p","page":"Functions","sections":["Functions","install_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_emptydir_install_tag","node_type":"p","page":"Functions","sections":["Functions","install_emptydir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_subdir_install_tag","node_type":"p","page":"Functions","sections":["Functions","install_subdir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_symlink_install_tag","node_type":"p","page":"Functions","sections":["Functions","install_symlink()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_build_rpath","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_d_import_dirs","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_install_rpath","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_install_tag","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_name_prefix","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_name_suffix","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_build_rpath","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_d_import_dirs","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_install_rpath","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_install_tag","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_name_prefix","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_name_suffix","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_soversion","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_vala_shared_args","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_vala_static_args","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_version","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project","node_type":"p","page":"Functions","sections":["Functions","project()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_license","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_license_files","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_meson_version","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project_version","node_type":"p","page":"Functions","sections":["Functions","project()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_command","node_type":"p","page":"Functions","sections":["Functions","run_command()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_command_capture","node_type":"p","page":"Functions","sections":["Functions","run_command()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#run_target_command","node_type":"p","page":"Functions","sections":["Functions","run_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_build_rpath","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_d_import_dirs","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_install_rpath","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_install_tag","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_name_prefix","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_name_suffix","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_soversion","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_version","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_build_rpath","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_d_import_dirs","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_install_rpath","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_install_tag","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_name_prefix","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_name_suffix","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_build_rpath","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_d_import_dirs","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_install_rpath","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_install_tag","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_name_prefix","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_name_suffix","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#summary","node_type":"ul","page":"Functions","sections":["Functions","summary()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test","node_type":"p","page":"Functions","sections":["Functions","test()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag_install_tag","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag_replace_string","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments2","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments22","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments24","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_argument_syntax","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_argument_syntax()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_define","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_id","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_id()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_linker_id","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_linker_id()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerversion","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.version()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_code","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_code","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_code","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#deptype_name","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.type_name()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depversion","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.version()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_external_program.html#external_programfull_path","node_type":"p","page":"External program","sections":["External program (external_program)","External program methods","external_program.full_path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_external_program.html#external_programpath","node_type":"p","page":"External program","sections":["External program (external_program)","External program methods","external_program.path()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_external_program.html#external_programversion","node_type":"p","page":"External program","sections":["External program (external_program)","External program methods","external_program.version()"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#operating-system-names","node_type":"p","page":"Reference tables","sections":["Reference tables","Operating system names"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#compiler-object-get-define","node_type":"p","page":"Release 0.40","sections":["New features","Compiler object get define"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#multiple-install-directories","node_type":"p","page":"Release 0.40","sections":["New features","Multiple install directories"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#an-array-type-for-user-options","node_type":"p","page":"Release 0.44","sections":["New features","An array type for user options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#hexadecimal-string-literals","node_type":"h2","page":"Release 0.45","sections":["New features","Hexadecimal string literals"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#string-escape-character-sequence-update","node_type":"h2","page":"Release 0.46","sections":["New features","String escape character sequence update"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#array-options-treat-dopt-and-dopt-as-equivalent","node_type":"p","page":"Release 0.47","sections":["New features","Array options treat -Dopt= and -Dopt=[] as equivalent"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#concatenate-string-literals-returned-from-get_define","node_type":"h2","page":"Release 0.47","sections":["New features","Concatenate string literals returned from get_define()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-builtin-object-type-dictionary","node_type":"p","page":"Release 0.47","sections":["New features","New built-in object type: dictionary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#octal-and-binary-string-literals","node_type":"h2","page":"Release 0.47","sections":["New features","Octal and binary string literals"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-compiler-method-get_argument_syntax","node_type":"p","page":"Release 0.49","sections":["New features","New compiler method get_argument_syntax\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#fix-ninja-console-log-from-generators-with-multiple-output-nodes","node_type":"p","page":"Release 0.50.0","sections":["New features","Fix ninja console log from generators with multiple output nodes"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#include_directories-accepts-a-string","node_type":"h2","page":"Release 0.50.0","sections":["New features","\ninclude_directories accepts a string"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#dictionary-entry-using-string-variable-as-key","node_type":"h2","page":"Release 0.53.0","sections":["New features","Dictionary entry using string variable as key"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#native-file-properties","node_type":"p","page":"Release 0.54.0","sections":["New features","Native file properties"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#summary-improvements","node_type":"p","page":"Release 0.54.0","sections":["New features","Summary improvements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#added-ability-to-specify-backend-arguments-in-meson-compile","node_type":"p","page":"Release 0.55.0","sections":["New features","Added ability to specify backend arguments in meson compile\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#machine-file-constants","node_type":"p","page":"Release 0.55.0","sections":["New features","Machine file constants"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#string-concatenation-in-meson_optionstxt","node_type":"h2","page":"Release 0.55.0","sections":["New features","String concatenation in meson_options.txt"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#project-version-can-be-specified-with-a-file","node_type":"p","page":"Release 0.57.0","sections":["New features","Project version can be specified with a file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#introducing-format-strings-to-the-meson-language","node_type":"p","page":"Release 0.58.0","sections":["New features","Introducing format strings to the Meson language"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#string-replace","node_type":"h2","page":"Release 0.58.0","sections":["New features","String .replace()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#fs-module-now-accepts-files-objects","node_type":"p","page":"Release 0.59.0","sections":["New features","Fs Module now accepts files objects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#added-support-for-multiline-fstrings","node_type":"p","page":"Release 0.63.0","sections":["New features","Added support for multiline fstrings"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#compiler-check-functions-prefix-kwargs-accepts-arrays","node_type":"p","page":"Release 1.0.0","sections":["New features","Compiler check functions prefix kwargs accepts arrays"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#string-arguments-to-the-rustbindgen-include_directories-argument","node_type":"h2","page":"Release 1.0.0","sections":["New features","String arguments to the rust.bindgen include_directories argument"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#added-strsplitlines-method","node_type":"p","page":"Release 1.2.0","sections":["New features","Added str.splitlines method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#added-fill-kwarg-to-intto_string","node_type":"p","page":"Release 1.3.0","sections":["New features","Added 'fill' kwarg to int.to_string()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#using-the-script-mode","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the \"script mode\""],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#bindgen","node_type":"ul","page":"Rust module","sections":["Rust module","Functions","bindgen()"],"context":{"gi-language":["default"]}},{"url":"Rust.html#mixing-generated-and-static-sources","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Mixing Generated and Static sources"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#booleans","node_type":"p","page":"Syntax","sections":["Syntax","Booleans"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#dictionaries","node_type":"p","page":"Syntax","sections":["Syntax","Dictionaries"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#format","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String formatting",".format()"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#format-strings","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String formatting","Format strings"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#numbers","node_type":"p","page":"Syntax","sections":["Syntax","Numbers"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#replace","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String methods",".replace()"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#string-concatenation","node_type":"h3","page":"Syntax","sections":["Syntax","Strings","String concatenation"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#string-formatting","node_type":"h3","page":"Syntax","sections":["Syntax","Strings","String formatting"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#string-index","node_type":"h3","page":"Syntax","sections":["Syntax","Strings","String index"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#string-methods","node_type":"h3","page":"Syntax","sections":["Syntax","Strings","String methods"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#string-path-building","node_type":"h3","page":"Syntax","sections":["Syntax","Strings","String path building"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#strings","node_type":"p","page":"Syntax","sections":["Syntax","Strings"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#strings-running-over-multiple-lines","node_type":"p","page":"Syntax","sections":["Syntax","Strings","Strings running over multiple lines"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#strip","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String methods",".strip()"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#substring","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String methods",".substring()"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#variables","node_type":"p","page":"Syntax","sections":["Syntax","Variables"],"context":{"gi-language":["default"]}},{"url":"Wayland-module.html#scan_xml","node_type":"p","page":"Unstable Wayland Module","sections":["Unstable Wayland Module","Methods","scan_xml"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/studio b/assets/js/search/studio index b6b439877..50e417c64 100644 --- a/assets/js/search/studio +++ b/assets/js/search/studio @@ -1 +1 @@ -urls_downloaded_cb({"token":"studio","urls":[{"url":"Additional.html#subpages","node_type":"p","page":"Additional documentation","sections":[],"context":{"gi-language":["default"]}},{"url":"Build-options.html#startup-project","node_type":"p","page":"Build options","sections":["Build options","Built-in build options","Visual Studio","Startup project"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#visual-studio","node_type":"h3","page":"Build options","sections":["Build options","Built-in build options","Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#core-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Universal options","Core options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-backend","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for backend\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-genvslite","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for genvslite\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-vsenv","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for vsenv\n"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#cons4","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","Meson","Cons"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#pros1","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","CMake","Pros"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#appveyor-for-windows","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","AppVeyor for Windows"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dia-sdk","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","DIA SDK"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#4-must-have-native-support-for-platforms-that-are-in-common-use","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","4. Must have native support for platforms that are in common use"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#overview-of-the-solution","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Overview of the solution"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-implemented-in-python-rather-than-programming-language-x","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson implemented in Python rather than [programming language X]?"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#dependencies","node_type":"p","page":"Getting Meson","sections":["Getting Meson","Dependencies"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#dependncias","node_type":"p","page":"Obtendo o Meson","sections":["Obtendo o Meson","Dependências"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#","node_type":"p","page":"获取Meson","sections":["获取Meson","所需依赖"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#building-a-simple-sdl2-app-from-scratch","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Building a simple SDL2 app from scratch"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#set-up-the-build-directory","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Set up the build directory"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ide-integration","node_type":"p","page":"IDE integration","sections":["IDE integration"],"context":{"gi-language":["default"]}},{"url":"Manual.html#subpages","node_type":"p","page":"Manual","sections":[],"context":{"gi-language":["default"]}},{"url":"Meson-sample.html#a-note-to-visual-studio-users","node_type":"h2","page":"Meson sample","sections":["Meson sample","A note to Visual Studio users"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments27","node_type":"table","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_extra_files","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_extra_files","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_extra_files","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#include_directories_is_system","node_type":"p","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_extra_files","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_extra_files","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_extra_files","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_extra_files","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_extra_files","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-ids","node_type":"table","page":"Reference tables","sections":["Reference tables","Compiler ids"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#link-whole-contents-of-static-libraries","node_type":"p","page":"Release 0.40","sections":["New features","Link whole contents of static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#outputs-of-generators-can-be-used-in-custom-targets-in-the-vs-backend","node_type":"p","page":"Release 0.40","sections":["New features","Outputs of generators can be used in custom targets in the VS backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#visual-studio-2017-support","node_type":"h2","page":"Release 0.40","sections":["New features","Visual Studio 2017 support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#visual-studio-c-compiler-support","node_type":"h2","page":"Release 0.45","sections":["New features","Visual Studio C# compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#toggles-for-build-type-optimization-and-vcrt-type","node_type":"p","page":"Release 0.48","sections":["New features","Toggles for build type, optimization and vcrt type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#backendvs-now-matches-db_vscrtfrom_buildtype-behaviour-in-the-ninja-backend","node_type":"p","page":"Release 0.55.0","sections":["New features","\n--backend=vs now matches -Db_vscrt=from_buildtype behaviour in the Ninja backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#edit-and-continue-zi-is-no-longer-used-by-default-for-visual-studio","node_type":"h2","page":"Release 0.57.0","sections":["New features","\"Edit and continue\" (/ZI) is no longer used by default for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#experimental-support-for-c-modules-in-visual-studio","node_type":"h2","page":"Release 0.57.0","sections":["New features","Experimental support for C++ modules in Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#address-sanitizer-support-for-visual-studio","node_type":"h2","page":"Release 0.58.0","sections":["New features","Address sanitizer support for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#automatically-set-up-visual-studio-environment","node_type":"h2","page":"Release 0.59.0","sections":["New features","Automatically set up Visual Studio environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#developer-environment","node_type":"p","page":"Release 0.59.0","sections":["New features","Developer environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#new-vs2012-and-vs2013-backend-options","node_type":"p","page":"Release 0.59.0","sections":["New features","New vs2012 and vs2013 backend options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#force-visual-studio-environment-activation","node_type":"h2","page":"Release 0.60.0","sections":["New features","Force Visual Studio environment activation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#visual-studio-2022-backend","node_type":"h2","page":"Release 0.61.0","sections":["New features","Visual Studio 2022 backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#added-a-new-genvslite-option-for-use-with-meson-setup-","node_type":"p","page":"Release 1.2.0","sections":["New features","Added a new '--genvslite' option for use with 'meson setup ...'"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#new-for-the-generation-of-visual-studio-vcxproj-projects","node_type":"h2","page":"Release 1.2.0","sections":["New features","New for the generation of Visual Studio vcxproj projects"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#configuring-the-build-directory","node_type":"p","page":"Running Meson","sections":["Running Meson","Configuring the build directory"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#running-meson","node_type":"p","page":"Running Meson","sections":["Running Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#running-meson","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Running Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#windows","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing a compiler toolchain","Windows"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#windows1","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing Meson","Windows"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-clangcl-with-visual-studio","node_type":"h1","page":"Using with Visual Studio","sections":["Using Clang-CL with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-intelcl-icl-with-visual-studio","node_type":"h1","page":"Using with Visual Studio","sections":["Using Intel-CL (ICL) with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-with-visual-studio","node_type":"h1","page":"Using with Visual Studio","sections":["Using with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#creating-and-compiling","node_type":"p","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects","Creating and compiling"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#visual-studios-external-build-projects","node_type":"h1","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects"],"context":{"gi-language":["default"]}},{"url":"index.html#features","node_type":"ul","page":"The Meson Build system","sections":["The Meson Build system","Features"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"studio","urls":[{"url":"Additional.html#subpages","node_type":"p","page":"Additional documentation","sections":[],"context":{"gi-language":["default"]}},{"url":"Build-options.html#startup-project","node_type":"p","page":"Build options","sections":["Build options","Built-in build options","Visual Studio","Startup project"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#visual-studio","node_type":"h3","page":"Build options","sections":["Build options","Built-in build options","Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#core-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Universal options","Core options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-backend","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for backend\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-genvslite","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for genvslite\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-vsenv","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for vsenv\n"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#cons4","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","Meson","Cons"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#pros1","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","CMake","Pros"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#appveyor-for-windows","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","AppVeyor for Windows"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dia-sdk","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","DIA SDK"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#4-must-have-native-support-for-platforms-that-are-in-common-use","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","4. Must have native support for platforms that are in common use"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#overview-of-the-solution","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Overview of the solution"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-implemented-in-python-rather-than-programming-language-x","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson implemented in Python rather than [programming language X]?"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#dependencies","node_type":"p","page":"Getting Meson","sections":["Getting Meson","Dependencies"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#dependncias","node_type":"p","page":"Obtendo o Meson","sections":["Obtendo o Meson","Dependências"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#","node_type":"p","page":"获取Meson","sections":["获取Meson","所需依赖"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#building-a-simple-sdl2-app-from-scratch","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Building a simple SDL2 app from scratch"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#set-up-the-build-directory","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Set up the build directory"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ide-integration","node_type":"p","page":"IDE integration","sections":["IDE integration"],"context":{"gi-language":["default"]}},{"url":"Manual.html#subpages","node_type":"p","page":"Manual","sections":[],"context":{"gi-language":["default"]}},{"url":"Meson-sample.html#a-note-to-visual-studio-users","node_type":"h2","page":"Meson sample","sections":["Meson sample","A note to Visual Studio users"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments27","node_type":"table","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_extra_files","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_extra_files","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_extra_files","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#include_directories_is_system","node_type":"p","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_extra_files","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_extra_files","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_extra_files","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_extra_files","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_extra_files","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-ids","node_type":"table","page":"Reference tables","sections":["Reference tables","Compiler ids"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#link-whole-contents-of-static-libraries","node_type":"p","page":"Release 0.40","sections":["New features","Link whole contents of static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#outputs-of-generators-can-be-used-in-custom-targets-in-the-vs-backend","node_type":"p","page":"Release 0.40","sections":["New features","Outputs of generators can be used in custom targets in the VS backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#visual-studio-2017-support","node_type":"h2","page":"Release 0.40","sections":["New features","Visual Studio 2017 support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#visual-studio-c-compiler-support","node_type":"h2","page":"Release 0.45","sections":["New features","Visual Studio C# compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#toggles-for-build-type-optimization-and-vcrt-type","node_type":"p","page":"Release 0.48","sections":["New features","Toggles for build type, optimization and vcrt type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#backendvs-now-matches-db_vscrtfrom_buildtype-behaviour-in-the-ninja-backend","node_type":"p","page":"Release 0.55.0","sections":["New features","\n--backend=vs now matches -Db_vscrt=from_buildtype behaviour in the Ninja backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#edit-and-continue-zi-is-no-longer-used-by-default-for-visual-studio","node_type":"h2","page":"Release 0.57.0","sections":["New features","\"Edit and continue\" (/ZI) is no longer used by default for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#experimental-support-for-c-modules-in-visual-studio","node_type":"h2","page":"Release 0.57.0","sections":["New features","Experimental support for C++ modules in Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#address-sanitizer-support-for-visual-studio","node_type":"h2","page":"Release 0.58.0","sections":["New features","Address sanitizer support for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#automatically-set-up-visual-studio-environment","node_type":"h2","page":"Release 0.59.0","sections":["New features","Automatically set up Visual Studio environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#developer-environment","node_type":"p","page":"Release 0.59.0","sections":["New features","Developer environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#new-vs2012-and-vs2013-backend-options","node_type":"p","page":"Release 0.59.0","sections":["New features","New vs2012 and vs2013 backend options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#force-visual-studio-environment-activation","node_type":"h2","page":"Release 0.60.0","sections":["New features","Force Visual Studio environment activation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#visual-studio-2022-backend","node_type":"h2","page":"Release 0.61.0","sections":["New features","Visual Studio 2022 backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#added-a-new-genvslite-option-for-use-with-meson-setup-","node_type":"p","page":"Release 1.2.0","sections":["New features","Added a new '--genvslite' option for use with 'meson setup ...'"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#new-for-the-generation-of-visual-studio-vcxproj-projects","node_type":"h2","page":"Release 1.2.0","sections":["New features","New for the generation of Visual Studio vcxproj projects"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#configuring-the-build-directory","node_type":"p","page":"Running Meson","sections":["Running Meson","Configuring the build directory"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#running-meson","node_type":"p","page":"Running Meson","sections":["Running Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#running-meson","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Running Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#windows","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing a compiler toolchain","Windows"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#windows1","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing Meson","Windows"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-clangcl-with-visual-studio","node_type":"h1","page":"Using with Visual Studio","sections":["Using Clang-CL with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-intelcl-icl-with-visual-studio","node_type":"h1","page":"Using with Visual Studio","sections":["Using Intel-CL (ICL) with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-with-visual-studio","node_type":"h1","page":"Using with Visual Studio","sections":["Using with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#creating-and-compiling","node_type":"p","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects","Creating and compiling"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#visual-studios-external-build-projects","node_type":"h1","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects"],"context":{"gi-language":["default"]}},{"url":"index.html#features","node_type":"ul","page":"The Meson Build system","sections":["The Meson Build system","Features"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/subset b/assets/js/search/subset index 8160532c0..2f9ba62c4 100644 --- a/assets/js/search/subset +++ b/assets/js/search/subset @@ -1 +1 @@ -urls_downloaded_cb({"token":"subset","urls":[{"url":"Installing.html#installation-tags","node_type":"p","page":"Installing","sections":["Installing","Installation tags"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#install_sources","node_type":"ul","page":"Python module","sections":["Python module","\npython_installation object","Methods","install_sources()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#add_install_script_install_tag","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments2","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_global_arguments_language","node_type":"p","page":"Functions","sections":["Functions","add_global_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_global_link_arguments_language","node_type":"p","page":"Functions","sections":["Functions","add_global_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_arguments_language","node_type":"p","page":"Functions","sections":["Functions","add_project_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_dependencies_language","node_type":"p","page":"Functions","sections":["Functions","add_project_dependencies()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_link_arguments_language","node_type":"p","page":"Functions","sections":["Functions","add_project_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments","node_type":"table","page":"Functions","sections":["Functions","add_global_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments1","node_type":"table","page":"Functions","sections":["Functions","add_global_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments13","node_type":"table","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments14","node_type":"table","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments28","node_type":"table","page":"Functions","sections":["Functions","install_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments29","node_type":"table","page":"Functions","sections":["Functions","install_emptydir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments3","node_type":"table","page":"Functions","sections":["Functions","add_project_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments32","node_type":"table","page":"Functions","sections":["Functions","install_subdir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments33","node_type":"table","page":"Functions","sections":["Functions","install_symlink()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments4","node_type":"table","page":"Functions","sections":["Functions","add_project_dependencies()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments5","node_type":"table","page":"Functions","sections":["Functions","add_project_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments54","node_type":"table","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_install_tag","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_install_tag","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_install_tag","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_install_tag","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_install_tag","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_data_install_tag","node_type":"p","page":"Functions","sections":["Functions","install_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_emptydir_install_tag","node_type":"p","page":"Functions","sections":["Functions","install_emptydir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_subdir_install_tag","node_type":"p","page":"Functions","sections":["Functions","install_subdir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_symlink_install_tag","node_type":"p","page":"Functions","sections":["Functions","install_symlink()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_install_tag","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_install_tag","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_install_tag","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_install_tag","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_install_tag","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag_install_tag","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#mesonget_cross_property-has-been-deprecated","node_type":"p","page":"Release 0.58.0","sections":["New features","\nmeson.get_cross_property() has been deprecated"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#installation-tags","node_type":"p","page":"Release 0.60.0","sections":["New features","Installation tags"],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#proc_macro","node_type":"p","page":"Rust module","sections":["Rust module","Functions","proc_macro()"],"context":{"gi-language":["default"]}},{"url":"Yaml-RefMan.html#reference-manual","node_type":"p","page":"YAML Reference manual","sections":["Reference Manual"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"subset","urls":[{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Installing.html#installation-tags","node_type":"p","page":"Installing","sections":["Installing","Installation tags"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#install_sources","node_type":"ul","page":"Python module","sections":["Python module","\npython_installation object","Methods","install_sources()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#add_install_script_install_tag","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments2","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_install_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_global_arguments_language","node_type":"p","page":"Functions","sections":["Functions","add_global_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_global_link_arguments_language","node_type":"p","page":"Functions","sections":["Functions","add_global_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_arguments_language","node_type":"p","page":"Functions","sections":["Functions","add_project_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_dependencies_language","node_type":"p","page":"Functions","sections":["Functions","add_project_dependencies()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_link_arguments_language","node_type":"p","page":"Functions","sections":["Functions","add_project_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments","node_type":"table","page":"Functions","sections":["Functions","add_global_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments1","node_type":"table","page":"Functions","sections":["Functions","add_global_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments13","node_type":"table","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments14","node_type":"table","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments28","node_type":"table","page":"Functions","sections":["Functions","install_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments29","node_type":"table","page":"Functions","sections":["Functions","install_emptydir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments3","node_type":"table","page":"Functions","sections":["Functions","add_project_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments32","node_type":"table","page":"Functions","sections":["Functions","install_subdir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments33","node_type":"table","page":"Functions","sections":["Functions","install_symlink()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments4","node_type":"table","page":"Functions","sections":["Functions","add_project_dependencies()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments5","node_type":"table","page":"Functions","sections":["Functions","add_project_link_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments54","node_type":"table","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_install_tag","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_install_tag","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_install_tag","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_install_tag","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_install_tag","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_data_install_tag","node_type":"p","page":"Functions","sections":["Functions","install_data()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_emptydir_install_tag","node_type":"p","page":"Functions","sections":["Functions","install_emptydir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_subdir_install_tag","node_type":"p","page":"Functions","sections":["Functions","install_subdir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_symlink_install_tag","node_type":"p","page":"Functions","sections":["Functions","install_symlink()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_install_tag","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_install_tag","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_install_tag","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_install_tag","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_install_tag","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag_install_tag","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#mesonget_cross_property-has-been-deprecated","node_type":"p","page":"Release 0.58.0","sections":["New features","\nmeson.get_cross_property() has been deprecated"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#installation-tags","node_type":"p","page":"Release 0.60.0","sections":["New features","Installation tags"],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#proc_macro","node_type":"p","page":"Rust module","sections":["Rust module","Functions","proc_macro()"],"context":{"gi-language":["default"]}},{"url":"Yaml-RefMan.html#reference-manual","node_type":"p","page":"YAML Reference manual","sections":["Reference Manual"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/support b/assets/js/search/support index c7794148c..073317b97 100644 --- a/assets/js/search/support +++ b/assets/js/search/support @@ -1 +1 @@ -urls_downloaded_cb({"token":"support","urls":[{"url":"ARM-performance-test.html#arm-performance-test","node_type":"p","page":"Arm performance test","sections":["Arm performance test"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#changes-to-original-source","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","Changes to original source"],"context":{"gi-language":["default"]}},{"url":"Additional.html#subpages","node_type":"p","page":"Additional documentation","sections":[],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#notes-about-apple-bitcode-support","node_type":"h3","page":"Built-in options","sections":["Built-in options","Base options","Notes about Apple Bitcode support"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-options-object","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","\ncmake options object"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cross-compilation","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Cross compilation"],"context":{"gi-language":["default"]}},{"url":"Code-formatting.html#clangformat","node_type":"p","page":"clang-format","sections":["clang-format"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#cons","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","GNU Autotools","Cons"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#cons3","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","Bazel","Cons"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#pros","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","GNU Autotools","Pros"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#pros1","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","CMake","Pros"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#pros4","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","Meson","Pros"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#per-project-subproject-options-rewrite-since-18","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory","Per project subproject options rewrite (Since 1.8)"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#acceptance-and-merging","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Acceptance and merging"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#dependency-support-policy","node_type":"h2","page":"Contributing to Meson","sections":["Contributing to Meson","Dependency support policy"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#env","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","env"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#installed","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","installed"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#python","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Dependency support policy","Python"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#random-design-points-that-fit-nowhere-else","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Random design points that fit nowhere else"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#installing-system-and-gcc","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Installing system and GCC"],"context":{"gi-language":["default"]}},{"url":"Creating-OSX-packages.html#creating-osx-packages","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#cross-compilation","node_type":"p","page":"Cross compilation","sections":["Cross compilation"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#using-a-custom-standard-library","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Using a custom standard library"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#nvcc_arch_flags","node_type":"table","page":"Unstable CUDA Module","sections":["Unstable CUDA Module","Functions","nvcc_arch_flags()"],"context":{"gi-language":["default"]}},{"url":"Custom-build-targets.html#custom-build-targets","node_type":"p","page":"Custom build targets","sections":["Custom build targets"],"context":{"gi-language":["default"]}},{"url":"Cython.html#c-intermediate-support","node_type":"h2","page":"Cython","sections":["Cython","C++ intermediate support"],"context":{"gi-language":["default"]}},{"url":"Cython.html#cython","node_type":"p","page":"Cython","sections":["Cython"],"context":{"gi-language":["default"]}},{"url":"D.html#compiling-d-applications","node_type":"p","page":"D","sections":["Compiling D applications"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#blocks","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Blocks"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#cmake","node_type":"p","page":"Dependencies","sections":["Dependency detection method","CMake"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#config-tool","node_type":"p","page":"Dependencies","sections":["Dependency detection method","Config tool"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependencies","node_type":"p","page":"Dependencies","sections":["Dependencies"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependencies-with-custom-lookup-functionality","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#fortran-coarrays","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Fortran Coarrays"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#llvm","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","LLVM"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#objfw","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","ObjFW"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#openmp","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","OpenMP"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#qt","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Qt"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#threads","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Threads"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#zlib","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Zlib"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#4-must-have-native-support-for-platforms-that-are-in-common-use","node_type":"h3","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","4. Must have native support for platforms that are in common use"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#7-must-provide-easy-to-use-support-for-modern-sw-development-features","node_type":"h3","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","7. Must provide easy to use support for modern sw development features"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#sample-code","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Sample code"],"context":{"gi-language":["default"]}},{"url":"Donating.html#donating-to-support-meson-development","node_type":"h1","page":"Donating to support Meson development","sections":["Donating to support Meson development"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#external-project-module","node_type":"ul","page":"External Project module","sections":["External Project module"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#do-you-at-least-support-my-ancient-python-install","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","Do you at least support my ancient python install?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-cant-i-specify-target-files-with-a-wildcard","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why can't I specify target files with a wildcard?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-implemented-in-python-rather-than-programming-language-x","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson implemented in Python rather than [programming language X]?"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#packing-meson-into-a-zipapp","node_type":"p","page":"Getting Meson","sections":["Getting Meson","Downloading Meson","Packing Meson into a zipapp"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomeyelp","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.yelp()"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#target-sources","node_type":"p","page":"IDE integration","sections":["IDE integration","The targets section","Target sources"],"context":{"gi-language":["default"]}},{"url":"Installing.html#destdir-support","node_type":"h2","page":"Installing","sections":["Installing","DESTDIR support"],"context":{"gi-language":["default"]}},{"url":"Java.html#compiling-java-applications","node_type":"p","page":"Java","sections":["Compiling Java applications"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#binaries","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Binaries"],"context":{"gi-language":["default"]}},{"url":"Manual.html#subpages","node_type":"p","page":"Manual","sections":[],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#what-does-this-mean-for-support-and-compatibility","node_type":"h2","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory","What does this mean for support and compatibility?"],"context":{"gi-language":["default"]}},{"url":"Overview.html#overview","node_type":"p","page":"Overview","sections":["Overview"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#auto-headers","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Configure.ac","Auto headers"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#porting-from-autotools","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Python-3-module.html#python-3-module","node_type":"p","page":"Python 3 module","sections":["Python 3 module"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#extension_module","node_type":"ul","page":"Python module","sections":["Python module","\npython_installation object","Methods","extension_module()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#python-module","node_type":"p","page":"Python module","sections":["Python module"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#compile_moc","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","compile_moc"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#compile_resources","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","compile_resources"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#compile_translations","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","compile_translations"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#compile_ui","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","compile_ui"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#qt4-module","node_type":"p","page":"Qt4 module","sections":["Qt4 module"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#compile_moc","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","compile_moc"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#compile_resources","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","compile_resources"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#compile_translations","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","compile_translations"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#compile_ui","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","compile_ui"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#compile_moc","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","compile_moc"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#compile_resources","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","compile_resources"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#compile_translations","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","compile_translations"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#compile_ui","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","compile_ui"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments17","node_type":"table","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments27","node_type":"table","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_fallback","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_method","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#include_directories_is_system","node_type":"p","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerhas_function_attribute","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depversion","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.version()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#compile_resources","node_type":"ul","page":"Release 0.37","sections":["New features","Gnome module","compile_resources"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#llvm-ir-compilation","node_type":"p","page":"Release 0.37","sections":["New features","LLVM IR compilation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#support-for-localstatedir","node_type":"h2","page":"Release 0.37","sections":["New features","Support for localstatedir\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#intel-cc-compiler-support","node_type":"h2","page":"Release 0.38","sections":["Intel C/C++ compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#python-3-module-support","node_type":"h2","page":"Release 0.38","sections":["Python 3 module support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#support-for-arbitrary-test-setups","node_type":"h2","page":"Release 0.38","sections":["Support for arbitrary test setups"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#cygwin-support","node_type":"h2","page":"Release 0.40","sections":["New features","Cygwin support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#link-whole-contents-of-static-libraries","node_type":"p","page":"Release 0.40","sections":["New features","Link whole contents of static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#visual-studio-2017-support","node_type":"h2","page":"Release 0.40","sections":["New features","Visual Studio 2017 support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#better-quoting-of-special-characters-in-ninja-command-invocations","node_type":"p","page":"Release 0.41","sections":["New features","Better quoting of special characters in ninja command invocations"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#dependency-handler-for-llvm","node_type":"p","page":"Release 0.41","sections":["New features","Dependency Handler for LLVM"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#pkgconfig-support-for-custom-variables","node_type":"h2","page":"Release 0.41","sections":["New features","Pkgconfig support for custom variables"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#support-for-capturing-stdout-of-a-command-in-configure_file","node_type":"h2","page":"Release 0.41","sections":["New features","Support for capturing stdout of a command in configure_file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#support-for-passing-arguments-to-rust-compiler","node_type":"h2","page":"Release 0.41","sections":["New features","Support for passing arguments to Rust compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#add-support-for-genie-to-vala-compiler","node_type":"h2","page":"Release 0.42","sections":["New features","Add support for Genie to Vala compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#pkgconfig-support-for-additional-cflags","node_type":"h2","page":"Release 0.42","sections":["New features","Pkgconfig support for additional cflags"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#support-for-mpi-dependency","node_type":"h2","page":"Release 0.42","sections":["New features","Support for MPI dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#better-support-for-shared-libraries-in-nonsystem-paths","node_type":"h2","page":"Release 0.43","sections":["Better support for shared libraries in non-system paths"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#wrapsvn","node_type":"p","page":"Release 0.43","sections":["wrap-svn"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#adds-support-for-additional-qt5module-keyword-moc_extra_arguments","node_type":"h2","page":"Release 0.44","sections":["New features","Adds support for additional Qt5-Module keyword moc_extra_arguments\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#experimental-fpga-support","node_type":"h2","page":"Release 0.45","sections":["New features","Experimental FPGA support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#visual-studio-c-compiler-support","node_type":"h2","page":"Release 0.45","sections":["New features","Visual Studio C# compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#arm-compiler-for-c-and-cpp","node_type":"ul","page":"Release 0.46","sections":["New features","ARM compiler for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#string-escape-character-sequence-update","node_type":"p","page":"Release 0.46","sections":["New features","String escape character sequence update"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#support-for-lcc-compiler-for-e2k-elbrus-architecture","node_type":"h2","page":"Release 0.46","sections":["New features","Support for lcc compiler for e2k (Elbrus) architecture"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#arm-compilerversion-6-for-c-and-cpp","node_type":"ul","page":"Release 0.47","sections":["New features","ARM compiler(version 6) for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-base-build-option-for-llvm-apple-bitcode-support","node_type":"h2","page":"Release 0.47","sections":["New features","New base build option for LLVM (Apple) bitcode support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-options-to-gnomegdbus_codegen","node_type":"p","page":"Release 0.47","sections":["New features","New options to gnome.gdbus_codegen()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#polkit-support-for-privileged-installation","node_type":"h2","page":"Release 0.47","sections":["New features","Polkit support for privileged installation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#dependency-objects-now-support-the-name-method","node_type":"h2","page":"Release 0.48","sections":["New features","\ndependency() objects now support the .name() method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#dependencyversion-now-applies-to-all-dependency-types","node_type":"p","page":"Release 0.48","sections":["New features","\ndependency(version:) now applies to all dependency types"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#helper-methods-added-for-checking-gnu-style-attributes-__attribute__","node_type":"p","page":"Release 0.48","sections":["New features","Helper methods added for checking GNU style attributes: __attribute__(...)\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#deprecation-warning-in-pkgconfig-generator","node_type":"p","page":"Release 0.49","sections":["New features","Deprecation warning in pkg-config generator"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#add-warning_level-0-option","node_type":"p","page":"Release 0.50.0","sections":["New features","Add warning_level 0 option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-pgi-compiler-support","node_type":"h2","page":"Release 0.50.0","sections":["New features","Added PGI compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-the-flang-compiler","node_type":"p","page":"Release 0.50.0","sections":["New features","Added the Flang compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#cuda-support","node_type":"h2","page":"Release 0.50.0","sections":["New features","Cuda support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#fortran-coarray","node_type":"p","page":"Release 0.50.0","sections":["New features","Fortran Coarray"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#fortran-submodule-support","node_type":"h2","page":"Release 0.50.0","sections":["New features","Fortran submodule support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#hdf5","node_type":"p","page":"Release 0.50.0","sections":["New features","HDF5"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#netcdf","node_type":"p","page":"Release 0.50.0","sections":["New features","NetCDF"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#added-basic-support-for-the-xtensa-cpu-toolchain","node_type":"h2","page":"Release 0.51.0","sections":["New features","Added basic support for the Xtensa CPU toolchain"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#gpgme-dependency-now-supports-gpgmeconfig","node_type":"p","page":"Release 0.51.0","sections":["New features","gpgme dependency now supports gpgme-config"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#support-for-the-intel-compiler-on-windows-icl","node_type":"h2","page":"Release 0.51.0","sections":["New features","Support for the Intel Compiler on Windows (ICL)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#add-depth-option-to-wrapgit","node_type":"p","page":"Release 0.52.0","sections":["New features","Add depth option to wrap-git\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#better-support-for-illumos-and-solaris","node_type":"h2","page":"Release 0.52.0","sections":["New features","Better support for illumos and Solaris"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#experimental-webassembly-support-via-emscripten","node_type":"h2","page":"Release 0.52.0","sections":["New features","Experimental Webassembly support via Emscripten"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#gtkdoccheck-support","node_type":"h2","page":"Release 0.52.0","sections":["New features","gtkdoc-check support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#improved-support-for-static-libraries","node_type":"h2","page":"Release 0.52.0","sections":["New features","Improved support for static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#support-taking-environment-values-from-a-dictionary","node_type":"h2","page":"Release 0.52.0","sections":["New features","Support taking environment values from a dictionary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#cuda-dependency","node_type":"p","page":"Release 0.53.0","sections":["New features","CUDA dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#fortran_std-option","node_type":"p","page":"Release 0.53.0","sections":["New features","\nfortran_std option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#improved-cmake-subprojects-support","node_type":"h2","page":"Release 0.53.0","sections":["New features","Improved CMake subprojects support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#added-microchip-xc16-c-compiler-support","node_type":"h2","page":"Release 0.54.0","sections":["New features","Added Microchip XC16 C compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#added-texas-instruments-c2000-cc-compiler-support","node_type":"h2","page":"Release 0.54.0","sections":["New features","Added Texas Instruments C2000 C/C++ compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#backend-agnostic-compile-command","node_type":"p","page":"Release 0.54.0","sections":["New features","Backend agnostic compile command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#cmake-find_package-components-support","node_type":"h2","page":"Release 0.54.0","sections":["New features","CMake find_package COMPONENTS support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#property-support-emscriptens-wasmld","node_type":"h2","page":"Release 0.54.0","sections":["New features","Property support emscripten's wasm-ld"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#support-for-overriding-the-linker-with-ldc-and-gdc","node_type":"h2","page":"Release 0.54.0","sections":["New features","Support for overriding the linker with ldc and gdc"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#the-msi-installer-is-only-available-in-64-bit-version","node_type":"p","page":"Release 0.54.0","sections":["New features","The MSI installer is only available in 64 bit version"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#b_ndebug-support-for-d-language-compilers","node_type":"h2","page":"Release 0.55.0","sections":["New features","b_ndebug support for D language compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#clang-coverage-support","node_type":"h2","page":"Release 0.55.0","sections":["New features","Clang coverage support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#machine-file-constants","node_type":"p","page":"Release 0.55.0","sections":["New features","Machine file constants"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#add-support-for-all-windows-subsystem-types","node_type":"h2","page":"Release 0.56.0","sections":["New features","Add support for all Windows subsystem types"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#added-compcert-c-compiler","node_type":"p","page":"Release 0.56.0","sections":["New features","Added CompCert C compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#added-nvidia-hpc-sdk-compilers","node_type":"p","page":"Release 0.56.0","sections":["New features","Added NVidia HPC SDK compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#cmake-subproject-cross-compilation-support","node_type":"h2","page":"Release 0.56.0","sections":["New features","CMake subproject cross compilation support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#consistency-between-declare_dependency-and-pkgconfiggenerate-variables","node_type":"p","page":"Release 0.56.0","sections":["New features","Consistency between declare_dependency() and pkgconfig.generate() variables"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#include_type-support-for-the-cmake-subproject-object-dependency-method","node_type":"h2","page":"Release 0.56.0","sections":["New features","\ninclude_type support for the CMake subproject object dependency method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#preliminary-aix-support","node_type":"h2","page":"Release 0.56.0","sections":["New features","Preliminary AIX support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#python-35-support-will-be-dropped-in-the-next-release","node_type":"h2","page":"Release 0.56.0","sections":["New features","Python 3.5 support will be dropped in the next release"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#add-support-for-prelinked-static-libraries","node_type":"h2","page":"Release 0.57.0","sections":["New features","Add support for prelinked static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#cmake-find_package-version-support","node_type":"h2","page":"Release 0.57.0","sections":["New features","CMake find_package version support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#experimental-support-for-c-modules-in-visual-studio","node_type":"h2","page":"Release 0.57.0","sections":["New features","Experimental support for C++ modules in Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#knob-to-control-lto-thread","node_type":"p","page":"Release 0.57.0","sections":["New features","Knob to control LTO thread"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#qt6-module","node_type":"p","page":"Release 0.57.0","sections":["New features","Qt6 module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#rust-now-has-an-std-option","node_type":"p","page":"Release 0.57.0","sections":["New features","Rust now has an std option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#support-added-for-llvms-thinlto","node_type":"h2","page":"Release 0.57.0","sections":["New features","Support added for LLVM's thinLTO"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#support-for-reading-files-at-configuration-time-with-the-fs-module","node_type":"h2","page":"Release 0.57.0","sections":["New features","Support for reading files at configuration time with the fs module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#address-sanitizer-support-for-visual-studio","node_type":"h2","page":"Release 0.58.0","sections":["New features","Address sanitizer support for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#clangformat-include-and-ignore-lists","node_type":"p","page":"Release 0.58.0","sections":["New features","clang-format include and ignore lists"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#developer-environment","node_type":"p","page":"Release 0.59.0","sections":["New features","Developer environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#new-custom-dependency-for-libintl","node_type":"p","page":"Release 0.59.0","sections":["New features","New custom dependency for libintl"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#support-for-the-wine-resource-compiler","node_type":"h2","page":"Release 0.59.0","sections":["New features","Support for the Wine Resource Compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#add-support-for-find_library-in-emscripten","node_type":"h2","page":"Release 0.60.0","sections":["New features","Add support for find_library in Emscripten"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#added-support-for-cla-sources-when-crosscompiling-with-the-c2000-toolchain","node_type":"h2","page":"Release 0.60.0","sections":["New features","Added support for CLA sources when cross-compiling with the C2000 toolchain"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#cython-can-now-transpile-to-c-as-an-intermediate-language","node_type":"p","page":"Release 0.60.0","sections":["New features","Cython can now transpile to C++ as an intermediate language"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#improvements-for-the-rustc-compiler","node_type":"ul","page":"Release 0.60.0","sections":["New features","Improvements for the Rustc compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#support-for-clippydriver-as-a-rustc-wrapper","node_type":"h2","page":"Release 0.60.0","sections":["New features","Support for clippy-driver as a rustc wrapper"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#waf-support-in-externalproject-module","node_type":"h2","page":"Release 0.60.0","sections":["New features","Waf support in external-project module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#added-support-for-sccache","node_type":"h2","page":"Release 0.61.0","sections":["New features","Added support for sccache"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#python-36-support-will-be-dropped-in-the-next-release","node_type":"h2","page":"Release 0.61.0","sections":["New features","Python 3.6 support will be dropped in the next release"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#support-for-cmake-314-is-now-deprecated-for-cmake-subprojects","node_type":"h2","page":"Release 0.61.0","sections":["New features","Support for CMake <3.14 is now deprecated for CMake subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#visual-studio-2022-backend","node_type":"p","page":"Release 0.61.0","sections":["New features","Visual Studio 2022 backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-support-for-texas-instruments-msp430-and-arm-compilers","node_type":"h2","page":"Release 0.62.0","sections":["New features","Added support for Texas Instruments MSP430 and ARM compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-support-for-xml-translations-using-itstool","node_type":"h2","page":"Release 0.62.0","sections":["New features","Added support for XML translations using itstool"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#all-directory-options-now-support-paths-outside-of-prefix","node_type":"h2","page":"Release 0.62.0","sections":["New features","All directory options now support paths outside of prefix"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#cmake-server-api-support-is-removed","node_type":"h2","page":"Release 0.62.0","sections":["New features","CMake server API support is removed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#cmake-support-for-versions-3170-is-deprecated","node_type":"h2","page":"Release 0.62.0","sections":["New features","CMake support for versions <3.17.0 is deprecated"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#experimental-command-to-convert-environments-to-cross-files","node_type":"p","page":"Release 0.62.0","sections":["New features","Experimental command to convert environments to cross files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#rust-procmacro-crates","node_type":"p","page":"Release 0.62.0","sections":["New features","Rust proc-macro crates"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#support-for-arm-ltd-clang-toolchain","node_type":"h2","page":"Release 0.62.0","sections":["New features","Support for ARM Ltd. Clang toolchain"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#added-support-for-multiline-fstrings","node_type":"h2","page":"Release 0.63.0","sections":["New features","Added support for multiline fstrings"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#support-for-mold-linker-added","node_type":"h2","page":"Release 0.63.0","sections":["New features","Support for mold linker added"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#basic-support-for-oneapi-compilers-on-linux-and-windows","node_type":"h2","page":"Release 0.64.0","sections":["New features","Basic support for oneAPI compilers on Linux and Windows"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#bsd-support-for-the-jni-dependency","node_type":"h2","page":"Release 0.64.0","sections":["New features","BSD support for the jni dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#compiler-check-functions-prefix-kwargs-accepts-arrays","node_type":"p","page":"Release 1.0.0","sections":["New features","Compiler check functions prefix kwargs accepts arrays"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#new-pybind11-custom-dependency","node_type":"p","page":"Release 1.1.0","sections":["New features","New pybind11 custom dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#support-for-reading-options-from-mesonoptions","node_type":"h2","page":"Release 1.1.0","sections":["New features","Support for reading options from meson.options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#added-metrowerks-cc-toolchains","node_type":"p","page":"Release 1.2.0","sections":["New features","Added Metrowerks C/C++ toolchains"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#generatorprocessgeneratorprocess","node_type":"p","page":"Release 1.2.0","sections":["New features","generator.process(generator.process(...))"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#support-for-defining-crate-names-of-rust-dependencies-in-rust-targets","node_type":"h2","page":"Release 1.2.0","sections":["New features","Support for defining crate names of Rust dependencies in Rust targets"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#all-compiler-has_-methods-support-the-required-keyword","node_type":"h2","page":"Release 1.3.0","sections":["New features","All compiler has_* methods support the required keyword"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#pkgconfig-dependencies-can-now-get-a-variable-with-multiple-replacements","node_type":"p","page":"Release 1.3.0","sections":["New features","pkg-config dependencies can now get a variable with multiple replacements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#support-targeting-pythons-limited-c-api","node_type":"h2","page":"Release 1.3.0","sections":["New features","Support targeting Python's limited C API"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#unified-message-strformat-and-fstring-formatting","node_type":"p","page":"Release 1.3.0","sections":["New features","Unified message(), str.format() and f-string formatting"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#added-support-for-build_tgt-custom_tgt-and-custom_idx-to-certain-fs-module-functions","node_type":"h2","page":"Release 1.4.0","sections":["New features","Added support for build_tgt, custom_tgt, and custom_idx to certain FS module functions"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#new-numpy-custom-dependency","node_type":"p","page":"Release 1.4.0","sections":["New features","New numpy custom dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#stldebug-gains-clang-support","node_type":"h2","page":"Release 1.4.0","sections":["New features","\nstldebug gains Clang support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#added-support-cargolock-file","node_type":"h2","page":"Release 1.5.0","sections":["New features","Added support Cargo.lock file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#added-support-for-gccs-null_terminated_string_arg-function-attribute","node_type":"h2","page":"Release 1.5.0","sections":["New features","Added support for GCC's null_terminated_string_arg function attribute"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#basic-support-for-ti-arm-clang-tiarmclang","node_type":"h2","page":"Release 1.5.0","sections":["New features","Basic support for TI Arm Clang (tiarmclang)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#required-kwarg-on-more-compiler-methods","node_type":"p","page":"Release 1.5.0","sections":["New features","Required kwarg on more compiler methods"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#support-for-bztar-in-meson-dist","node_type":"h2","page":"Release 1.5.0","sections":["New features","Support for bztar in meson dist\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#support-for-texas-instruments-c6000-cc-compiler","node_type":"h2","page":"Release 1.5.0","sections":["New features","Support for Texas Instruments C6000 C/C++ compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#support-of-indexed-plainname-and-basename","node_type":"h2","page":"Release 1.5.0","sections":["New features","Support of indexed @PLAINNAME@ and @BASENAME@\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#nvc-and-nvc-now-support-setting-std","node_type":"h2","page":"Release 1.6.0","sections":["New features","nvc and nvc++ now support setting std"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#support-for-dia-sdk","node_type":"h2","page":"Release 1.6.0","sections":["New features","Support for DIA SDK"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#support-for-llvmbased-flang-compiler","node_type":"h2","page":"Release 1.6.0","sections":["New features","Support for LLVM-based flang compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#support-for-openxl-compiler-in-aix","node_type":"h2","page":"Release 1.6.0","sections":["New features","Support for OpenXL compiler in AIX."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#support-for-variable-in-system-dependencies","node_type":"h2","page":"Release 1.6.0","sections":["New features","Support for variable in system dependencies"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#devenv-support-in-external-project-module","node_type":"h2","page":"Release 1.7.0","sections":["New features","Devenv support in external project module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#fixed-sizeof-and-find_library-methods-for-fortran-compilers","node_type":"p","page":"Release 1.7.0","sections":["New features","Fixed sizeof and find_library methods for Fortran compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#support-for-rust-2024","node_type":"h2","page":"Release 1.7.0","sections":["New features","Support for Rust 2024"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#support-tasking-vxtoolset","node_type":"h2","page":"Release 1.7.0","sections":["New features","Support TASKING VX-Toolset"],"context":{"gi-language":["default"]}},{"url":"Reproducible-builds.html#reproducible-builds","node_type":"p","page":"Reproducible builds","sections":["Reproducible builds"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#running-tests","node_type":"p","page":"Running Meson","sections":["Running Meson","Running tests"],"context":{"gi-language":["default"]}},{"url":"Rust.html#mixing-rust-and-nonrust-sources","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Mixing Rust and non-Rust sources"],"context":{"gi-language":["default"]}},{"url":"Simd-module.html#usage","node_type":"p","page":"Unstable SIMD module","sections":["Unstable SIMD module","Usage"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#source-set-module","node_type":"p","page":"Source set module","sections":["Source set module"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#argument-flattening","node_type":"p","page":"Syntax","sections":["Syntax","Function calls","Argument flattening"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#format-strings","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String formatting","Format strings"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#string-index","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String index"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#string-methods","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String methods"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#strings-running-over-multiple-lines","node_type":"p","page":"Syntax","sections":["Syntax","Strings","Strings running over multiple lines"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#userdefined-functions-and-methods","node_type":"p","page":"Syntax","sections":["Syntax","User-defined functions and methods"],"context":{"gi-language":["default"]}},{"url":"Threads.html#threads","node_type":"p","page":"Threads","sections":["Threads"],"context":{"gi-language":["default"]}},{"url":"Unity-builds.html#unity-builds","node_type":"p","page":"Unity builds","sections":["Unity builds"],"context":{"gi-language":["default"]}},{"url":"Users.html#list-of-projects-using-meson","node_type":"ul","page":"Users","sections":["List of projects using Meson"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-clangcl-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using Clang-CL with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#adding-sources-to-the-project","node_type":"p","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects","Adding sources to the project"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#avoid-exposing-compilable-source-files-in-declare_dependency","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Avoid exposing compilable source files in declare_dependency"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#specific-to-wrapgit","node_type":"ul","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Accepted configuration properties for wraps","Specific to wrap-git"],"context":{"gi-language":["default"]}},{"url":"howtox.html#producing-a-coverage-report","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Producing a coverage report"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-address-sanitizer","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use address sanitizer"],"context":{"gi-language":["default"]}},{"url":"index.html#features","node_type":"ul","page":"The Meson Build system","sections":["The Meson Build system","Features"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"support","urls":[{"url":"ARM-performance-test.html#arm-performance-test","node_type":"p","page":"Arm performance test","sections":["Arm performance test"],"context":{"gi-language":["default"]}},{"url":"Adding-new-projects-to-wrapdb.html#changes-to-original-source","node_type":"p","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","Changes to original source"],"context":{"gi-language":["default"]}},{"url":"Additional.html#subpages","node_type":"p","page":"Additional documentation","sections":[],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#notes-about-apple-bitcode-support","node_type":"h3","page":"Built-in options","sections":["Built-in options","Base options","Notes about Apple Bitcode support"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-options-object","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","\ncmake options object"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cross-compilation","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Cross compilation"],"context":{"gi-language":["default"]}},{"url":"Code-formatting.html#clangformat","node_type":"p","page":"clang-format","sections":["clang-format"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#cons","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","GNU Autotools","Cons"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#cons3","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","Bazel","Cons"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#pros","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","GNU Autotools","Pros"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#pros1","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","CMake","Pros"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#pros4","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","Meson","Pros"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#per-project-subproject-options-rewrite-since-18","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory","Per project subproject options rewrite (Since 1.8)"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#acceptance-and-merging","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Acceptance and merging"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#dependency-support-policy","node_type":"h2","page":"Contributing to Meson","sections":["Contributing to Meson","Dependency support policy"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#env","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","env"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#installed","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","installed"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#python","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Dependency support policy","Python"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#random-design-points-that-fit-nowhere-else","node_type":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Random design points that fit nowhere else"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#installing-system-and-gcc","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Installing system and GCC"],"context":{"gi-language":["default"]}},{"url":"Creating-OSX-packages.html#creating-osx-packages","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#cross-compilation","node_type":"p","page":"Cross compilation","sections":["Cross compilation"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#using-a-custom-standard-library","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Using a custom standard library"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#nvcc_arch_flags","node_type":"table","page":"Unstable CUDA Module","sections":["Unstable CUDA Module","Functions","nvcc_arch_flags()"],"context":{"gi-language":["default"]}},{"url":"Custom-build-targets.html#custom-build-targets","node_type":"p","page":"Custom build targets","sections":["Custom build targets"],"context":{"gi-language":["default"]}},{"url":"Cython.html#c-intermediate-support","node_type":"h2","page":"Cython","sections":["Cython","C++ intermediate support"],"context":{"gi-language":["default"]}},{"url":"Cython.html#cython","node_type":"p","page":"Cython","sections":["Cython"],"context":{"gi-language":["default"]}},{"url":"D.html#compiling-d-applications","node_type":"p","page":"D","sections":["Compiling D applications"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#blocks","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Blocks"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#cmake","node_type":"p","page":"Dependencies","sections":["Dependency detection method","CMake"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#config-tool","node_type":"p","page":"Dependencies","sections":["Dependency detection method","Config tool"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependencies","node_type":"p","page":"Dependencies","sections":["Dependencies"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dependencies-with-custom-lookup-functionality","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#fortran-coarrays","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Fortran Coarrays"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#llvm","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","LLVM"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#objfw","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","ObjFW"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#openmp","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","OpenMP"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#qt","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Qt"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#threads","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Threads"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#zlib","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Zlib"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#4-must-have-native-support-for-platforms-that-are-in-common-use","node_type":"h3","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","4. Must have native support for platforms that are in common use"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#7-must-provide-easy-to-use-support-for-modern-sw-development-features","node_type":"h3","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","7. Must provide easy to use support for modern sw development features"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#sample-code","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Sample code"],"context":{"gi-language":["default"]}},{"url":"Donating.html#donating-to-support-meson-development","node_type":"h1","page":"Donating to support Meson development","sections":["Donating to support Meson development"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#external-project-module","node_type":"ul","page":"External Project module","sections":["External Project module"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#do-you-at-least-support-my-ancient-python-install","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","Do you at least support my ancient python install?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-cant-i-specify-target-files-with-a-wildcard","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why can't I specify target files with a wildcard?"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-implemented-in-python-rather-than-programming-language-x","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson implemented in Python rather than [programming language X]?"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#packing-meson-into-a-zipapp","node_type":"p","page":"Getting Meson","sections":["Getting Meson","Downloading Meson","Packing Meson into a zipapp"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomeyelp","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.yelp()"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#target-sources","node_type":"p","page":"IDE integration","sections":["IDE integration","The targets section","Target sources"],"context":{"gi-language":["default"]}},{"url":"Installing.html#destdir-support","node_type":"h2","page":"Installing","sections":["Installing","DESTDIR support"],"context":{"gi-language":["default"]}},{"url":"Java.html#compiling-java-applications","node_type":"p","page":"Java","sections":["Compiling Java applications"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#binaries","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Binaries"],"context":{"gi-language":["default"]}},{"url":"Manual.html#subpages","node_type":"p","page":"Manual","sections":[],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#what-does-this-mean-for-support-and-compatibility","node_type":"h2","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory","What does this mean for support and compatibility?"],"context":{"gi-language":["default"]}},{"url":"Overview.html#overview","node_type":"p","page":"Overview","sections":["Overview"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#auto-headers","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Configure.ac","Auto headers"],"context":{"gi-language":["default"]}},{"url":"Porting-from-autotools.html#porting-from-autotools","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools"],"context":{"gi-language":["default"]}},{"url":"Precompiled-headers.html#precompiled-headers","node_type":"p","page":"Precompiled headers","sections":["Precompiled headers"],"context":{"gi-language":["default"]}},{"url":"Python-3-module.html#python-3-module","node_type":"p","page":"Python 3 module","sections":["Python 3 module"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#extension_module","node_type":"ul","page":"Python module","sections":["Python module","\npython_installation object","Methods","extension_module()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#python-module","node_type":"p","page":"Python module","sections":["Python module"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#compile_moc","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","compile_moc"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#compile_resources","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","compile_resources"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#compile_translations","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","compile_translations"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#compile_ui","node_type":"ul","page":"Qt4 module","sections":["Qt4 module","compile_ui"],"context":{"gi-language":["default"]}},{"url":"Qt4-module.html#qt4-module","node_type":"p","page":"Qt4 module","sections":["Qt4 module"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#compile_moc","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","compile_moc"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#compile_resources","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","compile_resources"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#compile_translations","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","compile_translations"],"context":{"gi-language":["default"]}},{"url":"Qt5-module.html#compile_ui","node_type":"ul","page":"Qt5 module","sections":["Qt5 module","compile_ui"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#compile_moc","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","compile_moc"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#compile_resources","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","compile_resources"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#compile_translations","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","compile_translations"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#compile_ui","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","compile_ui"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments17","node_type":"table","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments27","node_type":"table","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_fallback","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_method","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#include_directories_is_system","node_type":"p","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_gnu_symbol_visibility","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerhas_function_attribute","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#depversion","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.version()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#compile_resources","node_type":"ul","page":"Release 0.37","sections":["New features","Gnome module","compile_resources"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#llvm-ir-compilation","node_type":"p","page":"Release 0.37","sections":["New features","LLVM IR compilation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#support-for-localstatedir","node_type":"h2","page":"Release 0.37","sections":["New features","Support for localstatedir\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#intel-cc-compiler-support","node_type":"h2","page":"Release 0.38","sections":["Intel C/C++ compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#python-3-module-support","node_type":"h2","page":"Release 0.38","sections":["Python 3 module support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#support-for-arbitrary-test-setups","node_type":"h2","page":"Release 0.38","sections":["Support for arbitrary test setups"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#cygwin-support","node_type":"h2","page":"Release 0.40","sections":["New features","Cygwin support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#link-whole-contents-of-static-libraries","node_type":"p","page":"Release 0.40","sections":["New features","Link whole contents of static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#visual-studio-2017-support","node_type":"h2","page":"Release 0.40","sections":["New features","Visual Studio 2017 support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#better-quoting-of-special-characters-in-ninja-command-invocations","node_type":"p","page":"Release 0.41","sections":["New features","Better quoting of special characters in ninja command invocations"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#dependency-handler-for-llvm","node_type":"p","page":"Release 0.41","sections":["New features","Dependency Handler for LLVM"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#pkgconfig-support-for-custom-variables","node_type":"h2","page":"Release 0.41","sections":["New features","Pkgconfig support for custom variables"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#support-for-capturing-stdout-of-a-command-in-configure_file","node_type":"h2","page":"Release 0.41","sections":["New features","Support for capturing stdout of a command in configure_file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-41-0.html#support-for-passing-arguments-to-rust-compiler","node_type":"h2","page":"Release 0.41","sections":["New features","Support for passing arguments to Rust compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#add-support-for-genie-to-vala-compiler","node_type":"h2","page":"Release 0.42","sections":["New features","Add support for Genie to Vala compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#pkgconfig-support-for-additional-cflags","node_type":"h2","page":"Release 0.42","sections":["New features","Pkgconfig support for additional cflags"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#support-for-mpi-dependency","node_type":"h2","page":"Release 0.42","sections":["New features","Support for MPI dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#better-support-for-shared-libraries-in-nonsystem-paths","node_type":"h2","page":"Release 0.43","sections":["Better support for shared libraries in non-system paths"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#wrapsvn","node_type":"p","page":"Release 0.43","sections":["wrap-svn"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#adds-support-for-additional-qt5module-keyword-moc_extra_arguments","node_type":"h2","page":"Release 0.44","sections":["New features","Adds support for additional Qt5-Module keyword moc_extra_arguments\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#experimental-fpga-support","node_type":"h2","page":"Release 0.45","sections":["New features","Experimental FPGA support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#visual-studio-c-compiler-support","node_type":"h2","page":"Release 0.45","sections":["New features","Visual Studio C# compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#arm-compiler-for-c-and-cpp","node_type":"ul","page":"Release 0.46","sections":["New features","ARM compiler for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#string-escape-character-sequence-update","node_type":"p","page":"Release 0.46","sections":["New features","String escape character sequence update"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#support-for-lcc-compiler-for-e2k-elbrus-architecture","node_type":"h2","page":"Release 0.46","sections":["New features","Support for lcc compiler for e2k (Elbrus) architecture"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#arm-compilerversion-6-for-c-and-cpp","node_type":"ul","page":"Release 0.47","sections":["New features","ARM compiler(version 6) for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-base-build-option-for-llvm-apple-bitcode-support","node_type":"h2","page":"Release 0.47","sections":["New features","New base build option for LLVM (Apple) bitcode support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-options-to-gnomegdbus_codegen","node_type":"p","page":"Release 0.47","sections":["New features","New options to gnome.gdbus_codegen()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#polkit-support-for-privileged-installation","node_type":"h2","page":"Release 0.47","sections":["New features","Polkit support for privileged installation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#dependency-objects-now-support-the-name-method","node_type":"h2","page":"Release 0.48","sections":["New features","\ndependency() objects now support the .name() method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#dependencyversion-now-applies-to-all-dependency-types","node_type":"p","page":"Release 0.48","sections":["New features","\ndependency(version:) now applies to all dependency types"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#helper-methods-added-for-checking-gnu-style-attributes-__attribute__","node_type":"p","page":"Release 0.48","sections":["New features","Helper methods added for checking GNU style attributes: __attribute__(...)\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#deprecation-warning-in-pkgconfig-generator","node_type":"p","page":"Release 0.49","sections":["New features","Deprecation warning in pkg-config generator"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#add-warning_level-0-option","node_type":"p","page":"Release 0.50.0","sections":["New features","Add warning_level 0 option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-pgi-compiler-support","node_type":"h2","page":"Release 0.50.0","sections":["New features","Added PGI compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-the-flang-compiler","node_type":"p","page":"Release 0.50.0","sections":["New features","Added the Flang compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#cuda-support","node_type":"h2","page":"Release 0.50.0","sections":["New features","Cuda support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#fortran-coarray","node_type":"p","page":"Release 0.50.0","sections":["New features","Fortran Coarray"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#fortran-submodule-support","node_type":"h2","page":"Release 0.50.0","sections":["New features","Fortran submodule support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#hdf5","node_type":"p","page":"Release 0.50.0","sections":["New features","HDF5"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#netcdf","node_type":"p","page":"Release 0.50.0","sections":["New features","NetCDF"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#added-basic-support-for-the-xtensa-cpu-toolchain","node_type":"h2","page":"Release 0.51.0","sections":["New features","Added basic support for the Xtensa CPU toolchain"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#gpgme-dependency-now-supports-gpgmeconfig","node_type":"p","page":"Release 0.51.0","sections":["New features","gpgme dependency now supports gpgme-config"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#support-for-the-intel-compiler-on-windows-icl","node_type":"h2","page":"Release 0.51.0","sections":["New features","Support for the Intel Compiler on Windows (ICL)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#add-depth-option-to-wrapgit","node_type":"p","page":"Release 0.52.0","sections":["New features","Add depth option to wrap-git\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#better-support-for-illumos-and-solaris","node_type":"h2","page":"Release 0.52.0","sections":["New features","Better support for illumos and Solaris"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#experimental-webassembly-support-via-emscripten","node_type":"h2","page":"Release 0.52.0","sections":["New features","Experimental Webassembly support via Emscripten"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#gtkdoccheck-support","node_type":"h2","page":"Release 0.52.0","sections":["New features","gtkdoc-check support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#improved-support-for-static-libraries","node_type":"h2","page":"Release 0.52.0","sections":["New features","Improved support for static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#support-taking-environment-values-from-a-dictionary","node_type":"h2","page":"Release 0.52.0","sections":["New features","Support taking environment values from a dictionary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#cuda-dependency","node_type":"p","page":"Release 0.53.0","sections":["New features","CUDA dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#fortran_std-option","node_type":"p","page":"Release 0.53.0","sections":["New features","\nfortran_std option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#improved-cmake-subprojects-support","node_type":"h2","page":"Release 0.53.0","sections":["New features","Improved CMake subprojects support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#added-microchip-xc16-c-compiler-support","node_type":"h2","page":"Release 0.54.0","sections":["New features","Added Microchip XC16 C compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#added-texas-instruments-c2000-cc-compiler-support","node_type":"h2","page":"Release 0.54.0","sections":["New features","Added Texas Instruments C2000 C/C++ compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#backend-agnostic-compile-command","node_type":"p","page":"Release 0.54.0","sections":["New features","Backend agnostic compile command"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#cmake-find_package-components-support","node_type":"h2","page":"Release 0.54.0","sections":["New features","CMake find_package COMPONENTS support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#property-support-emscriptens-wasmld","node_type":"h2","page":"Release 0.54.0","sections":["New features","Property support emscripten's wasm-ld"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#support-for-overriding-the-linker-with-ldc-and-gdc","node_type":"h2","page":"Release 0.54.0","sections":["New features","Support for overriding the linker with ldc and gdc"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#the-msi-installer-is-only-available-in-64-bit-version","node_type":"p","page":"Release 0.54.0","sections":["New features","The MSI installer is only available in 64 bit version"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#b_ndebug-support-for-d-language-compilers","node_type":"h2","page":"Release 0.55.0","sections":["New features","b_ndebug support for D language compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#clang-coverage-support","node_type":"h2","page":"Release 0.55.0","sections":["New features","Clang coverage support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#machine-file-constants","node_type":"p","page":"Release 0.55.0","sections":["New features","Machine file constants"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#add-support-for-all-windows-subsystem-types","node_type":"h2","page":"Release 0.56.0","sections":["New features","Add support for all Windows subsystem types"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#added-compcert-c-compiler","node_type":"p","page":"Release 0.56.0","sections":["New features","Added CompCert C compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#added-nvidia-hpc-sdk-compilers","node_type":"p","page":"Release 0.56.0","sections":["New features","Added NVidia HPC SDK compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#cmake-subproject-cross-compilation-support","node_type":"h2","page":"Release 0.56.0","sections":["New features","CMake subproject cross compilation support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#consistency-between-declare_dependency-and-pkgconfiggenerate-variables","node_type":"p","page":"Release 0.56.0","sections":["New features","Consistency between declare_dependency() and pkgconfig.generate() variables"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#include_type-support-for-the-cmake-subproject-object-dependency-method","node_type":"h2","page":"Release 0.56.0","sections":["New features","\ninclude_type support for the CMake subproject object dependency method"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#preliminary-aix-support","node_type":"h2","page":"Release 0.56.0","sections":["New features","Preliminary AIX support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#python-35-support-will-be-dropped-in-the-next-release","node_type":"h2","page":"Release 0.56.0","sections":["New features","Python 3.5 support will be dropped in the next release"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#add-support-for-prelinked-static-libraries","node_type":"h2","page":"Release 0.57.0","sections":["New features","Add support for prelinked static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#cmake-find_package-version-support","node_type":"h2","page":"Release 0.57.0","sections":["New features","CMake find_package version support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#experimental-support-for-c-modules-in-visual-studio","node_type":"h2","page":"Release 0.57.0","sections":["New features","Experimental support for C++ modules in Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#knob-to-control-lto-thread","node_type":"p","page":"Release 0.57.0","sections":["New features","Knob to control LTO thread"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#qt6-module","node_type":"p","page":"Release 0.57.0","sections":["New features","Qt6 module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#rust-now-has-an-std-option","node_type":"p","page":"Release 0.57.0","sections":["New features","Rust now has an std option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#support-added-for-llvms-thinlto","node_type":"h2","page":"Release 0.57.0","sections":["New features","Support added for LLVM's thinLTO"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#support-for-reading-files-at-configuration-time-with-the-fs-module","node_type":"h2","page":"Release 0.57.0","sections":["New features","Support for reading files at configuration time with the fs module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#address-sanitizer-support-for-visual-studio","node_type":"h2","page":"Release 0.58.0","sections":["New features","Address sanitizer support for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#clangformat-include-and-ignore-lists","node_type":"p","page":"Release 0.58.0","sections":["New features","clang-format include and ignore lists"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#developer-environment","node_type":"p","page":"Release 0.59.0","sections":["New features","Developer environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#new-custom-dependency-for-libintl","node_type":"p","page":"Release 0.59.0","sections":["New features","New custom dependency for libintl"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#support-for-the-wine-resource-compiler","node_type":"h2","page":"Release 0.59.0","sections":["New features","Support for the Wine Resource Compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#add-support-for-find_library-in-emscripten","node_type":"h2","page":"Release 0.60.0","sections":["New features","Add support for find_library in Emscripten"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#added-support-for-cla-sources-when-crosscompiling-with-the-c2000-toolchain","node_type":"h2","page":"Release 0.60.0","sections":["New features","Added support for CLA sources when cross-compiling with the C2000 toolchain"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#cython-can-now-transpile-to-c-as-an-intermediate-language","node_type":"p","page":"Release 0.60.0","sections":["New features","Cython can now transpile to C++ as an intermediate language"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#improvements-for-the-rustc-compiler","node_type":"ul","page":"Release 0.60.0","sections":["New features","Improvements for the Rustc compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#support-for-clippydriver-as-a-rustc-wrapper","node_type":"h2","page":"Release 0.60.0","sections":["New features","Support for clippy-driver as a rustc wrapper"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#waf-support-in-externalproject-module","node_type":"h2","page":"Release 0.60.0","sections":["New features","Waf support in external-project module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#added-support-for-sccache","node_type":"h2","page":"Release 0.61.0","sections":["New features","Added support for sccache"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#python-36-support-will-be-dropped-in-the-next-release","node_type":"h2","page":"Release 0.61.0","sections":["New features","Python 3.6 support will be dropped in the next release"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#support-for-cmake-314-is-now-deprecated-for-cmake-subprojects","node_type":"h2","page":"Release 0.61.0","sections":["New features","Support for CMake <3.14 is now deprecated for CMake subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#visual-studio-2022-backend","node_type":"p","page":"Release 0.61.0","sections":["New features","Visual Studio 2022 backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-support-for-texas-instruments-msp430-and-arm-compilers","node_type":"h2","page":"Release 0.62.0","sections":["New features","Added support for Texas Instruments MSP430 and ARM compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#added-support-for-xml-translations-using-itstool","node_type":"h2","page":"Release 0.62.0","sections":["New features","Added support for XML translations using itstool"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#all-directory-options-now-support-paths-outside-of-prefix","node_type":"h2","page":"Release 0.62.0","sections":["New features","All directory options now support paths outside of prefix"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#cmake-server-api-support-is-removed","node_type":"h2","page":"Release 0.62.0","sections":["New features","CMake server API support is removed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#cmake-support-for-versions-3170-is-deprecated","node_type":"h2","page":"Release 0.62.0","sections":["New features","CMake support for versions <3.17.0 is deprecated"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#experimental-command-to-convert-environments-to-cross-files","node_type":"p","page":"Release 0.62.0","sections":["New features","Experimental command to convert environments to cross files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#rust-procmacro-crates","node_type":"p","page":"Release 0.62.0","sections":["New features","Rust proc-macro crates"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#support-for-arm-ltd-clang-toolchain","node_type":"h2","page":"Release 0.62.0","sections":["New features","Support for ARM Ltd. Clang toolchain"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#added-support-for-multiline-fstrings","node_type":"h2","page":"Release 0.63.0","sections":["New features","Added support for multiline fstrings"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#support-for-mold-linker-added","node_type":"h2","page":"Release 0.63.0","sections":["New features","Support for mold linker added"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#basic-support-for-oneapi-compilers-on-linux-and-windows","node_type":"h2","page":"Release 0.64.0","sections":["New features","Basic support for oneAPI compilers on Linux and Windows"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#bsd-support-for-the-jni-dependency","node_type":"h2","page":"Release 0.64.0","sections":["New features","BSD support for the jni dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#compiler-check-functions-prefix-kwargs-accepts-arrays","node_type":"p","page":"Release 1.0.0","sections":["New features","Compiler check functions prefix kwargs accepts arrays"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#new-pybind11-custom-dependency","node_type":"p","page":"Release 1.1.0","sections":["New features","New pybind11 custom dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#support-for-reading-options-from-mesonoptions","node_type":"h2","page":"Release 1.1.0","sections":["New features","Support for reading options from meson.options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#added-metrowerks-cc-toolchains","node_type":"p","page":"Release 1.2.0","sections":["New features","Added Metrowerks C/C++ toolchains"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#generatorprocessgeneratorprocess","node_type":"p","page":"Release 1.2.0","sections":["New features","generator.process(generator.process(...))"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#support-for-defining-crate-names-of-rust-dependencies-in-rust-targets","node_type":"h2","page":"Release 1.2.0","sections":["New features","Support for defining crate names of Rust dependencies in Rust targets"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#all-compiler-has_-methods-support-the-required-keyword","node_type":"h2","page":"Release 1.3.0","sections":["New features","All compiler has_* methods support the required keyword"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#pkgconfig-dependencies-can-now-get-a-variable-with-multiple-replacements","node_type":"p","page":"Release 1.3.0","sections":["New features","pkg-config dependencies can now get a variable with multiple replacements"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#support-targeting-pythons-limited-c-api","node_type":"h2","page":"Release 1.3.0","sections":["New features","Support targeting Python's limited C API"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#unified-message-strformat-and-fstring-formatting","node_type":"p","page":"Release 1.3.0","sections":["New features","Unified message(), str.format() and f-string formatting"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#added-support-for-build_tgt-custom_tgt-and-custom_idx-to-certain-fs-module-functions","node_type":"h2","page":"Release 1.4.0","sections":["New features","Added support for build_tgt, custom_tgt, and custom_idx to certain FS module functions"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#new-numpy-custom-dependency","node_type":"p","page":"Release 1.4.0","sections":["New features","New numpy custom dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#stldebug-gains-clang-support","node_type":"h2","page":"Release 1.4.0","sections":["New features","\nstldebug gains Clang support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#added-support-cargolock-file","node_type":"h2","page":"Release 1.5.0","sections":["New features","Added support Cargo.lock file"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#added-support-for-gccs-null_terminated_string_arg-function-attribute","node_type":"h2","page":"Release 1.5.0","sections":["New features","Added support for GCC's null_terminated_string_arg function attribute"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#basic-support-for-ti-arm-clang-tiarmclang","node_type":"h2","page":"Release 1.5.0","sections":["New features","Basic support for TI Arm Clang (tiarmclang)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#required-kwarg-on-more-compiler-methods","node_type":"p","page":"Release 1.5.0","sections":["New features","Required kwarg on more compiler methods"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#support-for-bztar-in-meson-dist","node_type":"h2","page":"Release 1.5.0","sections":["New features","Support for bztar in meson dist\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#support-for-texas-instruments-c6000-cc-compiler","node_type":"h2","page":"Release 1.5.0","sections":["New features","Support for Texas Instruments C6000 C/C++ compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#support-of-indexed-plainname-and-basename","node_type":"h2","page":"Release 1.5.0","sections":["New features","Support of indexed @PLAINNAME@ and @BASENAME@\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#nvc-and-nvc-now-support-setting-std","node_type":"h2","page":"Release 1.6.0","sections":["New features","nvc and nvc++ now support setting std"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#support-for-dia-sdk","node_type":"h2","page":"Release 1.6.0","sections":["New features","Support for DIA SDK"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#support-for-llvmbased-flang-compiler","node_type":"h2","page":"Release 1.6.0","sections":["New features","Support for LLVM-based flang compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#support-for-openxl-compiler-in-aix","node_type":"h2","page":"Release 1.6.0","sections":["New features","Support for OpenXL compiler in AIX."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#support-for-variable-in-system-dependencies","node_type":"h2","page":"Release 1.6.0","sections":["New features","Support for variable in system dependencies"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#devenv-support-in-external-project-module","node_type":"h2","page":"Release 1.7.0","sections":["New features","Devenv support in external project module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#fixed-sizeof-and-find_library-methods-for-fortran-compilers","node_type":"p","page":"Release 1.7.0","sections":["New features","Fixed sizeof and find_library methods for Fortran compilers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#support-for-rust-2024","node_type":"h2","page":"Release 1.7.0","sections":["New features","Support for Rust 2024"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#support-tasking-vxtoolset","node_type":"h2","page":"Release 1.7.0","sections":["New features","Support TASKING VX-Toolset"],"context":{"gi-language":["default"]}},{"url":"Reproducible-builds.html#reproducible-builds","node_type":"p","page":"Reproducible builds","sections":["Reproducible builds"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#running-tests","node_type":"p","page":"Running Meson","sections":["Running Meson","Running tests"],"context":{"gi-language":["default"]}},{"url":"Rust.html#mixing-rust-and-nonrust-sources","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Mixing Rust and non-Rust sources"],"context":{"gi-language":["default"]}},{"url":"Simd-module.html#usage","node_type":"p","page":"Unstable SIMD module","sections":["Unstable SIMD module","Usage"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#source-set-module","node_type":"p","page":"Source set module","sections":["Source set module"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#argument-flattening","node_type":"p","page":"Syntax","sections":["Syntax","Function calls","Argument flattening"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#format-strings","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String formatting","Format strings"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#string-index","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String index"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#string-methods","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String methods"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#strings-running-over-multiple-lines","node_type":"p","page":"Syntax","sections":["Syntax","Strings","Strings running over multiple lines"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#userdefined-functions-and-methods","node_type":"p","page":"Syntax","sections":["Syntax","User-defined functions and methods"],"context":{"gi-language":["default"]}},{"url":"Threads.html#threads","node_type":"p","page":"Threads","sections":["Threads"],"context":{"gi-language":["default"]}},{"url":"Unity-builds.html#unity-builds","node_type":"p","page":"Unity builds","sections":["Unity builds"],"context":{"gi-language":["default"]}},{"url":"Users.html#list-of-projects-using-meson","node_type":"ul","page":"Users","sections":["List of projects using Meson"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-clangcl-with-visual-studio","node_type":"p","page":"Using with Visual Studio","sections":["Using Clang-CL with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#adding-sources-to-the-project","node_type":"p","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects","Adding sources to the project"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#avoid-exposing-compilable-source-files-in-declare_dependency","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Avoid exposing compilable source files in declare_dependency"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#specific-to-wrapgit","node_type":"ul","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Accepted configuration properties for wraps","Specific to wrap-git"],"context":{"gi-language":["default"]}},{"url":"howtox.html#producing-a-coverage-report","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Producing a coverage report"],"context":{"gi-language":["default"]}},{"url":"howtox.html#use-address-sanitizer","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Use address sanitizer"],"context":{"gi-language":["default"]}},{"url":"index.html#features","node_type":"ul","page":"The Meson Build system","sections":["The Meson Build system","Features"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/supported b/assets/js/search/supported index 8b7abfe5c..b72da0b7f 100644 --- a/assets/js/search/supported +++ b/assets/js/search/supported @@ -1 +1 @@ -urls_downloaded_cb({"token":"supported","urls":[{"url":"Build-options.html#features","node_type":"p","page":"Build options","sections":["Build options","Build option types","Features"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#libraries-and-executables","node_type":"p","page":"Build targets","sections":["Build targets","Libraries and executables"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#compiler-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Compiler options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-backend","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for backend\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-vsenv","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for vsenv\n"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-options-object","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","\ncmake options object"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#configuration-options","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Configuration options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cross-compilation","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Cross compilation"],"context":{"gi-language":["default"]}},{"url":"Commands.html#devenv","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","devenv"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#compiler-id","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Compiler id"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#dealing-with-file-encodings","node_type":"p","page":"Configuration","sections":["Configuration","Dealing with file encodings"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#per-project-subproject-options-rewrite-since-18","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory","Per project subproject options rewrite (Since 1.8)"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#do_not_set_opts","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","do_not_set_opts"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#installed","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","installed"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#project-tests","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Project tests"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#python","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Dependency support policy","Python"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#installing-system-and-gcc","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Installing system and GCC"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#using-a-custom-standard-library","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Using a custom standard library"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#nvcc_arch_flags","node_type":"table","page":"Unstable CUDA Module","sections":["Unstable CUDA Module","Functions","nvcc_arch_flags()"],"context":{"gi-language":["default"]}},{"url":"Cython.html#cython","node_type":"p","page":"Cython","sections":["Cython"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#hdf5","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","HDF5"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#mpi","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","MPI"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#netcdf","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","NetCDF"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#numpy","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","NumPy"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#wxwidgets","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","WxWidgets"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#5-must-not-add-complexity-due-to-obsolete-platforms","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","5. Must not add complexity due to obsolete platforms"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#sample-code","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Sample code"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#external-project-module","node_type":"ul","page":"External Project module","sections":["External Project module"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#do-you-at-least-support-my-ancient-python-install","node_type":"ul","page":"FAQ","sections":["Meson Frequently Asked Questions","Do you at least support my ancient python install?"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#read","node_type":"ul","page":"FS (filesystem) module","sections":["FS (filesystem) module","Filename modification","read"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomeyelp","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.yelp()"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-options","node_type":"p","page":"IDE integration","sections":["IDE integration","Build Options"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#constants","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","constants"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#supported-properties","node_type":"h4","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Properties","Supported properties"],"context":{"gi-language":["default"]}},{"url":"Meson-sample.html#meson-sample","node_type":"p","page":"Meson sample","sections":["Meson sample"],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#what-does-this-mean-for-support-and-compatibility","node_type":"ul","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory","What does this mean for support and compatibility?"],"context":{"gi-language":["default"]}},{"url":"Overview.html#overview","node_type":"p","page":"Overview","sections":["Overview"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#pkggenerate","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","pkg.generate()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#install_sources","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","install_sources()"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#troubleshooting","node_type":"p","page":"Quickstart Guide","sections":["Using Meson","Troubleshooting:"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments4","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_compiler()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments5","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_cross_property()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments6","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_external_property()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#get_compiler_language","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_compiler()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_dict.html#arguments","node_type":"p","page":"dict","sections":["Dict (dict)","Dict methods","dict.get()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#arguments","node_type":"p","page":"list","sections":["List (list)","List methods","list.contains()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#arguments1","node_type":"p","page":"list","sections":["List (list)","List methods","list.get()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments2","node_type":"p","page":"str","sections":["String (str)","String methods","str.format()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments13","node_type":"table","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments17","node_type":"table","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments18","node_type":"p","page":"Functions","sections":["Functions","environment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments19","node_type":"p","page":"Functions","sections":["Functions","error()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments25","node_type":"p","page":"Functions","sections":["Functions","get_variable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments39","node_type":"p","page":"Functions","sections":["Functions","message()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments44","node_type":"p","page":"Functions","sections":["Functions","set_variable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments51","node_type":"p","page":"Functions","sections":["Functions","summary()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments55","node_type":"p","page":"Functions","sections":["Functions","warning()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_vs_module_defs","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_encoding","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency","node_type":"p","page":"Functions","sections":["Functions","dependency()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_include_type","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_static","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_vs_module_defs","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project","node_type":"p","page":"Functions","sections":["Functions","project()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_vs_module_defs","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_vs_module_defs","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test","node_type":"p","page":"Functions","sections":["Functions","test()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#alignment_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.alignment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.alignment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments1","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments11","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments12","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments14","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments15","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments17","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments18","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments2","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments21","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments22","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments23","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.preprocess()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments24","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments25","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments3","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments7","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments8","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_supported_arguments","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_supported_function_attributes","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_function_attributes()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_supported_link_arguments","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_link_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerhas_function_attribute","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compute_int_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#get_define_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#get_supported_arguments_checked","node_type":"ul","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_define_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#sizeof_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#arguments2","node_type":"table","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.as_system()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#as_system_value","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.as_system()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_subproject.html#arguments","node_type":"p","page":"Subproject object","sections":["Subproject object (subproject)","Subproject object methods","subproject.get_variable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-selection-variables","node_type":"p","page":"Reference tables","sections":["Reference tables","Compiler and Linker selection variables"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#function-attributes","node_type":"p","page":"Reference tables","sections":["Reference tables","Function Attributes"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#gcc-__attribute__","node_type":"p","page":"Reference tables","sections":["Reference tables","Function Attributes","GCC __attribute__\n"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#msvc-__declspec","node_type":"p","page":"Reference tables","sections":["Reference tables","Function Attributes","MSVC __declspec"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#intel-cc-compiler-support","node_type":"p","page":"Release 0.38","sections":["Intel C/C++ compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#support-for-arbitrary-test-setups","node_type":"p","page":"Release 0.38","sections":["Support for arbitrary test setups"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#support-for-mpi-dependency","node_type":"p","page":"Release 0.42","sections":["New features","Support for MPI dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#easier-handling-of-supported-compiler-arguments","node_type":"h2","page":"Release 0.43","sections":["Easier handling of supported compiler arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#wrapsvn","node_type":"p","page":"Release 0.43","sections":["wrap-svn"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#rust-crosscompilation","node_type":"p","page":"Release 0.45","sections":["New features","Rust cross-compilation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#visual-studio-c-compiler-support","node_type":"p","page":"Release 0.45","sections":["New features","Visual Studio C# compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#arm-compiler-for-c-and-cpp","node_type":"p","page":"Release 0.46","sections":["New features","ARM compiler for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#string-escape-character-sequence-update","node_type":"p","page":"Release 0.46","sections":["New features","String escape character sequence update"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#arm-compilerversion-6-for-c-and-cpp","node_type":"p","page":"Release 0.47","sections":["New features","ARM compiler(version 6) for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#gnomegenerate_gir-now-optionally-accepts-multiple-libraries","node_type":"p","page":"Release 0.48","sections":["New features","\ngnome.generate_gir() now optionally accepts multiple libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#ccrx-compiler-for-c-and-cpp","node_type":"p","page":"Release 0.49","sections":["New features","CC-RX compiler for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#cmake-find_package-dependency-backend","node_type":"p","page":"Release 0.49","sections":["New features","CMake find_package dependency backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-pgi-compiler-support","node_type":"p","page":"Release 0.50.0","sections":["New features","Added PGI compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#cuda-support","node_type":"p","page":"Release 0.50.0","sections":["New features","Cuda support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#meson-file-rewriter","node_type":"p","page":"Release 0.50.0","sections":["New features","Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#mesons-builtin-b_lundef-is-now-supported-on-macos","node_type":"h2","page":"Release 0.52.0","sections":["New features","Meson's builtin b_lundef is now supported on macOS"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#fortran_std-option","node_type":"p","page":"Release 0.53.0","sections":["New features","\nfortran_std option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#improved-cmake-subprojects-support","node_type":"p","page":"Release 0.53.0","sections":["New features","Improved CMake subprojects support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#dynamic-linker-environment-variables-actually-match-docs","node_type":"p","page":"Release 0.54.0","sections":["New features","Dynamic Linker environment variables actually match docs"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#environment-variables-with-cross-builds","node_type":"p","page":"Release 0.54.0","sections":["New features","Environment Variables with Cross Builds"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#the-msi-installer-is-only-available-in-64-bit-version","node_type":"p","page":"Release 0.54.0","sections":["New features","The MSI installer is only available in 64 bit version"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#preliminary-aix-support","node_type":"p","page":"Release 0.56.0","sections":["New features","Preliminary AIX support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#add-support-for-prelinked-static-libraries","node_type":"p","page":"Release 0.57.0","sections":["New features","Add support for prelinked static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#knob-to-control-lto-thread","node_type":"p","page":"Release 0.57.0","sections":["New features","Knob to control LTO thread"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#support-for-reading-files-at-configuration-time-with-the-fs-module","node_type":"p","page":"Release 0.57.0","sections":["New features","Support for reading files at configuration time with the fs module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#pipe-no-longer-used-by-default","node_type":"p","page":"Release 0.58.0","sections":["New features","\n-pipe no longer used by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#added-support-for-sccache","node_type":"p","page":"Release 0.61.0","sections":["New features","Added support for sccache"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#new-custom-dependency-for-openssl","node_type":"p","page":"Release 0.62.0","sections":["New features","New custom dependency for OpenSSL"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#new-languages-nasm-and-masm","node_type":"p","page":"Release 0.64.0","sections":["New features","New languages: nasm and masm\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#new-method-to-preprocess-source-files","node_type":"p","page":"Release 0.64.0","sections":["New features","New method to preprocess source files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#dump-devenv-into-file-and-select-format","node_type":"ul","page":"Release 1.1.0","sections":["New features","Dump devenv into file and select format"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#automatic-fallback-to-cmake-and-cargo-subproject","node_type":"p","page":"Release 1.3.0","sections":["New features","Automatic fallback to cmake and cargo subproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#c_std-and-cpp_std-options-now-accepts-a-list-of-values","node_type":"p","page":"Release 1.3.0","sections":["New features","\nc_std and cpp_std options now accepts a list of values"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#j-shorthand-for-numprocesses","node_type":"p","page":"Release 1.3.0","sections":["New features","\n-j shorthand for --num-processes\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#unified-message-strformat-and-fstring-formatting","node_type":"ul","page":"Release 1.3.0","sections":["New features","Unified message(), str.format() and f-string formatting"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#depends-kwarg-now-supported-by-compilerpreprocess","node_type":"h2","page":"Release 1.4.0","sections":["New features","\ndepends kwarg now supported by compiler.preprocess()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#a-new-dependency-for-objfw-is-now-supported","node_type":"h2","page":"Release 1.5.0","sections":["New features","A new dependency for ObjFW is now supported"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#support-for-bztar-in-meson-dist","node_type":"p","page":"Release 1.5.0","sections":["New features","Support for bztar in meson dist\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#default-to-printing-deprecations-when-no-minimum-version-is-specified","node_type":"p","page":"Release 1.6.0","sections":["New features","Default to printing deprecations when no minimum version is specified."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#support-for-openxl-compiler-in-aix","node_type":"p","page":"Release 1.6.0","sections":["New features","Support for OpenXL compiler in AIX."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#control-the-number-of-child-processes-with-an-environment-variable","node_type":"p","page":"Release 1.7.0","sections":["New features","Control the number of child processes with an environment variable"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#meson-file-rewriter","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#setting-the-project-version","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the rewriter","Setting the project version"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#using-the-script-mode","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the \"script mode\""],"context":{"gi-language":["default"]}},{"url":"Simd-module.html#usage","node_type":"p","page":"Unstable SIMD module","sections":["Unstable SIMD module","Usage"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#argument-flattening","node_type":"p","page":"Syntax","sections":["Syntax","Function calls","Argument flattening"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#format-strings","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String formatting","Format strings"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#numbers","node_type":"p","page":"Syntax","sections":["Syntax","Numbers"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#accepted-configuration-properties-for-wraps","node_type":"ul","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Accepted configuration properties for wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#wrapfile-with-meson-build-patch","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","wrap-file with Meson build patch"],"context":{"gi-language":["default"]}},{"url":"Yaml-RefMan.html#reference-manual","node_type":"p","page":"YAML Reference manual","sections":["Reference Manual"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-compiler","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set compiler"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-linker","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set linker"],"context":{"gi-language":["default"]}},{"url":"index.html#features","node_type":"ul","page":"The Meson Build system","sections":["The Meson Build system","Features"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"supported","urls":[{"url":"Build-options.html#features","node_type":"p","page":"Build options","sections":["Build options","Build option types","Features"],"context":{"gi-language":["default"]}},{"url":"Build-targets.html#libraries-and-executables","node_type":"p","page":"Build targets","sections":["Build targets","Libraries and executables"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#compiler-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Compiler options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-backend","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for backend\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-vsenv","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for vsenv\n"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-options-object","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","\ncmake options object"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#configuration-options","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Configuration options"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cross-compilation","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Cross compilation"],"context":{"gi-language":["default"]}},{"url":"Commands.html#devenv","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","devenv"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#compiler-id","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Compiler id"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#dealing-with-file-encodings","node_type":"p","page":"Configuration","sections":["Configuration","Dealing with file encodings"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#per-project-subproject-options-rewrite-since-18","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory","Per project subproject options rewrite (Since 1.8)"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#do_not_set_opts","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","do_not_set_opts"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#installed","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","installed"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#project-tests","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Project tests"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#python","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Dependency support policy","Python"],"context":{"gi-language":["default"]}},{"url":"Creating-Linux-binaries.html#installing-system-and-gcc","node_type":"p","page":"Creating Linux binaries","sections":["Creating Linux binaries","Installing system and GCC"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#using-a-custom-standard-library","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Using a custom standard library"],"context":{"gi-language":["default"]}},{"url":"Cuda-module.html#nvcc_arch_flags","node_type":"table","page":"Unstable CUDA Module","sections":["Unstable CUDA Module","Functions","nvcc_arch_flags()"],"context":{"gi-language":["default"]}},{"url":"Cython.html#cython","node_type":"p","page":"Cython","sections":["Cython"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#hdf5","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","HDF5"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#mpi","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","MPI"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#netcdf","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","NetCDF"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#numpy","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","NumPy"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#wxwidgets","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","WxWidgets"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#5-must-not-add-complexity-due-to-obsolete-platforms","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","5. Must not add complexity due to obsolete platforms"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#sample-code","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Sample code"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#external-project-module","node_type":"ul","page":"External Project module","sections":["External Project module"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#do-you-at-least-support-my-ancient-python-install","node_type":"ul","page":"FAQ","sections":["Meson Frequently Asked Questions","Do you at least support my ancient python install?"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#read","node_type":"ul","page":"FS (filesystem) module","sections":["FS (filesystem) module","Filename modification","read"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomeyelp","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.yelp()"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-options","node_type":"p","page":"IDE integration","sections":["IDE integration","Build Options"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#constants","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","constants"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#supported-properties","node_type":"h4","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Properties","Supported properties"],"context":{"gi-language":["default"]}},{"url":"Meson-sample.html#meson-sample","node_type":"p","page":"Meson sample","sections":["Meson sample"],"context":{"gi-language":["default"]}},{"url":"Mixing-build-systems.html#what-does-this-mean-for-support-and-compatibility","node_type":"ul","page":"Meson's policy on mixing multiple build systems in one build directory","sections":["Meson's policy on mixing multiple build systems in one build directory","What does this mean for support and compatibility?"],"context":{"gi-language":["default"]}},{"url":"Overview.html#overview","node_type":"p","page":"Overview","sections":["Overview"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#pkggenerate","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","pkg.generate()"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#install_sources","node_type":"p","page":"Python module","sections":["Python module","\npython_installation object","Methods","install_sources()"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#troubleshooting","node_type":"p","page":"Quickstart Guide","sections":["Using Meson","Troubleshooting:"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments4","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_compiler()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments5","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_cross_property()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments6","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_external_property()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#get_compiler_language","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.get_compiler()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_dict.html#arguments","node_type":"p","page":"dict","sections":["Dict (dict)","Dict methods","dict.get()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#arguments","node_type":"p","page":"list","sections":["List (list)","List methods","list.contains()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#arguments1","node_type":"p","page":"list","sections":["List (list)","List methods","list.get()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments2","node_type":"p","page":"str","sections":["String (str)","String methods","str.format()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments13","node_type":"table","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments17","node_type":"table","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments18","node_type":"p","page":"Functions","sections":["Functions","environment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments19","node_type":"p","page":"Functions","sections":["Functions","error()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments25","node_type":"p","page":"Functions","sections":["Functions","get_variable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments39","node_type":"p","page":"Functions","sections":["Functions","message()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments44","node_type":"p","page":"Functions","sections":["Functions","set_variable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments51","node_type":"p","page":"Functions","sections":["Functions","summary()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments55","node_type":"p","page":"Functions","sections":["Functions","warning()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_vs_module_defs","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file_encoding","node_type":"p","page":"Functions","sections":["Functions","configure_file()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency","node_type":"p","page":"Functions","sections":["Functions","dependency()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_include_type","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_static","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_vs_module_defs","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project","node_type":"p","page":"Functions","sections":["Functions","project()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_vs_module_defs","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_vs_module_defs","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test","node_type":"p","page":"Functions","sections":["Functions","test()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#alignment_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.alignment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.alignment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments1","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments11","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments12","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments14","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments15","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments17","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments18","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments2","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments21","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments22","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments23","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.preprocess()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments24","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments25","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments3","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments7","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments8","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#check_header_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.check_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_supported_arguments","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_supported_function_attributes","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_function_attributes()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_supported_link_arguments","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_link_arguments()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerhas_function_attribute","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function_attribute()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compiles_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compiles()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compute_int_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#get_define_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#get_supported_arguments_checked","node_type":"ul","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_define_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_define()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_function_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_function()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_header_symbol_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_header_symbol()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_member_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_member()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_members_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_members()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#has_type_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.has_type()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#links_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.links()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#run_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.run()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#sizeof_args","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#arguments2","node_type":"table","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.as_system()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#as_system_value","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.as_system()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_subproject.html#arguments","node_type":"p","page":"Subproject object","sections":["Subproject object (subproject)","Subproject object methods","subproject.get_variable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-selection-variables","node_type":"p","page":"Reference tables","sections":["Reference tables","Compiler and Linker selection variables"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#function-attributes","node_type":"p","page":"Reference tables","sections":["Reference tables","Function Attributes"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#gcc-__attribute__","node_type":"p","page":"Reference tables","sections":["Reference tables","Function Attributes","GCC __attribute__\n"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#msvc-__declspec","node_type":"p","page":"Reference tables","sections":["Reference tables","Function Attributes","MSVC __declspec"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#intel-cc-compiler-support","node_type":"p","page":"Release 0.38","sections":["Intel C/C++ compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#support-for-arbitrary-test-setups","node_type":"p","page":"Release 0.38","sections":["Support for arbitrary test setups"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#support-for-mpi-dependency","node_type":"p","page":"Release 0.42","sections":["New features","Support for MPI dependency"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#easier-handling-of-supported-compiler-arguments","node_type":"h2","page":"Release 0.43","sections":["Easier handling of supported compiler arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-43-0.html#wrapsvn","node_type":"p","page":"Release 0.43","sections":["wrap-svn"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#rust-crosscompilation","node_type":"p","page":"Release 0.45","sections":["New features","Rust cross-compilation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#visual-studio-c-compiler-support","node_type":"p","page":"Release 0.45","sections":["New features","Visual Studio C# compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#arm-compiler-for-c-and-cpp","node_type":"p","page":"Release 0.46","sections":["New features","ARM compiler for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#string-escape-character-sequence-update","node_type":"p","page":"Release 0.46","sections":["New features","String escape character sequence update"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#arm-compilerversion-6-for-c-and-cpp","node_type":"p","page":"Release 0.47","sections":["New features","ARM compiler(version 6) for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#gnomegenerate_gir-now-optionally-accepts-multiple-libraries","node_type":"p","page":"Release 0.48","sections":["New features","\ngnome.generate_gir() now optionally accepts multiple libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#ccrx-compiler-for-c-and-cpp","node_type":"p","page":"Release 0.49","sections":["New features","CC-RX compiler for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#cmake-find_package-dependency-backend","node_type":"p","page":"Release 0.49","sections":["New features","CMake find_package dependency backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#added-pgi-compiler-support","node_type":"p","page":"Release 0.50.0","sections":["New features","Added PGI compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#cuda-support","node_type":"p","page":"Release 0.50.0","sections":["New features","Cuda support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#meson-file-rewriter","node_type":"p","page":"Release 0.50.0","sections":["New features","Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#mesons-builtin-b_lundef-is-now-supported-on-macos","node_type":"h2","page":"Release 0.52.0","sections":["New features","Meson's builtin b_lundef is now supported on macOS"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#fortran_std-option","node_type":"p","page":"Release 0.53.0","sections":["New features","\nfortran_std option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#improved-cmake-subprojects-support","node_type":"p","page":"Release 0.53.0","sections":["New features","Improved CMake subprojects support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#dynamic-linker-environment-variables-actually-match-docs","node_type":"p","page":"Release 0.54.0","sections":["New features","Dynamic Linker environment variables actually match docs"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#environment-variables-with-cross-builds","node_type":"p","page":"Release 0.54.0","sections":["New features","Environment Variables with Cross Builds"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#the-msi-installer-is-only-available-in-64-bit-version","node_type":"p","page":"Release 0.54.0","sections":["New features","The MSI installer is only available in 64 bit version"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#preliminary-aix-support","node_type":"p","page":"Release 0.56.0","sections":["New features","Preliminary AIX support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#add-support-for-prelinked-static-libraries","node_type":"p","page":"Release 0.57.0","sections":["New features","Add support for prelinked static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#knob-to-control-lto-thread","node_type":"p","page":"Release 0.57.0","sections":["New features","Knob to control LTO thread"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#support-for-reading-files-at-configuration-time-with-the-fs-module","node_type":"p","page":"Release 0.57.0","sections":["New features","Support for reading files at configuration time with the fs module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#pipe-no-longer-used-by-default","node_type":"p","page":"Release 0.58.0","sections":["New features","\n-pipe no longer used by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#added-support-for-sccache","node_type":"p","page":"Release 0.61.0","sections":["New features","Added support for sccache"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-62-0.html#new-custom-dependency-for-openssl","node_type":"p","page":"Release 0.62.0","sections":["New features","New custom dependency for OpenSSL"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#new-languages-nasm-and-masm","node_type":"p","page":"Release 0.64.0","sections":["New features","New languages: nasm and masm\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#new-method-to-preprocess-source-files","node_type":"p","page":"Release 0.64.0","sections":["New features","New method to preprocess source files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#dump-devenv-into-file-and-select-format","node_type":"ul","page":"Release 1.1.0","sections":["New features","Dump devenv into file and select format"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#automatic-fallback-to-cmake-and-cargo-subproject","node_type":"p","page":"Release 1.3.0","sections":["New features","Automatic fallback to cmake and cargo subproject"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#c_std-and-cpp_std-options-now-accepts-a-list-of-values","node_type":"p","page":"Release 1.3.0","sections":["New features","\nc_std and cpp_std options now accepts a list of values"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#j-shorthand-for-numprocesses","node_type":"p","page":"Release 1.3.0","sections":["New features","\n-j shorthand for --num-processes\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#unified-message-strformat-and-fstring-formatting","node_type":"ul","page":"Release 1.3.0","sections":["New features","Unified message(), str.format() and f-string formatting"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-4-0.html#depends-kwarg-now-supported-by-compilerpreprocess","node_type":"h2","page":"Release 1.4.0","sections":["New features","\ndepends kwarg now supported by compiler.preprocess()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#a-new-dependency-for-objfw-is-now-supported","node_type":"h2","page":"Release 1.5.0","sections":["New features","A new dependency for ObjFW is now supported"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-5-0.html#support-for-bztar-in-meson-dist","node_type":"p","page":"Release 1.5.0","sections":["New features","Support for bztar in meson dist\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#default-to-printing-deprecations-when-no-minimum-version-is-specified","node_type":"p","page":"Release 1.6.0","sections":["New features","Default to printing deprecations when no minimum version is specified."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-6-0.html#support-for-openxl-compiler-in-aix","node_type":"p","page":"Release 1.6.0","sections":["New features","Support for OpenXL compiler in AIX."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-7-0.html#control-the-number-of-child-processes-with-an-environment-variable","node_type":"p","page":"Release 1.7.0","sections":["New features","Control the number of child processes with an environment variable"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"ul","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#meson-file-rewriter","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#setting-the-project-version","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the rewriter","Setting the project version"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#using-the-script-mode","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the \"script mode\""],"context":{"gi-language":["default"]}},{"url":"Simd-module.html#usage","node_type":"p","page":"Unstable SIMD module","sections":["Unstable SIMD module","Usage"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#subprojects","node_type":"p","page":"Subprojects","sections":["Subprojects"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#argument-flattening","node_type":"p","page":"Syntax","sections":["Syntax","Function calls","Argument flattening"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#format-strings","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String formatting","Format strings"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#numbers","node_type":"p","page":"Syntax","sections":["Syntax","Numbers"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#accepted-configuration-properties-for-wraps","node_type":"ul","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Accepted configuration properties for wraps"],"context":{"gi-language":["default"]}},{"url":"Wrap-dependency-system-manual.html#wrapfile-with-meson-build-patch","node_type":"p","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","wrap-file with Meson build patch"],"context":{"gi-language":["default"]}},{"url":"Yaml-RefMan.html#reference-manual","node_type":"p","page":"YAML Reference manual","sections":["Reference Manual"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-compiler","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set compiler"],"context":{"gi-language":["default"]}},{"url":"howtox.html#set-linker","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Set linker"],"context":{"gi-language":["default"]}},{"url":"index.html#features","node_type":"ul","page":"The Meson Build system","sections":["The Meson Build system","Features"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/undefined b/assets/js/search/undefined index f4faedbe3..72b17d863 100644 --- a/assets/js/search/undefined +++ b/assets/js/search/undefined @@ -1 +1 @@ -urls_downloaded_cb({"token":"undefined","urls":[{"url":"Builtin-options.html#base-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#notes-about-apple-bitcode-support","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options","Notes about Apple Bitcode support"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#compile-and-run-test-application","node_type":"table","page":"Compiler properties","sections":["Compiler properties","Compile and run test application"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#compiler-id","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Compiler id"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#cross-file-locations","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Cross file locations"],"context":{"gi-language":["default"]}},{"url":"Native-environments.html#native-file-locations","node_type":"ul","page":"Persistent native environments","sections":["Persistent native environments","Native file locations"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module","node_type":"p","page":"Functions","sections":["Functions","shared_module()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_argument_syntax","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_argument_syntax()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#simultaneous-use-of-address-and-undefined-behavior-sanitizers","node_type":"h2","page":"Release 0.42","sections":["New features","Simultaneous use of Address- and Undefined Behavior Sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-compiler-method-get_argument_syntax","node_type":"p","page":"Release 0.49","sections":["New features","New compiler method get_argument_syntax\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#new-target-keyword-argument-link_language","node_type":"p","page":"Release 0.51.0","sections":["New features","New target keyword argument: link_language\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#comparing-two-objects-with-different-types-is-now-an-error","node_type":"p","page":"Release 0.60.0","sections":["New features","Comparing two objects with different types is now an error"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#install-destdir-relative-to-build-directory","node_type":"p","page":"Release 0.60.0","sections":["New features","Install DESTDIR relative to build directory"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#avoid-exposing-compilable-source-files-in-declare_dependency","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Avoid exposing compilable source files in declare_dependency"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"undefined","urls":[{"url":"Builtin-options.html#base-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#notes-about-apple-bitcode-support","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options","Notes about Apple Bitcode support"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#compile-and-run-test-application","node_type":"table","page":"Compiler properties","sections":["Compiler properties","Compile and run test application"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#compiler-id","node_type":"p","page":"Compiler properties","sections":["Compiler properties","Compiler id"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#cross-file-locations","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Cross file locations"],"context":{"gi-language":["default"]}},{"url":"Native-environments.html#native-file-locations","node_type":"ul","page":"Persistent native environments","sections":["Persistent native environments","Native file locations"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module","node_type":"p","page":"Functions","sections":["Functions","shared_module()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilerget_argument_syntax","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_argument_syntax()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-42-0.html#simultaneous-use-of-address-and-undefined-behavior-sanitizers","node_type":"h2","page":"Release 0.42","sections":["New features","Simultaneous use of Address- and Undefined Behavior Sanitizers"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-compiler-method-get_argument_syntax","node_type":"p","page":"Release 0.49","sections":["New features","New compiler method get_argument_syntax\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#new-target-keyword-argument-link_language","node_type":"p","page":"Release 0.51.0","sections":["New features","New target keyword argument: link_language\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#comparing-two-objects-with-different-types-is-now-an-error","node_type":"p","page":"Release 0.60.0","sections":["New features","Comparing two objects with different types is now an error"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#install-destdir-relative-to-build-directory","node_type":"p","page":"Release 0.60.0","sections":["New features","Install DESTDIR relative to build directory"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Wrap-best-practices-and-tips.html#avoid-exposing-compilable-source-files-in-declare_dependency","node_type":"p","page":"Wrap best practices and tips","sections":["Wrap best practices and tips","Avoid exposing compilable source files in declare_dependency"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/values b/assets/js/search/values index 54af7ee19..6612f4d4f 100644 --- a/assets/js/search/values +++ b/assets/js/search/values @@ -1 +1 @@ -urls_downloaded_cb({"token":"values","urls":[{"url":"Build-options.html#arrays","node_type":"p","page":"Build options","sections":["Build options","Build option types","Arrays"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#booleans","node_type":"p","page":"Build options","sections":["Build options","Build option types","Booleans"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#combos","node_type":"p","page":"Build options","sections":["Build options","Build option types","Combos"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#deprecated-options","node_type":"p","page":"Build options","sections":["Build options","Deprecated options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#integers","node_type":"p","page":"Build options","sections":["Build options","Build option types","Integers"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#using-build-options","node_type":"p","page":"Build options","sections":["Build options","Using build options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#compiler-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Compiler options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-default_both_libraries","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for default_both_libraries\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-genvslite","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for genvslite\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#pkgconfig-module","node_type":"table","page":"Built-in options","sections":["Built-in options","Module options","Pkgconfig module"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#python-module","node_type":"table","page":"Built-in options","sections":["Built-in options","Module options","Python module"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-options-object","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","\ncmake options object"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmakewrite_basic_package_version_file","node_type":"ul","page":"CMake module","sections":["CMake module","CMake configuration files","cmake.write_basic_package_version_file()"],"context":{"gi-language":["default"]}},{"url":"Commands.html#backend-specific-arguments","node_type":"p","page":"Command-line commands","sections":["Command-line commands","compile","Backend specific arguments"],"context":{"gi-language":["default"]}},{"url":"Commands.html#configure","node_type":"p","page":"Command-line commands","sections":["Command-line commands","configure"],"context":{"gi-language":["default"]}},{"url":"Commands.html#examples8","node_type":"p","page":"Command-line commands","sections":["Command-line commands","setup","Examples:"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#compile-and-run-test-application","node_type":"table","page":"Compiler properties","sections":["Compiler properties","Compile and run test application"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#configuration","node_type":"p","page":"Configuration","sections":["Configuration"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#configuring-a-build-directory","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#per-project-subproject-options-rewrite-since-18","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory","Per project subproject options rewrite (Since 1.8)"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#do_not_set_opts","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","do_not_set_opts"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#installed","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","installed"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#matrix","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","matrix"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#no-lingering-state","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","No lingering state"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#machine-entries","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Machine Entries"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#mpi","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","MPI"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#8-must-allow-override-of-default-values","node_type":"h3","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","8. Must allow override of default values"],"context":{"gi-language":["default"]}},{"url":"Dlang-module.html#generate_dub_file","node_type":"p","page":"Dlang module","sections":["Dlang module","Usage","generate_dub_file()"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-are-changes-to-default-project-options-ignored","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why are changes to default project options ignored?"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomemkenums","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.mkenums()"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ast-of-a-mesonbuild","node_type":"p","page":"IDE integration","sections":["AST of a meson.build\n"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-options","node_type":"p","page":"IDE integration","sections":["IDE integration","Build Options"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#possible-values-for-type","node_type":"h3","page":"IDE integration","sections":["IDE integration","The targets section","Possible values for type\n"],"context":{"gi-language":["default"]}},{"url":"IndepthTutorial.html#an-indepth-tutorial","node_type":"p","page":"An in-depth tutorial","sections":["An in-depth tutorial"],"context":{"gi-language":["default"]}},{"url":"Keyval-module.html#keyvalload","node_type":"p","page":"keyval module","sections":["keyval module","Usage","keyval.load()"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#binaries","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Binaries"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#constants","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","constants"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#cross-and-native-file-reference","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#loading-multiple-machine-files","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Loading multiple machine files"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#meson-builtin-options","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Meson built-in options"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#paths-and-directories","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Paths and Directories"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#supported-properties","node_type":"ul","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Properties","Supported properties"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#pkggenerate","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","pkg.generate()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_build_machine.html#build-machine-information-build_machine","node_type":"p","page":"build_machine","sections":["Build machine information (build_machine)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_host_machine.html#host-machine-information-host_machine-extends-build_machine","node_type":"p","page":"host_machine","sections":["Host machine information (host_machine extends build_machine)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#add_devenv_env","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_devenv()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#add_devenv_method","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_devenv()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#add_devenv_separator","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_devenv()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_devenv()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_target_machine.html#target-machine-information-target_machine-extends-build_machine","node_type":"p","page":"target_machine","sections":["Target machine information (target_machine extends build_machine)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_dict.html#dict-dict","node_type":"p","page":"dict","sections":["Dict (dict)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#arguments1","node_type":"table","page":"list","sections":["List (list)","List methods","list.get()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#get_index","node_type":"p","page":"list","sections":["List (list)","List methods","list.get()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments2","node_type":"p","page":"str","sections":["String (str)","String methods","str.format()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example9","node_type":"p","page":"str","sections":["String (str)","String methods","str.substring()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strformat","node_type":"p","page":"str","sections":["String (str)","String methods","str.format()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strsubstring","node_type":"p","page":"str","sections":["String (str)","String methods","str.substring()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments17","node_type":"table","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments18","node_type":"table","page":"Functions","sections":["Functions","environment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments22","node_type":"table","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments48","node_type":"table","page":"Functions","sections":["Functions","structured_sources()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments50","node_type":"table","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments51","node_type":"table","page":"Functions","sections":["Functions","summary()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments52","node_type":"table","page":"Functions","sections":["Functions","test()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments9","node_type":"table","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#benchmark_protocol","node_type":"p","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_override_options","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_override_options","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file","node_type":"p","page":"Functions","sections":["Functions","configure_file()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target","node_type":"p","page":"Functions","sections":["Functions","custom_target()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_default_options","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_include_type","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_method","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#environment_env","node_type":"p","page":"Functions","sections":["Functions","environment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#environment_method","node_type":"p","page":"Functions","sections":["Functions","environment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#environment_separator","node_type":"p","page":"Functions","sections":["Functions","environment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example4","node_type":"p","page":"Functions","sections":["Functions","install_headers()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example5","node_type":"p","page":"Functions","sections":["Functions","install_subdir()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_override_options","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_default_options","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_data","node_type":"p","page":"Functions","sections":["Functions","install_data()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_emptydir","node_type":"p","page":"Functions","sections":["Functions","install_emptydir()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_man","node_type":"p","page":"Functions","sections":["Functions","install_man()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_override_options","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_override_options","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project","node_type":"p","page":"Functions","sections":["Functions","project()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_override_options","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_override_options","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_override_options","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#structured_sources_additional","node_type":"p","page":"Functions","sections":["Functions","structured_sources()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject","node_type":"ul","page":"Functions","sections":["Functions","subproject()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject_default_options","node_type":"p","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#summary_bool_yn","node_type":"p","page":"Functions","sections":["Functions","summary()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#summary_list_sep","node_type":"p","page":"Functions","sections":["Functions","summary()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test_protocol","node_type":"p","page":"Functions","sections":["Functions","test()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#cfg_dataset10","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set10()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#configuration-data-object-cfg_data","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments8","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilercompute_int","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#get_supported_arguments_checked","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#arguments2","node_type":"table","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.as_system()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#as_system_value","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.as_system()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#deptype_name","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.type_name()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_env.html#arguments","node_type":"p","page":"Environment","sections":["Environment (env)","Environment methods","env.append()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_env.html#arguments1","node_type":"p","page":"Environment","sections":["Environment (env)","Environment methods","env.prepend()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_env.html#arguments2","node_type":"p","page":"Environment","sections":["Environment (env)","Environment methods","env.set()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_env.html#envappend","node_type":"p","page":"Environment","sections":["Environment (env)","Environment methods","env.append()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_env.html#envset","node_type":"p","page":"Environment","sections":["Environment (env)","Environment methods","env.set()"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-selection-variables","node_type":"p","page":"Reference tables","sections":["Reference tables","Compiler and Linker selection variables"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-ids","node_type":"p","page":"Reference tables","sections":["Reference tables","Compiler ids"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#dependency-lookup-methods","node_type":"p","page":"Reference tables","sections":["Reference tables","Dependency lookup methods"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#gcc-__attribute__","node_type":"p","page":"Reference tables","sections":["Reference tables","Function Attributes","GCC __attribute__\n"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#linker-ids","node_type":"p","page":"Reference tables","sections":["Reference tables","Linker ids"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#msvc-__declspec","node_type":"p","page":"Reference tables","sections":["Reference tables","Function Attributes","MSVC __declspec"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#subsystem-names-since-120","node_type":"p","page":"Reference tables","sections":["Reference tables","Subsystem names (since 1.2.0)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#improvements-to-install-scripts","node_type":"p","page":"Release 0.37","sections":["New features","Improvements to install scripts"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#add-option-to-mesonconf-to-wipe-cached-data","node_type":"p","page":"Release 0.38","sections":["Add option to mesonconf to wipe cached data."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#array-indexing-now-supports-fallback-values","node_type":"h2","page":"Release 0.38","sections":["Array indexing now supports fallback values"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#default-options-to-subprojects","node_type":"p","page":"Release 0.38","sections":["Default options to subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#get-values-from-configuration-data-objects","node_type":"h2","page":"Release 0.38","sections":["Get values from configuration data objects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#support-for-arbitrary-test-setups","node_type":"p","page":"Release 0.38","sections":["Support for arbitrary test setups"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#an-array-type-for-user-options","node_type":"p","page":"Release 0.44","sections":["New features","An array type for user options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#integer-options","node_type":"p","page":"Release 0.45","sections":["New features","Integer options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#added-new-partial_dependency-method-to-dependencies-and-libraries","node_type":"p","page":"Release 0.46","sections":["New features","Added new partial_dependency method to dependencies and libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#arm-compilerversion-6-for-c-and-cpp","node_type":"p","page":"Release 0.47","sections":["New features","ARM compiler(version 6) for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#dictionary-addition","node_type":"p","page":"Release 0.48","sections":["New features","Dictionary addition"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-section-key-for-the-buildoptions-introspection","node_type":"p","page":"Release 0.49","sections":["New features","New section key for the buildoptions introspection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#meson-configure-can-now-print-the-default-options-of-an-unconfigured-project","node_type":"p","page":"Release 0.50.0","sections":["New features","\nmeson configure can now print the default options of an unconfigured project"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#added-c17-and-c18-as-c_std-values-for-recent-gcc-and-clang-versions","node_type":"h2","page":"Release 0.51.0","sections":["New features","Added c17 and c18 as c_std values for recent GCC and Clang Versions"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#added-include_type-kwarg-to-dependency","node_type":"p","page":"Release 0.52.0","sections":["New features","Added include_type kwarg to dependency\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#support-taking-environment-values-from-a-dictionary","node_type":"h2","page":"Release 0.52.0","sections":["New features","Support taking environment values from a dictionary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#fortran_std-option","node_type":"p","page":"Release 0.53.0","sections":["New features","\nfortran_std option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#more-new-sample-meson-templates-for-java-cuda-and-more","node_type":"p","page":"Release 0.54.0","sections":["New features","More new sample Meson templates for (Java, Cuda, and more)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#support-for-overriding-the-linker-with-ldc-and-gdc","node_type":"p","page":"Release 0.54.0","sections":["New features","Support for overriding the linker with ldc and gdc"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#added-ability-to-specify-backend-arguments-in-meson-compile","node_type":"p","page":"Release 0.55.0","sections":["New features","Added ability to specify backend arguments in meson compile\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#machine-file-keys-are-stored-case-sensitive","node_type":"p","page":"Release 0.56.0","sections":["New features","Machine file keys are stored case sensitive"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#buildtype-remains-even-if-dependent-options-are-changed","node_type":"p","page":"Release 0.57.0","sections":["New features","Buildtype remains even if dependent options are changed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#summary-now-uses-left-alignment-for-both-keys-and-values","node_type":"h2","page":"Release 0.57.0","sections":["New features","\nsummary() now uses left alignment for both keys and values"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#unescaped-variables-in-pkgconfig-files","node_type":"p","page":"Release 0.59.0","sections":["New features","Unescaped variables in pkgconfig files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#deprecated-project-options","node_type":"p","page":"Release 0.60.0","sections":["New features","Deprecated project options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#deprecate-an-option-and-replace-it-with-a-new-one","node_type":"p","page":"Release 0.63.0","sections":["New features","Deprecate an option and replace it with a new one"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#coercing-values-in-the-option-function-is-deprecated","node_type":"h2","page":"Release 1.1.0","sections":["New features","coercing values in the option() function is deprecated"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#c_std-and-cpp_std-options-now-accepts-a-list-of-values","node_type":"h2","page":"Release 1.3.0","sections":["New features","\nc_std and cpp_std options now accepts a list of values"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#unified-message-strformat-and-fstring-formatting","node_type":"p","page":"Release 1.3.0","sections":["New features","Unified message(), str.format() and f-string formatting"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#per-project-subproject-options-rewrite","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Per project subproject options rewrite"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#version_compare-now-accept-multiple-compare-strings","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","\nversion_compare now accept multiple compare strings"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#default-options-modification-format","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the \"script mode\"","Default options modification format"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#configuring-the-build-directory","node_type":"p","page":"Running Meson","sections":["Running Meson","Configuring the build directory"],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#bindgen","node_type":"ul","page":"Rust module","sections":["Rust module","Functions","bindgen()"],"context":{"gi-language":["default"]}},{"url":"Simd-module.html#usage","node_type":"p","page":"Unstable SIMD module","sections":["Unstable SIMD module","Usage"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#adding-variables-to-the-dependency","node_type":"p","page":"Subprojects","sections":["Subprojects","A subproject example","Adding variables to the dependency"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#dictionaries","node_type":"p","page":"Syntax","sections":["Syntax","Dictionaries"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#logical-operations","node_type":"p","page":"Syntax","sections":["Syntax","Logical operations"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#substring","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String methods",".substring()"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#variables","node_type":"p","page":"Syntax","sections":["Syntax","Variables"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#test-parameters","node_type":"p","page":"Unit tests","sections":["Unit tests","Test parameters"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"values","urls":[{"url":"Build-options.html#arrays","node_type":"p","page":"Build options","sections":["Build options","Build option types","Arrays"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#booleans","node_type":"p","page":"Build options","sections":["Build options","Build option types","Booleans"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#combos","node_type":"p","page":"Build options","sections":["Build options","Build option types","Combos"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#deprecated-options","node_type":"p","page":"Build options","sections":["Build options","Deprecated options"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#integers","node_type":"p","page":"Build options","sections":["Build options","Build option types","Integers"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#using-build-options","node_type":"p","page":"Build options","sections":["Build options","Using build options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#compiler-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Compiler options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-default_both_libraries","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for default_both_libraries\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-genvslite","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for genvslite\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#pkgconfig-module","node_type":"table","page":"Built-in options","sections":["Built-in options","Module options","Pkgconfig module"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#python-module","node_type":"table","page":"Built-in options","sections":["Built-in options","Module options","Python module"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmake-options-object","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","\ncmake options object"],"context":{"gi-language":["default"]}},{"url":"CMake-module.html#cmakewrite_basic_package_version_file","node_type":"ul","page":"CMake module","sections":["CMake module","CMake configuration files","cmake.write_basic_package_version_file()"],"context":{"gi-language":["default"]}},{"url":"Commands.html#backend-specific-arguments","node_type":"p","page":"Command-line commands","sections":["Command-line commands","compile","Backend specific arguments"],"context":{"gi-language":["default"]}},{"url":"Commands.html#configure","node_type":"p","page":"Command-line commands","sections":["Command-line commands","configure"],"context":{"gi-language":["default"]}},{"url":"Commands.html#examples8","node_type":"p","page":"Command-line commands","sections":["Command-line commands","setup","Examples:"],"context":{"gi-language":["default"]}},{"url":"Compiler-properties.html#compile-and-run-test-application","node_type":"table","page":"Compiler properties","sections":["Compiler properties","Compile and run test application"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#configuration","node_type":"p","page":"Configuration","sections":["Configuration"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#configuring-a-build-directory","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory"],"context":{"gi-language":["default"]}},{"url":"Configuring-a-build-directory.html#per-project-subproject-options-rewrite-since-18","node_type":"p","page":"Configuring a build directory","sections":["Configuring a build directory","Per project subproject options rewrite (Since 1.8)"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#do_not_set_opts","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","do_not_set_opts"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#installed","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","installed"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#matrix","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","matrix"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#no-lingering-state","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","No lingering state"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#machine-entries","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Machine Entries"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#mpi","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","MPI"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#8-must-allow-override-of-default-values","node_type":"h3","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","8. Must allow override of default values"],"context":{"gi-language":["default"]}},{"url":"Dlang-module.html#generate_dub_file","node_type":"p","page":"Dlang module","sections":["Dlang module","Usage","generate_dub_file()"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-are-changes-to-default-project-options-ignored","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why are changes to default project options ignored?"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomemkenums","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.mkenums()"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ast-of-a-mesonbuild","node_type":"p","page":"IDE integration","sections":["AST of a meson.build\n"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#build-options","node_type":"p","page":"IDE integration","sections":["IDE integration","Build Options"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#possible-values-for-type","node_type":"h3","page":"IDE integration","sections":["IDE integration","The targets section","Possible values for type\n"],"context":{"gi-language":["default"]}},{"url":"IndepthTutorial.html#an-indepth-tutorial","node_type":"p","page":"An in-depth tutorial","sections":["An in-depth tutorial"],"context":{"gi-language":["default"]}},{"url":"Keyval-module.html#keyvalload","node_type":"p","page":"keyval module","sections":["keyval module","Usage","keyval.load()"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#binaries","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Binaries"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#constants","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","constants"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#cross-and-native-file-reference","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#loading-multiple-machine-files","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Loading multiple machine files"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#meson-builtin-options","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Meson built-in options"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#paths-and-directories","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Paths and Directories"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#supported-properties","node_type":"ul","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","Properties","Supported properties"],"context":{"gi-language":["default"]}},{"url":"Pkgconfig-module.html#pkggenerate","node_type":"ul","page":"Pkgconfig module","sections":["Pkgconfig module","Usage","pkg.generate()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_build_machine.html#build-machine-information-build_machine","node_type":"p","page":"build_machine","sections":["Build machine information (build_machine)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_host_machine.html#host-machine-information-host_machine-extends-build_machine","node_type":"p","page":"host_machine","sections":["Host machine information (host_machine extends build_machine)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#add_devenv_env","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_devenv()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#add_devenv_method","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_devenv()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#add_devenv_separator","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_devenv()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_devenv()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_target_machine.html#target-machine-information-target_machine-extends-build_machine","node_type":"p","page":"target_machine","sections":["Target machine information (target_machine extends build_machine)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_dict.html#dict-dict","node_type":"p","page":"dict","sections":["Dict (dict)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#arguments1","node_type":"table","page":"list","sections":["List (list)","List methods","list.get()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_list.html#get_index","node_type":"p","page":"list","sections":["List (list)","List methods","list.get()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#arguments2","node_type":"p","page":"str","sections":["String (str)","String methods","str.format()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#example9","node_type":"p","page":"str","sections":["String (str)","String methods","str.substring()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strformat","node_type":"p","page":"str","sections":["String (str)","String methods","str.format()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_elementary_str.html#strsubstring","node_type":"p","page":"str","sections":["String (str)","String methods","str.substring()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments17","node_type":"table","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments18","node_type":"table","page":"Functions","sections":["Functions","environment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments22","node_type":"table","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments48","node_type":"table","page":"Functions","sections":["Functions","structured_sources()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments50","node_type":"table","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments51","node_type":"table","page":"Functions","sections":["Functions","summary()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments52","node_type":"table","page":"Functions","sections":["Functions","test()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments9","node_type":"table","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#benchmark_protocol","node_type":"p","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_override_options","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_override_options","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#configure_file","node_type":"p","page":"Functions","sections":["Functions","configure_file()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target","node_type":"p","page":"Functions","sections":["Functions","custom_target()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_default_options","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_include_type","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#dependency_method","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#environment_env","node_type":"p","page":"Functions","sections":["Functions","environment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#environment_method","node_type":"p","page":"Functions","sections":["Functions","environment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#environment_separator","node_type":"p","page":"Functions","sections":["Functions","environment()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example4","node_type":"p","page":"Functions","sections":["Functions","install_headers()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#example5","node_type":"p","page":"Functions","sections":["Functions","install_subdir()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_override_options","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_default_options","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_data","node_type":"p","page":"Functions","sections":["Functions","install_data()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_emptydir","node_type":"p","page":"Functions","sections":["Functions","install_emptydir()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_man","node_type":"p","page":"Functions","sections":["Functions","install_man()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_override_options","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_override_options","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#project","node_type":"p","page":"Functions","sections":["Functions","project()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_override_options","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_override_options","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_override_options","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_win_subsystem","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#structured_sources_additional","node_type":"p","page":"Functions","sections":["Functions","structured_sources()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject","node_type":"ul","page":"Functions","sections":["Functions","subproject()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#subproject_default_options","node_type":"p","page":"Functions","sections":["Functions","subproject()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#summary_bool_yn","node_type":"p","page":"Functions","sections":["Functions","summary()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#summary_list_sep","node_type":"p","page":"Functions","sections":["Functions","summary()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test_protocol","node_type":"p","page":"Functions","sections":["Functions","test()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#cfg_dataset10","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)","Configuration data object methods","cfg_data.set10()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_cfg_data.html#configuration-data-object-cfg_data","node_type":"p","page":"Configuration data object","sections":["Configuration data object (cfg_data)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#arguments8","node_type":"table","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilercompute_int","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#get_supported_arguments_checked","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.get_supported_arguments()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#arguments2","node_type":"table","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.as_system()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#as_system_value","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.as_system()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_dep.html#deptype_name","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.type_name()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_env.html#arguments","node_type":"p","page":"Environment","sections":["Environment (env)","Environment methods","env.append()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_env.html#arguments1","node_type":"p","page":"Environment","sections":["Environment (env)","Environment methods","env.prepend()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_env.html#arguments2","node_type":"p","page":"Environment","sections":["Environment (env)","Environment methods","env.set()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_env.html#envappend","node_type":"p","page":"Environment","sections":["Environment (env)","Environment methods","env.append()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_env.html#envset","node_type":"p","page":"Environment","sections":["Environment (env)","Environment methods","env.set()"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-and-linker-selection-variables","node_type":"p","page":"Reference tables","sections":["Reference tables","Compiler and Linker selection variables"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-ids","node_type":"p","page":"Reference tables","sections":["Reference tables","Compiler ids"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#dependency-lookup-methods","node_type":"p","page":"Reference tables","sections":["Reference tables","Dependency lookup methods"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#gcc-__attribute__","node_type":"p","page":"Reference tables","sections":["Reference tables","Function Attributes","GCC __attribute__\n"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#linker-ids","node_type":"p","page":"Reference tables","sections":["Reference tables","Linker ids"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#msvc-__declspec","node_type":"p","page":"Reference tables","sections":["Reference tables","Function Attributes","MSVC __declspec"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#subsystem-names-since-120","node_type":"p","page":"Reference tables","sections":["Reference tables","Subsystem names (since 1.2.0)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#improvements-to-install-scripts","node_type":"p","page":"Release 0.37","sections":["New features","Improvements to install scripts"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#add-option-to-mesonconf-to-wipe-cached-data","node_type":"p","page":"Release 0.38","sections":["Add option to mesonconf to wipe cached data."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#array-indexing-now-supports-fallback-values","node_type":"h2","page":"Release 0.38","sections":["Array indexing now supports fallback values"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#default-options-to-subprojects","node_type":"p","page":"Release 0.38","sections":["Default options to subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#get-values-from-configuration-data-objects","node_type":"h2","page":"Release 0.38","sections":["Get values from configuration data objects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-38-0.html#support-for-arbitrary-test-setups","node_type":"p","page":"Release 0.38","sections":["Support for arbitrary test setups"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-44-0.html#an-array-type-for-user-options","node_type":"p","page":"Release 0.44","sections":["New features","An array type for user options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#integer-options","node_type":"p","page":"Release 0.45","sections":["New features","Integer options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#added-new-partial_dependency-method-to-dependencies-and-libraries","node_type":"p","page":"Release 0.46","sections":["New features","Added new partial_dependency method to dependencies and libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#arm-compilerversion-6-for-c-and-cpp","node_type":"p","page":"Release 0.47","sections":["New features","ARM compiler(version 6) for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#dictionary-addition","node_type":"p","page":"Release 0.48","sections":["New features","Dictionary addition"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-49-0.html#new-section-key-for-the-buildoptions-introspection","node_type":"p","page":"Release 0.49","sections":["New features","New section key for the buildoptions introspection"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#meson-configure-can-now-print-the-default-options-of-an-unconfigured-project","node_type":"p","page":"Release 0.50.0","sections":["New features","\nmeson configure can now print the default options of an unconfigured project"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#added-c17-and-c18-as-c_std-values-for-recent-gcc-and-clang-versions","node_type":"h2","page":"Release 0.51.0","sections":["New features","Added c17 and c18 as c_std values for recent GCC and Clang Versions"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#added-include_type-kwarg-to-dependency","node_type":"p","page":"Release 0.52.0","sections":["New features","Added include_type kwarg to dependency\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-52-0.html#support-taking-environment-values-from-a-dictionary","node_type":"h2","page":"Release 0.52.0","sections":["New features","Support taking environment values from a dictionary"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#fortran_std-option","node_type":"p","page":"Release 0.53.0","sections":["New features","\nfortran_std option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#more-new-sample-meson-templates-for-java-cuda-and-more","node_type":"p","page":"Release 0.54.0","sections":["New features","More new sample Meson templates for (Java, Cuda, and more)"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#support-for-overriding-the-linker-with-ldc-and-gdc","node_type":"p","page":"Release 0.54.0","sections":["New features","Support for overriding the linker with ldc and gdc"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#added-ability-to-specify-backend-arguments-in-meson-compile","node_type":"p","page":"Release 0.55.0","sections":["New features","Added ability to specify backend arguments in meson compile\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#machine-file-keys-are-stored-case-sensitive","node_type":"p","page":"Release 0.56.0","sections":["New features","Machine file keys are stored case sensitive"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#buildtype-remains-even-if-dependent-options-are-changed","node_type":"p","page":"Release 0.57.0","sections":["New features","Buildtype remains even if dependent options are changed"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#summary-now-uses-left-alignment-for-both-keys-and-values","node_type":"h2","page":"Release 0.57.0","sections":["New features","\nsummary() now uses left alignment for both keys and values"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#unescaped-variables-in-pkgconfig-files","node_type":"p","page":"Release 0.59.0","sections":["New features","Unescaped variables in pkgconfig files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#deprecated-project-options","node_type":"p","page":"Release 0.60.0","sections":["New features","Deprecated project options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#deprecate-an-option-and-replace-it-with-a-new-one","node_type":"p","page":"Release 0.63.0","sections":["New features","Deprecate an option and replace it with a new one"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-1-0.html#coercing-values-in-the-option-function-is-deprecated","node_type":"h2","page":"Release 1.1.0","sections":["New features","coercing values in the option() function is deprecated"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#c_std-and-cpp_std-options-now-accepts-a-list-of-values","node_type":"h2","page":"Release 1.3.0","sections":["New features","\nc_std and cpp_std options now accepts a list of values"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#unified-message-strformat-and-fstring-formatting","node_type":"p","page":"Release 1.3.0","sections":["New features","Unified message(), str.format() and f-string formatting"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#per-project-subproject-options-rewrite","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Per project subproject options rewrite"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#version_compare-now-accept-multiple-compare-strings","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","\nversion_compare now accept multiple compare strings"],"context":{"gi-language":["default"]}},{"url":"Rewriter.html#default-options-modification-format","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the \"script mode\"","Default options modification format"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#configuring-the-build-directory","node_type":"p","page":"Running Meson","sections":["Running Meson","Configuring the build directory"],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#bindgen","node_type":"ul","page":"Rust module","sections":["Rust module","Functions","bindgen()"],"context":{"gi-language":["default"]}},{"url":"Simd-module.html#usage","node_type":"p","page":"Unstable SIMD module","sections":["Unstable SIMD module","Usage"],"context":{"gi-language":["default"]}},{"url":"Subprojects.html#adding-variables-to-the-dependency","node_type":"p","page":"Subprojects","sections":["Subprojects","A subproject example","Adding variables to the dependency"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#dictionaries","node_type":"p","page":"Syntax","sections":["Syntax","Dictionaries"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#logical-operations","node_type":"p","page":"Syntax","sections":["Syntax","Logical operations"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#substring","node_type":"p","page":"Syntax","sections":["Syntax","Strings","String methods",".substring()"],"context":{"gi-language":["default"]}},{"url":"Syntax.html#variables","node_type":"p","page":"Syntax","sections":["Syntax","Variables"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#test-parameters","node_type":"p","page":"Unit tests","sections":["Unit tests","Test parameters"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/verified b/assets/js/search/verified new file mode 100644 index 000000000..65da0302f --- /dev/null +++ b/assets/js/search/verified @@ -0,0 +1 @@ +urls_downloaded_cb({"token":"verified","urls":[{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/visual b/assets/js/search/visual index e0b92fd8b..5f38180bb 100644 --- a/assets/js/search/visual +++ b/assets/js/search/visual @@ -1 +1 @@ -urls_downloaded_cb({"token":"visual","urls":[{"url":"Additional.html#subpages","node_type":"p","page":"Additional documentation","sections":[],"context":{"gi-language":["default"]}},{"url":"Build-options.html#startup-project","node_type":"p","page":"Build options","sections":["Build options","Built-in build options","Visual Studio","Startup project"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#visual-studio","node_type":"h3","page":"Build options","sections":["Build options","Built-in build options","Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#base-options","node_type":"p","page":"Built-in options","sections":["Built-in options","Base options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#core-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Universal options","Core options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-backend","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for backend\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-genvslite","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for genvslite\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-vsenv","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for vsenv\n"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#cons4","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","Meson","Cons"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#pros1","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","CMake","Pros"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#appveyor-for-windows","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","AppVeyor for Windows"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dia-sdk","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","DIA SDK"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#4-must-have-native-support-for-platforms-that-are-in-common-use","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","4. Must have native support for platforms that are in common use"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#overview-of-the-solution","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Overview of the solution"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-implemented-in-python-rather-than-programming-language-x","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson implemented in Python rather than [programming language X]?"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#dependencies","node_type":"p","page":"Getting Meson","sections":["Getting Meson","Dependencies"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#dependncias","node_type":"p","page":"Obtendo o Meson","sections":["Obtendo o Meson","Dependências"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#","node_type":"p","page":"获取Meson","sections":["获取Meson","所需依赖"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#building-a-simple-sdl2-app-from-scratch","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Building a simple SDL2 app from scratch"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#set-up-the-build-directory","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Set up the build directory"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ide-integration","node_type":"p","page":"IDE integration","sections":["IDE integration"],"context":{"gi-language":["default"]}},{"url":"Manual.html#subpages","node_type":"p","page":"Manual","sections":[],"context":{"gi-language":["default"]}},{"url":"Meson-sample.html#a-note-to-visual-studio-users","node_type":"h2","page":"Meson sample","sections":["Meson sample","A note to Visual Studio users"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments27","node_type":"table","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_extra_files","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_extra_files","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_extra_files","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#include_directories_is_system","node_type":"p","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_extra_files","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_extra_files","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_extra_files","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_extra_files","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_extra_files","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-ids","node_type":"table","page":"Reference tables","sections":["Reference tables","Compiler ids"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#link-whole-contents-of-static-libraries","node_type":"p","page":"Release 0.40","sections":["New features","Link whole contents of static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#outputs-of-generators-can-be-used-in-custom-targets-in-the-vs-backend","node_type":"p","page":"Release 0.40","sections":["New features","Outputs of generators can be used in custom targets in the VS backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#visual-studio-2017-support","node_type":"h2","page":"Release 0.40","sections":["New features","Visual Studio 2017 support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#visual-studio-c-compiler-support","node_type":"h2","page":"Release 0.45","sections":["New features","Visual Studio C# compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#toggles-for-build-type-optimization-and-vcrt-type","node_type":"p","page":"Release 0.48","sections":["New features","Toggles for build type, optimization and vcrt type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#backendvs-now-matches-db_vscrtfrom_buildtype-behaviour-in-the-ninja-backend","node_type":"p","page":"Release 0.55.0","sections":["New features","\n--backend=vs now matches -Db_vscrt=from_buildtype behaviour in the Ninja backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#edit-and-continue-zi-is-no-longer-used-by-default-for-visual-studio","node_type":"h2","page":"Release 0.57.0","sections":["New features","\"Edit and continue\" (/ZI) is no longer used by default for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#experimental-support-for-c-modules-in-visual-studio","node_type":"h2","page":"Release 0.57.0","sections":["New features","Experimental support for C++ modules in Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#address-sanitizer-support-for-visual-studio","node_type":"h2","page":"Release 0.58.0","sections":["New features","Address sanitizer support for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#automatically-set-up-visual-studio-environment","node_type":"h2","page":"Release 0.59.0","sections":["New features","Automatically set up Visual Studio environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#developer-environment","node_type":"p","page":"Release 0.59.0","sections":["New features","Developer environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#new-vs2012-and-vs2013-backend-options","node_type":"p","page":"Release 0.59.0","sections":["New features","New vs2012 and vs2013 backend options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#force-visual-studio-environment-activation","node_type":"h2","page":"Release 0.60.0","sections":["New features","Force Visual Studio environment activation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#visual-studio-2022-backend","node_type":"h2","page":"Release 0.61.0","sections":["New features","Visual Studio 2022 backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#added-a-new-genvslite-option-for-use-with-meson-setup-","node_type":"p","page":"Release 1.2.0","sections":["New features","Added a new '--genvslite' option for use with 'meson setup ...'"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#new-for-the-generation-of-visual-studio-vcxproj-projects","node_type":"h2","page":"Release 1.2.0","sections":["New features","New for the generation of Visual Studio vcxproj projects"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#configuring-the-build-directory","node_type":"p","page":"Running Meson","sections":["Running Meson","Configuring the build directory"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#running-meson","node_type":"p","page":"Running Meson","sections":["Running Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#running-meson","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Running Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#windows","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing a compiler toolchain","Windows"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#windows1","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing Meson","Windows"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-clangcl-with-visual-studio","node_type":"h1","page":"Using with Visual Studio","sections":["Using Clang-CL with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-intelcl-icl-with-visual-studio","node_type":"h1","page":"Using with Visual Studio","sections":["Using Intel-CL (ICL) with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-with-visual-studio","node_type":"h1","page":"Using with Visual Studio","sections":["Using with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#creating-and-compiling","node_type":"p","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects","Creating and compiling"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#visual-studios-external-build-projects","node_type":"h1","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects"],"context":{"gi-language":["default"]}},{"url":"index.html#features","node_type":"ul","page":"The Meson Build system","sections":["The Meson Build system","Features"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"visual","urls":[{"url":"Additional.html#subpages","node_type":"p","page":"Additional documentation","sections":[],"context":{"gi-language":["default"]}},{"url":"Build-options.html#startup-project","node_type":"p","page":"Build options","sections":["Build options","Built-in build options","Visual Studio","Startup project"],"context":{"gi-language":["default"]}},{"url":"Build-options.html#visual-studio","node_type":"h3","page":"Build options","sections":["Build options","Built-in build options","Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#core-options","node_type":"table","page":"Built-in options","sections":["Built-in options","Universal options","Core options"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-backend","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for backend\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-genvslite","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for genvslite\n"],"context":{"gi-language":["default"]}},{"url":"Builtin-options.html#details-for-vsenv","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for vsenv\n"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#cons4","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","Meson","Cons"],"context":{"gi-language":["default"]}},{"url":"Comparisons.html#pros1","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","CMake","Pros"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#appveyor-for-windows","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","AppVeyor for Windows"],"context":{"gi-language":["default"]}},{"url":"Dependencies.html#dia-sdk","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","DIA SDK"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#4-must-have-native-support-for-platforms-that-are-in-common-use","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Can we do better?","4. Must have native support for platforms that are in common use"],"context":{"gi-language":["default"]}},{"url":"Design-rationale.html#overview-of-the-solution","node_type":"p","page":"Design rationale","sections":["This is the original design rationale for Meson. The syntax it\ndescribes does not match the released version","Overview of the solution"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-is-meson-implemented-in-python-rather-than-programming-language-x","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why is Meson implemented in Python rather than [programming language X]?"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#dependencies","node_type":"p","page":"Getting Meson","sections":["Getting Meson","Dependencies"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_ptbr.html#dependncias","node_type":"p","page":"Obtendo o Meson","sections":["Obtendo o Meson","Dependências"],"context":{"gi-language":["default"]}},{"url":"Getting-meson_zh.html#","node_type":"p","page":"获取Meson","sections":["获取Meson","所需依赖"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#building-a-simple-sdl2-app-from-scratch","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Building a simple SDL2 app from scratch"],"context":{"gi-language":["default"]}},{"url":"GuiTutorial.html#set-up-the-build-directory","node_type":"p","page":"Building a simple SDL2 app from scratch","sections":["Set up the build directory"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#ide-integration","node_type":"p","page":"IDE integration","sections":["IDE integration"],"context":{"gi-language":["default"]}},{"url":"Manual.html#subpages","node_type":"p","page":"Manual","sections":[],"context":{"gi-language":["default"]}},{"url":"Meson-sample.html#a-note-to-visual-studio-users","node_type":"h2","page":"Meson sample","sections":["Meson sample","A note to Visual Studio users"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments10","node_type":"table","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments11","node_type":"table","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments27","node_type":"table","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments36","node_type":"table","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments38","node_type":"table","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments45","node_type":"table","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments46","node_type":"table","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments47","node_type":"table","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_extra_files","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_extra_files","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_extra_files","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#include_directories_is_system","node_type":"p","page":"Functions","sections":["Functions","include_directories()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar_extra_files","node_type":"p","page":"Functions","sections":["Functions","jar()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_extra_files","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_library_extra_files","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#shared_module_extra_files","node_type":"p","page":"Functions","sections":["Functions","shared_module()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#static_library_extra_files","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#compiler-ids","node_type":"table","page":"Reference tables","sections":["Reference tables","Compiler ids"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#link-whole-contents-of-static-libraries","node_type":"p","page":"Release 0.40","sections":["New features","Link whole contents of static libraries"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#outputs-of-generators-can-be-used-in-custom-targets-in-the-vs-backend","node_type":"p","page":"Release 0.40","sections":["New features","Outputs of generators can be used in custom targets in the VS backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-40-0.html#visual-studio-2017-support","node_type":"h2","page":"Release 0.40","sections":["New features","Visual Studio 2017 support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-45-0.html#visual-studio-c-compiler-support","node_type":"h2","page":"Release 0.45","sections":["New features","Visual Studio C# compiler support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-48-0.html#toggles-for-build-type-optimization-and-vcrt-type","node_type":"p","page":"Release 0.48","sections":["New features","Toggles for build type, optimization and vcrt type"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#backendvs-now-matches-db_vscrtfrom_buildtype-behaviour-in-the-ninja-backend","node_type":"p","page":"Release 0.55.0","sections":["New features","\n--backend=vs now matches -Db_vscrt=from_buildtype behaviour in the Ninja backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#edit-and-continue-zi-is-no-longer-used-by-default-for-visual-studio","node_type":"h2","page":"Release 0.57.0","sections":["New features","\"Edit and continue\" (/ZI) is no longer used by default for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#experimental-support-for-c-modules-in-visual-studio","node_type":"h2","page":"Release 0.57.0","sections":["New features","Experimental support for C++ modules in Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#address-sanitizer-support-for-visual-studio","node_type":"h2","page":"Release 0.58.0","sections":["New features","Address sanitizer support for Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#automatically-set-up-visual-studio-environment","node_type":"h2","page":"Release 0.59.0","sections":["New features","Automatically set up Visual Studio environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#developer-environment","node_type":"p","page":"Release 0.59.0","sections":["New features","Developer environment"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#new-vs2012-and-vs2013-backend-options","node_type":"p","page":"Release 0.59.0","sections":["New features","New vs2012 and vs2013 backend options"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-60-0.html#force-visual-studio-environment-activation","node_type":"h2","page":"Release 0.60.0","sections":["New features","Force Visual Studio environment activation"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#visual-studio-2022-backend","node_type":"h2","page":"Release 0.61.0","sections":["New features","Visual Studio 2022 backend"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#added-a-new-genvslite-option-for-use-with-meson-setup-","node_type":"p","page":"Release 1.2.0","sections":["New features","Added a new '--genvslite' option for use with 'meson setup ...'"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#new-for-the-generation-of-visual-studio-vcxproj-projects","node_type":"h2","page":"Release 1.2.0","sections":["New features","New for the generation of Visual Studio vcxproj projects"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#configuring-the-build-directory","node_type":"p","page":"Running Meson","sections":["Running Meson","Configuring the build directory"],"context":{"gi-language":["default"]}},{"url":"Running-Meson.html#running-meson","node_type":"p","page":"Running Meson","sections":["Running Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#running-meson","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Running Meson"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#windows","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing a compiler toolchain","Windows"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#windows1","node_type":"p","page":"The Absolute Beginner's Guide to Installing and Using Meson","sections":["The Absolute Beginner's Guide to Installing and Using Meson","Installing Meson","Windows"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-clangcl-with-visual-studio","node_type":"h1","page":"Using with Visual Studio","sections":["Using Clang-CL with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-intelcl-icl-with-visual-studio","node_type":"h1","page":"Using with Visual Studio","sections":["Using Intel-CL (ICL) with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Using-with-Visual-Studio.html#using-with-visual-studio","node_type":"h1","page":"Using with Visual Studio","sections":["Using with Visual Studio"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#creating-and-compiling","node_type":"p","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects","Creating and compiling"],"context":{"gi-language":["default"]}},{"url":"Vs-External.html#visual-studios-external-build-projects","node_type":"h1","page":"Visual Studio's external build projects","sections":["Visual Studio's external build projects"],"context":{"gi-language":["default"]}},{"url":"index.html#features","node_type":"ul","page":"The Meson Build system","sections":["The Meson Build system","Features"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/trie_index.js b/assets/js/trie_index.js index 93241e69c..e34430964 100644 --- a/assets/js/trie_index.js +++ b/assets/js/trie_index.js @@ -1 +1 @@ -var trie_data="AAADHgAAbEEAAKBCAAC+QwAA/kQAAURFAAF0RgABmkcAAdRIAAHuSQACGEoAAixLAAI8TAACWk0AAnhOAAKUTwACvlAAAvRRAAMEUgADKlMAA2BUAAN+VQADnlYAA7ZXAAPaWAAD7lkAA/ZaAAQE3wAEJGEABFZiAARwYwAEqmQABNxlAAUIZgAFOGcABWRoAAWAaQAFrmoABcJrAAXWbAAF+G0ABh5uAAY+bwAGZHAABpBxAAakcgAGyHMABvp0AAcgdQAHPHYAB1x3AAeAeAAHrHkAB7d6AAfKLgAHzEEAB85CAAfQQwAH0kYAB9RJAAfWUAAH2lEAB9zSAAfgUwAH6FYAB+xhAAfuYgAH8mMAB/ZkAAf+awAIAGwACAptAAgMbgAIEHAACBhyAAgocwAIMHQACDR1AAg8dgAIP3oACEBBAAhIRAAISkkACExPAAhQUwAIUlUACFZhAAhiZQAIamkACHRsAAh2bwAIenIACIB1AAiKeQAIjXoACI4tAAiUMgAIljQACJg2AAiawwAIpkQACKhGAAiqyQAIrEwACLZNAAi6TwAIvlAACMRSAAjGUwAIylUACNJXAAjUWAAI1lkACNhfAAjaYQAI5mMACOhlAAjsZgAI7mgACPZpAAj8bAAJAm8ACRZwAAkYcgAJHnQACSB1AAkneQAJKi0AAACuAAksQgAJLsMACTRFAAk6RgAJPkkACUJMAAlETQAJRk4ACUpPAAlMUAAJTlIACVBTAAlUVQAJVlcACVhYAAlaWQAJXF8ACWBhAAlkYgAJaGMACWxkAAluZQAJfmYACYBpAAmIbAAJjG8ACZhwAAmecgAJoHMACaJ1AAmmdgAJqHcACat5AAmuLgAJsDIACbJDAAm0RgAAAMgACbZMAAm4TwAJulIACbxTAAm+WAAJwGEACcRjAAnIZAAJymYACcxsAAnSbQAJ3G4ACepwAAnscQAJ7nIACfBzAAnydQAJ9HYACfd4AAAAtQAKAjkACgRBAAoGwwAKCEYACgpIAAoMTwAKEFAAAADTAAoSVQAKFF8AChZhAAogZQAKKmkACjRsAAo4bwAKQnIAAADzAApJdQAKTDkACk5BAApQQwAKVEQAClhFAApcSAAKXkkACmhKAApqzAAKbk0ACnBOAAp0TwAKdlAACnpSAAp8UwAKhFQACohVAAqMVgAKjmEACpBjAAqSZQAKmmYACpxpAAqgbAAKpG4ACqhvAAqscgAKtHQACrl1AAq6LgAKvEEACr5EAArARQAAAMwACsJPAArE0AAKxlQACshhAArMZQAK0mkACthvAArhdQAK4i4ACuQxAArmQgAK6EMACuxEAAryRwAAAMkACvROAAr+TwAAANAACwDSAAsEUwALCGMACwpkAAsOZgALEmcACxRtAAsYbgALLHIACy5zAAszdAALNkEACzpEAAs8TgALPtMAC0BVAAtCYQALSGUAC0xvAAtOcwALUXUAC1REAAtWRQALWGMAC1plAAtkaQALaG4AC2pvAAtvcwALcEEAC3JDAAt0xAALekkAC35MAAuATgALglMAC4RUAAuIWAALimEAC4xjAAuO5QALmmkAC6pvAAu3dQALuEEAC7xDAAvAxAALwkUAC8RJAAvKSwALzE8AC85QAAvSUwAL3tQAC+BhAAvyZQAL/mkADAhvAAwRdQAMFC4ADBZBAAwcRAAMHkwAAADNAAwgTwAMJFUADCZWAAwuYQAMNmUADEZpAAxKbwAMVHUADFd2AAAAsgAAALMADFhCAAxaRAAMXEYADF5PAAxgUAAMYtMADGxUAAxwVQAMcmIADHhjAAAA5AAMemYADHznAAx+bAAMgG0ADIJwAAyIcgAMkHUADJN2AAyUQQAMnkMADKBEAAyiRQAMpEcADKhJAAyqSwAMrkwADLBOAAyyTwAMtlAADLjSAAy8UwAMvlQADMJVAAzEWQAMxmEADNRjAAzWZQAM3mgADOBpAAzoawAM6mwADPBvAAz+cgANBHUADQ15AA0YRQANGk0ADR5SAA0gVAANJF8ADSZtAA0o9AANMXUADTZBAA04wwANOkUADT5IAA1ASQANQkwADURPAA1GUAANSFMADUpUAA1OVQAAANgADVJhAA1WZQANdGkADXZvAA18cAANfnUADYV4AA2GQwANikQADY5GAA2QSAANlEkADZhLAA2aTwANoFAADaRRAA2mUgANqFMADapUAA2sVQANsGEADbRjAA2+5QANzGgADdJpAA3eawAN4GwADeRuAA3mbwAN8HAADfh0AA4CdQAODHcADg95AA4UQQAOHEMAAADJAA4eTwAOIFQADiJZAA4kYQAOLmUADjpoAA5CaQAOSG8ADlJyAA5cdQAOYncADmV5AA5mQgAOaEMADmpE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ACrndQAq6mcAKuxpACrvcgAq8GEAKvZlACr+aQArBG8AKw11ACsOLgArH3QAKyAzACsiYQArJXgAKyZsACsq7gArLnMAKzN0ACs1dQArN2kAAAG1ACs4aQArOm0AKz5yAAAA8wArQXQAK0N5ACtE4wArRm8AK0lyACtK4gAAAOMAK1RpACtXawArWGEAK1pkACtc5QArXu4AK3ByACt3dAArem0AK31vACt/LQArgF8AAADkACuC5gArhG0AK4ZuACuI7wArjvIAK5n0AAAB8wArnmIAK6BlACuiZgArpGkAAADtACuobwArrHAAK651ACuzdgArtGEAK7fvACu6bwArvfUAK85hACvQYgAr0mQAK9RpACvWbAAr2G8AK912ACveZwAr4WwAK+JhACvsZQAr8mkAK/RvACv5cAAr+mMAK/xlACv/dAAsBGUALAZoACwJ6wAsFGEALBhlACwa6QAsH20ALCFmACwjMgAsJXQALCZjACwoaQAsKmwALC5uACwycAAsNHIALDxzACxCdAAsRXYALEdmACxIYQAsTmQALFBsACxYdQAsW/gALF9pACxgYwAsYmQALGhlACxqZwAsbG4ALHFzACxybAAsdm0ALHhuACx8bwAsfnAALIJyACyEcwAshvQALIl1AAAA4wAAAfAALIxtACyOcwAskXQALJJnACyUbQAsmG4ALJ1yACyfcAAAAK4AAAHlACyjOAAspC0ALKc4ACypOAAsqzgAAAHFAAAB0wAAAcgALK02AAAB7QAAAOMALK7lACyy7AAstG4ALLZvACy4cAAsu/UALLzlACzCaQAAAOwALMRuAAAB8wAsxi0ALMhfACzMYwAszm4ALNBvAAAA8wAs03UALNRuAAAB9AAAAfIALNdsACzYYQAs2mcALNxtACzhcAAs6i0ALPBiACzyYwAs/GQALQBlAC0GZgAAAOcALRBoAC0S6QAtGmoALRxsAC0ebgAtIG8ALSJwAC0mcwAtMPQALTv2AC1CLQAtRfMAAADjAC1GZQAtSGkALUpvAC1McgAtT3MALVBfAAAA4QAAAOgAAADuAC1c7wAtYHMALWV5AC1mYQAtaGUAAADoAC1tcwAtcG4AAADyAC13dgAteGcALXtpAAAB6wAtfG4ALX90AAAB6QAtgOIALYNpAC2FYQAth28ALYhkAC2KZwAtjGwALY5u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ADOQbwAAAPQAM5J1AAAB9wAzlmEAM5ntAAAB8wAzmmEAM5zjADOfdAAzoF8AM6RiADOmZAAzqGwAM6puADO5cwAzuy0AM7xjADO/ZAAzwWMAM8M5ADPEYwAzxmYAM8htADPMbgAz0nMAM9R0ADPXdgAz22kAM9xhADPgYwAz4mUAM+RoADPoaQAz7G8AM/NyAAAA6wAz+uwAAAHzADQAYQA0BGMANAxkADQOZwA0FGwANBrtADQibgA0KHAANCxxADQu8gA0NHMANDb0AAAB9QA0QG0ANEN0ADRELQAAALQANEZhADRaZQA0XmkANGJsADRlbwA0amQANGxnADR2bAA0em0ANIBuADSCcgA0hHMANIZ0ADSLegA0jGUANJFpADSSYQA0lmkANJ1vADSfYQA0omEANKZkADSpaQA0rC0ANK5iADSwZgA0smwANLptADS8bgA0vm8ANMBwADTCcgA0xHUANMl2ADTKYQA00GQANNRlADTaaQA03GwANN5uADTgbwA05nIANOl1ADTq7AA073UANPDjADT9dAA0/mUANQFoADUCYQAAAOMANRTkADUkZQA1KmkANSzsADUubwA1NvIANUJ1ADVJeQA1SmIANWJjADVmZAA1aGYANWpnADVsaQA1cG0ANXLuADV2cAA1e3IAAAHuADV+XwA1gGEANYdpADWKbQA1jm4ANZNzAAAB7AA1nOIANaRjADWm5wA1sGkANbRrADW2bAA1uG0ANbpuADW88AA1vvIANcRzADXHdQA1yGwAAAHwADXKYQA1zmMANdBkADXSZwA11GwANdbtADXY7gA13PIANeJzADXmdAA16XgAAAH0ADXsZQA17mkANfJvADX2cgA1+3UANf4tADYCYQA2BGYANgZsADYIbQA2DG4ANg5wADYQdAA2E3oANhUtAAAB8AA2GF8ANh5kADYiZwA2JGsANiZsADYqbQA2LG8ANi7wADY0dAA2NnUAAAH4AAAB7QA2OmEANkZlADZKaQA2VG8ANlt1ADZhXwAAAOYAAAH5ADZibgA2ZnIANm10ADZuTwA2cW8ANnJlADZ0aQA2d28AAAH0ADZ7cAA2gWwANoJzADaFdQA2hmgANohpADaLbAAAAfAANo1qADaOXwA2kOMAAAHkADaS4QA2lWkANpZhADagYgA2omMANqZkADaqZQA2rmYANrJpADbAawA2wmwANsRtADbGbgA2ym8ANtJwADbYcQA22nIANtxzADbkdAA25nUANuh3ADbtegA27i0ANvBjADbyZAA29GcANvZsADb4cAA2+3MAAADpADb97AA3AOEAAADiADcMZQAAAO8AAADyADcT9QA3FGYANxpoADcdaQA3H2kANyF4ADcjLgA3JzQANyhfAAAA6QA3KuwANzRuADc2cAA3OfIAN0JyADdE8wA3SXgAN0pjADdMaQA3TmoAAADsADdQbgA3VnIAAAH6ADdfZQA3YGEAN2JjADdmZAA3aGUAAADtADdqbwA3bHIAN29zADdyUQA3dXEAAAHjADd3YQA3eC0AAADjADd6aQA3fGwAN39yADeALQA3gjIAN4RfADeGYwA3iGUAN4t3ADeNYQA3j2wAN5EtADeTcgA3lTIAAADmADeWaQA3mGwAN5xuADeecgA3pHMAN6p0ADeteQA3sWgAN7JhADe04gA3umUAN7xpADe+bAA3wHIAN8RzADfGdgA3yXgAN8tvADfMaQA30W8AN9JkADfYZgA32msAN9xsADfgbgA37PAAN+5zADfxdAA383IAN/VvADf2ZgA3+O4AN/pyADgDdQA4BWUAOAZhAAAA4wA4CmUAOAxpADgPbwA4EXcAOBItADgXdwA4GXAAOBqwADgcbwA4H/kAAAG0ADghtgA4JG0AOCd2ADgoMQA4Km8AOC11ADgvZwA4MG4AODN4ADg1ZQAAAegAODYtADg4bAA4O24AOD1iAAAAwwAAAeMAOD/sAAAB9QA4QXIAOEJjADhEbAA4R3cAOEhhADhLZQA4TWwAOE4tADhSZQAAAewAOFRmADhWaAA4WXgAOFxjADheagA4YG0AOGNzADhkYQA4Z2wAOGtlAAAB7AA4bXUAOG95ADhxdAA4cmEAOHVyAAAA5wAAAO0AOHfwADh5aQA4e24AOH1wADh/eQA4gHQAOIV5ADiGYwA4iWQAOItDADiNUwAAAfMAOI9NADiRSAA4k0MAOJdOADiZSQA4m2MAOJ1yADiebwA4oXQAOKNlADioaQAAAfMAOKxpADiwcgAAAfMAOLNpADi1YQA4t2EAAADuADi5cgA4u28AOL1hADi/bwA4wWgAOMNlADjFZQA4xk4AOMlyADjLTgA4zGMAOM9yADjRYQA40lMAONRWADjXbAA422kAON12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AKz75QAAAeQArP1uAKz/YQCtAXQArQNhAK0FLQCtB2wArQluAK0LXwCtDW4ArQ90AK0R5QCtF2UAAAHoAK0ZZQCtH2IArSF0AAAB8wCtI24ArSVsAAAB5ACtJ2kArSlsAAAB8wCtK2EArS1wAK0vZQAAAfQArTFzAK0zaQCtNXIArTduAK04LQAAAfMAAAHzAK07bACtPW0AAAHkAK0/bgCtQW8AAAHkAK1DbgAAAbYArUVhAK1HZACtSWkArUtpAK1NdAAAAfIArU90AK1RdACtVWEArVdhAAAB5AAAAfkArVllAK1b5QCtXeUAAAHzAK1fZQCtYWkArWLlAK1paQCta2kArW1tAK1vYQCtcOEArXTlAK14aQCtfW8ArX9zAK2BdAAAAOQArYVuAK2HbgCtiWQArYplAK2MaQCtj3UArZBfAK2SZQAAAfMArZTlAK2XaQCtmGUArZttAK2d7gCto2EAraRpAK2ndACtqeUAraotAK2uXwCtsmUAAAHzAAAA5AAAAfMArbduAK25cwCtvGUArb5pAAAB8wCtwWkArcfhAK3JcgCtymEArcxjAK3OZACt02YArdX0AK3dcgCt32UAreFuAK3jbwCt5XQAAADzAAAB+QAAAecAreflAK3pYwAAAecAretyAK3tcwCt72UAAAHlAK3x7gAAAfQArfNtAK31bQCt93cAAAHjAK35bACt++UArgtyAK4NYwCuD2EArhEtAAAA5AAAAfMArhNuAK4VbwCuF2QArhlpAK4bdQCuHWEArh94AK4gaQCuI3QAAADjAK4kaQCuJ3QAriljAK4rYwCuLXMAri9tAK4xdACuM3MArjVwAK43ZQCuOXoAAAH5AK47bgCuPWkArj5hAK5AcgCuQ3kArkVhAK5HZAAAAecArkllAK5LYQCuTWUAAAH4AK5RcgCuUmYArlVpAK5XZgCuWW4ArltuAK5dZgCuX3MArmHrAK5j7gCuaXMArmppAK5tbACub28ArnFuAK5zeQCudWMAAAHkAAAB8wAAAeUArndfAK55bgCue3IAAAGwAAABsACufWQArn/yAK6BbgCug2kAroXyAAAB+QAAAfAAAAH0AK6HLgAAAeIArolhAK6LcgAAAfAAro1yAAAB9ACuj2gArpAtAK6VLgCul2QArppmAK6dbwCunmEArqFmAK6jYQAAAecArqXo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ALZpegC2bWUAtm9hALZwLQC2c18AtnVoALZ3aQC2eWkAtnstALaBcgAAAeUAtoNlALaF5QAAAfIAtodlALaILgAAALAAAACxALaKXwAAAPMAtpN0AAAA8AC2lfkAtplnALabYQC2nWQAtqVlALanZQC2qWkAtqtjAAAB9AAAAeMAtqzlALa5aQAAAecAAAHzAAAB5wAAAewAtrtlAAAB4QC2vWEAtr90ALbBaQC2w2YAtsVhALbHZQC2yXQAAAHnALbL7AC2zmkAttFsAAAB5wC203IAAAHnALbUZAC21mYAttpoALbddQC23mwAAAHzALbhYQC2428AtuVhAAAB4gC252EAtunuALbrYgC27W8Atu9lALbxYQAAAecAAAHzAAABtwC2824AtvVjALb3YQC2+W8AtvtiALb9cgC2/3QAtwH0ALcD7QC3C2kAtw1lALcPcwAAAPMAtxF0ALcTdAC3FWEAtxduALcZaQC3G2IAtx1uALcfcgC3IWgAtyNwALclLQC3J24AtyluALcrZQC3LW4Aty/mALcxbwAAAecAtzNhAAAA5AAAAfIAtzVvALc3cgC3OWIAtztjALc9bwC3P24At0FiAAAB8wC3Q24At0VzAAAA5AAAAfIAt0duALdJZQC3S2UAt0zyALdRdAC3UmkAt1VsAAAB5QAAAfMAAAHnAAAB7gC3WW4At1pvALdddgC3X3YAt2FpALdjbgC3ZW4At2dlALdpbwC3a2kAt23lALdvdQAAAeMAAAHlALdxYwC3dXQAt3dzALd5bQC3e2YAt31hALd/bgC3gXMAt4NvALeFZAC3h3MAt4lsALeKZQC3jWkAt47hALeR5QC3k3AAt5VsALeXaQC3mXQAt5tzALecLQC3nl8At6BhALeiZQC3pHIAAAHzALeoLQC3qmUAt69pALexaQC3s+sAAAHlAAAB5QC3teQAt7djALe4YwC3u3QAt792ALfBbgC3w2wAt8X0AAAB9wC3x3UAAAH5ALfJcAC3y2UAAAHkALfNbgC3z3QAAAH5ALfT5QC312UAt9ntALfdYQC332EAt+F1AAAB5AC34/MAt+jlALfsaQC37/QAAADlALfzaQC39W0At/ftALgBcwC4A/QAuA/vALgRbQC4E2UAuBXlAAAB8wC4GWEAuBpsALgddAC4H20AuCBhALgjZQC4JWUAuCd0ALgpbgC4K3UAuC1vAAAB8wC4L28AAADhALgw5QC4NWkAAAHzALg3bAC4OeQAAAHoAAAB7AC4PWUAuD9iALhB5QC4Q3IAAAHnAAAB5wAAAOQAAAHzALhFXwC4R3QAuElsALhLdAC4TWkAuE8xALhRbgC4Ui0AuFYuAAAAsgC4ZLMAuGhfALh1cAC4d18AuHl2ALh7ZAC4fXQAuH9kALiBZwC4g24AuIV1ALiHaAC4ieUAuItkALiNcgC4j3AAuJFwALiTZAAAAfQAuJU4ALiWYwC4mXAAuJtpAAAB+QC4nWUAAAHyALifZAAAAeQAuKFuALijbwC4pXMAuKd0AAAB+QAAAecAuKlyALirNQAAAbIAuK12ALivcwC4sWEAuLN0AAAB4QC4tWwAuLdoALi5cAC4u24AuL1sALi/bwC4wXIAuMNsALjFbwAAAesAuMduALjJcgAAAOQAAAHzALjLbgC4zGkAuM9sAAAB5gAAAecAuNEuALjTbQC41GEAuNZpAAAB8wAAAeQAuNluALja5AAAAfQAAAHlAAAB5QAAAfMAuN9pALjjbgC45WUAuOdpALjpaQC462UAuO90AAAA5QC48WkAuPNuALj1YwAAAfMAuPduALj5YQC4+28AuP1uALj/ZQAAAfIAAAH0ALkBYQC5A3IAuQRlALkHcgC5C/MAuQ8zAAAB8gC5EWUAuRNpALkVZQAAAfMAuRZvALkZdgAAAeQAuRtuALkc5QC5IWkAuSNuALkkaQC5J2wAuSppAAAB8wC5LXQAuS9oAAAB5wC5MGQAuTJpAAAB8wC5NWUAAAHsAAAA5AAAAfMAuTduAAAA5AAAAfMAuTluALk7aQAAAfMAuT1yALk/ZQC5QOUAuUlpALlLYQC5TGUAuU5pAAAB8wC5UfQAuVNlALlVdQC5V2UAuVlpALlb9AC5YOUAuWdpALlpZQAAAfMAuWt0ALltdAC5b+UAuXVpALl3YwC5efQAAADkALl9cwAAAeUAuYFjALmDaQC5hGUAuYdpALmJdgC5jGMAuY5lALmQaQC5k3MAAAHnALmVZQAAAfMAAAHlALmXZQC5mGUAuZtpALmdbwC5n2UAuaDlALmiaQC5pXQAAAHlAAABsgAAAbQAuadtALmpYwC5q3cAAAH5ALmsZQAAAecAua9jAAAB7wC5sUsAubNrALm1YgC5t24AublhALm7bQC5vW8Aub9yALnBcwAAAfQAucNpALnFbAAAAfMAAAHnALnHdQAAAeUAucluALnLcgC5zWkAuc9yALnRZQC50mIAudVyALnXcgC52WUAAADkALnbaQC53XQAud9sALnhYQC54i0AueVyALnnaQC56WUAuetqALntbgAAAfMAue94ALnxegC59GkAAAH5AAAB8gC592wAuflhALn7dQC5/WUAuf9yALoBbQC6A2kAAADkAAAB8gC6BW4AugdqAAAB5QC6CWkAugtsAAAB8wC6DXQAAAHlALoPaQAAAe4AAAHoALoRaQC6El8AuhRpAAAB8wC6F24AuhlvALobbQC6HWkAuh9lALogZQC6I3QAuiVpALonZwC6KXMAuiplALovaQC6MC4AujRsAAAB8wC6N24Aujl0ALo7bAC6PfQAuj9vALpAYQC6QmUAukRpAAAB8wC6SXUAuktvALpNbwC6T2kAulFsAAAB5wC6U2wAulVpALpXYwC6WWUAult0ALphYgC6Y2UAumVjALpncwC6aWkAAAHzAAAB8wAAAeUAAAHuALprbgC6bXMAum90ALpxZQC6c3IAunXnALp3bwAAAbYAunnjALp79wAAAecAun1iALp+LQC6gF8AuoRsALqHcwAAAecAAAHnALqJYQAAAbIAuotqAAAB5AAAAeQAuo1uALqPcwC6kG8AupN1AAAB8gC6lWEAupZfAAAB7gAAAewAupl1AAAB5wAAAe0AuptsAAAB7gC6nW8Aup4uAAAA8gC6oXMAuqJjALqlZgC6qXQAuqthALqsLQC6t3QAAAHhALq5YQC6u3AAAAHwALq8ZQC6v2kAusFvALrDdQC6xWYAusduALrJbwAAAeQAustuALrNYQC6z2cAAAH0AAAB8gC60WMAAAHlALrTbgC61fQAutdsALrZcgC623IAAAHzALrdbwAAAecAut9lALrhcAC643IAuuVlALrnYQC66WkAAAHyALrrbAC67XQAuu9zALrxaQC683QAuvVpAAAB5wC692wAuvlvALr6LQC6/C4Auv5fALsMYwC7DuQAuxBmALsT8wC7F2kAuxlhAAABtAAAAfcAuxtoAAAB5AC7HewAuyNpALsnaQC7KXUAuytuAAAB8AC7LXMAuy9uALsxbgC7M3MAuzVpALs3aQC7OfIAuztpAAAB+QC7PWwAuz91AAAAswC7QWMAAAGxALtDZQAAAfIAu0VpAAAB5wC7S3QAu0xsALtPcgAAAOQAu1FyALtTbgC7VXcAAAHwAAAB5AC7V24Au1llALtaXwC7YGEAu2NsALtlbQC7Zy4AAAHoALtpaQAAAeQAu2t1AAAB8wAAAecAu21uALtvZAC7cXIAu3NpALt1cAC7d2wAu3hhALt7cgC7fWIAu39fALuFZAC7h3IAu4loALuL5QC7jWcAu45lAAAB8wC7kGwAu5N5AAAB8wC7lC4Au5ZuALuZ8wC7mmMAu51kALueZQC7oWkAu6N1AAAB5wC7pWUAu6dtALupcgC7q3IAu61vALuvbQC7sXMAu7NtALu0XwC7uGUAAAHzALu7ZAAAAfQAu71zALu/dAC7w3UAu8VlALvHdAC7yWoAu9FpALvTdQAAAfMAu9V0ALvXaQC72XQAu9v0AAAB5QC73eUAu99zALvh5AC75fMAAAHzAAAA5QC76WkAu+tlALvvdAC78WwAu/JpAAAB+QC79XIAu/dlALv7cwC7/WUAu/9pALwB9AC8B+UAvAlzALwLcwC8D24AAAH3ALwQZQC8FWkAvBZfALwYaQC8G/MAvB3rALwjbwC8JXQAvCdlALwpbwC8K+YAAAHmAAAB9AC8Li0AAADkAAAA8wC8MnQAvDV3ALw3ZAC8OXQAvD1hAAAB5wC8P2UAvEFzALxD7AC8RC0AvEouALxOXwC8WGkAAAHzAAAB5wC8WmMAvF1xALxfbAAAAfMAAAHnALxhdAC8Y2EAAAH4ALxkYQC8aW8AvGv5ALxtbAC8cW4AvHNzALx1bAC8d3MAAAHnALx5ZwAAAeQAvHttALx9bwC8f28AvIFpALyDZQC8hGQAvIdlAAABzwAAAe8AvIlnAAAB9AC8i24AvIxpAAAB8wC8j2gAvJFyALyTMAC8lWwAvJdjALyZ9AC8n2EAAAHtAAAB+QC8oWwAAAHhALyjZQC8pWkAvKdlALypZQAAAfQAAADkAAAB8wC8q24AvK10ALyvcwC8sXUAvLNhAAAB5wAAAfQAAAH0ALy1dgAAAfQAAAH5AAAB5AC8t24AAADkAAAB8gC8uW4AvLthALy9ZgC8v2kAvMFuALzDaQC8xGUAvMdvALzJdAC8y2EAvMxhALzOaQC80W8AvNNzALzVLQAAAeQAvNduALzZZQC822kAAAHlALzd8gC84S0AvON0AAAB7AC85WwAvOdvALzpZQC863QAvO1lALzvLQC88WUAAAHnALzzYQC89WkAvPdhAAAB+QAAAeQAvPlhALz7ZgC8/eIAvP9tAL0B7AC9A28AvQVlAL0HbQC9CWwAvQtlAL0NdAC9D24AvRFjAL0TcgC9FWcAvRdsAL0ZZAC9G2cAvRxpAL0fbwC9IXIAvSNpAL0laQC9J24AvSl5AL0raQC9LGMAvS90AL0xbQC9M3AAvTVjAL03aQC9OXMAAAHlAAAB5AC9O20AvT1hAL0/bgC9QWwAvUN5AL1FZQC9R3MAvUlzAL1LcwC9TWkAvU90AAAB7gC9UWUAvVNmAAAB9AC9VXMAvVdjAL1ZcgC9W2MAvV1tAL1fbwC9YXMAvWNpAL1laQC9Z2kAvWllAL1qZwC9bXYAvW9hAL1xdgC9c2kAvXVsAL13aQC9eWEAvXtvAL19aAC9f2wAAAHsAL2BZQC9g2QAvYVkAL2HbgC9iC0AvYxfAAAA5AAAAfMAvZFuAAAA5QC9k2kAvZRlAL2WaQC9mHAAAAHzAL2bYQC9nWkAvZ9zAL2haQC9o3MAvaVlAL2ncgC9qXIAvaplAL2tcAC9r24AvbFtAL2zbwC9tWEAAAHwAL23bwAAAfkAvbjlAL27aQC9vXgAAAGwAAABsAAAAbAAAAGwAAABsAAAAfQAvb94AL3BcgC9w2kAvcVlAL3HaQC9yGgAvct0AL3NYQC9z2EAvdFuAL3TdAC9118AAAGuAAAB4QC92WkAAAHyAL3bbQAAAfMAvd1sAL3faQC94fQAveNpAAAB+QC95XMAveflAL3pcwAAAecAvevqAL3sLQC9718AvfFpAL3z5QC99GEAvfZjAL35ZQC9+2kAAAHnAL39aQC9/+4AvglhAL4LZQAAAfMAAAHnAL4NaQC+D2wAAAHzAL4VbAAAAeUAvhZpAL4ZcwAAAeUAAAHlAL4bZQC+HGUAvh9mAAAB8wC+IXUAviMtAAAB5QC+JC0AvixfAL4vaAC+MWwAAAHnAAAB5QC+M24AvjXnAL47dgC+PXQAAAHkAL4/dQAAAdMAvkHzAL5D5AAAAfQAvkdpAAAB5gC+SXMAvktlAAAB5QC+TWsAvk9vAL5RaAC+U3QAvlV2AL5XcAC+WWEAvltyAL5dbwC+X3IAvmFpAL5jZAC+ZXIAvmdiAL5p8wAAAfMAAAHjAAAB4gC+a3QAAAHuAL5tbwC+b3MAAAHzAL5xaQC+cmMAvnRkAL53aQC+eWkAvnthAL59bAC+f28AAAHyAL6BbwAAAecAvoNhAL6FYQC+h2EAAAHzAL6JbgC+i3QAvo1pAL6PYQC+kWkAvpNpAAAB5wC+lW8AvpdhAL6ZdgC+m28Avp0uAAAA5AC+n/IAvqFuAL6jbwC+pWIAAAHnAAAB7gAAAfkAvqduAL6pcAC+qy0Avq1mAL6vZQC+sWUAAAGxAL6zbgC+tS0AAAHuAAAB8gAAAfIAvrl0AL67eAC+vW0Avr9tAL7BZQAAAfIAvsNvAAAB8gAAAe0AvsVjAL7HYQC+yXgAvssuAL7NbgAAAeUAAAHtAAAB4QAAAeQAvs8uAAAB5wC+0XIAvtN0AL7VYQAAAe0AAAHUAL7XRAAAAccAvtlUAAAB5QAAAfQAvtthAL7dbgAAAeQAvt9uAAAB5QC+4e4AAACtAL7jUwAAAeQAvuVoAAAB5wC+53QAvulyAL7rMgC+7WEAAAHyAL7vYQC+8XQAvvNyAL71YwAAAfMAvvf0AL77dAC+/WQAvv5lAAAB+QC/AWUAAAHnAL8CaQAAAfMAvwV0AAAB5AC/CXUAvwtpAL8NdAAAAeYAvw9lAL8RZQAAAeUAvxNpAL8V7AC/Fy0AvxnFAL8dQQC/H04AvyFJAL8jTwC/JUkAvydPAL8pcwC/K2MAAAHvAL8tbAAAAfIAAAHyAL8vdAAAAfMAvzBOAAAB8wC/M2QAvzVlAL83ZQC/OXIAvztpAL89cgAAAecAvz9wAAAB7gAAAeUAv0EwAL9DQgC/RUwAv0dlAL9JVQC/S18Av01PAL9PcwC/UV8Av1NSAL9VTgAAAdMAv1dUAL9ZTAC/W18Av11OAAAB0wC/X0wAv2FEAAAB7gC/Y2kAv2VvAL9nbwAAAeUAAAHnAL9pZQAAAecAAAHnAL9rYQAAAdMAv21hAAAB7QAAAe4AAADJAAAB6QAAAMwAAAHsAL9vaQC/cWEAv3NpAL91ZQAAAfMAv3djAL95aQC/e2UAv3wtAL9/cwAAAfMAv4F0AAAB9AC/gm4Av4VzAL+HdAC/iPIAAAHzAL+NbgC/j24AAAHzAL+RbgC/k2kAv5VvAL+XbgC/mFQAv5t0AL+dYwC/n28Av6FyAL+ndAAAAfIAv6llAL+rZQC/rC0AAAHzAL+uZQC/sW8Av7N1AL+0bAAAAfMAv7ZpAAAB8wC/uXMAv7tvAAAB5QAAAegAAAHnAAAB5QC/vWkAv79vAL/BbwC/xWwAv8dhAL/JVAC/y1QAv81JAL/PTwC/0UIAv9NYAL/VUAC/128Av9lyAL/bdAC/3XQAv99sAAAB9AC/4XkAv+NwAL/kYgC/52QAAAHyAL/pbgAAAfMAAAHnAL/raQC/7W4Av+9uAL/xdAC/9XQAAAHyAL/3bgC/+W4Av/xlAL//bQAAAeUAwAFhAMADbgAAAcQAAAH5AMAFcgAAAOQAAADyAAAB8wDACW4AwAtpAAAB8wDADXUAwA9yAMARdADAE2kAwBV0AAAB5wDAF3oAwBnkAMAbLQDAHW4AwB8uAMAlbADAJ2wAwClnAMArNADALVIAwC9JAMAxLQDAM2UAwDVlAMA2MgDAODQAwDs4AMA9YQAAAeQAwD9kAMBBdAAAAecAwENMAMBFcgAAAOQAwEdtAMBJZQAAAeUAwEttAMBNZQDAT2gAwFFyAAAB8wDAU24AwFViAAAB5QAAAecAwFdlAAAB8gDAWWkAAAHkAMBb7ADAXGUAwF9pAMBhXwDAY0UAAAHrAAAB6wDAZEMAwGZPAAAB8wAAAfkAwGlkAAAB5QDAa3QAAAHBAMBtawDAb24AwHFsAMBzLQDAdTQAwHc0AMB5QwDAe2UAAAHkAMB9aQDAf3IAwIF0AMCDbgDAhkQAwIlfAMCLTADAjVMAwI9zAAAB5QDAkS0AwJMtAMCVYwDAl0cAwJlPAMCbZwDAnWUAwJ9JAAAB5QDAoWwAwKLlAMCmaQDAq28AAAHuAMCtZQAAAe4AwK9lAAAB5QAAAfMAwLFiAAAB5ADAs2wAwLVFAMC3ZQAAAfoAwLlyAMC7aQDAvWgAwL9jAAAB9wDAwXQAwMNhAMDFRADAx18AwMlDAAAB5AAAAe0AwMtlAMDNbgAAAfQAAAHkAMDPbgAAAOQAwNFtAMDTbgDA1XQAwNZEAAAB8wDA2XQAwNtuAMDddADA32QAwOFlAMDjdQDA5WkAwOdlAMDpaQDA624AwOxhAMDwZQDA8mkAAAHzAMD1dADA92UAAAHzAMD5dAAAAcwAAAHsAMD7YwDA/OwAwP90AMEBYwDBBWUAAAHkAAAB5wDBB00AwQlpAMELbgDBDWkAAAHwAMEOZQAAAfMAwRFBAMETXwDBFXMAwRflAMEbZQAAAfkAwR1wAMEfLQDBIXMAwSNjAMElZQDBJ2YAwSlpAAAB8wAAAfMAwStuAMEtaQAAAeUAwS9pAAAB5wDBMWkAwTNvAME0YQDBN2kAwTlhAME7YQAAAe4AAAHuAME9UADBP1QAwUFXAMFDVQDBRUkAwUZFAMFJSQDBS1gAwU1OAMFPVQDBUEEAwVNSAMFVTwDBVksAwVhPAMFbVQDBXUUAwV9UAMFhbADBYy0AAAHlAMFlaQDBZ3MAwWnlAAAB8wDBbW4AAAHzAAAB+QAAAe4AwW9tAMFxYQDBc2EAAAHJAMF1YQDBd3UAwXlpAMF7bgDBfXcAwX9zAMGBbwDBg3IAwYVhAMGHaQDBiWYAAAHlAMGLUgAAAfQAwY1DAMGPYQAAAfMAwZFuAAAB4QDBk2kAwZVyAAAB5QDBl0YAAAHsAMGZYQAAAfMAwZtzAAAB5QDBnWUAwZ9hAMGhQwDBo2sAwaVvAMGnYQAAAfIAwalvAAAB8wDBq0cAwa1MAMGvTADBsXMAwbN2AMG1bgDBt+wAAAHnAMG5cgAAAbQAwbthAMG9ZQDBv2EAAAHlAMHBbgDBwmEAwcVlAAAB7AAAAewAwcdNAMHI5QDBy2kAAAH3AMHNXwDBz18AwdFSAMHTQwDB1UYAwddNAAAB0wDB2V8AwdtfAMHdQQDB3lAAweNSAMHlbgAAAe4AwedsAMHpZQDB62wAwe1yAMHvcADB8WEAwfNlAAAB+AAAAeMAAAHlAMH1ZQAAAeUAAAH5AMH3ZgDB+WYAwftpAMH9aQDB/20AwgF0AMIDbADCBWkAwgdsAAAB5QAAAeQAwgluAMINcwDCD1MAwhFhAMITaQDCFW4AwhdkAMIZbgDCG24Awh1lAAAB5wAAAfMAwh9pAMIhbgDCIm0AAAHzAAAB8wAAAfMAwidpAAAB5gAAAewAAAHkAMIpbgDCK0kAwi1UAAABsQAAAbkAwi9fAMIxNgDCM1IAwjVyAMI3dQDCOW4AwjthAMI9bQDCP1QAAAHEAMJBRwDCQ2sAAAHlAMJFdgAAAfQAwkdjAMJLbQDCTUQAAAHlAAAB5wAAAfMAwk9uAMJRYQAAAfIAwlNvAMJVbgDCV2MAwllpAAAA5ADCWm0Awl3zAMJfaQAAAfIAwmHlAAAB5QAAAeUAAAHkAMJjbgDCZUwAAAHSAMJmRADCaVIAwmtFAMJtbwDCb28AwnFlAMJzYwAAAecAAAH6AAAB+QAAAfMAAAH5AAAB5QDCdWUAAAHyAMJ3aQAAAecAwnlyAMJ6aQAAAfkAwn1vAMJ/bgDCgXEAAAHnAMKDcgAAAeUAAAHuAMKFbgDCh28AwollAMKLbwDCjWUAwo9pAAAA4wDCkWUAwpNsAMKVbgAAAfMAwpd0AAAB5AAAAecAwplpAAAB+QDCm28Awp1yAMKfaQAAAfMAwqFlAMKjdQDCpWUAwqdpAMKpZQDCq24Awq1lAAABrgDCrk4AwrBTAMKzVADCtW4AAAHlAMK3bADCuU4AAAHlAMK7YgAAAecAwr1pAMK/bwAAAecAwsFyAMLDQwDCxWUAwsdzAMLJYwDCy+wAws1sAMLPUADC0XAAwtNUAMLVbwDC13kAwtlGAAABxQDC22UAwt1lAMLfbADC4WEAwuNrAMLlaQDC524AAAHlAAAB5wDC6W4AAAHtAMLrZgDC7WMAwu94AMLxRwDC82UAwvVTAML3cwDC+XMAAAHkAML75QDC/WwAAAHzAAAB7ADC/28AwwFCAMMDdADDBWIAwwdDAAAByADDCW0AwwtoAMMNZQDDD3MAwxFpAMMTZADDFS4AwxdyAMMZaQAAAewAwxt0AMMdQQAAAecAwx9yAMMhSQDDI1UAwyVfAMMnSQDDKWIAwytwAMMtcADDL24AwzFuAMMzdADDNWkAwzd1AMM5XwDDO2kAwz1yAMM/XwDDQV8Aw0NfAMNFcgDDR2wAAAHfAMNJLgDDS2UAw015AAAB5wDDT2MAw1FnAMNTeQDDVGQAw1dzAMNZbgDDWnQAw112AMNfZQDDYG4Aw2NyAMNn4wDDaGIAw2ttAMNtZQDDbmEAw3FwAMNzaQDDdWEAw3luAMN7YQDDfXMAw35sAMOBdADDg2EAw4TnAMOHdwDDiW0Aw4ttAMONdADDj3IAw5FvAMOSbgDDlXcAw5dvAMOYYQDDm2kAw5xhAMOhcgDDpm0Aw6luAMOrcgDDrW0Aw69wAMOxaQDDs3IAAAHlAMO19ADDuWUAAAH0AMO7YQDDvWsAw75iAMPBbgAAAeQAw8NuAAAB5ADDxGIAw8duAMPJ9ADDy2kAAAHzAMPN5QAAAeQAw89uAAAB5ADD0XQAw9NiAMPU5QDD12kAAAH5AMPZawDD23QAw91lAMPfdADD4WIAw+N0AMPlZwDD53IAw+l0AMPragDD7XQAw+/uAAAArQDD9XMAw/dhAMP5ZQDD+3QAAAHkAMP9ZwAAAbIAw/9vAMQBbgDEA3QAxAVpAAAB4wDEB2gAxAhhAMQLZwDEDW4AxA9lAMQRcgDEE2kAxBVpAMQXYQDEGWkAAAHnAMQbZADEHXQAxB9tAMQhdAAAAecAxCN0AMQlaADEJ2kAAAHlAMQpdADEK3UAxC1uAMQvdQDEMG4AAAHzAAAA5AAAAfIAAAHkAMQzbwDENWkAxDdlAMQ5cgDEOzIAAAH0AMQ8YwDEP2wAAAHkAMRBbgDEQ2EAxERiAMRJdAAAAecAxEvoAMRNaQAAAewAAAHkAMRPbQDEUWEAxFPyAMRVcgDEWWQAxFtjAAAA5AAAAPIAAAHzAMRdYwAAAeUAxF9lAMRhcgAAAfkAxGP0AMRpdAAAAecAxGtsAAAB5ADEbWQAAAHzAMRv9ADEcWkAxHNlAMR1XwAAAfgAxHdlAMR5aQDEe2UAxH10AMR+ZQAAAfkAxIFvAMSDZQAAAeQAxIVlAMSHdAAAAecAxIlpAMSLbQAAAeQAxIxpAAAB8wDEj3QAAAHkAMSTdQDElWkAxJd0AMSZYQDEm2EAxJ1hAMSfcAAAAeYAxKFlAMSiLgDEpWUAxKdkAAAB5QDEqGUAxK1pAMSv7ADEsWkAxLNkAMS1ZADEt28AxLlhAMS7bwDEvWgAAAHmAAAB5wDEv2kAxMFjAMTDdADExWQAxMYtAMTKXwAAAfMAxM91AMTR9ADE03MAxNVjAMTXawDE2WMAxNvkAAAB7wAAAfMAAAHvAMTfdADE4eUAxOVtAMTnbADE6WUAxOthAMTtdQDE7/IAxPDyAMTzdQDE9W4AxPdkAMT5cgDE+2kAAAHzAMT9ZgDE/3QAxQFpAAAB6ADFA2UAAAHzAMUEZADFB2kAxQlmAMUKLQDFDV8AAAHzAAAB8wDFEW4AxRNfAMUVYQAAAfMAxRduAAAB8ADFGWUAxRtfAMUebgAAAfMAxSFuAMUjaQDFJW8AxSdhAMUpYgDFLWUAAAHzAMUvbgAAAfMAxTFuAMUz5QAAAecAxTVkAMU3ZQAAAecAAAHzAMU5bgDFO3IAAAHkAMU9bgDFPmUAxUFpAMVDcwDFRWkAxUdhAMVJeQDFSmkAxU1yAMVOawAAAfkAAAHzAMVRbADFU3kAxVVfAMVXaQDFWWEAxVtzAMVcbwDFX3AAxWBhAMVjZwDFZWkAxWdsAAAA8gDFaXMAAAHnAMVrdADFbXMAxW9yAMVxcAAAAe4AAAHzAAAB5QAAAecAxXNvAAAB6wAAAeUAxXVwAMV3MADFeWQAxXthAMV9ZAAAAeUAxX9jAAAB4gDFgWEAxYNkAMWFYgAAAe4AxYdvAMWJLQDFi3QAxY1fAAAB7gAAAeQAxY90AMWRZQDFk2EAxZV0AMWXaQAAAOQAAAHzAMWZbgDFm2wAAAHzAMWdbwDFn28AAAHlAMWhcwDFo24AAAHzAMWldwDFp2cAxahpAAAB+QDFrV8Axa9iAMWxbwDFs3EAxbVpAMW34QAAAecAAAHzAMW5ZQDFu24Axb1lAAAB+AAAAecAAAH0AMW/bwAAAe0AxcFpAAAB6wAAAecAxcNhAMXFYQAAAfMAAAHtAMXHbgDFye4AAAHpAMXLdADFzWEAAAHsAMXPbwDF0WkAxdNhAMXVbAAAAecAxddjAMXZZQAAAecAxdtkAMXdZQDF328AxeF1AMXjcgDF5XIAxed1AMXpXwDF62UAxe1vAMXvcADF8GEAxfNyAMX1awDF928AxflzAMX7ZgDF/XMAxf9mAAAB8wDGAWUAxgNoAAAB5QDGBWMAAAHnAMYGZQDGCWkAAAHkAMYLbgDGDW8Axg9tAMYRdAAAAOQAAAHzAMYTbgAAAbIAxhVlAMYWLQDGGC4AxhpfAMYcbADGHm4AxiHzAAAB8wDGImUAxiVpAAAA6ADGJ3MAAAH5AMYoYwDGK3QAxi1iAMYuXwAAAOQAAAHzAMYwbgDGM3MAxjViAAAB9ADGOW4AxjpiAMY8bgDGP3QAxkAtAMZC3wAAAOQAxk7yAAAB8wDGV24AAAHuAMZZZQDGWmEAxlzlAMZiaQAAAe8AxmVpAMZnbgDGaWEAxmtuAAAB5ADGbG4Axm90AAAB5ADGc3MAxnl0AMZ6XwDGfPIAAAHzAMZ/bgDGgW4AxoNyAAAA8wDGhXUAxoZlAMaJaQDGi24Axo1pAAAB5QDGj2UAxpFvAMaTdADGlW4AxpZmAMaZdADGmmMAxp3oAMafcADGoW8AxqNyAMap9AAAAeQAxqxuAMavbwDGsXQAxrNlAMa1dADGt2UAxrnyAMa+ZQDGwGkAAAHzAMbD9ADGxWkAxsdjAAAB5ADGyW4AxstlAMbOLQDG0F8AAAHzAAAB8wDG0mEAxtTlAMbbbwDG3WkAAAH5AAAB9ADG33UAxuBsAAAB8wDG52UAxulpAAAB5QDG6mEAxu1pAMbuZQDG8mkAAAHzAAAB5QDG9XMAAAHlAAAB8wDG92gAxvlsAMb7YwDG/XQAxv5lAMcAbADHA24AxwVvAMcHcADHCeUAAAHnAMcNcADHD3YAAAHzAMcRdQDHE2sAAAHpAMcVZQDHF2wAAAHrAAAB8wAAAegAAAH0AMcZaQAAAecAxxtpAMcdcwDHH2sAAAHnAAAB7gAAAeUAxyFpAAAA4QDHI28AAAHnAMclbwDHKWkAxytuAMctaQDHL2wAxzFuAMczbwDHNWwAxzdfAMc5ZwDHO2IAxz1uAMc/dADHQWwAx0NyAMdFbwDHR24Ax0hfAMdNbADHTmkAx1F0AMdVegDHWWEAx1stAMddbgAAAfMAx15hAMdhbADHZWwAx2d4AMdpdADHa3AAx21hAMdvZQDHcWUAx3N1AMd1dgAAAfQAx3dyAAAB5QDHeXMAAAH5AMd7bwDHfXIAx390AMeBdADHg2wAAAH0AMeFeQDHh28Ax4hwAMeLdADHjWkAx45iAMeRZADHk3MAx5VzAAAB8gDHl24Ax5l0AAAB7AAAAfIAx5vuAMeddADHnl8AAADkAAAB8wDHoW4Ax6NlAMekZQDHp28AAAHlAMeoXwDHsmUAx7RpAAAB8wDHt3YAx7lfAMe7YQAAAecAx7xlAMe/aQAAAecAx8FlAMfDcgDHxGwAx8dzAMfNbgDHz18Ax9VsAAAB5QDH13QAx9llAMfbcwAAAeUAx91lAAAB+QDH32YAAADkAMfhbgDH524Ax+lfAMfrZQDH7XMAx+90AMfzZQDH9WkAx/blAMf7aQDH/XQAx/9sAMgBdAAAAOQAyAPyAMgFbAAAAeQAyAd0AMgJdAAAAeQAAAHkAMgLYwDIDWIAAAHkAMgObgDIEW8AAAHyAMgTbgDIFmUAyBppAMgdbQAAAbIAyB90AAAB9ADIIXMAyCN5AMglYQAAAeUAyCdsAMgpbgDILWwAAAHlAAAB5ADIL3YAAAH5AMgxcgDINW0AyDdlAMg5LgDIOl8AAADkAMg+8gAAAfMAyENuAMhFbgDIR/cAyElnAMhLZQDITXIAAAHlAMhQZQDIVWkAAAHoAMhWZQAAAfMAyFljAMhbYQAAAfQAyF11AMhfdQDIYWkAyGNsAAAB8wDIZXQAyGdsAMhpcgDIa2kAyG1yAMhvcgDIcXQAyHNzAMh1dADId20AAAHzAMh5aQDIe2MAyH30AAAB5wDIg24AyIV6AMiH5AAAAeUAyI8tAMiRYwDIk24AyJUuAMibbwDInWwAyJ9jAMih6wAAAecAAAH5AMijbwDIpWkAAAHuAMincgDIqXQAAAHuAMitZwDIr2IAyLBfAMizYQDItTQAyLctAMi5ZQDIu3MAyL1kAAAB8wDIv2MAyMFvAAAB5ADIwm4AyMV2AMjHbgDIyWUAyMoyAMjMNADIzzgAyNBhAAAB8wDI028AAAHlAMjVdADI124AyNliAAAA5AAAAfIAyNtuAMjdbwAAAecAyN96AMjhbgDI42QAyOV0AAAB5AAAAfIAyOdmAMjoYQDI62kAAAHnAMjtbAAAAeQAyO/nAMjxcwDI82UAyPVnAMj3bADI+W4AyPtlAMj9bADI/2UAAAHoAAAA5ADJAG0AAAHzAMkDcgAAAOQAyQRtAAAB8wDJB2wAyQllAAAB5wAAAeUAyQthAAAB+QDJDXQAyQ9lAMkRcADJE2UAyRVsAMkXcwDJGW0AyRtiAMkdZQDJH2UAAAHnAMkhZwAAAecAAAHsAMkj7wDJJWEAySdzAAAB5QDJKWgAySrlAMkvaQDJM2wAAAH5AMk1cgAAAeQAAAHzAMk3bgDJOW8AyTpfAAAA5AAAAfMAyUFuAMlDdgAAAeUAyUVwAMlGYgAAAfIAAADkAAAB8wDJSG4AyUtvAAAB8gAAAeUAyUxlAMlPaQDJUWMAAAHnAAAB5QAAAeQAyVNuAMlVcwDJV3MAyVnkAAAB8wDJW3YAyV1uAMlfZQDJYGUAyWJpAAAB8wDJZXQAyWf0AMlpbAAAAfIAyWpyAMltcwDJbmQAyXFwAAAA5ADJc3IAAAHnAMl0ZQDJd2kAAAHkAMl9bgDJfmIAyYBvAMmDdgDJhewAyY1hAMmPcgDJkWYAyZJlAMmVaQDJl2kAyZhfAMmcZQDJnmkAAAHzAMmhYQDJo2wAyaXnAAAB6wDJp2EAAAHzAMmp6wDJr28AybF0AAAB8wDJs2UAAAHsAMm1ZQDJt2EAAAHlAMm4LQDJvC4AycRfAMnGYwAAAOQAychmAMnKbwAAAfMAAAH5AAAB6wDJzWQAyc9iAAAB5wDJ0WQAydNlAMnVawDJ12wAAAHyAAAB9ADJ2W4Aydt4AMndbgDJ33gAyeFwAMnjcAAAAeUAyeXlAAAB6ADJ6XQAAAHlAAAB5AAAAeUAyetzAMntYgDJ72MAyfFvAMn1dADJ92sAAAHhAMn5bgDJ+2wAAADkAAAB8wAAAeUAyf1pAMn/bgDKAV8AygNlAAAB5wDKBWYAAAHoAMoHLQDKCGUAygppAAAB8wDKDXMAyg9sAAAB5QAAAfAAAAHnAMoRbgDKE2UAyhVzAMoXZgAAAfMAyhlsAMobLQDKHS4Ayh9uAMohNAAAAbEAAAHwAMojNADKJV8AyicuAAAAsQDKK2MAAAHoAMosZQDKL2kAyjFhAMozYgDKNWwAyjdhAMo5bADKO2MAyj15AMo/YQDKQGUAykVpAAAB5AAAAfIAykdfAMpMaQAAAfMAyk9pAAAB7gDKUXQAAAH0AMpTcgDKVXIAAAH0AMpX5QAAAeUAyln0AAAB+QDKW2kAyl1uAMpf5ADKYXQAymNvAMplZgDKZ2EAymluAMprdADKbWEAAAHzAMpvbwDKcW8AynNjAMp1ZQDKd3QAynlhAAAB5QDKfW4AyotuAMqNZQDKj20AypFhAAAB5QAAAeQAAAHjAMqTbADKlWYAAAHoAMqXbwDKmWIAAAHlAMqaLQDKnGkAyqFsAMqi5QDKqGkAyq9vAMqxYQDKs3QAyrVhAMq3dQDKuWYAyrtpAMq9ZQDKv3QAysF0AMrDawDKxWkAAAHoAMrHYwDKyXAAyst1AMrNaQDKzl8AytFkAMrTMQAAAe4AytVsAMrXcgDK2XgAyttkAMrdcgDK32wAAAHzAMrhZwDK42UAyuVjAMrncgDK6W4AyuuwAMrtcwDK720AyvFuAMrzZQDK9XQAyvdtAAAB8ADK+XMAAAH5AAAB5wAAAe4AyvthAMr9LQDLA28AywRkAMsGZQDLCXQAywtrAMsNbwDLD2UAAAHlAMsRaQDLE2IAyxUtAMsWLQDLG18Ayx1wAMsfcADLIGIAyyRzAMsndwDLKWUAAAHkAMsrbwDLLS0Ayy9oAMsxcgAAAeUAyzJhAAAB8wDLNWUAAAH0AMs3YwDLOXIAyztwAMs9ZADLP3AAy0F0AMtDYgDLRXMAy0fzAMtJZwDLS28AAAHyAMtNZQDLT2UAy1FhAMtTLQDLVWEAy1dpAMtZYQDLW2IAAAHkAMtcYwDLXmYAy2BtAMtjcwDLZWwAy2dlAAAB5QDLaW4Ay2thAMttYQDLb2kAAAHnAAAB5ADLcW4Ay3LlAMt3aQDLeW4AAAHlAMt7+gDLfXUAy39pAMuBXwDLg2wAy4VjAMuHZADLiWsAAAHoAMuLbADLjWkAy49nAMuRZQDLk28Ay5RhAMuWZADLmGYAy5ppAMucbgDLoXAAy6NpAMulLQDLp3IAy6ljAMuraQDLrWkAAAHlAMuvaADLsXYAy7NwAMu1aADLty0Ay7njAAAB8wAAAfcAy7tsAMu9dADLv2MAy8BnAMvDaADLxWEAy8dnAMvJcwDLy2UAy81lAAAB8wDLz3MAy9F0AMvTdADL1XMAy9dyAMvZYQAAAe0Ay9tlAAAB7gDL3WEAy95pAMvj+QDL5XkAy+dpAMvpYwDL62EAAAHlAAAB5ADL7WUAy+9oAAAB5wDL8WEAy/NzAMv1bwDL92YAy/lvAAAB7wDL+2wAy/12AMv/bADMAWkAzANuAMwFbQDMB/QAzAtuAAAB5ADMDW4AzA9pAMwRYgDME2kAAADkAMwUbQAAAfMAzBduAAAB6ADMGXIAzBtjAMwddADMHi0AzCJfAMwo5ADMKmUAzC3zAMwvbgDMMWQAzDNvAMw1dADMN2UAzDllAMw7cwDMPWMAzD7lAMxBaQDMQ2IAzEVuAMxHYgDMS3QAzE1kAAAB5wDMT2QAzFDlAMxSaQDMVW8AzFf0AMxZdQDMW2kAzF1uAMxfYgAAAeQAAADlAMxgdQAAAfkAzGNiAMxlaQAAAOwAzGd0AMxpcgDMamUAzG1pAMxvZQDMcWkAAAHkAMxzbgDMdWgAAAHnAMx3dADMeWYAAAHkAMx6bgDMfW8AzH4uAMyAaQDMgm8AAAHzAMyFdADMhi0AzIhkAMyKbgAAAfIAzIwtAMyQLgDMkt8AzKhhAMysZQDMsGkAAAHzAMyz5QDMtWEAzLd0AMy59ADMvWUAzL9jAMzAZQDMw28AzMVzAAAB8wDMxmQAzMl0AAAB7ADMzWwAzM9nAAAB5ADM0W8AzNNhAMzVdADM12EAzNn0AMzdYwDM4XIAzONkAMzk7ADM6XQAzOtlAMztbADM72UAzPFsAMzzcADM9WUAzPf0AAAB7ADM+WkAzPplAMz9dQDM/28AzQFlAM0DbgDNBWEAzQdyAM0IYQDNC2UAzQ1jAM0TZQDNFXYAAAHkAM0XbADNGWwAzRppAM0dbwAAAecAAAHzAAAB5ADNH3UAzSFhAM0jbADNJXUAzSdiAM0pbADNK3AAzS1pAM0vZQDNMWEAAAHkAM0zbwAAAeUAAAHkAM00bwDNN3YAzTllAM07bgDNPXQAzT9nAM1BbQDNQ24AzUVzAM1HaQDNSe0AAAHjAM1LbgDNTXQAAAHlAM1PaQDNUWUAzVNuAAAB9AAAAecAzVUuAAAB8AAAAbIAzVd1AM1ZZADNW2wAzVxlAM1ebAAAAfMAzWFnAM1jZQDNZWYAzWdwAAAB5QDNaeUAzXFpAAAB8wAAAecAzXNyAAAB4wAAAeQAzXVhAAAB5wDNd3IAAAHnAM15ZQAAAfIAzXtpAM19YwDNf3MAAAHlAM2BbADNg2wAzYUtAM2HaQDNiWwAzYtvAM2NcgAAAfMAAAHjAM2P7gDNkWsAzZN0AAAB7QAAAe8AzZRhAM2WZQDNmmYAzZxpAM2ebgDNoG8AzaJyAM2ldAAAAeYAAAHmAAAB+QDNp2QAAAH0AM2pZQDNq2QAza4xAAAA4QDNsHAAzbNzAM21ZwDNt2EAzblwAM27LQAAAeQAzb3kAM2/cwDNwXYAzcM4AM3FLQDNx3UAzcl0AM3LZgAAAfMAzcwxAM3OZADN0XMAzdNvAM3VbwDN128AzdlsAM3bdADN3W4Azd9qAM3hcwDN42MAzeUyAM3nbwDN6W8AzetlAM3tYwDN72UAzfAtAM3zXwDN9WEAzfdmAM35aQDN+y0Azf15AM3/cADOAWEAzgNsAM4FaQAAAbIAzgctAAAB4wDOCXIAAAHzAM4LbwDODXIAAAHnAM4PMQDOEXAAzhJkAM4VbQDOF28AzhljAM4bMgDOIXMAziNyAM4lbwDOJzIAAAHwAM4pZADOK2QAzi02AM4vcwDOMF8AzjLkAAAB8wDONW4AzjduAM45aQAAAeUAzjtpAM49XwAAAecAzj9zAM5BbgDOQ20AAAHlAM5FZwDOR3AAzkluAM5LbQDOTW8Azk90AAAB5QDOUWkAzlNvAM5VbgAAAfQAzlduAM5ZXwAAAfAAAAHzAM5bZQAAAfMAzl3rAM5fcwDOYG4AAAH2AM5jYQDOZWkAzmZhAM5paQDOa2EAzm1hAM5v7gDOcW4AznNuAM51YwAAAe4AzndlAM55YQDOe3IAzn1zAAAB5QDOf2MAzoFlAM6DbwDOhC0AAAHzAM6HdADOiWEAAAHlAM6LbgDOjWQAzo9hAM6RbQAAAewAzpPuAM6XYQDOmWkAzptzAM6d5QAAAfMAzqFwAM6jZQAAAfMAAAHnAM6lbgDOp3IAAAHnAAAB9ADOqWEAAAHzAAAB+QDOq2IAAAHuAAAB+QDOrWwAzrFnAAAB5wDOs3QAzrVlAM63ZQDOuWUAAAH5AAAB8AAAAeQAAAH0AAABsQDOu2YAAADkAM68bQAAAfMAzr9zAM7BdAAAAa4AzsNhAM7FYQDOx3QAzsllAM7LYQDOzWkAzs9lAM7RaQDO024AztVvAM7XYQDO2XkAzttlAAAA6QDO3W4Azt9kAM7gYQDO43UAzuRhAM7ndQDO6W8AzuplAM7tbADO72EAzvBuAM7zcwDO9HAAzvd2AM74cgAAAfkAzvpvAM79dQDO/2UAzwF1AM8DaQDPBGUAzwdpAM8JeADPC24Azw11AM8PcADPEGEAzxJvAM8VcgDPF28AzxhrAM8abwDPHXUAzx9lAM8hZQDPI2kAzyVuAM8nZgDPKXQAzytiAM8tdwDPL3MAAAHzAM8xbgDPM+EAzzVvAM83cgDPOWMAzzthAM89aQDPP3IAz0FmAM9DbgDPRXAAAAHlAM9HdgDPSTYAz0tpAAAB5QDPTS0Az09yAAAB5QAAAfQAz1FjAM9TbADPVWEAz1dpAM9ZaQAAAfMAAADlAM9baQDPXWcAz19fAM9hZADPYy0Az2VlAM9ncgDPaWQAz2twAM9tcgAAAeMAAAHlAM9vYQAAAOQAAAHzAM9xbgDPc2QAz3RmAM93eQDPeG4Az3t2AM99LgAAAfMAz39oAM+BeADPg2kAAAHhAM+FZQDPh2EAz4lhAM+LYQAAAfIAz410AM+PMADPkVgAz5N4AM+ULQDPl2MAz5lsAAABtwDPmy0Az511AM+fbwDPoWkAz6NpAM+kZQDPp2kAz6lsAM+rYQDPrW4Az69kAM+xdADPsmEAAADlAM+3+QDPuXIAz7tyAAAB7gAAAfkAAAHtAM+9cAAAAeMAAAHjAM+/YwAAAfkAz8FvAM/DcAAAAegAz8XuAM/HYwDPyXIAz8tkAM/NcgDPz2MAAAH0AM/RbwDP03IAz9VmAAAB7ADP118Az9lfAM/bZQDP3WYAz99jAM/hbwAAAeQAAAHyAAAB+QDP42cAz+VmAM/mZQDP6WgAz+tpAAAB+QAAAfMAz+3zAM/veADP8W4AAAHlAAAB6wDP82UAz/VuAAAB8wDP93UAz/llAAAB8wDP+2QAz/11AM//cgDQAGEA0AV1AAAB6wDQB24A0AlhAAAB8gDQC2kAAAHzANANdADQD2wA0BFvANATYQAAAeUAAAHuANAVYQDQF2wA0Bl0ANAbagAAAfQA0B1pANAfLQAAAfgA0CFvANAjaADQJWgA0CdwANApZgDQK3MA0C1hANAvawDQMXQA0DNsANA1cwDQN3QA0DluAAAB5QDQO2UA0D1hANA/agDQQGIA0ENlANBFcgDQR2EA0El0ANBLaQAAAfQAAAH0ANBNbgDQT2kA0FF0ANBTdgDQVWkAAAH4ANBXLQAAAe8A0FlhANBaYQDQXGIA0F5lANBgbwDQZXMA0Gl0ANBrYwAAAe4AAAHjANBtbgDQb24A0HHuANBzbgAAAfIA0HVvANB3cgDQeWMA0HtyANB9bwAAAfMA0H9vANCBMgAAAewA0INjANCFaAAAAekA0IdwANCIcQDQi3cA0I1lANCPZQDQkWwA0JNnANCVbgDQl2cA0JhhANCbbADQn2wA0KFtANCjdgDQpWUA0KdzANCp5QDQq24A0K1uANCxbgDQs+wA0LVsANC3bAAAAbIAAAHnANC5bwDQu2UAAAH0ANC9dQDQv3MA0MFkANDDdQDQxW0A0MdzAAAB8wDQyWgA0MtyAAAB8wAAAbQA0M1hANDPZQDQ0WEAAAHlANDTbwAAAfMA0NRuANDXbwDQ2fIAAAHlANDbLgDQ3WEA0N5hANDh5QDQ424A0OXsANDpcgDQ624AAAHnANDsYQDQ72kA0PBhANDzaQAAAeQA0PXsAND3awDQ+WsA0PsuAAAB8gDQ/WIA0P5tANEAcwDRA3QA0QVpAAAB5ADRBy4AAAHzANEJYgDRCmYA0QxpANEOagDREW4A0RNlANEUaQAAAfMA0RdoANEZYwDRGmEA0RxkANEe5QDRJWkAAAH3ANEnbADRKXQA0S9oANEwXwDRNGMAAADkANE2ZgDROPIAAAHzANE7bgAAAe4A0T1pAAABsgDRP24AAAH0ANFBcADRQ+wA0UVlANFGXwDRSWwA0UtwANFNZQAAAeQA0U9pANFQYQDRU2kA0VVhANFXcgAAAeYA0VltANFbXwDRXXIA0V9sAAAB8wDRYecA0WNuANFlcwDRZ3IA0WlnANFraADRbXQA0W9qANFxcADRc2cA0XV1ANF3bADReGEA0XplANF8aQAAAfMA0X9jANGBbgDRg2kA0YVlANGHZQAAAewA0YlpAAAB+AAAAeMA0YvlAAAB5QAAAeUAAAH5AAABsQDRjWYA0Y9lANGRYwDRk2YA0ZVpANGXbADRmW0A0ZtyANGd7QDRo2QA0aV0ANGndQAAAfQA0alsAAAB5wDRq2kA0a3nANGvcwAAAfMA0bBpANGzbADRtWUA0bdsAAAA5QAAAfkAAAHkANG57gDRv+UA0cFhANHDbADRxXMAAAHmANHHcwDRyWMA0cthAAAB8wAAAewA0cxhANHP5QDR0WkA0dN1ANHVcADR12kAAAHzANHZZQDR23QA0d1jAAAB7wDR33UAAAH0ANHhbgDR5W4AAAHyANHnbADR6WkA0ethANHtbgDR72EA0fF0ANHzZADR9XMA0fdiANH5bgDR+mUA0f1pANH/ZAAAAOQAAAHzANIBbgDSA24A0gVlANIHZQDSCWUAAAHlANIKYQDSDWUA0g/lAAAB5wAAAfMAAAHzAAAB8wDSFWwA0hdyAAAB5wDSGGkAAAH5ANIcXwDSIWwA0iNnANIkYQAAAfMA0idjANIpYwDSK3IA0i5lANIyaQDSNe8AAADkAAAB8wDSN24A0jhpAAAB8wDSPW4AAAHlANI+XwAAAOEA0kBtANJGbgAAAfMAAAHzANJILQDSVC4A0lhfANJeaQDSYG4AAAHzAAAB8wDSY2UAAAHzAAAA5AAAAfMA0md0AAAB+QDSaWkAAAHlAAAB7AAAAeQA0mt0ANJtZQDSby0A0nHmANJz7AAAAfMAAADkAAAB8gDSd24A0nlpANJ6XwAAAfMA0n1xANJ/ZAAAAfMAAAHsANKBaQDSg2EA0oVpANKHYQDSiXQA0ouxANKNaQDSjjIA0pFyANKSYQDSlGIA0pZkANKYZgDSmmcA0pxpANKfcADSoi4AAAG5ANKsZADSrmYA0rBpANKybADStHAA0rlyANK7YQDSvXIAAAHlANK/XwDSwWUA0sN1ANLFaQDSx2cA0slyANLL5QDSz3IAAAHlANLRYwDS02kA0tVyANLXdQDS2TYA0ttvANLdcgDS32UAAAHyAAAB7wAAAecA0uHuANLlLQDS52EA0uluANLrNwAAAbMA0u1vANLvbADS83IAAAH5ANL1aQDS92kA0vlsANL7dQDS/XIA0v9hANMBZQDTA2sA0wdpANMJYwDTC2wA0w1sAAAB5QDTD20AAAHlANMRYgDTE24AAAHnANMUaQAAAfMA0xZzANMZegAAAeQA0x1uANMfbADTJWcAAADkAAAB8gAAAeUA0yd2ANMp5QAAAfQAAAHnANMrbgDTLfIA0y9jAAAB5ADTM/QA0zdhANM58gDTOmEAAAH5ANM8ZQDTP2kA00EyANNDbQDTRWEAAAHkANNHbgDTS+UAAAHnAAAA5ADTTfMA009uAAAB9ADTUWwAAADlAAAB+QDTU24A01VhANNXZADTWWUA01tuANNd8gAAAecAAAHnANNhbgDTY2kAAAHkANNkXwAAAOQA02ZtAAAB8wDTaW4A02t0AAAB5ADTbW4A029vANNxbgDTc2MA03dzANN5dgDTemUA03xpAAAB8wAAAOQA035tANOB8wDThW4AAAHkANOHZQDTiWkAAADkAAAA8gAAAfMA04tuANON5QDTkGUA05NpAAAA5QDTlWkA05f0AAAB9AAAAeQA05tuANOc5QDTn2kA06FvAAAB5ADTo24A06VfAAAB5AAAAeQAAAHkANOnbgAAAe4AAAHkAAAB8gDTqW4A06tlANOtYQAAAesA069uAAAB8wDTsW0A07NPANO1bwDTt2EA07l0ANO7bgDTvW0A079qANPBZwDTw3QA08V0AAAB5QDTx2wA08lhANPLbwDTzW4A089vANPRcwAAAekA09NnANPVYQDT13AA09luAAAB5AAAAeQA09tnANPdLQDT3y0A0+FjANPjbQDT5W8A0+dvANPpaQDT6mUA0+1pANPvZQAAAeUA0/NjANP1aQDT93AA0/lnAAAB7ADT+2wAAAHnANP9cwDT/+8AAAHlAAAB+gDUAWYA1ANuANQFbgDUB24A1AlmANQLbgDUDWEA1A94AAAB9ADUEXMAAAHmAAAB7gDUEy4A1BVzAAAA5AAAAfMA1BduANQYZgDUG2kAAAH5AAAB8wAAAfkA1B10AAAB8wDUH24A1CFiAAAB5ADUIm4A1CVvANQnaQDUKW4A1CtjANQt4wDUMW8AAAHlANQzdgDUNWUAAAHsANQ25QDUPGkA1D9vANRBZQAAAfIA1EPlANRFdADUR3oA1EthANRNdADUT2kA1FFyANRTaQAAAfMA1FVvANRXXwDUW2wA1F1sANRfbADUYGwA1GNtANRlaQDUZ3QA1GlnANRrbwAAAecA1G1wANRvbQAAAfQA1HFuANRzZgDUdXIAAAH5AAAB7gDUd3AAAAH0ANR5aQDUemkA1H35ANR/bwDUgW4A1IJlANSEZgDUhnEA1Ih0ANSLdwDUjW8A1I9jANSRZQAAAeQA1JNvAAAB7gDUlWIA1JdfANSZXwDUm3UAAAHnANSdcgDUn2UA1KFhAAAB5wAAAfMA1KNlAAAB5QAAAeUA1KXuANSnbQDUqXQA1KtvANStdAAAAfIA1K9sANSxZQAAAegAAAH0ANSzbgDUtWkA1LdsANS5bwDUu3UA1L1jAAABrgDUvmMA1MBkANTCZgDUxmgA1MhyANTKcwDUzXUA1M9vANTRaQDU028A1NRfANTXZQDU2W8A1NtyANTdYQDU3i0A1OBpANTjbADU5OMA1OllANTrbADU7XAAAAHnAAAB8AAAAecAAAHnANTvdADU8W4A1PNuAAAB8wAAAeMA1PVlANT3cwDU+XAAAAHkANT6cwDU/HQA1P96ANUBaQDVA28A1QXkAAAB8wAAAecA1QtpAAAB5wDVDW4A1Q5kANUQZgDVE2wA1RVsANUXaQDVGWkAAAHoAAAB9AAAAecA1Rt0ANUdcwDVH20AAAHuANUhbADVI2kA1SVyANUnaQDVKXMA1SppANUsbADVL3UA1TFlANUzcwDVNfQA1TdsAAAB+QAAAeQAAAH5ANU5YQAAAegA1TtvANU9LgDVP2gA1UFpAAAB5ADVQ24A1UVyAAAB5ADVR20A1UllANVLaQAAAeoA1U1pAAAB8wDVT2EA1VBkANVTbgDVVWMA1VdlANVZaQDVWmUA1V9pANVhbAAAAfMAAAHzAAAAsQAAALIA1WJfANVnZQDVaXAA1WtlANVtdQDVcW4A1XNlAAAB8wAAAfMA1XVpANV2ZQAAAfMA1XhmANV7bwDVfWUAAADkAAAB8wDVf2kAAAHlANWBegDVg28A1YRkAAAB9ADVh2UAAAHkANWJbgDVimUA1YxpAAAB8wAAAeQA1Y/zANWQZQDVk2kA1ZVkAAAA5AAAAfMA1ZluANWbcAAAAeMA1Z1fANWeXwDVoGUAAAHzANWjbgDVpWkAAAHzAAAB9ADVpmQA1alpANWqcwDVrXcA1a9hANWxaQDVs3QAAADlANW1bwAAAewAAAHkANW3ZQAAAfMA1bhmANW6ZwDVvXAAAACuANW/ZADVwGwA1cJtANXEbgDVxnMA1ct0ANXNbgDVz2EA1dF1ANXTbwDV1eUA1ddyANXa7ADV3XQA1d9sANXhbgAAAOUAAAH5ANXjbADV5W8AAAHlAAAB5QDV5y4AAAHlAAAB6gAAAfQA1et0AAAB5ADV7WUA1e9uANXx6ADV82QA1fVuANX3cADV+WIA1fswANX9YQDV/24A1gAtANYCXwAAAfMA1gVtAAABsgDWB2MA1glvAAAB8gAAAfIAAAHnAAAB5QDWC28A1g1zANYPaQDWEWUAAAHnAAAB5wDWE3IAAAHmANYVbwAAAecA1hduAAAB8gDWGXIA1htpANYddADWI3IA1iVsANYpcgAAAeUA1itjAAAB5wDWLW4A1i90ANYwZQAAAfMA1jNxAAAB5QDWNW8A1jctANY5cwAAAfIAAAHzANY9YwAAAfkA1j/sANZBbQDWQ3MA1kVmAAAB7wDWR18AAAHlANZJbADWS3AAAAH0ANZNcADWT3QAAAHzANZRcgDWU28A1lV0ANZXZQDWWXUA1lthANZdYQDWX2UA1mF0AAAB7gDWY2UA1mV0ANZnZwDWaWUA1mtpANZtbgDWb28A1nFhANZzZQDWdWUA1nd0ANZ5YgDWe2UA1n1sANZ/bADWgXQAAAH5ANaDcwDWhXMA1of0ANaLaQDWjWEA1o9rANaReQAAAeQA1pNpANaVcwDWl2UA1pl2ANabaQDWnWkA1p9kANahYQDWo2MA1qV4ANanbAAAAeQA1qluANarZQDWrWIA1q9hANaxZgDWs+UA1rV4ANa3YgDWuXIA1rtlAAAB5QAAAeQAAAH5ANa9YQAAAecA1r5kANbBcADWwmQA1sVtAAAB5wDWx24AAAHkANbJbgDWy2EA1s3tANbPdADW0eUA1tN0AAAB5QDW1WYA1tdpANbZZQDW23QA1t1lAAAB5AAAAeUA1t9mANbhYwAAAeMAAAHzANbjbgDW5XgA1ud0ANbpZwAAAfIA1uthANbtbgDW72EA1vFhANbzcADW9WcAAAHkANb25QDW+WkA1v1tANb/cgAAAeUA1wHlAAAB4wAAAfMA1wVvANcHbADXCfMA1wtlANcNLgDXD2IA1xFzAAAB7QDXE2wA1xViANcXYQAAAfMA1xluANcbbADXHC4A1yBfANckZQDXJmkAAAHzAAAB7ADXKXIA1ytvANcsYgDXLmUA1zFpANczaQDXNXoA1zd0ANc5bgDXO24A1z1pANc/bADXQW0A10JiANdEaADXRm0A10l2ANdLcwDXTWUA109zANdRdQDXUi0A11RfAAAB8wDXV2UA11llAAAB7ADXWy0A11ytANdlLgDXZ3oA12llANdrbQDXbWUA129yANdxbwDXc2gA13VlANd3YQDXeXIA13tjANd9bADXf2UA14FzANeDaQDXheQA14dzANeJLgAAAegAAAHsANeLZQDXjXIA149vANeRZQDXk24A15VuANeXcgDXmW8A15t1ANed9wAAAeQA159jANehdAAAAecA16NpANelbgDXp3MA16lsAAAB9ADXq2QA161tAAAB7gDXr2QA17FqAAAB8wAAAecAAAHsANezYQDXtWcA17cuANe5YwDXu2kA1710ANe/LQDXwXUA18JsANfFdwDXx2EAAAH0AAAB4QDXyW8A18t0AAAB4wDXzWUA189pAAAB+AAAAbEAAAHnANfRMgDX02EAAAHzANfVcgDX10UA19lJANfbdADX3WMAAAHnANffYQDX4WEAAAHtANfjaQDX5VYA1+cuANfpbQDX620A1+1pAAAB+QDX73QA1/BOAAAB8wDX82kAAAHlAAAB8gDX9W4A1/duANf4ZQDX+2kAAAHzANf9YwDX/2UA2AFjANgDcgDYBeMAAAHzANgHYQAAALAAAAGxANgJNQDYC0MA2A1CANgPTwAAAdIA2BFPAAAB6AAAAeUAAAH5ANgTaQDYFW8AAAHlAAAB8wAAAesA2BdhANgZbQDYG2cAAAHlANgdQgDYH1UA2CFFAAAB5ADYI0kA2CVDANgnRADYKXQA2C1PANgvXwDYMVQAAAHIANgzRQDYNVMA2DdDANg5QQDYO0UA2D10ANg/YwDYQW0AAAHyAAAB8wDYQ3MA2EVkANhHcwDYSWQA2EtJANhNawDYT28A2FFwANhTbADYVS4AAAH5AAAB5wDYV28A2FlpANhaLgAAAfMAAAHnANhf9ADYYWEA2GNvANhlbgDYZ2MA2Glv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AAAB5ADbG0wA2x1SANsfSADbIUUA2yN1ANslbADbJ2UA2yljANsrdADbLWkA2y9sANsxcgDbM2gA2zVlANs3ZwDbOWEA2zthANs9YwAAAeUAAAHlANs/aQDbQWEA20MtANtFcADbR28A20lfANtLXwAAAeUA21FkAAAB+QDbU2kA21VhANtXdADbWOQA211lANtfMwDbYXUA22NhANtlXwDbZ20A22lvANtrbADbbGcA2290ANtxYwDbc3AA23XoANt3aQDbeTEA23trANt9XwDbgV8A24NvANuFZQDbh2kA24lpANuLZgDbjWQA249fANuTcAAAAe4A25VuANuWYwDbmXQA25pfANucZQDbn2kA26FiANujYwDbpW8A26flANupZQDbrWwA269pANuwZQDbs2kA27dyANu5dADbvXcA279sANvBYwAAAecA28NsAAAB5wDbxWEA28dzANvJbAAAAecA28tpANvNbAAAAfMA289vANvRZQDb028A29VuANvXXwDb2WEA29thANvddQDb32EA2+FjANvjZQDb5V8A2+ZhANvobgAAAfMA2+thAAAB8gDb7W4A2+9yANvx5QAAAe4A2/N0ANv1bwDb93YA2/ntANv7cgAAAfQAAAH0ANv9bgDb/2MA3AF6ANwDcgDcBWwA3AdtAAAB5QDcCWkA3AtlAAAB5QDcDWkA3A9lANwRbgAAAfkAAAHzAAAB9AAAAfMAAAHnANwTbgDcFW8AAAHkANwXdgDcGS4A3BtvANwdaQAAAecA3B9tANwgaQDcI2wA3CVpANwnZQDcKWEA3CthANwtbQDcLy4A3DBpAAAB+QDcM2UA3DV0ANw3bwAAAbMA3DlzANw6LgDcPG4AAAHzANw/aQDcQWEAAAHlAAAB8wDcQ2EAAAHkANxFdwAAAeQAAAHjAAAB7QDcR2kAAAHyANxJbgDcS24A3E1uANxP5QDcUW8AAAH5ANxTbgDcVOUA3FdpAAAB8wDcWWMA3FtlAAAB5ADcXXQA3F9uANxhbADcY2MA3GVzANxncgDcaWUAAADkAAAB8wDca+MAAAHzANxtbADcb2UAAAHlANxxdQDcc2cA3HVkANx3cgDceXoA3HtwANx9bwDcfy0A3IBhANyFcwDchm0A3IlzANyLbgDcjWUAAAHoAAAB5QAAAfMAAAHlANyOLQDckfMAAAHo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ARFsLQERbi4BEXFfARFzYQAAAfAAAAHlAAAB+QERdWwAAAHkAAAB5AERd2wBEXliARF7dAERfW8BEX95ARGBdAERg18BEYVhARGHYQERiWMAAAHkARGLbAERjXIBEY9sARGRaQERk3YBEZVyARGXXwERmV8BEZtoARGdbQERn2QBEaF0AAAB5AAAAe4AAAHuARGjdQERpXABEadpARGp7wERq2UAAAHuAAAB5AERrWUBEa9yARGxZAERs3IBEbVfARG3ZQERuWUBEbt1ARG9ZQERv3MBEcF0ARHDbgERxXYBEcduARHJdAERy3YAAAHlAAAB+QERzWUBEc9wARHRbAER02UBEdVwARHXXwER2XIBEdtpARHddAER33gBEeFtARHjcgER5W0BEedhARHpbAER60QBEe1pAAAB+QER72kBEfFpARHzaQER9XIBEfctARH5ZAER+2QBEf1TARH/bwESAW8BEgNvAAAB+QESBTUBEgdFARIJWQAAAewBEgs3ARINVAESD0kBEhFfAAAB9AESE3gBEhVPARIXTgESGUMBEhtFARIdVAESH2EAAAHlARIhdAESI2QBEiVfARIndAESKXAAAAHuARIrZQESLWcBEi9hARIwSQAAAfMBEjNIARI1XwESN1MBEjlCARI7QgESPUQBEj9kARJBYQESQ3gBEkVlARJHZQAAAfMBEklpAAAB7gAAAe4BEktwARJNYwEST2EBElFsARJTZQESVUEAAAH0ARJXcgESWWUAAAHEARJbUwAAAfMBEl3uARJfeQESYWsBEmNlARJlSQESZ0EBEmlBARJrRQAAAeQBEm1hARJvSAAAAcUAAAH5ARJxSQESc3QBEnXsAAAB7gESd0EBEnlyARJ7eQAAAfUBEn1SARJ/RQESgVIBEoNOARKFRQESh08BEolBARKLTAESjU8BEo9FARKRVAESk00BEpVFARKXXwESmVIBEptUARKdaQESn3oAAAHkARKhagAAAfIAAAHuAAAB5AAAAeUAAAHwAAAB+QESo0UBEqVEARKnSQESqUEBEqtZARKtXwESr0kBErFJARKzZQEStWMBErdlARK5YwESu24BEr1lARK/ZAESwU4BEsNQARLFSQESx1IAAAHzARLJeAESy2IBEs1mARLPdgES0XMBEtNzAAAB+QAAAeQBEtV2ARLXVAAAAfkBEtl1AAAB8wES22kBEt1UAAAB2AES32EAAAH5ARLhaQES42UAAAHTAAAB9AES5WEBEudWARLpaQES6y0AAAHTAAABxQES7XUBEu9FAAAB3wAAAeUBEvF1ARLzZQAAAfQBEvVhARL3aAES+W8BEvtfARL9aQES/2kBEwFvARMDaQETBWUBEwd0ARMJdQETC2EBEw1uARMPYQETEWEBExNuARMVZQETF24BExlfARMbdAETHV8BEx9vARMjbgETJWEBEyZhARMpcgETLWUBEy9zARMxcwETM24BEzVjARM3bAETOV8BEztlARM9dAETP2UBE0FlARNDZQAAAewBE0VjARNHbgETSGIBE0pkARNMaQETTnIBE1FzARNTaAETVWcBE1dzARNZawETW2EAAAHyARNdbQAAAfIBE192ARNhXwETY3oBE2VuARNnZQETaW4BE2thAAAB8wETbWYBE29vARNxYQETc2MBE3VpARN3cgETeWkBE3tzAAAB8wETfV8BE35hAROAZAETg2wBE4V1AROHaQETiXYBE4tlARONYwETj2MBE5FkAROTbAAAAfkAAAHlAROVaQETl2wBE5lhARObcgAAAfkAAAH5AAAB5QETnWkBE59kAAAB7AEToC0AAAHzAROlYQETp2QAAAHlAROpZAETq3MBE61vAROvbwAAAfMBE7FvAAAB7gAAAfMBE7NvAAAB+QAAAfMBE7VjARO3ZgETuXMBE7tpARO9bAETv3QBE8FtARPDaQETxTUBE8dpAAAB7AETyWUBE8twARPNZwETz2kBE9FsARPTbQET1W4BE9dlARPZeQAAAecBE9tlARPddAET33IBE+FlARPjbwET5WkBE+duARPpbgET618BE+1hARPv5QET8XMAAAHzARPzdAET9XUBE/dsARP5bQET+3QBE/1pARP/cwEUAWYBFANmARQFNwEUB3QAAAHzAAAB8wEUCW4AAAH0ARQLXwEUDXQBFA92ARQRbQEUE3IBFBVhARQXXwAAAfMBFBlnARQaMQEUHV8BFB9pARQhbwEUI2sAAAHzARQlLQEUKWkAAAHyARQraQEULXUBFC9qARQxYgEUM3QBFDVpARQ3dAEUOV8BFDvzARQ9ZQEUP18BFEFvARRDYQEURWUAAAH0ARRHeAEUSWEAAAHlARRKUwEUTXMBFE90ARRRbwAAAe4BFFNu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"; \ No newline at end of file +var trie_data="AAADHgAAbEEAAKBCAAC+QwAA/kQAAURFAAF0RgABmkcAAdRIAAHuSQACGEoAAixLAAI8TAACWk0AAnhOAAKUTwACvlAAAvRRAAMEUgADKlMAA2BUAAN+VQADnlYAA7ZXAAPaWAAD7lkAA/ZaAAQE3wAEJGEABFZiAARwYwAEqmQABNxlAAUIZgAFOGcABWRoAAWAaQAFrmoABcJrAAXWbAAF+G0ABh5uAAY+bwAGZHAABpBxAAakcgAGyHMABvp0AAcgdQAHPHYAB1x3AAeAeAAHrHkAB7d6AAfKLgAHzEEAB85CAAfQQwAH0kYAB9RJAAfWUAAH2lEAB9zSAAfgUwAH6FYAB+xhAAfuYgAH8mMAB/ZkAAf+awAIAGwACAptAAgMbgAIEHAACBhyAAgocwAIMHQACDR1AAg8dgAIP3oACEBBAAhIRAAISkkACExPAAhQUwAIUlUACFZhAAhiZQAIamkACHRsAAh2bwAIenIACIB1AAiKeQAIjXoACI4tAAiUMgAIljQACJg2AAiawwAIpkQACKhGAAiqyQAIrEwACLZNAAi6TwAIvlAACMRSAAjGUwAIylUACNJXAAjUWAAI1lkACNhfAAjaYQAI5mMACOhlAAjsZgAI7mgACPZpAAj8bAAJAm8ACRZwAAkYcgAJHnQACSB1AAkneQAJKi0AAACuAAksQgAJLsMACTRFAAk6RgAJPkkACUJMAAlETQAJRk4ACUpPAAlMUAAJTlIACVBTAAlUVQAJVlcACVhYAAlaWQAJXF8ACWBhAAlkYgAJaGMACWxkAAluZQAJfmYACYBpAAmIbAAJjG8ACZhwAAmecgAJoHMACaJ1AAmmdgAJqHcACat5AAmuLgAJsDIACbJDAAm0RgAAAMgACbZMAAm4TwAJulIACbxTAAm+WAAJwGEACcRjAAnIZAAJymYACcxsAAnSbQAJ3G4ACepwAAnscQAJ7nIACfBzAAnydQAJ9HYACfd4AAAAtQAKAjkACgRBAAoGwwAKCEYACgpIAAoMTwAKEFAAAADTAAoSVQAKFF8AChZhAAogZQAKKmkACjRsAAo4bwAKQnIAAADzAApJdQAKTDkACk5BAApQQwAKVEQAClhFAApcSAAKXkkACmhKAApqzAAKbk0ACnBOAAp0TwAKdlAACnpSAAp8UwAKhFQACohVAAqMVgAKjmEACpBjAAqSZQAKmmYACpxpAAqgbAAKpG4ACqhvAAqscgAKtHQACrl1AAq6LgAKvEEACr5EAArARQAAAMwACsJPAArE0AAKxlQACshhAArMZQAK0mkACthvAArhdQAK4i4ACuQxAArmQgAK6EMACuxEAAryRwAAAMkACvROAAr+TwAAANAACwDSAAsEUwALCGMACwpkAAsOZgALEmcACxRtAAsYbgALLHIACy5zAAszdAALNkEACzpEAAs8TgALPtMAC0BVAAtCYQALSGUAC0xvAAtOcwALUXUAC1REAAtWRQALWGMAC1plAAtkaQALaG4AC2pvAAtvcwALcEEAC3JDAAt0xAALekkAC35MAAuATgALglMAC4RUAAuIWAALimEAC4xjAAuO5QALmmkAC6pvAAu3dQALuEEAC7xDAAvAxAALwkUAC8RJAAvKSwALzE8AC85QAAvSUwAL3tQAC+BhAAvyZQAL/mkADAhvAAwRdQAMFC4ADBZBAAwcRAAMHkwAAADNAAwgTwAMJFUADCZWAAwuYQAMNmUADEZpAAxKbwAMVHUADFd2AAAAsgAAALMADFhCAAxaRAAMXEYADF5PAAxgUAAMYtMADGxUAAxwVQAMcmIADHhjAAAA5AAMemYADHznAAx+bAAMgG0ADIJwAAyIcgAMkHUADJN2AAyUQQAMnkMADKBEAAyiRQAMpEcADKhJAAyqSwAMrkwADLBOAAyyTwAMtlAADLjSAAy8UwAMvlQADMJVAAzEWQAMxmEADNRjAAzWZQAM3mgADOBpAAzoawAM6mwADPBvAAz+cgANBHUADQ15AA0YRQANGk0ADR5SAA0gVAANJF8ADSZtAA0o9AANMXUADTZBAA04wwANOkUADT5IAA1ASQANQkwADURPAA1GUAANSFMADUpUAA1OVQAAANgADVJhAA1WZQANdGkADXZvAA18cAANfnUADYV4AA2GQwANikQADY5GAA2QSAANlEkADZhLAA2aTwANoFAADaRRAA2mUgANqFMADapUAA2sVQANsGEADbRjAA2+5QANzGgADdJpAA3eawAN4GwADeRuAA3mbwAN8HAADfh0AA4CdQAODHcADg95AA4UQQAOHEMAAADJAA4eTwAOIFQADiJZAA4kYQAOLmUADjpoAA5CaQAOSG8ADlJyAA5cdQAOYncADmV5AA5mQgAOaEMADmpE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ACrndQAq6mcAKuxpACrvcgAq8GEAKvZlACr+aQArBG8AKw11ACsOLgArH3QAKyAzACsiYQArJXgAKyZsACsq7gArLnMAKzN0ACs1dQArN2kAAAG1ACs4aQArOm0AKz5yAAAA8wArQXQAK0N5ACtE4wArRm8AK0lyACtK4gAAAOMAK1RpACtXawArWGEAK1pkACtc5QArXu4AK3ByACt3dAArem0AK31vACt/LQArgF8AAADkACuC5gArhG0AK4ZuACuI7wArjvIAK5n0AAAB8wArnmIAK6BlACuiZgArpGkAAADtACuobwArrHAAK651ACuzdgArtGEAK7fvACu6bwArvfUAK85hACvQYgAr0mQAK9RpACvWbAAr2G8AK912ACveZwAr4WwAK+JhACvsZQAr8mkAK/RvACv5cAAr+mMAK/xlACv/dAAsBGUALAZoACwJ6wAsFGEALBhlACwa6QAsH20ALCFmACwjMgAsJXQALCZjACwoaQAsKmwALC5uACwycAAsNHIALDxzACxCdAAsRXYALEdmACxIYQAsTmQALFBsACxYdQAsW/gALF9pACxgYwAsYmQALGhlACxqZwAsbG4ALHFzACxybAAsdm0ALHhuACx8bwAsfnAALIJyACyEcwAshvQALIl1AAAA4wAAAfAALIxtACyOcwAskXQALJJnACyUbQAsmG4ALJ1yACyfcAAAAK4AAAHlACyjOAAspC0ALKc4ACypOAAsqzgAAAHFAAAB0wAAAcgALK02AAAB7QAAAOMALK7lACyy7AAstG4ALLZvACy4cAAsu/UALLzlACzCaQAAAOwALMRuAAAB8wAsxi0ALMhfACzMYwAszm4ALNBvAAAA8wAs03UALNRuAAAB9AAAAfIALNdsACzYYQAs2mcALNxtACzhcAAs6i0ALPBiACzyYwAs/GQALQBlAC0GZgAAAOcALRBoAC0S6QAtGmoALRxsAC0ebgAtIG8ALSJwAC0mcwAtMPQALTv2AC1CLQAtRfMAAADjAC1GZQAtSGkALUpvAC1McgAtT3MALVBfAAAA4QAAAOgAAADuAC1c7wAtYHMALWV5AC1mYQAtaGUAAADoAC1tcwAtcG4AAADyAC13dgAteGcALXtpAAAB6wAtfG4ALX90AAAB6QAtgOIALYNpAC2FYQAth28ALYhkAC2KZwAtjGwALY5u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ADOQbwAAAPQAM5J1AAAB9wAzlmEAM5ntAAAB8wAzmmEAM5zjADOfdAAzoF8AM6RiADOmZAAzqGwAM6puADO5cwAzuy0AM7xjADO/ZAAzwWMAM8M5ADPEYwAzxmYAM8htADPMbgAz0nMAM9R0ADPXdgAz22kAM9xhADPgYwAz4mUAM+RoADPoaQAz7G8AM/NyAAAA6wAz+uwAAAHzADQAYQA0BGMANAxkADQOZwA0FGwANBrtADQibgA0KHAANCxxADQu8gA0NHMANDb0AAAB9QA0QG0ANEN0ADRELQAAALQANEZhADRaZQA0XmkANGJsADRlbwA0amQANGxnADR2bAA0em0ANIBuADSCcgA0hHMANIZ0ADSLegA0jGUANJFpADSSYQA0lmkANJ1vADSfYQA0omEANKZkADSpaQA0rC0ANK5iADSwZgA0smwANLptADS8bgA0vm8ANMBwADTCcgA0xHUANMl2ADTKYQA00GQANNRlADTaaQA03GwANN5uADTgbwA05nIANOl1ADTq7AA073UANPDjADT9dAA0/mUANQFoADUCYQAAAOMANRTkADUkZQA1KmkANSzsADUubwA1NvIANUJ1ADVJeQA1SmIANWJjADVmZAA1aGYANWpnADVsaQA1cG0ANXLuADV2cAA1e3IAAAHuADV+XwA1gGEANYdpADWKbQA1jm4ANZNzAAAB7AA1nOIANaRjADWm5wA1sGkANbRrADW2bAA1uG0ANbpuADW88AA1vvIANcRzADXHdQA1yGwAAAHwADXKYQA1zmMANdBkADXSZwA11GwANdbtADXY7gA13PIANeJzADXmdAA16XgAAAH0ADXsZQA17mkANfJvADX2cgA1+3UANf4tADYCYQA2BGYANgZsADYIbQA2DG4ANg5wADYQdAA2E3oANhUtAAAB8AA2GF8ANh5kADYiZwA2JGsANiZsADYqbQA2LG8ANi7wADY0dAA2NnUAAAH4AAAB7QA2OmEANkZlADZKaQA2VG8ANlt1ADZhXwAAAOYAAAH5ADZibgA2ZnIANm10ADZuTwA2cW8ANnJlADZ0aQA2d28AAAH0ADZ7cAA2gWwANoJzADaFdQA2hmgANohpADaLbAAAAfAANo1qADaOXwA2kOMAAAHkADaS4QA2lWkANpZhADagYgA2omMANqZkADaqZQA2rmYANrJpADbAawA2wmwANsRtADbGbgA2ym8ANtJwADbYcQA22nIANtxzADbkdAA25nUANuh3ADbtegA27i0ANvBjADbyZAA29GcANvZsADb4cAA2+3MAAADpADb97AA3AOEAAADiADcMZQAAAO8AAADyADcT9QA3FGYANxpoADcdaQA3H2kANyF4ADcjLgA3JzQANyhfAAAA6QA3KuwANzRuADc2cAA3OfIAN0JyADdE8wA3SXgAN0pjADdMaQA3TmoAAADsADdQbgA3VnIAAAH6ADdfZQA3YGEAN2JjADdmZAA3aGUAAADtADdqbwA3bHIAN29zADdyUQA3dXEAAAHjADd3YQA3eC0AAADjADd6aQA3fGwAN39yADeALQA3gjIAN4RfADeGYwA3iGUAN4t3ADeNYQA3j2wAN5EtADeTcgA3lTIAAADmADeWaQA3mGwAN5xuADeecgA3pHMAN6p0ADeteQA3sWgAN7JhADe04gA3umUAN7xpADe+bAA3wHIAN8RzADfGdgA3yXgAN8tvADfMaQA30W8AN9JkADfYZgA32msAN9xsADfgbgA37PAAN+5zADfxdAA383IAN/VvADf2ZgA3+O4AN/pyADgDdQA4BWUAOAZhAAAA4wA4CmUAOAxpADgPbwA4EXcAOBItADgXdwA4GXAAOBqwADgcbwA4H/kAAAG0ADghtgA4JG0AOCd2ADgoMQA4Km8AOC11ADgvZwA4MG4AODN4ADg1ZQAAAegAODYtADg4bAA4O24AOD1iAAAAwwAAAeMAOD/sAAAB9QA4QXIAOEJjADhEbAA4R3cAOEhhADhLZQA4TWwAOE4tADhSZQAAAewAOFRmADhWaAA4WXgAOFxjADheagA4YG0AOGNzADhkYQA4Z2wAOGtlAAAB7AA4bXUAOG95ADhxdAA4cmEAOHVyAAAA5wAAAO0AOHfwADh5aQA4e24AOH1wADh/eQA4gHQAOIV5ADiGYwA4iWQAOItDADiNUwAAAfMAOI9NADiRSAA4k0MAOJdOADiZSQA4m2MAOJ1yADiebwA4oXQAOKNlADioaQAAAfMAOKxpADiwcgAAAfMAOLNpADi1YQA4t2EAAADuADi5cgA4u28AOL1hADi/bwA4wWgAOMNlADjFZQA4xk4AOMlyADjLTgA4zGMAOM9yADjRYQA40lMAONRWADjXbAA422kAON12ADjfaQA44egAOON1ADjldQA453QAOOlhADjrZQA47GUAOO5pADjxdQA482UAOPVlADj2ZQA4+XIAOPtrADj9YQA4/3UAOQBoADkD7wA5D2kAORFyADkTSwA5FUUAORc3ADkZRAA5G1MAAAHzADkdTAA5H2sAOSN4ADklZQA5JuUAAADoADkpaQA5K2UAOS1pADkvYQAAAewAOTF0ADkzaQA5NGEAOTdkADk5bgA5O2MAOT1jAAAA6wA5PmwAOUFzADlDZQA5RWEAOUdkADlJawA5S2IAOU1nADlPZgA5UWYAOVNsADlXZQA5WXAAOVthADldaQA5X3QAOWEwADljNwA5ZTAAOWdSADloRgA5a0wAOW1jAAAB+AA5b0EAOXFFADlzTgA5dUEAOXctADl5bwA5e0sAOX1rADl+TQA5gVAAOYVZADmHRgAAAfMAOYl0AAAB+QA5i8EAOY1MAAAB0wA5j1IAOZFDADmSRgA5lV8AOZdIADmZTgAAAeUAOZvsADmdYQA5n2EAOaBnADmjcgA5pWMAOadjADmpZQA5q3QAOa9hADmwbgA5s3IAObVjADm3bwA5uGkAObtvADm9bgA5v2MAOcFjADnCbgA5xHIAOcdzADnJYQA5zGMAOc9wADnRcgA503IAOdTlADnXaQA52mwAOd11ADneYgA54G0AAADvADnpcAA58mMAOfZkADn6ZgA6APMAOgJ0ADoLdgA6DfkAAADlADoRcgA6E2UAAAH5ADoUQwA6GU4AOhphADodZAA6H3QAOiFzADojbAAAAeEAOiRyADoncwA6KXQAOit3ADotaAA6L3UAAAHzADoxQQA6M08AOjVMADo2RgA6OVIAOjtUADo9QQAAAc8AOj9OAAAB8wA6QUUAOkNCAAABywAAAfMAOkVNADpHUgAAAcsAOklEADpLTAAAAMQAOk1JADpPdwAAAeEAOlBiADpSYwA6VGwAOlZwADpYcwA6WnQAOl12ADpfaQA6YWEAOmNhADplYgA6Z2wAOmhpADprdQA6bGUAOm9sADpwYQA6c2kAOnQuADp2ZQA6eXIAOnpjADp8aQA6f2sAOoBhADqDZQA6h2UAOovvADqN9AA6keYAOpNlADqUYQA6lmMAOphwADqb9AA6nW4AOp9jADqgawA6o3UAOqVhADqn9AA6qWIAOqtuADqteQA6r2cAOrFlADqzdAA6tWcAOrdyAAAB8AA6uWUAOrtyADq9YQA6v2EAOsE2ADrDTQA6xU8AOsc4ADrJUgA6y2wAOs1pADrPaQA60XMAOtP0ADrVbwA613IAOtltADrbYwA63WUAOt91ADrhdAA642MAOuViADrnLQA66GkAOutsADrtYQA672kAOvBhADryZQA69GkAOvdyADr4aQA6+3YAOv1iADr/aQA7AW8AAAHlADsDbwAAAe4AOwRjADsHbQA7CGUAOwtsADsMYwA7D3IAOxBzAAAB9AA7EmEAOxRlADsWbAA7GXIAOxplADsfcgA7IUwAOyNBADslXwA7J0QAAAHBADspxQAAAcQAOyplADstdAA7L2wAOzFpAAAB9AA7M2EAOzV0ADs3cgA7OW8AOztkADs9bQA7P2wAO0HlADtEYQA7RuQAO1FpADtTZQA7VWUAO1hnADtaawA7XG4AO190ADthYwA7Y2kAO2QuADtmXwA7aWIAO2pjADtsZQA7bm0AO3N0ADt1cwA7d24AO3hjADt7bQA7fOUAO39xADuAQgA7g2QAAAHsADuFYwA7h3kAO4lUADuLaQA7jTYAAAHQAAAB8wA7j1QAO5FCADuT4gA7lWMAO5dNADuZLQA7m2oAO51NADufLQA7oXMAO6NUADulXwA7p3QAO6lyADuqLQAAALQAO61fADuvcwA7sUQAAAHzADuzZQA7tXYAO7dyADu4SAA7umUAO7xpADvBdAA7w20AO8V0ADvHcgA7yVQAO8pIADvMTAA7z2gAO9BiADvTcgA71W8AO9dtADvZUwA7224AO91nADvebQA74XAAO+NhADvlbAA753UAO+lzADvqQwA77kQAO/FUADvzZAA79TYAO/dFAAABtQAAAcQAAAHUAAABzAA7+WQAO/pkADv9ZgA7/mQAPAF2ADwCZQA8BGwAPAdwADwIQwA8C2EAPA1oAAAB9AA8D3QAPBFlADwTaQAAAfQAPBVkAAAB5AAAAe4APBcuAAAB8wA8GUwAPBtVADwdVAA8H0UAPCFiAAAB2AA8I1MAPCVvADwnYQA8KWwAPCtvADwtbwA8L2cAPDBsADw0bwA8N3IAPDhpADw6bAA8PG8APD9yADxAZQA8RWkAPEnvADxLZQA8TXQAPE9lADxRdQA8U3QAPFZlADxdcgA8XmUAPGFvADxjcwA8ZW0APGd1ADxpbgAAAe0APGtBAAABzgA8bWkAPG5lADxxdQA8c+EAPHVrADx3QgA8eW4APH1uAAAB+QA8gXMAPIN2ADyFbgA8h3AAAAHsADyJbAA8i24AAADzADyMdgA8j3cAPJFpAAAA4gAAAfQAAAHuADyTbAAAAccAPJVMADyXTAA8mEQAPJtSADydRwA8n80APKExADyjZwA8pHIAPKd2ADypbAAAAfQAPKthADyvZwA8sXMAPLJkADy2ZQA8uGcAPLxoADy+bwA8wHIAPMTzADzGdAA8yHYAPMx3ADzPegA80WUAPNNoADzVZQA812kAPNhlADzc6wA843UAPOX0ADzpZQA862QAPO1hADzxaQA882cAPPRuAAAB8AAAAfMAPPdMAAABzQAAAdQAPPlPAAABxQAAAdMAPPtSAAABxAA8/EMAPQFGAD0HTgAAAc4APQk0AD0LwwA9DVMAPQ5CAD0QTwA9E2gAPRVhAAAB7gA9F28APRhlAD0faQA9IGEAPSJkAD0kcAA9J3UAPShjAD0qawA9MXQAPTJjAD01cgA9N3cAPTlzAD07bwAAAfUAPTxjAD0/ZwA9QOEAPUJvAD1FcwA9RmgAPUlyAD1LcgA9TWUAPU5HAD1QUwA9U2kAPVdhAD1ZaQA9WmUAPVxpAD1fdQAAAe8APWFvAD1jaQA9ZXQAPWdpAD1pRQAAAc0APW9CAD1xLQAAAMUAPXNJAD11QwAAAcMAPXdEAAAB5QA9eWQAPXplAD19aQA9f2kAPYF0AD2DZAA9h2EAAAHvAAAB7gA9iXQAPYpCAD2MQwA9jlAAPZBmAD2SbAA9lXcAPZdsAD2ZdQA9m2oAPZ1lAAAB5QA9ni0APaV6AD2mTgA9qeUAPatlAD2sUAA9rmIAPbFlAD2zZAA9tcMAAAHDAAAAsQAAAbIAPb0tAAAB8wA9vkQAPcFQAD3CRgA9xWUAPcZhAD3JZQA9ymEAPc1vAD3PaQA90WUAPdN0AD3VcQA91u4APetyAD3taQA98W8APfNjAD31ZwA99i0APfhsAD37cAA9/XIAPgNSAD4FSwA+B0UAPgnIAD4NLQA+DzIAAAHTAD4RXwA+E0kAPhVJAD4XRgA+GTYAPhtGAD4dVgA+H1IAPiFMAD4jSAA+JGsAPihtAD4rbwA+LWUAPi9rAD4wZAA+M2cAPjThAD44cwA+O3oAPjxjAD4/cwA+QmMAPkXoAAAB8AA+R3UAAAHrAD5JcAA+Si0APkxmAAAA7AA+T3MAPlFyAD5TbwA+VWUAPll0AD5aZQA+XGgAPl9pAD5gLQA+ZEMAPmdjAD5oYwA+am4APm50AD5x+QAAAfgAPnJnAD51cwA+d24APnhhAD57awAAAfIAPn10AD6CaQA+hXQAPollAD6LZQA+jGMAPo5mAD6SbAA+lG0APpZwAD6YcwA+m3YAPpxuAD6ebwA+oXYAPqJkAD6kZwA+pmoAPqhtAD6scAAAAPMAPq50AD6xdgAAAewAPrVnAAAB6AA+t3QAPrlvAD67TwAAAckAPr1MAD6/aQA+wWgAPsPVAD7FawA+x1UAPslSAD7LTgA+zXAAPs8tAD7QawA+024APtVzAD7WYwA+2WUAPttEAAAB1AAAAcwAPt9DAAABuAAAAdQAAAGxAAAByQA+4V8APuNUAD7paQA+6mQAPu1nAD7vaQA+8OQAPvNsAD70aQA+93UAPvlpAD77ZQA+/W0APv5XAD8AYQA/BGUAPwdvAD8IZQA/C28APwxhAD8PZQA/EG8APxNyAD8XdQA/Gm8APx9wAD8gcgA/I3UAPyVlAD8ncgA/KWkAAAH0AD8rZwA/LXQAAAHlAD8ubgAAAPMAPzF0AD8z9AA/NW8APzdOAD85bgAAAbIAAAHQAAABtAA/Oy0APzxJAD8+SwA/QVQAAAHEAAAB0AA/Q0UAP0VBAD9HUgA/SVIAAAHYAAAB0AA/S0YAP01GAD9PUAA/UGUAP1NwAD9VaQA/VmwAP1luAD9bbgA/XXcAP19QAD9haQA/Y3IAP2RvAD9mdAA/aXUAP2tlAD9sYQA/b3QAP3F1AD9zdgAAAPMAP3R0AD93dQA/eGQAP3tyAD99bAA/f3AAP4HlAD+DbgA/hWUAP4ZwAD+JdQA/i2cAP41pAD+P8AA/kWMAAAH3AD+TawA/lXQAP5ZhAD+YdQA/m3YAP51lAD+fdAA/oG4AP6NyAD+lYwA/p2MAP6tpAD+sbgA/r/QAP7BiAD+0ZwA/tm4AP7hyAD+7dAA/vHAAP79yAD/AYQA/wmkAP8d1AD/JZAA/y2wAP8xtAD/OcAA/0nMAP9l2AD/bdAA/3W0AP+FPAD/iZQA/5XAAP+dmAD/pYgA/6mMAP+10AD/uYwA/8HAAP/N0AAAB0wA/9S0AP/dHAD/5SwA/+0UAAAHFAD/8bAAAAfMAAAHzAD//cwBAAWUAQANnAEAFcgBAB2wAQAtwAEAMbQBAD24AQBBsAEAT9ABAGWEAQBvuAEAdcgBAH2UAQCFuAEAjaQBAJeUAQCdvAEApbwBALWcAQC/sAEA1aABANmQAQDhpAEA6bgBAPXYAQD9hAEBAYwBAQ2cAQEV1AAAA5QBARm4AQElzAEBLZQBATWkAQE9vAEBRdABAUuUAQFVpAEBXQQBAWS0AQFtGAEBdbgBAX9gAAAHzAEBgUgBAY18AQGUtAEBnbgBAaWUAQGtzAEBsYwBAcGYAQHJuAEB09ABAdnYAQHn4AEB9bgBAf2YAQIFlAECCZQBAhXQAQIdhAECJcgBAi3QAQI1nAECP8gBAk3gAQJVBAECZyQBAmi0AQJ1fAECfZQAAAcYAQKEwAECjSwBApFQAQKd0AAAA4QBAqGcAQKppAECtdQBAsWkAAAHhAEC0ZABAt28AQLhiAEC6aQBAvHMAQL90AEDBZQBAw2wAQMV0AEDGaQBAyXUAQMt0AEDNawBAz04AAAHNAEDRTABA00UAQNXGAAAB7ABA124AQNlsAEDaYQBA3XMAQN9yAEDhdABA42UAQOV0AAAB7wBA52MAQOlpAEDrdABA7ekAQO5kAAAB7ABA8E0AQPJkAAAB5QBA9W4AQPfrAED7ZABA/fAAQQV0AEEJaQBBCy0AQQ0uAEEPcgAAAbYAQRFkAEETXwBBFWEAQRdpAEEZZABBG2kAAAHnAEEdbgAAAcwAAAHNAAAB8ABBH2wAQSFUAAABwgBBI2EAQSVsAAAB4gBBJ3QAQSlSAEErVQBBLUIAQTF0AEEzcABBNWUAQTdhAEE5ZwBBPWEAAAHwAEE/cgBBQXUAQUNzAEFEYgBBSW4AAAHoAEFLcgBBTWEAQU5hAEFRZABBU3IAQVVzAAAB7ABBV3IAQVkwAEFbLgBBXS4AAAGxAEFfYwBBYW8AQWNpAAAB5ABBZGQAQWdsAEFpcgBBamUAQW5sAEFwbwBBc3QAQXRjAEF3cwBBeGUAQX5pAEGAbwBBhXUAQYdpAEGJdQBBimkAAADzAEGPdQBBkWgAQZNwAEGU3wBBpGkAQahyAAAB8wBBq2MAQa11AEGvaQBBsGEAQbVpAEG3YQBBuWUAQbpyAEG9dQBBv3IAQcFvAEHCZQBBxGkAAAHzAAAA7gBBx3IAQclvAEHKYQBBzGcAQc9rAEHQXwBB1W8AQdluAEHbaABB3GEAQd5lAEHhbwBB42EAQeV0AEHnaQBB624AQe11AEHvZQBB8WwAQfVpAEH2bgBB+XIAQfttAEH9bwBCAXcAQgNuAEIEYwBCBnIAQgl0AEIKYQBCDW4AAAHzAEIOYQBCEGUAQhRsAEIacgBCHPMAQh92AEIhaQBCI20AQiUwAEInMABCKXYAQitpAEIt6ABCMXUAAAHhAEIyLgAAALEAAACyAEI0cAAAAPMAQjZ0AEI5dQBCPnMAQkF0AEJCYQBCRGMAQkhsAEJNdgBCU2EAQldpAEJaaQBCXW4AQl5sAEJgcABCY3MAQmluAEJraQAAAe8AQm1lAEJvZQBCcGUAQnhpAEJ8bwBCf3UAQoBlAEKDcgBChWUAQodtAEKIYQBCimUAQo1yAEKPawBCkGEAQpNpAEKVdQBClmgAQpvvAEKraQBCrWkAQq9yAEKxdwBCs3IAQrVzAEK3aQBCuW8AQrx0AEK/dQBCwWQAQsJjAELEZwBCx2kAQshhAELLdABCzWgAQs9zAELReQBC02sAQuFsAELjeABC6WUAQuthAELtZAAAALEAAACyAELuXwAAAOUAQvFyAELy5QBC+OgAQv1pAEMBdABDA2UAQwU3AEMHZwBDCHQAQwt1AEMNaQBDD2EAQxJpAAAA7ABDFW8AQxctAEMYYwBDG2UAQx30AAAA4QBDH3QAQyFpAEMiLQBDJGcAQydsAEMoLQBDKmEAQyzkAEMxdQBDM24AQzVlAEM2YwBDOG0AQzrzAEM9dwBDPmMAQ0FtAENCYwAAAOcAQ0V3AENHZQBDSXIAQ0suAENN+QAAAfQAQ091AAAA6wBDUOwAQ1hzAENbdABDX28AQ2BoAENjdABDZmcAQ2luAENqMgBDbWUAQ25jAENzbgBDdmEAAAH3AEN4ZABDem4AQ310AEN+YQBDgGsAQ4J1AEOFdwAAAPMAQ4d1AEOJbwBDi2IAQ41nAEOPZgBDkGYAAAHzAEOTbABDl3AAQ5hjAEObZABDnGQAQ55pAEOhbgBDonQAQ6V5AEOn9ABDqWUAQ61wAEOvYQBDsXIAQ7NhAEO1bABDt2kAQ7lhAEO7dAAAAfkAQ70wAEO/NwBDwTAAQ8NyAEPFbgAAAOQAQ8dpAEPJYQBDymgAQ8xvAEPPdABD0mUAQ9VoAEPXaQBD2WgAAAHlAEPdcgBD3mMAQ+HsAEPmZQBD6WkAQ+pfAEPsYQBD7mMAQ/BkAEPyZgBD9W8AQ/YtAEP4YQBD+3QAQ/zlAEQAZwBEAmkARAVyAEQI5QBEDO8ARA95AEQQYQBEEmMARBVlAEQWcwBEG3QARB1lAEQfcgBEIWYARCJmAEQlbABEJ2MARClpAEQrYQBELW0AAAH4AEQvbABEMWUARDN0AEQ6ZQBEPXQARD9jAERAXwAAAfMARENhAAAB7QBERGkAREZuAERMcABETvIAAAH0AERSYwBEVHMARFd2AERYZQBEWmwARF1wAERgaQBEYm8ARGVzAERmaQBEaW8ARGttAERtbQBEb24ARHFjAER1YwBEd28ARHllAER6aQBEfG4ARH5yAESBcwBEhWEARIgtAESKMQBEjGMARI5lAESQbwBEk3AARJRjAESWbgBEmnMARJ11AESeawBEoXIARKNjAAAB8wBEpHIARKd4AESpcgBEquUARLNpAES5cgAAAOQARLpsAES+bgBEwG8ARMV1AETGLgBEyGEARMpiAETQZABE0mkARNRtAAAA7wBE3vAARO91AETwYwBE/GQARQBmAEUMagBFDm4ARRDzAEUa9ABFI3YARSdrAEUoaQBFK/kARTTlAEU6bgBFPXIAAAH0AEU+bABFQG4ARUJwAEVFcgBFR2UAAAH5AEVILQBFTF8ARVxjAEViZgBFZG4ARWZ1AEVpegBFal8AAAHzAEVtdABFbmYARXBzAEVzdABFdGEARXdkAEV5dAAAAeYARXphAAAA8ABFfXMARX5hAEWBbABFg28AAAH5AEWFZwBFh2wARYlwAEWL4QBFjWwARY9iAEWR8wBFkuwARZRyAEWXcwBFm/QARZxvAAAA8wBFn3QARaFsAEWjYwBFpF8ARaZmAEWpbwBFq2wARa13AEWvaABFsXUARbNyAEW1ZQBFt2wARbltAAAA5ABFu2kARb9vAEXBbgBFw20ARcVnAEXHdwBFyegARcvhAEXXMQBF2GIARdpjAEXcbABF3nAAReBzAEXidABF5XYAReZpAEXp8wBF6mEARe1sAEXvYQBF8W8ARfNiAEX1MgBF92QARfnsAEX8aQBF/3UARgBlAEYCaQBGBmwARghvAEYPcgBGEXUARhJtAEYVcABGFmEARhlpAEYaYQBGHGUARh9pAEYhbwBGI3QARiQuAAAAswBGNl8ARjplAEY8ZgBGPmwARkBtAEZCcgAAAPMARkV0AEZGZQBGSWkARkpjAEZMZQBGTmkARlJrAEZUcABGV/QARlxhAEZhZQBGZOUARmhoAEZqaQBGbXIARm9hAEZx7wBGcmcARnVsAEZ59AAAAe4ARoHmAEaIZQBGimkAAAHvAEaNaQAAALEAAACyAEaOXwBGkGUARpRuAEaWcAAAAfMARphhAEag4wAAAOsARqhwAEav9ABGtmUARrlpAEa9bgBGv2wARsFjAEbCZQBGxGkAAAHzAEbGYwBGyXAARst5AEbNZQBGzm4ARtFzAAAB8wBG0l8ARtRiAEbWawBG2m8ARtzzAEbedABG4XUARuNzAEblYQBG52EARun0AEbrYgAAAPMARu10AEbvYgBG824ARvd5AAAB6wBG+WcARv1lAEb/dABHAGcARwJtAEcFdwBHCXYARwvwAEcRZABHEi0ARxVfAEcXSQAAAfMARxltAEcbaQBHHXIARx8uAAAB6wAAAe8ARyBtAEcj8ABHJ2wARylhAEcrZQBHLXIAAAHrAEcwYQBHMmQARzVpAEc2YQBHOWkARzs2AEc9bwBHP2wAAADlAEdCaQAAAfkAR0dvAAAB7wBHSWkAR0tzAEdNZQBHT/QAR1ZlAEdYaQBHW28AR112AEdfZQBHYXIAR2JnAEdkbQBHZ3YAR2hnAEdrbQBHbGMAR29pAEdwYQBHc2UAAAHjAEd1dQBHdmwAR3n0AEd6aABHfGwAR390AEeBYwBHg2wAR4V1AEeHYgBHiGEAR4psAEeNbwBHki0AR5RfAEeaZQBHnGkAR5/zAAAB9ABHoW8AR6JpAEelbABHp2EAR6lvAEeqaQBHrW8AR691AEewYQBHsmUAR7RoAEe2aQBHunIAAAH0AEe/7QBHwi4AR8oyAEfMXwBHzmkAR9F2AEfTeABH1W8AR9diAEfYYQBH22kAR91zAEffbwBH4WEAR+I4AEflZQAAAOEAR+nlAEfqYQBH7mUAR/FpAEf1LgBH928AR/hsAAAB7gBH+m4AR/1yAEf/bABIAGMASANtAEgGZQBIDWwAAACxAAAAsgBIDl8ASBJjAEgUbQBIF3IASBlhAEgacwBIHPQASCF2AEgiYQBIJmUASCxsAEgybwBIN/IASDhlAEg8bABIP3IASEN0AAAB+ABIRDAASEkxAAABxQAAAeQASErlAEhMaQBIT/QASFDsAEhZ8gBIWuwASGFzAEhjaQBIZGMASGdnAEhoaABIa/QASG9hAEhxbwBIc2UASHdsAEh5LQBIenMASH10AEh/cgBIgW8ASILkAAAB7ABIiWIASIttAEiNYwBIj24ASJFhAEiTdgBIlWEASJdhAEiZbABIm3UASJzlAEiw7ABIs3QASLRhAEi25ABIwuUASMVpAEjGZQBIyG0ASMtzAEjMZQBI0GkASNJ1AEjVeAAAAOMASNbnAEjYawBI2m4ASNxzAEje9ABI6XcASOxjAEjveABI8XAASPJhAAAB9wBI9GkAAAH4AEj3LQBI+XUASPpkAEj8aQBI/2wASQH0AEkCLQBJEC4ASSJfAEksYgBJL2wASTBiAEkyYwBJNmUASTpnAEk86wBJPu0ASURuAElGdABJSXcASUpkAElNcwBJTm4ASVFyAAAB4QAAAeUASVNvAElUYwBJVmcASVttAElc5QBJaGwASWpxAEltcwBJbmIASXBkAElzZQBJdG0ASXZuAEl4dwBJe3oASX1zAEl+YQBJgGMASYJoAEmEaQBJhm4ASYhwAEmKcgBJjXMASZFyAAABsgBJk2kASZV1AEmWZgBJmewASZzjAEmj5ABJpOUASalpAEmrdQBJrXAASa9yAEmxbgBJtOUASblpAEm7YQBJvWgASb90AEnBLQBJxXYAScd5AEnILQBJyi4ASdBpAAAA7QBJ03UASdUzAEnXLQBJ2XIASdtpAEndLQBJ3mIASeBjAEnmZQBJ6GgASeppAEnucABJ8HIASfJ0AEn1dgBJ9mEASfhlAEn7bQBJ/N8AShV0AEoXLgBKG3IASh02AEofdABKIWwAAAHwAAAB4QBKIi0ASipfAEotbQBKLi0ASjBfAEo0YQAAAPMASjd0AEo4aABKOmkASj1sAEo/aQAAAfcASkH3AEpC4gBKS3QASkziAEpRcgAAAesASlJvAAAB9ABKVW4ASldpAEpYYwBKW2QASl1tAEpeLQBKYDEASmYyAEpsOABKbjkASnJYAEp0XwBKeHMASnt4AEp97ABKf2oASoFvAEqDbgAAAeQAAADkAEqFZwBKh2UASoltAEqLLQAAAOIASoxpAEqObQBKkG4ASpdwAEqYYQBKmmUASp1zAEqfbABKoHUASqX3AEqn4wBKqWgASqt0AEqsXwBKrmUASrFyAEqzcwBKtXIASrYtAAAAtABKvF8ASsBjAErEZABKyXQASspkAErNcgBK0XMAStJfAErVZABK2WIAAAHzAErbNgBK3WUASt9rAErhawBK4uYASuX0AErm5AAAAecASutwAEru5ABK9GYASvZtAEr5bgBK+t8ASwzoAAAB7gAAAeUASxFlAAABtQBLEuQAAADyAEsXdgBLG2wAAADkAEscZQBLHuwASyHwAEsncgBLKGEASytjAEstZwBLL28ASzBkAAAA5QBLM2kASzVyAEs36ABLPG4AAAH0AEs/dABLQOQAS0VpAEtHZQBLSGUAS0tvAEtNawBLTuUAS1NpAEtVaQBLV/QAS19kAEtgcgBLY3MAS2XsAEtnbABLafAAAAHlAEtqYQBLbWIAS25kAAAB9AAAAeQAS3BlAEtzbwBLde4AS3djAAABtgAAAbYAAAG2AAABtABLeHAAS3tzAEt9LgAAAfMAS3/uAAAB4wBLhS0AS4jhAEuMbgAAAfMAS49vAEuTbwBLlXIAS5ZmAEubdABLnWwAS59vAEuhcgBLo24AS6VvAEundQBLq2cAS611AEuuZQBLs3UAS7RhAEu2ZQBLuGwAS8BvAEvFcgBLyGQAS8pwAEvNcwBLz3UAS9BkAEvSaQBL1GwAS9ZvAEvdcgBL3mUAS+VpAEvqZgBL7GwAS+92AEvwZQBL8mkAS/RsAEv27wBL/XIAS/9lAEwAYwAAAOgATAJyAEwF9ABMB2UATAlpAEwLZQBMDXQATA5sAEwRdQBMEmUATBZpAEwYcABMHHQATCN1AEwkLgBMKGUATDDsAEwycgBMN3UATDhhAEw6ZQBMPmkATEFvAExHYgBMSS0ATEtwAAAB+ABMTW4ATE9lAExRcwBMUmEATFRkAExYZgBMWnAATFxzAExhdgBMYmwATGVtAAAA7wBMZ3UATGtzAExtbgBMbu0ATHFyAExyXwBMdXQATHZlAEx4cwBMe3UATH3hAEyFdABMh2cATItrAEyNYgAAAfMATI/uAEyXawBMme4ATJ9nAEyjZwAAAfkATKRpAAAB6wBMp3MATKluAEyrdgBMrXAAAAHsAEyvbABMsW4ATLItAEy0XwAAAPMATLZ2AEy5dwBMu+wATL3kAEy/cwBMwWkAAADiAAAA9ABMw3cATMdhAAAB7gBMyWwATMtrAEzNcgBMz2UAAAHrAAAB5AAAAeUATNDkAEzV5wBM22cATN10AEzf5QBM4W4ATOJlAEzlbwBM520ATOlzAEzr9gBM7GIATO5nAEzwbABM8m0ATPRzAEz2dwBM+XoATPu0AEz9bABM/28ATQFsAE0C5ABNCusATQxyAE0PdgBNE2wATRX0AE0WYQBNG2kATR1nAE0f9ABNIXMATSV0AE0nZQBNK2kAAAHvAE0sLQBNLi4ATTKxAAAAsgAAAMEAAADCAE00UwBNOOEATTriAE1E4wBNUGQATVhlAE1gZgBNZmcATW5oAE1waQBNdGoATXhrAE16bABNgu0ATYhuAE2ObwBNmHAATaZxAE2ocgBNrPMATcB0AE3GdQBN1HYATdh3AE3eeABN8HkATfN6AE33ZQAAAOUATfl0AE37aABN/WUATf9pAE4AZQBOBmcATgrrAE4YdABOG3UATh30AE4mZQBOKXQAAAHlAE4rLQBOLWIATi/tAAABsgAAAeIATjExAE4z5ABOOWEATjxmAE4+ZwBOQmkAAADvAAAA8wBOR3UATknnAE5OawBOUm4ATlXwAE5WZQAAAPMAAAH0AAAB8wAAAeUATlgtAE5bZQBOX2wATmFhAE5iLQBOZWoATmdvAE5pcABOa2QATm1hAAABsgAAAesATm5PAE5yYgBOdGQATnZoAE54bwBOe3IATnxhAE5+aQBOgW4AToJsAE6E7gBOim8AAAHzAE6NbwBOjmUATpVpAE6WZgBOmGwATpt3AE6cYQBOnmQATqJnAE6kaQBOqG4ATqpwAE6tdQBOrnAAAAHzAE6yYwBOtGcATrbrAE6+cwBOwXQATsLtAE7EcwBOx3QATshjAE7K6ABOznIATtB0AE7TdQBO1C0ATtZfAE7YZgBO2mkATt13AE7fZwAAAfUAAAH0AE7hXwBO6fMATupuAE7vcwBO8WgATvNpAE72YgBO+W8ATvp0AAAB9QBO/mMAAADlAE8BZwBPBOEATwZvAE8JcwBPCmEATw5oAE8RcgAAAOUATxVyAE8XZABPGGQATxtlAE8d5QBPIF8ATyLkAE8kZwBPJmkATyxvAE8ucwBPMXUATzPzAE80YQBPN3IATzgtAE86YwBPPnMAT0F0AE9DaQBPRGUAT0dpAE9JYgBPS24AT01yAE9PZwBPUWMAT1NzAE9VdABPVi0AT1hfAE9hawBPYuUAT2hpAE9rdQAAAeQAT21lAE9uaQBPcO8AT3N0AE91ZQBPdmkAT3lvAE97bgBPfOUAT4FpAE+DbABPhGMAT4dyAE+JZQBPi2wAT4zjAE+RZgBPmWkAT5tyAAAB6ABPnW4AT591AE+gaQAAAe4AT6IuAE+kZgBPp3AAT6k0AE+r4wBPr/MAT7EyAE+zZABPtWwAAAHzAE+3dAAAAe4AT7hpAAAB7ABPumEAT711AE+/cwBPwWMAT8VkAE/JcgBPymEAT8xlAE/PcwBP0XAAT9NvAE/VeABP12UAT9lpAE/bcgBP3HQAT991AE/jZQAAAeEAT+VmAE/mZQBP82kAT/VvAE/5cgBP++0AT/xpAE//dQBQAXQAUAPhAFAFcgBQB2IAUAl0AFALZABQE2EAAAHvAFAVaAAAAe4AUBf0AFAaYQBQHGIAUB5jAFAgZgBQImwAUCRwAFAmcgBQKHMAUCt3AFAscgBQL3QAUDAtAFAyXwBQNGUAUDlsAFA9dQBQP3QAUEHlAFBDagBQRWIAUEdoAFBJLQBQSmMAUExvAFBOcABQUHIAUFN0AFBUYgBQVmMAUFlzAFBbYQBQXWwAUF7lAFBhbwBQY2EAUGVyAFBnbgBQaGEAUGtlAFBsLQBQoGwAUKJuAFCkcwBQp3oAUKlyAFCqZQBQr20AULF0AFCyLQBQtF8AULZhAFC65QBQvGgAUL5pAFDFbgAAAOEAUMZlAAAB7wBQyWkAUMtlAFDN7ABQzi0AUNBiAFDSZQBQ1XAAUNdzAFDZ4wBQ22QAUN1pAFDf5QBQ4XAAUOP5AFDk4wBQ7GQAUO5lAFDxZgBQ82kAUPVvAFD2YQBQ+GUAUPppAFD9dQBQ/2kAUQBhAFEDdQBRBGEAUQdvAFEIZQBRCmkAUQ1sAAAB4wBRD18AURAtAFESZQBRF3MAURgzAFEbYQBRHfQAUR8uAAAB5QBRIC0AUSYuAFEqQQBRLWEAUS5pAFExeQBRM3QAUTVhAAAB5ABRN3EAUTjuAFFbcgBRXW8AAACxAAAAsgBRXl8AUWJpAFFpbAAAAfMAUWtjAFFsaABRb3UAUXFlAFFzYQBRdGUAUXdnAFF5bwBRe2MAUX1wAAAB8wBRfy0AUYFlAFGDbwBRhC0AUYZfAFGIYwBRimQAUY5lAFGQZgBRkmwAUZVwAFGXcgBRoC0AUaNlAFGnLQBRqXIAUaprAFGwbQBRs28AUbRkAAAB8gBRt2UAUbjuAFG78gBRvWsAUb5kAFHAZwBRw2kAUcThAFHKZQBRzGkAUdBzAFHUdABR3XoAUd5jAFHg8wBR6XQAUexjAFHu6ABR+XQAUft0AFH98ABR/2EAUgHlAFIDdQAAAesAUgV0AAAB7wBSB2QAUglwAFILLQBSDC0AUhZjAFIYZgBSHGkAAADsAFIebQBSInMAUid0AFIpcwBSKm4AUi1yAFIvcwBSMDIAUjLrAFI1bwBSN2MAAACzAFI55QBSPXQAUj5lAFJAaABSQ2kAUkVtAAAB8wBSR3gAUkgtAFJKLgBSTF8AUk9jAFJQYwBSVGkAUlbuAFJcdABSY/kAUmZhAAAB+AAAAecAUmhnAFJsbQBSb3MAUnFkAFJz5QBSd24AAAHlAFJ4YQBSemkAUn9rAAAA7AAAAfIAUoF1AFKD9ABSiGEAUoppAFKO8wBSkfQAUphlAFKbZgBSnWUAUp82AFKgYwBSomcAUqVpAFKmLQBStmIAUrhjAFK+ZABSwmUAUsRmAFLIbABSym0AUs5wAFLScgBS1HMAUth0AFLbdgBS4G0AUuJuAFLm7wBS6XYAUuxiAFLw4wBS9mQAUvhmAFL6ZwBS/uoAUwJtAFMIbgBTCm8AUwxwAAAA8wBTFnQAUxr2AFMfeABTI3UAUyVyAFMnbABTKWkAUyvsAFMu5QBTMGcAUzNwAFM16AAAAPMAUzt0AFM9egBTPmcAU0FpAFNCaQBTR2wAU0lpAFNLbwBTTW8AAAHpAFNPaABTUW4AU1NjAFNVbwBTV/UAAAHjAFNZawBTWl8AU2JjAFNkZABTZ3QAU2huAFNrcwBTbG0AU25yAFNxdQBTcmMAU3VwAFN3LQBTeXIAU3t1AFN8YQBTf28AU4BrAFOC7ABThm4AU4pyAFONegBTjmIAU5ByAFOUcwBTl3UAU5hjAFOaZQBTnGwAU55yAAAB9ABToXQAU6VyAFOnZQBTqS0AU6stAFOtLQBTry0AU7EtAFOzLQBTtWMAU7ZhAFO5aQBTu3MAU7xkAFO/5wBTwWkAU8PlAFPFaQBTx18AU8lhAFPLYwBTzGEAU9BjAFPSZABT1GUAU9hpAFPcbABT3nIAU+BzAFPjdQBT5GMAU+jkAFP27ABT+XMAU/phAFP9dQBT/mUAVAJpAFQEbwBUDHIAVA91AFQQZQBUEmkAVBV1AFQYYQBUGmUAVBxpAFQebABUIm0AVCRvAFQndQBUKGEAVCplAFQuaQBUMHIAVDJzAFQ1dQBUNm0AVDluAFQ9ZQBUPmEAVEJlAFRGaQBUTG8AVE53AFRR+QBUUmEAVFZlAFRZbwBUXGEAVF5kAFRhZQBUY3IAVGRlAFRmbABUau8AVG5yAFRzdQBUdXUAVHlhAFR6ZQBUfmkAVIJvAFSIcABUjPQAVJF1AFSUYQBUlnIAVJt1AFSdcwBUoGEAVKJlAFSnaQBUqm8AVK1yAAAB7AAAAegAVLFoAAAB8wBUsmMAAAHrAFS3aQAAAbgAAADiAFS5bgBUu2kAVL1sAFS/9ABUwGcAVMN0AFTFdABUx3YAVMl1AAABsQAAAekAVMpSAFTNcgBUz2IAVNFpAFTT5QBU1i0AAACwAFTYXwBU4G4AVOZyAAAA8wBU6XQAVOv0AFT3cgBU+XAAVPtvAAABrQBU/bAAVP9yAFUB5QBVCGUAVQtwAFUMZAAAAOUAVQ9pAFURcwBVE2kAVRTlAFUZaQBVG+4AVRxsAFUh7gBVK2EAVS1uAFUwZQBVNXcAVTZlAFU5cABVOm0AVTxuAFU/cABVQGEAVUJjAFVEZQBVR2kAVUgtAFVKsgBVUXAAVVJtAFVVcgBVVm8AVVhyAFVadABVXXUAVV9hAFVgZgBVYm0AVWV1AFVmZABVaGUAVWtmAFVsYQBVbmkAVXBwAFVzdgBVdGQAVXZzAFV7dABVfmEAVYF0AFWDdQBVhGcAVYZpAFWNdgBVkXMAVZItAFWUXwAAAPMAVZp0AFWddQAAAewAAAHwAAABtABVni0AAACxAFWgMgBVpDMAVaY1AFWoZABVqmwAVaxwAFWwcgBVtXYAVbZiAFW5bABVvGYAVb/wAFXDZQBVxHIAVcZ1AFXJdgBVy+UAAADjAFXOaQBV0GsAVdLuAFXZdABV2mUAVd1pAFXe5ABV4HAAVeN1AFXlZwBV52kAVel0AFXq5QBV73UAVfHlAFX0bAAAAfcAVffwAFX+YwBWAXAAVgJjAFYEZwBWB3IAVgn3AFYMbABWD3IAVhBrAFYTcABWFWYAVhZmAFYZcABWG2MAVh1yAFYfdABWImEAViRlAFYm9QBWKXYAVi1lAFY5YQBWO24AVj1oAFY/9ABWRm4AVklyAFZLZQBWTGMAVk5yAFZXdwBWWGwAAAH4AFZa4wBWXmUAVmNuAFZnbgBWaWkAAAHnAFZqbgBWbHIAVm/0AFZzaQBWdXIAVnZpAFZ5cABWe2EAVn4xAFaAMgBWgjMAVoRfAFaGZAAAAfMAAAHwAAABsgBWiWYAVopiAFaOYwBWkGcAVpZsAFaYbgBWnnIAVqBzAFaidAAAAfkAVqhhAFaqZABWrGUAVq5pAFaybABWtG8AVrZzAFa5dQBWumEAAADtAFa98ABWv2MAVsFkAFbCbQBWxG4AVsZwAFbJcgBWzC4AVt5hAFbmZQBW6GkAVvJvAFb1dQBW9mMAVvhkAFb7ZgBW/WwAVwAtAFcGXwBXCGEAVwpjAFcOZABXEGYAVxJqAFcUbQBXGHAAVxxzAFckdABXK3YAVyxjAAAB6wAAAe8AVy9mAFczZwAAAOQAVzX0AFc5bQBXPG8AVz93AFdAZQBXQ3AAV0hwAFdLcgBXTTYAV05sAAAA8AAAAfkAV1BmAFdTdABXVGIAV1dsAFdY4wBXW3QAV1xfAFdeYwBXYHAAV2JyAFdldABXZl8AV2hsAAAA8wBXa3UAV210AAAAsQAAALIAV25nAFdybAAAAfMAV3TsAFd3cwBXeWUAAAHrAAAB4gBXe3QAV30tAFd+LgBXgGIAV4NnAFeF6wBXiWcAV4thAAAA7QBXjXMAV49oAFeRaQBXk3IAV5VsAFeZcAAAAOQAAAHzAFecbQBXom4AV6VyAFembABXqfQAV8FoAFfCYQAAAfQAV8VvAFfG7gBXz3IAV9ByAFfVdQBX2GUAV91vAFfgbQBX424AV+RhAFfnYwBX6XIAV+vmAFftaQBX8OUAV/VpAFf3eQAAAfMAV/1sAFf/bwBYAGUAWANvAFgEaQBYBmwAWAl1AFgKYQBYD+8AWBNnAFgVZQAAAOQAWBdlAFgZ7ABYH+wAWCYtAFgoaQBYK20AWC1hAFguYwBYMWgAWDJjAFg2ZABYOmkAWD5uAFhAdgAAAfkAWERhAFhH5QBYSmMAWE5nAFhQ8ABYUnMAWFV2AFhWbQBYWG4AWFt1AFhc5QBYXm4AWGFzAFhjZgBYZGUAWGduAFhoaQBYau4AWHN0AFh1bwAAAdMAWHfzAFh5YQBYe3QAWHwtAFiBZgBYguUAWI5pAAAB7wBYk2kAWJVhAFiXbgBYmWEAWJstAFidaQBYn2YAWKFmAFijXwBYpXMAWKduAFioYgBYqmYAWKxsAFiubQBYsXYAWLN1AFi0aABYt28AWLplAFi/7wBYwHMAWMN4AFjEZQBYx28AWMhjAFjMZgBY0G4AWNRxAFjW9ABY3HYAWN/4AFjjbgBY5W8AWOdvAFjqZQBY7W8AWO5iAFjwZgBY8nAAWPVyAFj2YQBY+GwAWPtyAFj/dQBZAWUAWQRlAFkGcABZCHQAWQt1AFkTbwBZFXMAWRphAFkdaQBZH2kAWSF0AFkjbwBZJWEAWSdyAFkpbwBZK2UAWS10AAAA5AAAAfMAWS5iAFkyZABZNmcAAADtAFk4bgAAAfIAWTotAFk8XwBZQfIAWU1hAFlOLQBZUDgAWVVjAFlXYQBZWWwAAAHkAFlbeABZXDQAWWU1AAABswBZaWwAAACxAFlq4QBZcmcAWXRpAFl5dQBZfWkAWX/pAFmEXwBZhmEAWYhpAFmObgAAAfkAAAH0AFmQLQBZk18AWZVwAFmXdAAAAfMAAAHhAFmYZABZmm8AAAH2AFmcYgBZoGkAWaTzAFmrdABZrWEAWa9iAFmwZQBZs2kAWbVlAFm39wBZu2wAWb10AFm+aQBZw3UAWcV1AFnHdQAAAeYAWclhAAAB5ABZy3QAWc1iAFnPYQBZ0TAAWdVtAFnXbwBZ2W4AWdtoAFndaQBZ32sAWeF0AFnjLgBZ5TMAWef0AAAA6wAAAewAWel0AFnqZgBZ7O4AWfVyAFn27QAAAO4AWf10AFn/YwBaAGwAAAHzAFoDYQBaBesAWgYtAFoIYQBaC3MAWg/rAFoTcgBaFewAWhZlAFoZcgBaG3QAWh1lAFofdAAAAe8AWiBjAFojdABaJWwAWiblAFoqZwBaLXQAWi9pAFox6QBaMmQAAAHsAFo0MwBaNl8AWjhkAFo85QBaQm0AWkVzAAAB5QBaR2gAWkluAFpLbwBaTW4AWk/mAFpRZABaUuQAWlTrAFpkcgBaaXMAWm1sAFpvZABacG4AWnPwAAAB7gBaf3QAWoVuAFqHLgBaijMAWo1jAFqPaQBakWwAWpMtAFqVcgBaly4AWpgtAFqdXwBan2EAWqFpAFqjtgBapWQAWqdyAFqpXwBaq2kAAAH0AFqtdABar2cAWrFpAFqzZQBatWMAAAHzAAAB5wBat3AAAAHtAFq5aQBau24AWr1uAFq/dABawG4AWsN4AFrFbgBaxzgAWslhAFrKXwBazfgAAAHjAAAB7ABaz+wAAAHtAFrR8gBa0mwAAAHwAFrVbABa13QAWtlzAFrbaABa3WwAWt9vAFrjYQBa5eIAAAHlAFrpXwBa63QAWuxhAAAB5ABa73MAWvFvAFrzaQBa9UgAWvdVAAAB1QBa+V8AAADDAFr7TABa/V8AAAHJAFr/aAAAAfQAWwFsAFsDcgBbBGwAWwZwAFsJcwBbCm8AWw12AFsObgBbEXQAWxNlAAAB7gBbFW4AWxdpAAAB4QBbGXIAAAHzAFsb9wAAAeEAWx1yAFshcgBbI28AWyVvAFsnZQBbKWgAAAH0AAAB8wBbK3QAWy1lAFsu5QBbMWkAAAHsAFs1aQBbN3QAWzlpAFs9aQBbP20AW0FoAFtD+QAAAeQAW0dtAFtJZwBbS20AW01yAAAB7ABbT20AW1FpAFtTbABbVWMAW1dzAFtZZQBbWi0AW1xjAFteZABbYGcAW2JtAFtldAAAAeQAAAHlAFtnRQBbaU4AW2tCAFttSQBbb1QAW3FEAFtyZQBbdXMAW3lhAAAB8gAAAfMAW3vjAAAB7ABbfW4AW392AFuBZQBbg3IAW4VyAFuJZwBbi2kAW41vAFuPawBbkWUAAAH0AAAB8wBbk2sAW5lnAFubZQBbnWwAW59pAFuhZQBbo2kAW6TkAFuxdABbtWMAAAGyAFu3cwBbuWsAW7t5AAABsABbvTUAAAGwAAAB2ABbv08AAAHEAFvBaABbw0cAW8VYAAABxwBbx04AW8liAAAB7gBby0UAW83lAFvPQQBb0EkAW9NPAFvVSQBb10wAW9loAFvbXwBb30EAW+FFAFvjVQBb5UwAW+dMAFvpTwBb60MAW+1pAFvvZABb8WIAW/PvAFv1aQBb92gAW/loAFv7bgBb/E8AW/9vAFwBZwBcA2cAXAdhAFwJ6wBcDXMAXA9zAFwRbQBcFWEAXBdsAAAB7wBcGecAXBtpAFwdcwBcHm4AAAHyAAAB6wBcIXAAXCNlAFwlcgBcJ0IAXChuAFwrdQBcLWUAXC9tAFwxbwBcMmEAXDZlAFw4bwBcO3UAXDxDAFw+YQBcQGkAXEJvAFxFdQBcRmEAXElsAAAA4QBcS2kAXExlAFxOaQBcUWwAXFNpAFxWYQBcWmUAXFxpAFxfcgBcY2UAXGQtAFxnaQBcaWUAXGtyAFxsYQBcb28AXHFvAFxzdABceWUAXHtlAFx98wBcfy0AXIFlAFyDZQBchW8AXIdpAFyJbwAAAfMAXItLAFyNUwAAAcQAXI9JAFyRRQBck0QAXJVHAFyXQQBcmUIAXJtvAFydRQAAAcYAXKFfAFyjSQBcpUIAXKdpAFypaQBcq28AXK10AFyvYwBcsWEAXLNoAFy1cwBct2wAXLlyAFy7awBcvXUAXL9pAFzBYQAAAecAXMNtAFzFYQBcx3UAXMluAAABrgBczW4AXM9lAFzRcgBc02cAXNV0AFzXaQBc2GMAXNtyAFzcbABc324AXOEtAFziTgBc5WkAXOdlAFzpYwBc62IAXO11AFzvbABc8XIAXPXnAFz3YQBc+WUAXPttAFz9dABc/2kAXQNsAF0FbABdB2cAXQlfAF0LZgBdDWgAXQ9vAF0RaQBdE24AXRVuAAAB7gBdF20AXRlEAF0bRQAAAdIAXR0yAF0fQQBdIWkAXSNlAF0lcABdJ3kAXSlpAF0rcgBdLXUAXS9lAAAB8wBdMeQAAAHzAF0z+QBdNXIAXTdsAF07bwBdPW4AXT9pAF1BbgBdQ2cAXUVuAF1HcgBdSXQAXUtpAF1NcgBdT2EAXVEuAF1TdgAAAfIAXVVwAF1X9ABdWXAAXVtsAF1ddQBdX3UAXWFjAF1jdABdZW4AXWdyAF1pbwBda2UAXWxuAF1vcgBdceEAAAHEAF1zRwBddUYAXXdFAF15XwBde2IAXX1vAF1/YgBdgWwAAAHsAF2DdQBdhXUAXYdyAF2JUgAAAekAAAHkAF2KbgBdjfMAXY/sAF2QQwBdlE8AXZZTAF2YaQAAAfMAXZtzAF2dZgAAAOQAAAHzAAAB8wBdn2UAAAHnAF2hcAAAAfMAXaNhAF2lQgBdp0IAXalhAAAB5QBdq2EAXaxhAF2vZgBdsXIAXbNpAF21ZABdt3QAXbllAF27QgBdvXUAXb9pAAAB4QBdwXQAXcNwAF3FRQAAAfQAXccyAF3JWQBdy0EAXc0tAAAB6wAAAcUAXc9sAF3RZQAAAcUAXdMyAF3VbwBd11QAXdlFAF3bdABd3WUAAAGzAF3fQQAAAfQAXeFFAF3jTQAAAfIAAAH5AF3lVABd53IAXepjAAAB5QBd7W8AXe9hAF3xZQBd83QAXfVhAF33dQBd+WEAXft1AF39YQBd/3kAXgHuAAAB5QBeA3QAAAHnAF4FbABeB20AXgloAAAB9AAAAe8AXg1wAAAB9ABeDmEAXhFoAF4TQQBeFWUAAAHlAAABtABeF18AXhlsAF4bYwBeHUIAXh9lAF4haQBeI24AXiXvAF4nZQBeKWgAXitkAF4tbABeL28AXjFiAF4zegBeNW8AXjdFAF45VQBeO9QAXj9BAF5BUgBeQ28AXkV0AF5HZABeSWwAXkthAF5NZABeT3IAAAHlAF5QZQBeU2kAXldyAF5ZbwBeW2QAXl11AF5fbQBeYWUAXmJuAF5leABeZmMAXmt2AF5tLgBeb3IAXnFpAAAB8gAAAfQAXnJhAF51cgBedmcAXnrsAF59cgBegW8AXoVuAF6HawAAAekAAAHlAF6LZQBejWkAXo9fAAAB9AAAAfQAXpFhAF6TUwBelWkAXpdyAF6YaQAAAfMAXpotAF6dQwAAAekAXp9lAF6hZgBeo2kAXqVlAF6nZQBeqWEAXqtvAAAB+ABerWkAXq9BAF6xSQBes0kAXrVBAF63VQBeuS0AXrsxAF69dQBev24AXsFpAF7DYQBexGMAAAHsAF7HdABeyW8AXsppAF7NcgBez3AAXtBjAF7TaQBe1XQAXtdzAF7YYQBe2+UAXt0uAF7fbwAAAOEAXuFpAF7jbQBe5WkAXuduAF7pdABe7XcAXu90AF70YQAAAfMAXvZlAF74aQAAAfMAXvv4AF7+aQAAAfMAXwFyAF8DaQBfBOwAXwt0AF8N4wBfD2UAXxFnAF8TTwBfFU4AXxtPAAAAwwBfHVgAXx43AF8gOQAAAcMAXyNfAF8lMwBfJy0AAAGyAF8pbwAAAdMAXytpAF8tegBfL/IAXzAtAF8yZgBfNXYAXzduAF85ZwBfO2EAXz1hAF8/YQAAAegAX0BkAF9CZQAAAfMAX0VpAF9H6ABfSWkAX0tlAF9NdQBfT3IAX1F1AAAB5QBfUzMAX1XuAF9hYQBfY28AX2VvAF9nbwBfbVQAAAHXAF9vaQBfcG0AAAH6AF9zYwBfd24AX3lyAF97ZgBff2wAX4FyAF+DbgBfhWkAAAHjAF+KLgAAALEAAAGyAF+PVQBfkWQAX5NDAAAByQBflUkAX5dpAAAB8wBfmW4AX5t2AF+daQBfnmUAX6FsAF+jdABfpWUAX6dTAF+pRABfq2EAX61sAF+vaQBfsW8AX7NpAAAB8wBfteEAX7dnAF+4RABfumEAX71wAF+/ZQBfwW8AAAHzAF/DbQAAAfkAX8VlAF/HcgBfyWkAX8pGAF/MUABfzlgAX9FfAAABsQBf00kAX9VVAF/X1wBf2WMAX9tpAF/dbgAAAewAX99iAF/hYwAAAfIAX+N0AF/ldQBf5jYAX+hCAF/qQwBf7EcAX+5IAF/yTQBf9FIAX/ZTAF/8VABgAVgAYANhAGAEbQBgB28AYAlkAGALbABgDWkAYA9PAGARaQBgE3UAYBRsAGAWcgBgGXYAYBtJAGAdQQAAAdIAYB5fAAAB8wBgIzUAAAG0AGAlQwBgKU4AAAHYAGArSQAAAbQAYC1JAGAvQQBgMUUAYDNJAGA1TwBgNmEAYDlpAGA7YQBgPXQAAAHyAGA/YQBgQW8AAAHvAGBCbABgRW0AYEdpAGBJaQBgS2EAYExlAGBPaQBgUegAYFPzAGBVbABgV2wAYFlzAGBbbwBgXWkAYF9vAGBhTABgYlcAYGVsAGBnYQBgaXIAYGtvAGBtdgBgbkMAYHFjAGBzbwBgdW8AAAHlAAAA5QBgd24AYHlmAGB7ZQBgfWcAYH9BAGCBdABgg3IAYIVpAGCGYQBgiGkAYItsAGCNdABgji0AYJFnAGCTbgBglfIAYJdvAGCYZQBgm2kAYJ1pAGCfYQBgoXIAYKNzAGClaQAAAfQAYKfyAGCpYQBgq3UAYK1yAGCvZQBgsGkAYLNwAGC1ZQBgt28AYLplAGC9aQAAAeUAYL9pAAAB7gBgwUQAYMNJAGDFbgBgx28AYMlfAAAB5QBgy0cAYM1PAGDPSQBg0XIAYNNNAAAB5QBg1WQAYNd0AGDZ6wBg23QAYNxFAGDfTQBg4S0AYONUAGDkwwBg5kYAYOlfAAAB7wBg628AAAHlAGDtbgBg72kAYPF0AGDzcABg9XIAYPdyAGD58gBg+3AAYP1pAGD+dABhAfgAYQNhAGEFYwBhB20AYQl2AGENbQBhD3MAYRFzAGESZQBhFW8AYRZlAGEZaQBhGmwAYR91AGEhbwBhI2kAYSVyAGEncgBhKWkAAAHuAGEraAAAAegAYS1pAGEvaQAAAeMAYTFjAGEzQgAAAfMAYTUyAGE3TgBhOUkAYTtFAGE9XwBhP00AYUFDAAABwwAAAdMAYUNJAGFFTwBhR00AYUtsAGFNdABhUWEAYVNuAGFVZQBhV2EAAAH5AGFZcABhW2MAYV1uAGFfaQBhYXIAYWVjAGFncgBhaWUAYWtlAGFtZQBhb2kAAAHwAGFxZQBhc2UAAAHsAGF1cAAAAfIAYXdhAGF5bgBhe2wAYYFsAGGFbAAAAewAYYdwAGGLawAAAeUAYY13AGGPcgBhkXQAAAHlAGGTdABhlWkAYZdkAGGZYwBhm+UAYZxpAGGhcwBho/QAYadzAGGpaQBhqmkAYa1sAGGvaQBhsWQAYbP0AGG3aQAAAfMAYbllAGG7dABhvG4AAAHwAGG/YwBhwWkAAAHlAGHDaQBhxGEAYcdyAGHIZQBhynQAYc15AGHPZQBh0eUAYdJhAGHVaQAAAdMAYddyAGHZbwAAAfQAYd1vAGHfaABh4WEAYeNvAGHlcgBh52UAYeliAGHrRQBh7UkAAAHOAAAB5QBh72UAAAHzAGHxZQAAAeEAYfJpAAAB8wBh9WwAYfdpAGH5YQAAAeEAYfphAGH8aQAAAfMAAAHzAGH/TABiAVYAYgNhAGIFZAAAAfgAYgdvAGIJbgBiCmkAAAHzAGINbABiEGMAYhJrAAAB8wBiFW8AYhdpAGIZbABiG3MAYh1pAAAB9ABiH28AYiFnAGIjYgAAAesAAAH0AGIlSQBiJ24AYilyAGIrYwAAAfMAYi1jAGIvTgBiMWMAYjMtAGI1dQBiNy0AYjlQAGI7RgAAAbgAYj10AGI/ZgBiQWMAYkJlAGJFbwBiR2kAYklzAAAB+QBiS2UAYkwtAGJPZQBiUW8AYlNmAGJVYwBiV/QAYllhAGJbdABiX2EAYmFyAAAB5QBiYi0AYmXzAGJneAAAAMMAYmlGAAAB8wBia2IAYm1UAAAB7wBibzEAYnFBAGJzbwBidW8AYndyAAAB5ABieGUAAAHtAGJ8YQBif28AYoFvAAAB7QBig28AYoVsAGKHaQBiiWkAYotvAGKNYQBij3UAAAH0AGKRYQAAAeEAYpNhAGKVSQBil0UAYplQAAABsgBim2kAYp1hAGKfcwBioWkAYqNvAGKlbwBip3IAYqlyAGKraABirS0AAAHoAGKvcABisWMAYrNhAGK1bwBity0AYrhpAAAB8wBiu2EAYrxEAGK+cAAAAPMAYsF0AAAA5QBiw2kAYsVkAGLHcgAAAdoAAAHnAAAB5QBiyUQAYstyAGLNZQAAAeUAYs9hAGLRcwBi02QAYtV1AGLXbgBi2WEAYttoAGLdXwBi318AYuBDAGLjUgBi5XQAYudsAGLpYwBi63MAAADzAGLtdQBi724AYvFfAGLzXwAAAegAYvRjAGL3cgBi+WsAYvtpAGL9cgBi/3QAYwFsAGMDZQBjBWUAYwdpAGMJLQAAAeMAAAHhAGMLaABjDXIAYw94AAAB5QBjEWkAYxP0AGMWaQBjGW4AYxtfAGNBbABjQ3IAY0VvAGNHdQBjSGwAY0pwAGNNcwBjT2QAY1BtAGNTdQBjVXIAY1dlAGNZaQBjXG8AY192AGNjYQBjZW8AY2d0AGNoYQBjamMAY25kAGNyZwBjdGkAY3ZsAGN6cABjf3QAY4BuAGODdABjhWUAY4dpAGOJcwBji+4AY4xuAGORcABjk3MAY5VpAGOXYwBjmWUAAAHsAGObZQBjn3MAAAHkAGOhbgAAAeEAY6NyAGOl8wBjqe4AAAHlAGOsZABjr3MAY7BjAGOz9wBjvWcAY7/hAGPDbQBjxfIAY8tnAGPNeQBjz2UAY9BlAGPTZwBj1eQAY9duAGPZcgBj2m8AY915AGPhZQBj428AY+VvAGPnYQBj6HQAY+t1AGPtZQBj72UAY/FoAAAB9ABj82gAAAHzAGP1YQBj93IAY/hhAGP7bgBj/OUAY/5pAGQD+QBkBW8AZA10AGQPZQAAAewAAAH1AGQRMABkEzAAZBVpAGQXdABkGF8AZBtpAGQfaQAAAa4AZCFhAGQjYQBkJC0AZCZhAGQpbQBkK2UAZC1oAGQvcwAAAOMAZDFsAGQyaQBkNXQAAAC1AGQ2NwBkOTgAZDpuAGQ9+QBkQGMAZENmAAAB8wBkR2UAZElpAGRLbwBkTGgAZE50AGRReQBkU18AAAHpAAAB5ABkVWMAZFZtAGRYcgBkWnMAZF10AGReZwBkYXMAZGNjAGRlbQBka3IAZG1vAAAB7ABkb2kAZHFjAGRzbQBkdWkAZHdsAGR5YwAAAe8AZHtzAGR8ZQBkf28AZIAtAGSEXwBkhmMAZIpkAGSMZwBkjmgAZJBtAGSTdABklWwAZJfkAAAB5QBkm2EAAAHlAGSdbgBkn3QAZKBsAGSjdgBkpe8AZKduAGSpZQAAAegAAAHvAAAB5QBkq24AZK1hAGSvaQBksWMAZLNzAGS0LQBktmUAZLhnAGS6cABkvHMAZMB0AGTFdwAAAfkAZMZhAAAA5QBkzW8AAAHyAGTPbgBk0XcAZNNkAGTVaQAAAOQAZNZuAAAB8wBk2C0AZNtyAGTc4wAAAfMAZN9lAAAB7ABk4WIAAAHjAGTjaQBk5XQAZOduAGTobABk63YAZO9lAGTxbgBk83YAZPVoAGT3ZgBk+S0AZPtlAGT9cgBk/2UAZQFlAGUFaQBlB2QAZQlyAGUMZwBlD2kAZRN0AGUVaQBlF2MAZRlvAGUbYQBlHXQAZR9pAAAB6wAAAeUAZSHrAAAB7gBlJXAAAAHkAGUndwBlKV8AAAHzAGUqLgBlLF8AZS5lAAAB8wBlMfQAZTJpAGU1cwAAAe4AZTdfAGU4bABlO28AZT1oAGU/5AAAAeQAAAHzAGVA5QBlQ2sAZURjAAAB5ABlR+sAZU9nAGVR5wBlVXQAZVfkAGVZ5QBlXWcAZV9zAGVhdABlY3MAZWVsAGVnaQBlaWUAZWtpAGVs5ABlgfQAZYdlAAAB6ABliWwAZY1lAGWPZQBlkWkAZZNpAGWVdwBll28AZZhjAAAB8wAAAbIAAAHyAGWbZQBlnXMAZZ9hAGWhawBlo20AZaV5AAABsABlpzUAAAGwAGWpZwBlq2MAZa1uAGWvbQBlsWEAZbN1AGW0YQBlt+QAZbltAGW7cgBlvW4AZb7lAGXFaQBlx+8AZct1AGXMZQBl0GkAAAHzAGXTcgBl1W4AZddyAGXZZABl22UAZd1pAGXfaQBl4W4AZeNsAGXlYgBl53UAZehmAGXrbABl7e8AZe9uAGXwaQAAAfkAZfItAAAB8wAAAfMAZfduAGX5bABl++gAZf9nAGYAZQBmA2kAZgVpAGYHYQAAAfgAZglpAGYLbwAAAeQAZg1oAAAB7gBmD2sAAAHwAGYRaQBmE24AZhRlAGYWbwBmGHIAZht1AGYdYQBmH2kAZiFlAGYjZABmJWcAAAHuAGYmYwBmKGcAZi1uAGYvdABmMGEAAAH0AGYz6wAAAfMAZkFyAAAB5gBmQ+QAZkRtAAAB8wBmR2MAZklzAGZNZQBmT3MAZlFtAGZVZQBmV2EAZllhAGZabABmXXUAAAHvAAAB7gBmYXgAZmNtAGZl5wBmZ2kAZmroAGZt8wBmcO4AZnvyAGaBYgAAAbEAZoPrAGaFbgAAAe4AZodwAAAB6wBmiOUAZo1pAGaP5QAAAeQAZpXlAGadawBmn+sAZqFyAGajaQBmpWUAZqYtAGaoYgAAAOMAZq1yAGauZgBmsG4AZrN1AGa1YwBmuGUAZrtpAAAB7wAAAO4AZr/yAGbDbQBmxWUAZsduAGbIYQBmymkAZs3vAGbPbABm0W4AZtLhAGbYZQBm2mkAZtxvAGbfdQBm4GEAZuhjAGbqZQBm7GkAZu5sAGb0bwBm+nIAZv11AGb/bQBnAGEAZwJlAGcIaQBnCmwAZwxyAGcPdQAAAOEAZxFpAGcSXwBnFGUAZxZpAGcabABnHG8AZx91AGchdQBnI2UAZyRlAGcoaQBnLG8AZy70AGczdQBnNGEAZzhlAGc8aQBnP/IAZ0RlAGdJaQBnS2kAZ01lAGdQLQBnUmYAZ1RpAGdWbABnWXIAZ1ouAAAA8wBnXXUAZ19lAGdhZQBnZWQAZ2f0AGdrbABnbXMAZ2/yAGd4aABne3MAZ3xhAGd+ZABngGUAZ4JsAGeEcgBnhnMAZ4h0AGeLdwBnjGEAZ45oAGeRbwBnk2wAZ5VvAGeXdABnmW0AZ5tmAGedaABnn3QAZ6HoAGej5QBnpXQAZ6tlAGetZQBnr3IAZ7HzAGe5cgBnu2kAZ71wAAAB8wBnvy0AAAHlAGfBXwBnzWEAZ89lAGfRLQAAAfkAZ9NlAGfUZQBn128AZ9lvAGfbZgBn3WkAAAHrAGffdQBn4WwAZ+NsAGflcAAAAeUAZ+dpAGfpbwAAAfMAZ+tnAGftYgBn72kAZ/FwAGfyYgBn9W4AZ/dkAGf5aQBn+28AZ/1lAGf/aQBoAWUAaAIuAGgEXwBoBmIAaAhjAGgKZABoDW8AAAHkAGgPaQBoEW8AaBN0AGgVYwBoF2EAaBloAGgbcwBoHWwAaB8tAGghcgAAAeQAaCNrAGglcwBoJ3UAaCljAGgrdQBoLGkAAAHzAGgvYQBoMecAaDttAGg8ZABoP3MAaEFhAGhCZABoRG0AaEdyAGhJZQBoS2MAaE1lAGhPbABoUXUAaFNuAGhXeQBoWXQAaF1tAGhfbgBoYXIAAACuAGhiYQBoZGYAaGZnAGhoaQBoam4AaGxwAGhudABocXYAaHJuAGh1bwBoeW4AaHtpAGh9bwBof2YAaIFlAAAB6ABog2YAaIV2AGiJcgBoi24AaIxnAGiPcgBok3QAaJVpAGiWZABomGkAaJtyAGicYwBon2kAaKBjAGijcgBopOwAaKduAGipZQBoq2MAaK1vAGivZwBosS0AaLNuAGi0ZQBot28AaLguAGi+aQBowG4AAAHzAGjCXwBoxGUAaMZpAAAB8wBoyXMAaMv0AAAB9ABoz24AaNBjAGjTdABo1WEAaNdhAGjYYgBo2mQAaNxsAGjfbQBo4GEAaOJvAGjkcgBo53UAaOhhAGjqbABo7W8AaO5jAGjyaQBo9HIAaPl1AGj7cgBo/mQAaQFzAGkD5wBpBW8AaQduAGkJeABpC20AaQ1hAGkPZQAAAe0AaRFiAGkTbwBpFW8AaRdmAGkZbwBpGmUAaR1pAGkfcABpIS4AaSNlAGklbQAAAe4AaSdpAGkpdABpLWkAaTFvAGkzZQBpNGwAAAH0AGk2bABpOXMAaTtnAGk8LQBpP18AaUFmAGlDaABpRW8AaUdhAGlIYgAAAe4AaUvlAGlMLQBpTnAAAAHzAGlTZwBpVXIAaVdyAAABwwBpWWUAAAHjAGldaQBpX2oAAAH5AGlgLQBpY2kAaWVpAGlndABpaW4AAADmAGlrbgAAAe4AaW1fAAAB4gBpb20AaXFuAGlzZAAAAesAaXRpAAAB+QBpdmUAaXtsAAAB6wBpfXAAaX95AGmBLQBpgi0AaYRlAGmGaQBpi28AaY1jAGmPYwBpkXIAaZNhAGmV7gBpl3UAaZlhAGmbZQBpnWEAaZ9pAGmhaQAAAfMAAAHsAGmjcgBppeQAAAHzAGmnawBpqXQAaa1hAGmvbwBpsfkAabNyAGm1YQAAAfMAabdsAGm7cABpvW8Aab5kAGnCbQBpxXUAaclvAGnKYwBpzGwAac9vAAAB5ABp0WEAadN3AGnVcgBp124AadlpAGnbbgBp3XkAad9nAAAB5wBp4XIAaeVuAGnn8gBp63UAaexyAGnvdABp8GkAAAH5AGnyZQAAAfMAafRhAGn2cABp+HMAaft1AGn9bQBp/3YAagFyAGoDYQAAAfkAAAHkAGoFLgAAAewAagd2AAAB5QBqCfIAahNwAGoXMgBqGOMAahtyAGodbgBqHmIAAAHyAGohagBqIm0AaiV2AAABrgBqJ3AAail1AGor9ABqLXkAai92AGox9ABqNGkAajdwAGo4ZQBqOmwAaj1wAGo/dQBqQm4AakV3AGpHdQBqSXAAaktjAGpNdQBqT/QAalRjAAAB8wAAAbIAalZuAAAB9ABqWGMAalpuAGpdcgBqXmEAamJpAGplbwBqZnIAamlzAGptZQBqbm4AanNyAGp1aQBqduEAan1lAGp/cgAAALMAAAG4AAABuABqgWIAaoPsAGqFbwBqhmUAaohpAAAA8wBqi3UAao1sAGqOYgBqkGkAapN0AGqV5QBql2wAAAH5AGqbYQBqnWkAap5lAGqjeQBqpewAAAHyAAAA7QAAAfIAAAHkAGqpYQBqq2kAaq11AGqvdQBqsXIAarJiAGq0cgAAAfMAardlAAAB6QBquegAar12AGq/ZwBqwWMAAAHkAAAB8wBqw+QAasVyAGrGLQBqyC4AatAxAGrSMgBq1EIAatZiAGrabgBq3HAAat7zAGrhdABq42UAauVlAGrn7ABq6l8AavBjAGr0ZQBq9mkAavhvAGr78wAAAfIAav1zAGr/ZgBrAXcAawN0AAAA5AAAAfMAawVuAAAB8ABrB3IAAAHzAGsJZQBrC+cAaw1oAGsOYgAAAOMAaxBoAGsScABrFXQAaxZsAAAB8wAAAfMAaxlpAGsbZgBrHXQAax9kAGshZQBrI/MAayVlAGsnYQBrKW8AaytjAGssMQBrMDIAazI0AGs0YgBrNmcAazhyAGs7dQAAALEAazxiAGs+4wBrQmQAa0RmAAAA6ABrRmwAa0hwAGtNdwBrTmIAa1BkAGtSZgBrVG8Aa1dwAGtZYQBrW2kAa11pAGte5QBraWkAa2phAGttdgBrb2UAa3FlAGtyYQBrdmYAAAHzAGt5ZQBre3IAa31hAGt/ZQBrgWkAa4NkAGuFdAAAAeQAa4d0AGuKaQBrjW0Aa49lAGuQLQBrkmIAa5RnAGuWbABrmHQAa5t6AGudZQBrn3UAa6HoAGujaQAAAeEAa6VuAGunXwBrqfQAa61uAGuvZQBrsXQAa7NzAGu1bwBrt2EAa7lzAGu7YQBrvWEAa79lAGvEaQBrx3QAa8lpAAAB7ABry+kAa81pAGvOXwAAAfkAa9BpAGvSbgBr1XQAa9dhAGvYLQBr218Aa91vAGvfcgAAAeQAa+EtAGvkZQAAAfMAa+ZtAAAB8wBr6W4Aa+t0AGvtZQBr72UAAADjAGvxcwBr8/IAa/VwAGv3cABr+GMAa/pnAGv9cABr/24AbAHzAAABsgBsA3AAAAH5AAAB9ABsBTAAbAdyAGwIYwBsCm0AbA1vAGwPcgBsE3QAbBRjAAAB5QBsF3IAbBllAGwbbwBsHXMAAAHyAGwfbgBsIWEAbCJhAGwkYwBsJmQAbChlAGwqaABsLGkAbDBsAGwybwBsNHAAbDhzAGw6dQBsPXYAbD9lAGxCMQBsRTYAbEd0AGxJMgBsS3kAbE1pAGxOMgBsUHEAbFJ1AGxVdwBsV3EAbFlvAGxbMQBsXGQAbF90AGxhcgBsY2EAbGV1AGxnZwBsaWEAbGtuAAABswBsbC0AbHguAGx6XwAAAeMAbH9jAGyAYQBsg2IAbIV5AGyH7gAAAeQAAAHsAGyJ6wBsi3UAbI3lAGyPbAAAALEAAAC3AAABuAAAALMAAAD4AAAB+QAAAbkAAACwAAABuQAAAdgAbJBpAGyTcwBslXQAAAH4AAAB8wBsl2UAbJl0AAAB5wBsnWwAbJ9yAGyh5QBsozIAbKVuAGynbQBsqOQAAAD0AGyrdQBsregAbLH0AAAB7gBss28AAAHvAGy0bgBst/AAAAHzAGy9XwBsx2UAbMl0AGzLZQBszWEAbM9lAGzR9ABs1WUAAACzAGzWZABs2XUAbNphAGzddQBs3mEAbOFoAGziYQBs5W8AbOdlAGzpZQBs6mEAbO3kAGzv8wBs8WEAbPJhAGz15QBs+e8AAAG0AGz7bQAAAfMAAAH1AGz9LQAAAfMAbP5sAAAB+QBtAmUAbQVpAG0GYwBtCGUAbQ13AG0PYgBtEWYAbRNlAG0UYQBtFmQAbRhlAG0aZgBtHmgAbSBsAG0icABtJHQAbSd2AG0oXwBtK2UAbS1fAG0uZQBtMWkAbTJpAAAB+QBtNWUAbTduAG057wAAAK0AbTplAAAB8wBtPWkAbT9kAG1BaABtQ24AbUVsAG1HZQBtSW4AbUthAG1MLQBtTmUAbVNsAG1XYQBtWW8AbVplAAAB8wBtXWQAbV9iAG1hcwAAAfIAAAHzAAAA5ABtY2YAbWVuAG1negBtaF8AbWplAG1saQAAAfMAbW9vAAAB8wAAAeUAbXFfAG1zaQBtdfMAbXfuAG15bABte3IAbX1yAG1/dABtgS4AbYdvAG2JcgBti3QAbY1lAG2OLQAAAPMAAAH2AG2QaQBtlXUAbZbsAAAB8wBtmXQAbZrtAG2dcwBtn2QAbaFlAG2iYQBtpW8AbadyAG2pYQBtq2QAAAH0AAAB4wBtrXIAbbBtAG2zcwBtteUAbbnpAG2+bgBtwXIAbcN0AG3FYwBtx3IAbchlAG3KaQBt0G8AAAH5AG3ScgBt1XMAbdZlAG3ZbwBt22UAbd1yAG3fbwBt4WkAbeNpAG3lZABt53UAbextAG3ubgBt8XIAbfNlAG34bgBt+nAAbf14AG4CYwBuBnIAbgl2AG4LZgBuDWUAbg9pAG4RcgBuE24AbhVlAG4WLgBuGGQAbhtyAG4dYQBuH3IAbiFpAG4jZQBuJWkAbidjAG4pbgAAAfIAbi1pAG4vYQBuMfQAbjZuAG45cgBuO2QAbjxlAG4/aQBuQGEAbkRpAG5HcgBuSWYAbkppAG5NdABuTmcAblLsAG5WbgBuW3IAbnF0AG50aQBud28Abn1pAG5/bABugG4AboNyAG6FcwBuhmMAbohrAG6NbABuj28AbpFzAG6TZQBulWUAbpdsAAAB6QBumWIAbpplAG6daQBuoWkAbqNhAG6kYQBup3kAbqthAG6tYQAAAeUAbq7lAG6zaQButXQAbrdpAAAB8wBuuWEAbr1mAG6/bwAAAfQAbsFzAG7DYQBuxC4AbshfAAAA4wBu0XMAbtNvAG7UMgBu12sAbtlpAG7bcgBu3F8Abt5lAG7gaQAAAfMAbuNrAG7kLQBu6GMAbutzAG7sZQBu720AbvFsAAAB9AAAAekAbvNmAG71ZQBu92kAbvllAG77ZQBu/XYAbv9vAG8BYQBvA28AbwVlAAAB8wAAAesAAAH4AG8IaQBvC2wAbw0uAG8PaQBvEWUAbxPnAG8V7ABvHGUAbx/zAG8gbgAAAPMAbyN1AG8l5QBvJy0AbylzAG8rYwBvLXIAbzF1AG8zbwAAAbIAbzVyAG83ZgBvOW8AbztsAG89bwBvP28Ab0FhAG9DaQBvRS4Ab0dpAG9JbgBvS2EAb0xfAG9OZQBvUGkAAAHzAAAB8wBvU24Ab1blAG9ZaQBvW2EAb11vAG9eYwAAAewAb2FiAG9jdABvZW8Ab2YtAG9pbwBva2UAb2zsAG9vcgBvcWMAb3MxAG90ZABvd3MAb3kuAG96RABvfVIAb39yAG+ALgBvgmEAb4RvAG+GcgBviXMAb4phAG+OYwBvkGoAb5JtAG+UcgBvl3UAb5hpAG+c7ABvnnIAb6F3AG+iYgBvpGMAb6ZwAG+peABvrmYAb7JvAG+1dQBvtmMAb7hpAG+6bABvvXAAb790AG/AYwBvw24Ab8RiAG/HcABvyXEAb8phAG/OYgBv0GkAb9V6AG/YYQBv2mkAb91vAG/eYQBv4GcAb+NwAG/kYgBv5mcAb+hwAG/qcgBv7XMAb+5jAG/wZgBv8msAb/RuAG/2cgBv+HMAb/t0AG/9cgBv/mEAcAPlAHAELgBwBmEAcAhkAHAKaABwDGkAcBBuAHAScABwFHIAcBZzAHAbdABwHGkAcCBvAHAldQAAAOkAcCZuAHAocABwKnIAcCxzAHAudAAAAfYAAADhAHAxaQBwNGUAcDZtAHA5bwBwOmMAcDxlAHA+aQBwQGsAcEJtAHBEcgBwSHMAAAD2AHBLeABwT2EAcFBpAHBTcwBwVW4AcFdlAHBZdABwX3cAcGH0AHBoYQBwbG4AAAHzAHBuZQBwcXUAcHItAHB0LgBwdl8AcIBhAHCEZQBwiGkAAAHzAHCLaQBwjfgAcJAuAHCWXwBwmmUAcJ5pAAAB8wBwoXIAcKNsAHClbAAAAbEAcKctAHCtMQBwrmUAcLJpAAAB8wBwtOwAcL10AHDBaQBwwmUAcMVpAHDG4wAAAe4AcMlyAHDKLQBwzGUAcNFzAHDSZQBw1XUAcNdnAAAB8wAAAfIAcNtsAHDc8gBw43MAcOVlAHDnZABw6TUAcOtpAHDtYwBw72UAcPFhAHDzbQAAANMAAAHzAHD1bwBw92UAcPlpAAAB8wBw+28AcQF6AHED4wBxB2kAcQlpAHEKLgBxDF8AcRN0AHEXcgBxGfIAcRotAHEcZgBxH3YAcSFuAHEjbwBxJW8AcSdhAHEpZwBxLGEAcS9pAHExbABxNGYAcTdwAHE5ZQBxO2EAcT1hAHE+ZQBxQWkAAAHoAHFDaQBxRGQAcUZlAHFKaQAAAfMAcU1oAHFPaQBxUV8AcVNpAHFVZQBxV+gAcVplAAAB8wBxXWkAcV9lAHFhcgBxY2wAcWVsAHFnYQBxaW0AcWtlAHFtdABxbmMAcXBkAHFybABxdXMAcXctAHF4aQAAAfQAcXt1AHF9YQAAAOEAcX91AHGBZQBxg3IAcYRhAHGHaQBxiXUAcYrlAHGRaQBxkzMAcZXuAHGpYQBxqmQAAAHsAHGtbwBxrmkAcbFvAHGz7wBxvWwAcb9sAHHBcwBxwi0AccV0AHHHZABxyWYAccv3AHHQYQBx0m0Acdn6AAAB8gBx22kAcd10AHHhNgBx42MAcedvAHHpYgBx6mUAce1vAHHxaQBx82EAcfVnAAAB5ABx924AcflfAHH7dQBx/W8Acf8uAHIBbwByA28AcgVhAHIHaQByCGUAcgpoAHIMbwByD3MAchFsAHISbAByFHIAAAHzAHIZZgByHWwAciNuAHIldAByJ2wAciloAHIrXwByLXYAci9yAHIx9AAAAOQAAAHzAHIzbgByNWEAcjdrAHI5awByPeMAckFpAAAA4wByQ3gAckQ3AHJGOQAAAOMAcklvAAAB8wByS28Ack1fAHJPaQByUWEAAAGuAHJXbQByWWEAclszAHJcLQByXzIAAAGyAHJhZQByY2wAcmVsAHJn6QAAAeMAcnN0AHJ1YQByd20AcnphAHJ9ZQByfmEAcoFlAHKDbwByhXIAcod4AHKJdQByi/AAco1tAHKP5QBykWEAcpPiAHKXbwBym3IAcpziAHKfcAByoWIAcqNvAHKkLgAAALEAAACyAHKoXwAAAOQAcq/zAHKzbgBytGEAcrdiAHK5bwByu18Acr12AHK/cgBywWkAAAHzAHLDcwByxXUAcsdsAHLIZQByymkAcsxsAHLPcwBy0XQActN1AHLUZQBy12kActl0AHLbcwBy3WQAct9sAHLhaQBy42EAAAHjAHLldABy528AculhAHLrcgBy72UAcvFkAAAA8gBy83MAcvRpAHL3+QAAAfMAcvl0AAAB8gBy++EAcv1oAHL/bQBzAWQAcwNvAHMF8ABzB2EAcwllAHMLZQBzDXUAAAHpAHMPaQBzEXMAcxNvAAAB8wBzFXcAcxdsAHMZbwBzG2wAcx1yAHMfbgBzIEUAcyJGAHMkRwBzJkwAcyhOAHMqTwBzLFAAcy5SAHMwVABzMlUAczZhAHM6YwBzQGQAc0RlAHNKZgBzTmcAc1RpAHNWbABzWG4Ac1xvAHNgcABzaHIAc2xzAHNydABzdnUAc3t6AHN9aQBzf3UAc4F0AHODZQBzhW8Ac4ZnAHOJdABzi2EAc41kAHOPZgBzkWYAc5JiAHOVdAAAAfMAc5dyAHOYYwBzmmYAc51vAHOfbwBzoW0Ac6NkAHOlcgBzp18Ac6lwAHOrZQBzrXIAc7H5AHO1aABzt18Ac7lpAHO7bgBzvS0Ac7/wAHPBZQBzwl8Ac8ZmAHPIcABzy3gAc811AHPPYwBz0fcAc9VnAHPXbABz2WkAc9tuAHPdZABz33MAc+FvAHPjcwBz5XIAAAHsAHPnYgBz6fIAc+tjAHPtaQBz72QAc/FzAAAA8gBz83MAc/V0AAABsgBz93UAc/l0AAAB6ABz+mIAc/xsAHP/cwB0AGkAdANvAHQFUAB0B3AAdAluAHQLLQB0DWEAdA9yAHQRdQB0Ei0AdBQ2AHQWWAB0GF8AdBphAHQcYgB0IGMAdCRkAHQmZQB0KGcAdCpoAHQuaQB0MG0AdDJyAHQ0cwB0OnQAdD94AHRBYQB0RXMAdEhkAHRLdgB0TG0AdFBuAHRTbwB0VWkAdFdsAHRZZQAAAfMAdFvyAHRjbgB0ZW4AdGdpAHRpZAB0a28AdG1hAAABsQB0b3IAAAHsAHRzbwB0dXYAdHdvAHR4YQB0e2kAAAHyAHR9aQB0f2kAdIN1AHSEbAB0hm4AdIhyAHSMdgB0j3cAdJNpAAAA5AAAAfIAdJVrAHSXaQB0mGEAdJplAHSfaQB0oWEAdKN0AHSlaQAAAfIAdKdmAAAB8wB0qWEAdKtvAHSt7wAAAeMAdLRnAHS2bAB0uW0AdLtuAHS8cwB0v3QAdMDlAHTHaQB0yC4AdMppAAAA8wAAAfkAdM9pAHTRYQB00mEAdNRlAHTYaQB023cAdNxlAHTfaQB04egAAACxAAAAsgB05F8AdOpsAHTt8wB072UAdPFvAHTzLQB09WMAAAGyAHT3bAAAAewAdPlpAHT7bAB0/TUAdP5sAHUAbQB1AnAAdQZzAHUJdAB1C2UAdQxlAHUPbwB1EW8AdRJhAHUVaQB1GGkAdRtvAHUdYQB1H+UAAAHlAHUhbwB1I2YAAAG0AHUlZQB1J2wAdSnlAHUqbAB1LXcAdS9hAHUxcgB1M28AdTV2AHU3YQB1OWUAdTtjAHU9ZwB1P2MAdUNvAHVE5QB1SWkAdUvuAAAA5QB1TG4AAAHzAHVOYQB1UGYAdVNsAHVUZQB1V2cAdVlzAHVaZwB1XWkAdV9iAHVhYQB1Y2kAAADtAAAB8gB1ZfQAdW1yAHVuYwB1cXMAdXNpAHV1bAB1dmEAdXxpAHWBbAB1g3IAdYR0AHWH+AB1iWkAdYotAHWMYwB1jmcAdZFwAHWTbgB1lWkAdZfyAHWbtAB1nXQAdZ9tAHWhcwB1olYAdaRjAHWmZAB1qmcAdaxpAHWucAB1sHMAdbN2AHW1dQB1tmUAdbhpAHW7bwB1vGUAdcFpAHXDeAB1xGUAdcdpAHXJaQB1zGEAdc9pAHXQZQB103IAddVlAHXWZQB13fMAdd90AHXgYQB14mUAdeVpAHXpYQB16mMAde30AHX18gB19mEAdftpAAAA5QB1/WwAdf4tAHYAXwB2A2UAdgl1AHYLaQB2DG4Adg9yAHYSZQB2F24AdhhpAHYabwB2HXAAAAHlAAAB5gB2HmEAdiBlAHYibgB2JG8AdidyAHYoZQB2LW8AdjLlAHY5aQB2OmkAdj35AHY/ZAB2QWUAdkNpAHZHeAB2SC0AdktlAHZNbAB2UeUAdlVvAHZWLQB2WGUAdltpAHZdaQB2X2wAdmFlAHZjbgB2ZG0AdmduAHZpaQB2a24AAAHuAHZtZAB2b28AdnFpAHZzaAAAAfQAdnVfAAAB5QB2dmkAdnhtAHZ6cgB2fXMAdoFhAHaDaQB2hXkAdodjAHaJbwB2i28Ado1jAHaPaQB2kW8AdpNyAHaVbQB2l28AdplnAHabaQB2nWQAAAHlAHaeaQB2o3EAdqRkAHandAB2qXQAdqtpAHatcgB2rmkAdrH5AHazdAAAAeUAdrXrAHa59AAAAewAdrvrAHa85QB2wWkAAAH0AHbDdAAAAbEAAAGxAAABsQAAAbEAAAGxAHbFMQAAAesAdsdyAAAB7wB2yeUAdstvAHbN5QB2z2QAdtFsAHbTbwB21WUAdtdmAAAB6wB22HAAdttyAHbdbwB2328AduB2AHbjeAB25m0AduluAHbraQB27XUAdu9lAHbxcwB28ugAdvV0AHb2LQB2+GEAdvplAHb+aQB3AG0AAADzAAAB+QB3A3QAdwVvAHcHcwB3C2kAdwxpAHcPbgB3EXAAdxJnAHcUbQB3Gm4Adx1yAHcfZQB3IXIAdyNmAHclcgB3JmMAdytuAHctYwB3L/IAdzV2AHc2ZQB3O28Adz1hAHc/cgB3QXMAd0NyAHdE7gB3R/gAd0lzAHdLZQB3TXIAd09sAHdRcAB3UmUAd1VpAHdXYwB3WPQAd134AHdgYQB3Y3YAd2RhAHdmZQB3a24Ad21jAHdvaQB3cWkAd3JpAAAB8AB3dW0Ad3Z0AHd5dgB3f20Ad4NlAHeFcwB3h2QAd4lhAHeKYQB3jWkAd45yAHeR8wB3kmUAd5VvAHeZbAB3mmUAd59pAAAB7gB3oHIAAAH0AHeiZAB3pW4Ad6ZsAHeqcgB3rXUAd65lAHexbwB3sm8Ad7VyAHe2YgB3uWwAd7tpAHe8aQAAAfkAd79yAHfA5QB3w2kAd8VtAHfGYQB3yXIAd8xlAHfPcwB30XIAd9JpAHfVbwB313QAd9gtAHfbdgAAAe4AAAHrAHffbgB34WIAd+MtAHflaAB352kAAAHoAHfpZQB362QAd+1VAHfvdQB38WUAd/NtAAAA5AAAAfMAd/VjAHf2YwB3+HAAd/p0AHgBdQB4AmEAeARlAHgHaQB4CWUAeAtpAHgMLQB4EC4AeBZfAHgg4wB4ImYAeCV1AHgnLQAAAfAAeCljAAAB+AB4K2kAeCwtAHgubAB4MHMAeDN0AHg1bQB4OWwAeDtiAHg9dAAAAeMAeEFzAAAA5AAAAfMAeENuAHhFZAB4RmEAAAHlAHhKLQB4Tl8AeFJiAHhUbgB4WW8AeFtjAHhcYQB4X2UAeGBkAHhjbQB4ZWEAeGduAAAB+QB4a20AAAHzAAAB5QB4bXQAeG9wAHhxZQB4c3AAeHVjAHh2LQB4eF8AeIFtAHiDcgB4hWwAeIdjAHiJbgB4i2UAeI1pAHiPcgB4k3QAeJVhAHiXZQB4mWkAeJtvAHidYwB4oS0AeKduAHipYwB4q3IAeK1lAHivaQAAAOUAeLFpAHi0ZQB4t2kAeLlyAHi7ZQB4vWUAeMFpAHjCYQB4xGUAeMdvAHjIZQB4zWkAeM9pAHjRcwB40mkAeNRvAHjZdgB422kAeN3wAHjhMgB44jIAeOU1AHjnOAB46TEAeOtlAHjtbAB47mUAePFpAHjy5QB492kAAAHlAHj5YQB4+uwAeQF4AHkDdAB5BHAAAAHzAHkJeAB5C/QAeRFsAHkTZQAAAPIAAAHzAHkVbgB5F2kAeRhhAHkaZQB5HWkAeR9lAHkhbgB5I2MAeSVqAHknbAB5LWwAeTFsAAAB7AB5M2UAeTQtAHk5bQB5O2EAAADkAHk9bwB5P2UAeUAtAHlCXwB5SHAAAAHzAHlNawB5T3QAeVHlAHlTaAAAAfAAeVRlAHlZbAB5W+wAAAH0AHld5QB5X3AAeWFpAHljZgB5ZXAAeWdhAAAB5QB5aGMAeWt3AHltcgB5b2wAeXF0AHly5QB5dWkAeXZfAHmAYgB5gmQAeYRmAHmGcAB5iXQAeY1tAHmPZQB5kWkAeZJfAHmUZQB5lmkAAAHzAHmZZAB5nWMAeZ9yAHmh5QB5pOMAAADlAHmmcgB5qXMAeavuAHmtbwB5rmkAebPzAHm05AB5vXgAeb7kAAAB9AB5w24AecX0AHnNcwB5z2EAedBpAAAB8wB5024AedVpAHnXdAB52XAAedpyAHndcwB53y4AeeEuAHnjLgB55WQAeedpAAAB8wB56GkAeetsAHntawB57uUAefBpAHnzbgAAAeUAefRjAHn2ZAB5+XoAefv0AHoD6AB6BuUAegxpAHoPdQB6EXQAehNlAHoVcgB6Fu4AehlvAHobaQB6HXUAeh9wAHohdQAAAewAAAHzAHojawB6JWUAAAHwAAAB5QAAAfMAeiblAHoraQB6LmMAejBlAHoyZgB6NGoAejZyAHo4cwB6PnQAekB1AHpDdgB6RGkAekZuAHpIdAAAAfkAekthAHpMYwB6TmsAelBuAHpS8AB6V3YAelluAHpbYwAAAesAel1pAAAB5gAAAOUAel9pAHpiYwB6ZGQAemdzAHppcAB6a3QAemxsAHpvbwB6cWkAenNvAHp1ZQB6dmkAentvAHp8YQB6gXIAeoJjAHqEZQB6iHQAeo15AHqOZQB6kHIAepN5AHqVZQB6l2UAepplAHqdaQB6oWUAeqJhAHql5QB6qGEAeqtpAAAB8wB6rWEAeq9yAHq2bAB6um8Aer9yAHrBcgB6w28AAAG0AHrFbAAAAfQAesdjAHrJbwB6y2kAes1oAHrPYQB603IAetVvAHrXcgB62W8AettlAHrddwB63+UAeuFsAHrjaQB65GUAeudpAHrpaQB6628Aeu1lAAAB8wAAAe8Aeu9iAHrxeAB682EAevVlAHr2aQAAAfMAevloAAAB8AAAAeUAevtuAHr/bwAAAeEAewBpAAAB8wB7AmwAewVvAHsGYgB7CGkAAAHzAHsLYQB7DWkAAAHhAHsOLQB7EC4AexRhAHsYYwB7GmUAex5pAHsgbAB7Im0AeyRuAHsmcAB7KHIAeyvzAHstZQAAAfMAey9yAHsyTAB7NOcAezZrAHs5bAAAAeQAezpvAHs9dgB7PmcAe0FzAHtCYQAAAeUAe0R1AHtHdwAAAeIAe0lkAAAB8gB7SzYAe01tAHtPMgB7UG4AAAH4AHtSbwB7VfMAe1duAHtYZgB7WnAAe114AAAB5QB7X24Ae2F4AHtjcAB7ZW4Ae2dvAHtpcAAAAPMAAAH5AHtqaQAAAfMAe21sAHtx7gB7c3IAe3QyAAAA6QB7d3AAe3hjAHt6aQB7fGsAe3/zAHuBbAAAAeMAe4NvAHuF7AB7h+gAe4tvAHuM6wAAAfkAe5JlAHuXaQB7mGwAe5twAHudcwB7pGUAe6dpAHup9AB7sC0AAAHzAHuyawB7t28Ae7lnAHu7bAB7vXQAe79pAHvBcAB7w2sAe8ViAHvHXwAAAesAAAH0AHvJaQB7y2kAe81lAHvPbgB70C0Ae9JlAHvUaQAAAfMAe9dsAHvZcgB72y0Ae91rAHvfYwB74HAAe+N3AHvlbwB75l8AAADkAHvoaQB76mwAe+xuAAAB8wB77mMAe/FuAHvzYgB79W4Ae/d0AHv5cgB7+2MAe/1iAHv/LQB8AWkAfANlAAAB6wB8BXUAfAdsAHwJZgB8C3QAfA1iAHwPYQB8EWkAfBNhAHwUbQB8GW4AfBxmAHwfcgB8JWMAfCdjAHwpcAB8K2EAfC1yAHwuZQB8MW8AfDJpAHw1bwB8NnMAfDl0AHw7dQB8PC0AfEB0AHxD+QB8RWUAfEYtAHxLZQB8TW8AfE9jAHxQZAB8U3UAfFVjAHxXdAB8WXMAfFtmAHxddAB8X3QAfGFjAHxjZQB8ZGUAfGlpAHxrbwB8bGMAfG9sAHxx9AB8dWUAfHdhAHx4ZgB8emkAfHxwAHx/cgB8gXUAfIJhAHyEZQB8h3UAfIluAHyLZQAAAfAAfI1vAHyPbQB8kXQAfJVhAHyXYQAAAfIAfJlyAHyaaQB8nWwAAADhAAAB7wB8n+UAfKFkAHyjYwB8pGUAfKdmAHyoLQB8sDMAfLJsAHy0bgB8tnAAfLnzAAAB7AAAAbgAfLpjAHy9cAB8v3AAfMFzAHzDaQB8x/gAfMg0AHzKNwB8zDgAfM85AAAAsQB80TYAfNNpAHzULQB81l8AAADjAHzjZgB85XIAfObkAHzpcwB86mUAAAHtAHzzbAB89F8AfPZkAAAB8wB8+W4AfPtyAHz8YQB9BGUAfQtvAH0NYQB9D2IAfRF0AH0TcgB9FW8AfRdvAAAB7QB9GGEAfRtvAH0cZgB9IWwAfSJhAH0kaQB9J3UAfSlpAAAB5AB9K2wAfS0tAH0vbwB9Me8AfTJlAH01aQB9N2EAfTl1AH08YgAAAfQAfUFhAH1DYQB9RWEAfUdhAAAB4QB9SWkAfUtyAH1MMQB9WTIAfVtvAH1dZAAAAfYAfV9lAAAB7AB9YWEAfWNvAAAB9AAAAbQAfWVpAH1nZQB9aWEAfWpfAH1saQB9bmwAAAHzAH1xYQB9ci0AfXQzAH13NgB9eeUAfX3oAH2BYQB9g3IAfYdyAH2JYgB9i3MAfYxpAH2PbwB9kGwAAAHzAAAB5AB9ky0AAAHuAH2XbwB9mW8AfZtyAH2dcgB9n2gAfaFlAH2jZQB9pl8AfalzAH2rZQAAAegAfa0tAH2vcAB9sWMAAAGyAH2zcwB9tG8AfbdyAH245wB9umwAfb1wAH2/YQB9wXAAfcNlAH3FZQB9x28AfcktAH3LsgB9zWUAfc9zAH3QLQB90mEAfdRkAH3WZQB92GYAfdppAH3cbAB93/MAfeJpAH3l+QB95uUAAAH0AH3pZAB962EAfe1nAH3uLQB9/F8Aff5kAH4AcAAAAPMAfgV0AH4G5QB+DGkAfg90AH4R5wB+Em0AfhVuAH4XLgB+GW8AfhtkAH4dYQB+H3IAAAHnAAAB+gB+IDYAfiNsAH4lNgB+J3IAfillAH4rLQAAAeUAfi1zAH4vZAB+MWEAfjN0AH41dAB+N24AfjlyAH47bwAAAfAAfj1kAH4/ZAB+QWQAfkNwAAAB7QB+ReMAfkdzAH5LNgB+TXMAfk9hAH5TeAB+VS0AAAHzAH5XbwB+WeQAfl11AH5fdAB+YXUAfmNhAH5kZQAAAfMAfmdwAH5oLQB+bS4Afm9iAH5xaAB+c24AfnV0AH53cgAAAfMAfnk2AH57QgB+fUkAfn9BAH6BTwB+gzYAfoV1AH6HYQB+iWUAfot0AH6R8wB+k24AfpVhAAAB5wB+l2kAfplzAH6bYwB+nXQAfp9pAAAB8wB+oGkAfqNuAAAB5QB+pWQAfqdpAH6pdwB+q+UAfq1yAH6veQB+sUYAfrJjAH61ZQAAAfMAfrdyAH64dAB+u3YAfr1uAH6/ZQB+wW0AfsJOAAAB8wB+xWIAfsduAH7LaQB+zWkAfs9wAH7RYgB+02EAftVpAAAB9AB+124AftlkAH7bbwB+3WUAft9lAH7hYQB+5W8AfudOAH7pQQB+6zAAAAHSAH7tXwB+818AfvduAH74bAB++3AAfv1uAH7/YQB/AW4AfwNpAAAB8gB/BWUAfwZpAAAB+QB/CWUAAAHjAH8LZAAAAfMAfw1hAH8OTgB/EGEAAAHzAH8TZQAAAfIAfxVlAAAB5QB/F3IAAAH4AH8YLQB/GlQAfxxlAH8eaQAAAPMAfyF0AH8iLQB/JWkAfydvAH8pZQAAAeUAfytsAH8tNgB/L1IAAAHlAAAB0wAAAcUAfzFGAH8zYQB/NV8AfztMAH89TgB/P0wAf0FOAH9DTgB/RUEAf0dvAH9IUAB/S1MAf01HAH9PTgB/UUsAf1NBAAABxAB/Vc4Af1dMAH9ZbgB/W2kAf11pAH9fLgB/Y2EAAAGyAAAB5QAAAfQAAAHTAAAB8wAAAfMAf2TlAH9paQB/a2MAf2xpAAAB8wB/b2kAf3F0AH9yZQB/d2kAf3ltAH97ZQB/fS0Af4VmAH+HaQB/iXUAAAH5AH+LYQB/jWEAf49sAAAB5wAAAe0Af5FjAAAB7gAAAfMAf5ItAH+VbgB/l24Af5nuAH+bbgB/nWUAf59yAH+jbAB/qW4Af6t0AH+tdAB/r3UAf7F0AH+zcgB/tecAf71pAH++ZAB/wXMAf8JjAH/FaQB/x24Af8luAH/KaQB/zW8Af89yAH/RcAB/024Af9VzAH/XYQB/2XMAAAHuAH/bcgB/3OUAf95pAH/jbwB/5W4Af+dyAH/pLQAAAcMAf+tuAAAB8wB/7e0AAAHuAAAB7gB/70UAAAHTAH/xTAB/80MAf/VJAAAB0wB/900Af/lVAAAB+AB/+lQAf/1fAH//TACAAUIAgANDAAAB7gCABXQAgAd2AIAJbwAAAegAgAtuAIANaQCAD2MAgBFkAIATZwCAFWUAAAHnAIAXbgCAGe4AgBtiAIAdcgCAIWwAgCJlAIAnaQCAK+QAgC9jAIAxaQCAM+4AgDVvAIA3bACAOfQAgD1tAIA/bwAAAfYAgEFyAIBDbwCARW8AgEdyAIBJdACAT2wAgFNzAIBVYQCAVmkAAAHvAIBZXwCAW2wAgF3yAIBfZQCAYWkAgGJtAIBlbwAAAeUAgGdvAIBpZQCAa2MAgG1pAIBvbwCAcW4AAAHwAAAB9gCAdWkAgHdpAIB5OQCAe04AgH02AIB/XwCAg2UAAAHyAICFcwCAh3MAgIluAICLdACAjfMAgI9uAICRZACAk04AgJVpAICW5QCAm2kAgJ1mAICfZQCAoXMAgKNjAIClaACAp2cAAAHzAAAB+QCAqWUAgKtvAICtcgCAr2oAgLFhAICzeQCAtVYAgLdsAIC5bACAu2QAgL10AIDBaQCAw2kAAAHkAIDFaQCAx3IAgMlzAIDLZACAzW4AgM9jAAAB0wCA0U8AAAHNAIDTVQCA1W8AgNdyAIDZYQAAAfkAgNtyAIDdYQAAAeEAgN9lAIDhYQCA43kAgOVsAIDmVQCA6W0AgOtwAIDtYwCA724AAAHoAIDxbwAAAbgAgPNhAID1dACA92EAgPlhAAAB8gCA+2MAgP30AID/ZQCBAWEAAAHsAIEDYQCBBWEAgQd3AIEJUwCBC2UAgQ1kAIEPaQAAAfQAgRFYAIETNgCBFVAAgRdMAIEZYgCBG2kAgR1jAIEfLgCBIXUAgSNJAIElWACBJ2kAgSlhAIErVgAAAcMAgS1vAIEvTQCBMGEAgTVpAIE3YQAAAe8AAAHuAIE5eACBO3IAgT1yAAAB4gAAAeIAAAHiAAAB7ACBP3QAAAHzAIFBZQCBQ+UAgUVhAIFGZQCBSWkAAAHzAIFLbACBTWkAgU9wAIFRbQCBU1MAgVXlAIFXbwCBWXUAgVvyAIFdbACBX08AgWFXAAAB8gCBY2EAgWVlAIFnaQCBaXIAgWtyAIFtbwCBb+MAgXFYAIFzRAAAALAAAAGxAIF1TACBd0YAgXl1AIF7bwAAAeUAgX1sAIF/dQAAAeUAgYFlAIGDbQCBhGMAgYdlAIGJ9ACBj3YAgZNlAIGVZACBl3AAgZltAIGbdACBnU4AgZ5hAAAB5QCBoWkAgaNwAIGlaQCBp2EAgalsAIGtdQCBsGUAgbNyAIG1LQCBuGYAgbtuAIG8ZACBv3MAgcF0AIHCZQCBxWkAAAHzAIHHdQCByUgAgctyAIHNYwCBz24AgdFhAIHTbgCB1WcAgddwAIHZbACB22kAgd1uAAAB8gAAAewAAAHsAIHfcgAAAe4AgeFHAIHjQgAAAdIAgeVSAIHnQQCB6WIAges4AIHtYQCB72UAgfFuAIHzQwAAAfkAAAHoAIH1bgAAAfIAAAHtAIH3bwCB+XIAgft0AIH9dACB/20AggFyAIIFTwCCB3AAgglvAIILcgAAAeYAAAHtAIINcwCCDm4AghF3AIITaQCCFGEAghZlAIIZaQAAAfIAAAHyAIIbbgCCHC0Agh8uAIIhbgCCI2EAgiVuAAAA5QCCJmkAgitzAIItaQCCL2EAAAHyAIIxcwCCM0MAgjRJAII2UgCCOV8Agk1PAAAB2AAAAbcAAAGwAIJPTwAAAbAAglFvAIJTbwCCVW4AgldpAIJZLgCCW2IAgl1pAIJfYQAAAecAgmFlAIJldACCZ2cAgmnsAIJrbwAAAfIAAAHuAIJtZQAAAfgAgm9sAIJxcgCCc3kAgnVyAAABxACCdi0AgnouAIJ8YgCCfmMAgoByAIKDdACChWcAgodkAIKLdwCCjEIAgo5jAIKRcwCCk3kAgpV6AIKXdQCCmGEAgptsAAAB5wAAAe4AgpxpAIKh+QCCo+UAgqVvAAAB5wCCpi0AgqhUAIKrcACCrFMAgq94AAABxwCCsWkAAAHFAAABwQAAAeEAAAHnAIKz5QCCtWwAAAHkAIK3ZQCCuWkAAAHkAAABxAAAAcYAgrtuAIK9aQAAAeIAgr9yAILBbgCCwy0AgsVDAILHbwCCyWIAgsthAILNcgCCz2QAgtFiAILT8gCC128AAAHhAILZTACC21AAgt3YAILfTAAAAdIAguHUAILlVACC5/QAgutuAILvZACC8WUAgvNpAIL1aQAAAeUAAAG0AIL3UwCC+W8AAAHMAIL6MgCC/U0Agv/QAAABwwCDAFMAgwJvAIMFdACDBmkAgwl5AAABzACDC3QAgw1pAIMP7gAAAeUAAAHlAIMTbgCDFWYAgxdlAIMZ9ACDG2EAgx1pAIMfaQCDIVMAgyNHAIMkVACDJ1YAgykxAIMqSACDLU8Agy9OAIMxTAAAAdgAgzNUAIM1QQAAAcMAgzdOAIM7ZwCDP24AAAHuAINBZQCDQ24Ag0VyAINHbACDSWUAg0tuAAAB8AAAAewAAAHkAINNbgCDT2UAg1FjAINTaQAAAeUAg1V1AINXcgCDWXMAg1tuAINdaQCDX2kAg2FpAINjYwCDZS4AAAHzAAAB6QCDZ28Ag2lvAINrbgCDbW4Ag29lAINxbwCDc3IAg3VhAIN3cwAAAfMAAAHpAAAB9ACDeWIAg31uAIN/YQCDgWkAg4NpAIOFcgCDh3QAg4lQAIOLbQCDjfIAg4/4AIOTbQCDlWsAg5dvAIOZaQCDm28Ag51pAIOfYwCDoWMAg6VhAIOnYwCDqXMAAAH0AIOrcgCDrGIAg69jAAAB7gCDsWQAg7VuAIO3SQCDuU0Ag7tkAIO97gCDv0wAg8EtAIPDTwCDxVQAg8dlAIPJbwAAAe8Ag8tpAIPNcwCDz2wAg9FMAIPTRQAAAdYAg9VFAIPXXwCD2UwAg9tMAAAB7QCD3XYAg99uAIPhaQCD42UAg+VzAIPnZQCD6WUAg+tsAIPtdACD72kAg/FpAIPzcwCD92EAg/liAIP6YQCD/eUAhAHlAIQDYQCEBWkAhAdzAIQJZACEC3MAhA1yAIQOdQCEEXYAhBNyAIQVbgCEF2UAhBluAIQbcwCEHXQAhB9sAIQhbgCEI20AAAHrAIQlVQCEJzUAAAHUAIQpTACEK1IAhC1WAAABxQCEL0UAAAHYAIQxUgCEMmEAhDVpAAAB5QCENmkAAAH5AIQ5cACEO2kAAAHzAIQ9cgCEP/QAAAHoAIRB5ACEQ28AAADlAIRFaQAAAfQAhEdhAIRJbQCES2wAAAHyAIRNbgCET3IAhFHkAIRTaQCEVXQAAAH0AAAA5QCEVmkAAAH5AIRYYQCEW3QAhF3lAIReZQCEYWkAhGN3AIRlYQCEZ2kAhGlpAIRraACEbW4AhG9DAIRx5QAAAfMAhHZhAIR5ZgCEe0YAAADzAIR9dACEf28AhIFmAISDbAAAAeUAhIVuAISHYQCEiGkAhIt1AISN4wAAAfMAhI9lAISR5wCElXQAAAHvAISX9ACEmWcAhJtvAISddACEn2kAhKFzAISjcgAAAfMAhKVyAAAB9AAAAcgAhKZyAISpcwCEq2wAhK1yAAAB+ACEr24AhLFvAISz7QCEtWEAhLfUAIS7TgAAAekAhL30AITBbgCEw2EAhMVuAITHcgCEyWIAhMtuAITNVAAAAccAhM9kAITRZQCE03UAhNVpAITXcwCE2GUAhNtpAITdaACE32kAAAH1AIThdACE42kAhOVwAITn8wCE6XIAhOtlAITtbAAAAe4AhO/nAITxaQAAAegAhPNhAIT1XwCE928AhPlNAIT7cwCE/XMAhP9SAIUBVQAAAfUAhQNpAIUFYQAAAfMAhQdkAIUJZQCFC3QAhQ1yAIUPbAAAAfMAhRF3AIUTaQCFFW8AAAHzAIUXYgAAAOUAhRlpAIUbZACFHWUAhR9kAIUhcACFI3gAhSVMAIUnYQCFKUEAAAG3AIUrTgCFLW8AhS9vAIUxaQCFMi4AAAHzAIU1YgCFN3UAAAHyAIU5cwCFO28AhT1vAIU/YwAAAfMAhUF0AIVDYQCFRewAhUfuAIVJTgCFS0EAhU1BAIVPbgCFUW4AhVNzAIVVdAAAAfIAAAHuAIVXeQAAAeEAhVllAIVbRACFXWUAhV9hAIVhaQCFY3cAhWV2AIVnbgCFaW4AAAHCAIVrZQCFbW8AhW9uAIVxZwCFc2MAhXVBAIV3aQAAAfIAAAHsAAAB4QCFeWkAhXtiAIV9ZACFf24AAAHtAIWBQgCFg1MAhYVQAIWHQQCFiXIAhYt1AIWNbACFj18AhZFtAIWTZwCFlWIAhZdzAIWZcACFm2EAhZ1fAIWfcACFoWUAhaNpAIWlaQCFp2EAhaljAIWrYQCFrTkAha82AIWxZAAAAe8AhbN0AIW0LQCFt2kAhblsAAAB9ACFumEAhb5iAIXCYwCFymQAhc5lAIXQZgCF1mcAhdhoAIXaaQCF3GwAheBtAIXibgCF5G8AheZwAIXqcgCF7HMAhfR0AIX6dQCF/XYAhf91AIYBYQCGA24AhgViAIYHZQCGCfQAhhPzAIYXZQCGGXAAhhtuAIYdYQCGH3YAhiJyAIYlcwCGJ+4AhiphAIYt5QAAAewAAAHjAIYvZQCGMWwAhjJtAIY1dQCGNmUAhjlpAIY7bACGPW4Ahj5hAIZBaQCGQm8AhkVyAIZHZQAAAecAhklpAIZLcwCGTW8Ahk/0AIZRaQCGUmMAhlV0AIZXaQCGWWUAhlt0AIZd9ACGX20AhmBnAIZjcwCGZXQAAAHnAIZnaQCGaF8AhmtlAIZsZQCGb20AhnFlAIZzbwCGdV8AhnYtAIZ4XwCGfGUAhn5pAAAB8wCGgXMAhoJiAIaFbgCGh2UAhohlAIaKaQCGjW4Aho9lAIaRcwCGk3UAhpVuAIaXdQCGm20Ahp30AAAB5QCGn2cAhqBzAIajegCGpW4AhqdkAIapaQCGq3QAhq9hAIaxbgAAAfIAhrN3AIa15QAAAfkAAAHzAIa3ZQCGufIAhrvkAIbDZgCGxGMAhsdlAIbLaQCGzGEAhs5wAIbQdgCG1XgAhtdyAIbZeQAAAbAAAAGwAAAB8wCG23IAht1pAIbedACG4XYAhuNuAIblcgCG52IAhulwAIbrYgCG7WUAAAHzAIbvbQAAAe0AhvFhAIbzbgCG9WQAhvdoAAAB7ACG+WcAhvpuAAAB8wCG/WwAhv5hAIcBaQCHA2UAhwVuAIcHcwCHCWEAhwthAIcNcwCHD28AhxH0AIcTYgCHFfQAhxlzAAAB8wCHG+4AhyF0AIcjaQCHJOUAhyhpAIcrcACHLWkAhy9uAAAB4wCHMWgAhzNwAIc1YgCHN2EAhzlpAAAB9ACHO24AAAHyAIc8ZACHP2wAh0FmAIdCbACHRW8Ah0llAIdLZQCHTWUAh09hAIdTbwCHVWEAh1ZlAAAB8wCHWXIAh1tlAIddYwCHX28Ah2FlAIdjXwCHZ2QAh2liAIdraQCHbXQAh29uAIdxcgCHc2kAh3VlAId3bgCHeXIAh3tvAId8bACHf3AAh4BpAIeDcgCHhWEAh4YtAIeIZACHi24AAAH1AIeNYwCHj2kAh5FlAIeTZQCHlWEAh5djAAAB4wCHmWEAh5tyAIedMACHn24Ah6FpAIejbgAAAeYAh6TlAIenaQAAAeYAh6nnAIeraQCHrW0Ah69pAIezZQAAAfIAh7VlAIe3bgAAAPIAh7lzAIe7YgCHvWUAh75pAIfB+QCHxWUAh8ZuAAAB8gCHyWkAAAHjAIfLdACHzWQAAAHwAIfPcgCH0XMAh9JlAAAB8wCH13IAh9lyAIfbcACH3XQAh995AIfhYQCH418Ah+luAIfrdACH7WwAh+9lAAAB7QAAAfQAAAHzAAAB8wCH8WUAh/PoAIf4YQCH+mkAh/xuAAAB8wCH/2UAiABpAAAB8wCIA2wAiAVlAAAA7gAAAfIAiAdoAIgJ5QCIC2kAiA1oAIgPZQAAAeUAiBFyAAAB+ACIFi0AiCIuAIgmXwCIOGEAiDpkAIg8ZQCIPmkAiEBvAIhC8wCIRXQAiEgtAIhKaQCITXkAAAHkAIhO5QCIU2kAiFXuAAAB5ACIV24AiFluAIhbbwAAAe4AiF1vAAAB8wCIYWUAiGNnAAAB5QAAAeUAiGVsAIhnNgAAAfMAiGlsAIhrawAAAeUAiG1yAIhvcgCIcXQAiHNsAIh1cACId2UAiHlsAAAA5ACIemcAAAHzAIh9bgCIfi0AiIFtAIiDbAAAAOQAAAHyAIiFbgCIh+EAiIloAIiLdQCIjWkAiI9sAIiRZACIk2cAiJVpAIiXaQCImWkAiJtyAIifdQCIoWUAiKMuAAAB5wCIp2EAiKhpAIircwAAAeMAiK1vAIiusgCIsW8AiLNvAAAB5ACItW4AiLdvAIi5dACIu24AiL1yAAAB5QAAAeUAAAHiAAAB9AAAAfIAAAHzAIi/YQCIwXIAAAHsAIjDZgCIxXAAiMdhAAAB8wAAAeUAiMjlAIjNaQCIz2UAiNFlAIjTYwCI1C0AiNZfAIjYYgCI2mUAiNxpAIjebwCI4fMAiOVvAIjnLQCI6XUAiOvlAIjs5QCI72kAAAHuAIjxdACI8mUAiPdpAIj5cwCI+2cAiP1tAIj/5QCJAGkAiQNtAAAB5QCJBWUAiQctAIkOZgCJEXQAiRNlAIkUZQCJF2kAiRhlAIkcZgCJHmkAiSBsAIkjdQCJJGMAiSZlAIkpbACJK2EAiS1pAAAB9ACJL/kAiTAtAAAB5ACJM24AiTRsAAAA8gCJN3MAiTguAIk+XwCJUmQAiVVsAIlXLQAAAeEAiVlhAIlbbgCJXWEAiV8tAIlgYQCJY2wAAAHzAAAB+QAAAecAAAHtAIlk5QCJZ2kAiWljAIlqZACJb3MAiXBlAAAB8wAAAe4AiXN4AIl1ZAAAAfQAiXduAAAB8wCJfWcAAAHnAIl+LQCJgG4AAAHzAImDbgCJhfQAiYnuAImPbgCJkGMAiZJuAImUcgCJm3QAiZ1lAImfdACJoWwAiaZhAImoZQCJr2kAibJuAIm0cwCJuXUAibtlAIm9dAAAAfMAicN0AInEbgCJxnAAiclyAInLcwCJzXUAic9lAInRcgCJ03QAidVkAInXcgCJ2OcAieNyAInlaQCJ53IAielzAIntbgCJ72MAifBjAInzcQCJ9GQAifdzAIn5bACJ+mEAif1yAIoBbQCKBGMAigdpAIoIbgCKC3gAig1uAIoOYQCKFGkAihdvAIoYbgCKHXIAiiNuAIolbgAAAOQAAAHzAIoncACKKWkAiituAIotaQCKL2kAAAHoAIoxdACKM/IAijZjAIo5cwAAAe4AijplAAAB8wAAAeUAAAHlAIo8YQCKPmUAikBpAAAA8wAAAfQAikN0AIpFZQCKR3IAikllAAAB6ACKS2kAik10AIpPdACKUWgAilNpAIpVcwCKV2UAAAHuAIpZYQCKW3IAil1lAAAB8QCKX2EAimFvAIpjaQCKZWUAimfzAIpo5QCKcGkAindvAIp5bgCKe3IAin1pAIp+LQCKiC4AiopfAIqNZgCKj2cAipFuAAAB5QAAAeMAipJhAIqUYwCKlmwAiphwAIqacwCKnXYAip9nAIqhcgCKo2MAiqVuAAAB8wAAAfIAiqftAAAB5gCKrW4Aiq9rAAAB5ACKsWEAirN0AAAB7gCKte4AAAHzAIq5dQCKu2IAir1vAIq/YwCKwWsAisN1AIrFdAAAAe4AisdyAIrJ7gAAAfMAist0AIrNZACKz2EAitFsAIrTaQCK1W4Aitd0AIrZdgCK228AAAHoAIrdbgCK32kAiuFjAIrjZACK5WIAiudnAIrpZQAAAfMAAAHnAIrrcACK7XAAiu9uAIrx7gCK8i0AivRfAIr2ZwCK+m8Aiv1zAIr/YgCLAeUAiwNpAIsFcgCLC2UAiw1wAIsPYQCLEWEAixPlAAAB5AAAAfkAixVsAIsW5QCLH2kAiyNlAIsk5QCLJ2kAiylpAIsrcwAAAe8Aiy1zAIsvbwCLMWUAizNuAIs1YQCLN2EAizl5AIs7ZQCLPWEAiz5iAItBbgCLQ+QAi0tsAItNeQCLTy4Ai1FjAItTZQCLVGEAi1dlAItZaQCLXXYAi1/uAItiYQCLZeUAi2dvAItpcwCLa2kAi21uAItvdQCLcWgAi3PsAIt39ACLg20Ai4VvAAAB9gCLh2wAi4nlAIuLbwAAAfMAi41yAIuPbwCLkWMAAAHnAIuSZwCLlGgAi5drAIuZbwCLm28Ai51mAIuf8gCLo2MAAAH0AIukYQAAAfMAi6dhAIup9ACLs2EAi7VtAIu3dACLuWwAi712AIu/bACLwWIAi8NyAIvFdgCLx2UAi8lzAIvLdACLzWEAAAHuAIvOaACL0WwAi9NuAIvWaQCL2e8Ai910AIveZwCL4XMAi+VlAIvnaQCL6V8Ai+tzAIvtLQCL73AAi/FwAIvzbAAAAe4Ai/V1AIv3dACL+W0Ai/tvAIv9bwCL//IAjAFuAAAB9ACMA20AjAVzAIwHZQAAAe4AAADlAIwJaQCMDG0AjA9vAAAB+AAAAeQAAAHlAIwRbwCME2kAjBVlAIwXYQCMGWMAjBtpAIwdbwCMH24AjCN0AIwlYQCMJ/IAjClpAIwqZQCMLWkAjC9lAIwxdQCMM3UAjDRfAIw3dAAAAfAAjDlzAIw7ZgCMPW4AjD9jAIxBaQAAAfYAjENpAIxFbACMR2kAjElzAIxLOQCMTWUAAADyAIxPcwAAAfkAjFFzAIxTcwCMVWMAjFdhAAAB5ACMWG4AjFtvAIxd8gCMY3QAjGlpAIxr9AAAAfIAAAGzAIxv8wCMcW4AjHNuAIx1dACMd2IAjHluAIx7awCMfWQAjIMtAIyEZQCMh2kAjIlzAIyLeQCMjW4AjI9pAIyRdACMlOUAjJ1pAIyfcwCMoXMAjKJlAIylaQCMp3AAjKhuAIyrcgCMrWYAjK9vAIyxaQCMs2YAjLXuAIy3aQCMuWMAjLvlAIy9cwCMv2MAjMFhAIzDaACMxOUAjMdpAIzJZwCMymUAAAHzAIzNcwCMz+UAAAH5AIzRZQCM03IAjNVwAIzXcgCM2WUAjNtuAIzdZgCM32EAjOFvAIzj8gCM52oAjOlhAIzqXwCM7GUAjO5pAIzwbAAAAfMAjPLlAIz1aQCM9zYAjPlpAIz7YQCM/XQAjP9sAAAB4QCNAWEAjQNlAI0FeQCNB2EAjQl1AI0LZACNDeUAjQ5sAI0RdgCNE24AjRVsAI0X5ACNGWwAjRt0AI0cZACNIXMAjSNhAI0lcgCNJ/QAAAH0AI0vaQCNMXMAjTJlAI02aQAAAfMAjTlvAI075ACNQfQAjUdzAI1LaQCNTmkAjVFuAI1TYwCNV3IAjVn0AI1g5QCNZWkAjWdzAI1o5ACNb3MAjXHuAI1zYgCNdF8AjXxjAI1/ZgCNgW0AjYNpAI2FbwCNh2kAjYnyAAAB5ACNjW4AjY9yAAAB+QCNkWEAjZNuAI2VaACNl18AjZhpAAAB+QCNm20AjZ1vAAAA8gCNn3MAjaFhAI2iLQCNpV8AjadhAI2pYgCNq3IAja1hAAAB4QCNr2EAjbFlAI2zZACNtGUAjblpAI27YwAAAfMAjb1vAAAB8wAAAeUAjb9sAAAArgCNwGYAjcJqAI3FdACNxy4AjcsuAI3RLgCN0i4AjdVhAI3XYQCN2WEAjdt5AI3deQAAAeQAjd/yAI3gaQCN42wAjeRpAI3mbACN6XAAje5tAI3xdQAAAfIAjfNuAI31cACN92MAjfnoAI37bwCN/WEAjf8uAAAB5wCOA2UAAAG4AI4FLQCOB2kAjgl1AI4LYQCODWEAjg9lAI4RZQCOE2IAjhdsAI4ZaQCOG3MAjh14AI4fZQCOIfIAjiN0AI4l9wCOJ28AjigtAI4rLgCOLS4Aji8uAI4xYQCOM2UAAAHzAI41bgCON2EAjjguAI47cACOPWEAjj9yAI5BaQAAAOMAAAH5AI5DcgCORWEAjkdlAI5JbwCOS3AAjk1jAI5P8gAAAeIAjlPkAI5ULQCOWF8AAADkAI5cZgAAAfMAjl9uAI5hYwCOY2UAAAH0AAAB5ACOZGwAjmf0AI5tZQCOb2MAjnFhAI5zcgAAAe0AAAHsAI51YQAAAegAjnZhAI55aQCOe2wAjn9lAI6BdwCOg2YAjoVzAI6HbAAAAfkAjol5AI6LZQCOjWEAjo9lAI6RbACOk2QAjpVkAI6ZYgCOmi0Ajp1lAI6fZQAAAe4AjqFyAI6jXwCOpXAAjqdzAI6pXwCOq20Ajq1yAI6uYQCOsGwAjrNwAI61egCOt2UAjrluAI67LQCOwWwAjsNwAI7FbwCOx2EAjslpAI7LbQCOzWwAjs91AAAB7gAAAeUAjtBjAI7TcwAAAeQAjtVvAAAB5wCO12kAjtnyAI7dcwCO33QAjuEuAAAB9ACO42EAjuVzAI7nZAAAAfkAjulpAI7rLQCO7WkAju8uAAAB6wCO8W8AAAHuAI7zZACO9GEAjvlpAI77bQCO/WEAjv9vAI8BZgAAAe8AjwNsAI8FYwAAAe4AjwdyAI8JbwCPC2UAjw14AI8PbwAAAOQAjxFuAI8TaQCPFXAAjxZhAI8ZawCPG3UAjx1uAI8fYQCPIPIAjyN4AI8lMwCPJy0AjylyAI8rNgCPLXAAAAHiAI8vLgCPMXUAjzNuAI81aQCPN3UAjzlkAI87LgCPPWkAjz9hAAAB4QCPQXIAj0PiAI9FbgAAAeIAj0dkAI9IMgCPSmIAj0xjAI9OZwCPUG0Aj1NuAAAB6ACPVGMAj1dkAAAB6ACPWewAj11pAI9fdAAAAfMAj2FfAI9jbACPZS4Aj29pAI9xbgCPc3kAj3VlAI93YwCPeC0Aj3tfAI995QCPgW4Aj4MtAI+FLgCPh2UAj4lhAI+LLQCPjWwAj45lAI+RaQCPlWUAj5l1AAAB5ACPml8Aj5xlAAAB8wCPnmMAj6BuAI+icACPpnIAj6l1AI+rbQCPrWkAj694AI+xbQCPs2EAj7RfAAAB8wCPuWEAj7tvAI+9cACPv3YAj8FwAI/DbACPxWkAj8dwAI/J4wCPy20AAAHjAI/NbgAAAfMAj89lAI/RcACP024AAADkAI/VbACP1y0Aj9lwAI/bYgCP3OUAj+NpAI/l7gCP6WUAj+tvAI/sbgAAAfIAj+9hAI/xdQCP83UAj/VzAI/3cgCP+WUAj/t4AI/8YQCP/3UAkAFlAJADaQCQBWEAkAdvAJAJYQCQC2EAAAHzAJANcwCQD/IAkBduAJAZbAAAAfkAkBtvAJAddwCQH/IAkCNzAJAlZQCQJ2EAkClvAJArbwAAAe4AAAHnAJAtcgCQL2wAkDDyAJAzcwCQNGkAAAH5AJA3bgCQOXIAAAHyAJA9YQCQP3IAAAH0AJBBdQAAAecAkENvAJBFbQAAAeQAkEduAJBJ4wCQTWEAAAHiAJBRZQCQUy0AAAHlAJBVZQCQV3YAkFloAJBaZwCQXGkAkF9tAJBhbQCQY28AkGVvAJBneACQaXQAkGoxAAAB7wAAAeMAkG1sAJBvaQCQdWEAkHd5AAAB5QCQeWwAkHtsAJB9dQCQf3UAkIF1AAAB5QCQguUAkIlpAJCLbwCQjXQAkI4uAAAB8wCQkC0AkJRfAJCXegCQmXMAkJtzAJCdYQAAAfQAkJ9hAJChbQCQouIAkKRjAJCnZQAAAfQAkKv0AJC1cwCQt3MAkLl2AJC9cACQv28AkMF1AJDDbAAAAfIAkMVlAJDGZACQymkAkM1zAJDPcACQ1XMAkNdyAJDYYQCQ2mQAkN1tAJDf9ACQ42UAkORlAJDoaQCQ624AkOxhAJDv5QCQ8WUAkPNpAJD1aQCQ92cAkPl0AJD7cgCQ/WkAkP94AJEBcACRA2kAkQXtAJEHcwCRCWkAkQthAJENYQCRD2EAkRH0AJEW5QCRGWkAkRtmAJEdYwAAALAAAACxAAAB8wCRH3MAkSH0AAAB5QCRJ2MAkSlyAJEqbACRL24AkTNuAJE1dQCROWYAkTtzAJE9bwCRPmUAkUFyAJFCLQCRR2wAkUhkAJFL9ACRTC0AkU5hAJFQYwCRUmUAkVRmAJFYbQCRWm4AkVxvAJFecACRYnIAkWd2AJFoZQCRa28AkW1uAJFurQCRfGQAkX9zAJGBdACRg2kAkYV0AJGHcwCRiWkAkYthAJGO5QCRk2kAkZV2AJGXdQCRmWkAkZthAAAB5ACRnWUAkZ9zAJGhZgAAAPIAkaNzAJGlbACRp3IAkaltAJGqbQCRrXMAka9yAJGxdAAAAOQAAAHzAJG1bgCRt2UAkbl1AJG6YgCRvXQAkcFpAJHDbwCRxW8AkcdyAJHIZwCRy24AkcxhAJHOaACR0GwAkdNyAJHVYwCR13AAkdlkAJHbaQCR3W4Akd9hAJHhcAAAAeQAkeNuAJHlYQAAAOMAkednAJHpcACR62MAke1tAJHvZQCR8WkAkfNpAJH1bACR924AAAHyAJH57ACR/WEAkf9yAJIB7ACSA3IAAADkAAAB8gCSBW4AkgdlAAAB6AAAAe4AkgluAJIL8wAAALEAAACyAJIMZQAAAfMAAAHkAJIPYwCSEWEAkhNhAAAB8gCSFWMAAAH0AJIX6ACSGGUAkhtpAAAB9AAAAeQAAAHjAAAB5ACSHWwAAAHkAJIfbACSIWwAkiNzAJIlZwCSJ2wAkiliAJIrZgCSLWcAki9kAAAB8gCSMW4AkjJlAJI1aQAAAfMAkjduAJI5YwCSO3YAAAH5AJI9aQAAAegAkj9uAJJBdACSQ24AAAHyAAAB8wCSRWEAkkdhAJJJLgCSS2wAAAHvAAAB4QCSTUwAkk9UAJJRYwCSU3AAAAHyAAAB4gCSVW8AkldkAJJYbQCSW3IAkl1wAJJfcwCSYWEAkmN5AJJlcgCSZmMAAAHyAJJpLgCSa+0Akm1hAJJvbQCScW8AknNvAJJ0ZQCSdmkAknlzAAAA6QCSe20Akn3vAJKFcwCSh3IAkol0AJKLdgCSjWkAko90AJKRbwCSk3QAkpVpAJKXZQCSmXUAkppuAJKdcwCSn2YAkqBiAJKjZgAAALQAkqVtAJKndACSqWMAkqtkAJKtbQCSr2gAkrF1AJKzcwAAAecAkrVlAJK3YwCSuW0AkrtyAAAB7QCSvWcAAAHnAJK/bwAAAewAksFoAJLDZQCSxHIAksl0AJLLbwCSzXAAks9zAJLRbACS02EAktRnAJLZbQCS22QAkt1uAJLfdACS4GgAAAHsAJLj5ACS5GYAkudyAJLobQCS628Aku1yAJLvaQCS8W4AkvNpAJL14gCS92YAkvhwAJL7cgCS/WIAkwHmAJMDZgCTBXUAkwd4AJMJbgCTC2IAkw3sAJMSYQCTFWUAkxdsAJMYZgCTG2gAkx1tAAAB7QCTH3QAkyFzAAAB5ACTJGUAkyZuAJMpdwCTK2kAkyxhAJMuZQCTMGkAAAHzAJMyZwCTNfIAAAHvAJM3cgCTOWEAkzt0AJM9ZQCTPmEAk0BkAJNCbACTRG4Ak0d3AJNKYgCTTWcAAADkAJNP8gCTUW4Ak1NuAJNULQCTVy4Ak1hjAJNaZwCTXWwAk15vAJNhcwAAAOQAAAHyAJNjbgCTZWEAk2dlAJNraQCTbGIAk25jAJNxZgCTczgAAADkAAAB8gCTdW4Ak3blAJN4aQCTfGwAk39zAJOAZQCThWkAk4dsAAAB5ACTiW4Ak4thAAAB9QCTjXIAAADyAJOPcwCTkXQAAAHkAJOT8ACTlGEAk5dzAJOZZQCTmi0Ak55jAJOhZQAAAfQAk6NhAJOlZQCTpy4AAAH0AJOpbwAAAeQAk6t0AJOtbwCTr28Ak7FwAJOzbgCTtC0Ak7ZfAAAB8wCTuWkAk7pfAJO9YQCTv3QAk8FuAAAB4wCTwmMAk8RzAJPHeACTyGEAk8tlAJPNaQCTzy4Ak9FiAJPTaQCT1WEAAAHnAJPXcgCT2eMAk9tyAJPc5QCT42kAk+V0AAAB8gAAAOUAk+lpAJPrZQCT7XUAAAHyAJPvZwCT8ewAAAHkAJPzbgCT9e4Ak/dvAJP45AAAAfIAk/tuAJP9YQAAAe4Ak/9hAJQBdgAAAfIAlAJlAJQHaQCUCW0AAAH4AJQL8gAAAeUAlA1pAJQPaQCUEWkAlBN1AJQVbACUF2gAlBlvAJQbdQCUHW8AlB90AJQhMgCUI24AlCVyAJQnbgCUKe0AlCvyAJQx+QCUM2wAlDVvAJQ3cgCUOF8AAADkAAAB8wCUO24AAAHkAJQ8LQCUTC4AlGJfAJR6YgCUfGMAlH5kAJSAaQCUhGwAlIZyAJSJdACUi2cAlI9hAJSRZACUlWMAlJd3AJSYYQCUmmIAlJxjAJSeawCUoXMAAAHlAAAB+QCUo3QAlKV0AJSneQCUqXIAlKt1AJSsLQCUrjMAlLE2AJSzdQCUtGEAlLZpAJS5dQCUu2kAlL16AJS+ZQCUwWkAAAG0AJTCYQCUxWwAlMfyAJTJdQCUy2wAlMxtAJTPbgCU0W4AlNNrAJTVYQAAAecAlNdhAJTZbQCU228AlN1jAJTfcwAAAe4AlOFyAJTjbgCU5XgAlOdlAJTpdQCU628AlO1pAAAB8wCU7mEAAAHuAJTwaQCU9fkAlPZhAJT45QAAAe8AAAH0AJUBbwCVA2kAAAHzAJUFdACVB2EAlQlvAJULZQAAAecAlQ1tAJUPYQCVEC0AlRNfAJUUaQCVF3AAAAHiAAAB+AAAAbcAAAGwAJUZcgCVG3AAlR1vAJUfbACVIDEAlSJYAJUleAAAAfQAlSdjAAABsACVKW8AlSswAJUtbQAAAeUAlS9hAJUwLQCVPmwAlUBtAJVCcACVRnMAlUl0AJVLaQCVTWwAlU5hAJVRZQCVU3IAlVVwAJVXcgCVWXAAlVtqAJVdcgAAAeUAlV9wAJVhLgCVZWEAlWdfAJVpZACVauMAlW1yAAAA5wCVb+oAlXF1AJVzcACVdXAAlXd1AAAB8gCVeHMAlXt4AJV8bwCVgHAAlYNzAJWELgCVh3AAAAHnAJWJcgCVi2kAlY13AJWRYQCVk+UAlZ1hAJWfbACVoWUAAAHnAAAB+QAAAeQAlaNuAJWlZQCVp18AlalpAJWt7QAAAeQAla9uAJWxYQAAAeQAAAHmAJWzaQAAAeIAlbVuAJW3cgCVuXIAAAHsAJW6YQCVvW8Alb9uAJXBaQAAAfQAlcNuAJXFLQCVyXAAlcstAJXPZQCV0WEAldNpAJXVcwAAAfMAlddnAJXZYgCV23MAld1pAJXfbgAAAeUAleFuAJXjbgCV5WwAled1AJXpaQCV62cAle1jAJXvbgCV8W8AlfNDAJX1VACV92kAlflTAJX7SQCV/XUAlf91AJYAVACWA24AlgRiAJYHbACWCGEAlgpvAJYPcgCWEGUAlhNvAJYUbQCWFm4Alhl4AJYabwCWH3IAliBjAJYiZQCWJWkAlidkAJYpdACWKmkAli11AJYucwCWMXYAljJhAJY0aQCWNmwAljlvAJY6bwCWPXUAlj5lAJZAdACWRXkAlkZyAJZJdQCWSm4Alk10AJZPZQCWUW4AllNsAJZVZACWV3IAllltAJZbYwCWXXUAAAHsAJZfaQCWYW8AlmNvAJZlbACWaWkAlmtvAJZt5QCWb3kAAAHuAJZxZACWc2IAAAHlAJZ1cwCWd3QAlnlyAJZ78gCWgGkAloNvAJaELQCWhy4AlollAJaLYQCWjeEAAAHrAJaPYwCWkS0AAAHkAJaaYQCWnWwAlqFsAJaj8ACWpfgAlqdtAJap9ACWrl8AlrF0AJazYQCWtWUAlrduAJa7ZAAAAe8AAAHlAJa9dQCWv2kAlsFyAJbDZQAAAfMAlsVpAJbHbgCWyWUAlst0AAAB9ACWzWEAls90AJbRaQCW03kAltVpAJbXaACW2W4Altt1AAAByQAAAekAAAHlAJbdaQCW320AluHkAAAB5QCW43MAAAG0AAABzACW5W0AlufsAJbobACW63MAluxsAJbvbwCW8W8AAAHkAAAB7ACW8jIAlvVtAJb3bgCW+fAAAAHjAJb6bwCW/HMAlv90AJcAaQCXA3kAAAHsAJcEYwCXB3QAlwxlAJcPaQCXEWUAlxNhAJcUYQCXF2kAAAHnAJcb7gCXIW4AAAHlAJcjcwCXJC0AlyZlAJcoaQAAAfMAlytpAJcvdACXMe4AAAHlAJczcwCXN3QAlzhkAJc7bACXPWYAlz9hAJdBbQCXQ3QAAAHyAJdFbACXRmUAl0luAJdL9ACXV2EAl1tpAJdcZQCXX2kAl2FpAJdiaACXZXIAl2d0AJdpaQCXa3MAl21nAAAA5AAAAfQAl3FuAAAB7gCXc+UAl3VuAJd3dQCXeW4Al3tyAJd8YwCXfmYAl4B3AJeDeACXhXIAl4dsAJeJZQAAAfQAAAHjAAAB+QAAAOQAAADyAAAB8wCXi24AAAGuAJeMYQCXj2MAAAHwAAAB7AAAAe0AAADkAAAB8wCXk24Al5VvAAAB5ACXl24Al5jfAJehZQCXpG4Al6Z0AJepdgCXq2kAl61jAJevcgCXsWoAl7NjAJe1YwCXt2kAl7luAJe75QCXvTEAl79hAJfBYQCXwmwAl8VyAJfHdQCXyWEAl8twAJfNYwCXz3IAl9FkAJfTbgCX1HMAl9f0AJfbcwCX3e4Al99pAAAB8wCX4W4AAAHzAAAB5ACX42kAAAHzAJflaQCX52kAl+ljAJfrLgAAAfMAAAHpAJft7gAAAeMAl+9vAJfxZQCX8mgAl/VvAJf3bgCX+GgAAAHzAJf7bgCX/W4Al/9lAJgDZgCYBW8AmAdpAJgJ8gCYC3IAmA1hAJgPYQCYEe4AmBNpAJgVcwAAAfIAmBZlAJgaaQCYHGwAAAHzAAAB6QAAAfkAmB9oAAAB9ACYIWEAmCRiAJgoZwCYK2wAmCxuAJgvbwCYMWEAAAHnAJgzaQCYNy4AmDliAJg7aQCYPW8AmD9yAJhBcgCYQ3QAmEVsAJhGZgCYSXAAmEtsAJhNaQCYT+EAAAHlAJhRaQCYU28AmFRlAJhXbwCYWWUAmFtuAJhdcgCYX3UAmGFpAJhjaQCYZWQAmGlzAJhtbQCYbmMAmHFmAJhzYwCYdWkAmHfyAJiD+ACYiG0AmItuAJiNawCYj3MAmJFuAJiTbwAAAfEAmJRuAJiYcgAAAfQAmJtpAAAB+QCYnWkAmJ9uAJigZQCYo28AmKVyAJinaQCYqC0AmKplAJisaQAAAfMAmK9pAJiwYwCYs3QAmLXsAJi3ZQCYuW0AmLttAJi8ZACYvmUAmMFzAJjDYwCYyWwAmM1hAJjOYQCY0WUAmNJjAJjVdACY12EAmNlzAJjbdACY3fQAmN9nAJjh8gCY5WEAmOdzAJjraQCY7GMAmO9pAJjwYgCY8uMAmPVuAJj2bQAAAO4AAAHzAJj5ZACY/2UAmQEtAAAB7wCZA2EAAADjAJkFcwCZB20AmQlyAAAB5ACZCmkAAAH5AAAA5AAAAfMAmQ1zAJkPdQAAAeQAmRFuAJkTbgCZFWUAmRl0AJkbcwCZHXAAmR9zAJkhbQCZI2QAmSVpAJkn7gCZM3QAmTVpAJk3bACZOW4AmTtvAJk9ZQCZPmkAmUFvAJlDYwAAAfIAmUVwAJlHbwCZSXUAAAHjAAAB4wAAAeMAmUttAJlNZQCZT28AmVFvAJlTLQAAAe4AmVUuAJlYZgCZW3QAmV11AAAB7wAAAe8AmV9lAAAB8ACZYWEAmWNlAJllaQCZZ2kAmWhqAJlrcwCZbWwAAAHzAAAA5AAAAfMAmW9uAJlxdQCZc3IAmXVlAAAB5AAAAe0AmXctAJl5agAAAfkAmXtuAJl9eACZf2sAmYFwAJmDYwCZhW0AmYd3AJmJYQCZinAAmY10AJmPcACZkXYAmZNuAJmV7gCZl2EAAAHlAJmZZQAAAfMAmZ1vAJmfYgCZomwAAAHyAJmlbgCZp2UAmalpAJmr7gCZsOUAmbNpAJm1bACZuXYAmbt0AJm9ZQCZv24AmcBlAJnCbQCZxXAAmcdmAJnJ5ACZy2EAmc1zAJnRaQCZ02UAmdTlAJnXaQCZ2WQAmdt0AJncZQCZ3nIAAAHzAJnhYQCZ4mMAAAH4AAAB5wAAAe4AmeVtAAAB5QAAAeQAmedlAAAB8ACZ6XQAme1zAJnvdgCZ8WEAmfNsAAAB5ACZ9XQAmff0AJn45QCZ+2kAmf5lAJoBaQCaA3MAmgdhAJoJYgAAAOQAAAHzAJoNawCaEWEAmhN0AJoVbgCaF+4Amh1iAAAB5QCaHmEAmiDlAJolaQCaJuUAmitpAJotcgCaL2EAmjFlAJoz9ACaNWMAmjljAJo79ACaQWkAmkNzAJpEZACaR3QAmklzAAAA8gCaS3MAmk1yAJpRdgCaU+UAmlVzAJpWdQCaWXYAmlt0AJpdcgCaX2MAmmFuAJplcgCaZ2kAmmltAAAB9ACaa+4Amm9lAJpxbgAAAeQAmnluAJp7cACafWwAmn5zAJqB9ACag/cAmodpAJqJawCai3QAmpF0AAAB8wAAAfYAmpIzAJqVNgCaly0AmplhAJqbbwCanWwAmp9uAJqjcgCapWkAmqcuAJqpLgCaq3IAmq1lAJqvbACasW8AmrNyAJq0YQCatmUAmrlnAJq7bgCavWIAmr/yAJrBbgCaw3MAmsVtAJrGYQCayXAAmspiAJrMcACaz3QAmtBhAJrUYwCa1mQAmthsAJrdcwCa318AmuFsAAAB8ACa4y0AAAHrAJrnZgCa6XIAAAH5AAAB9AAAAfkAmuphAJrtaQCa7+UAmvFvAJryaQAAAfkAmvVmAAAB5wCa+WkAmvpiAJr9cACa/mIAmwFkAJsCYQCbBXgAmwd1AJsIZQCbDWkAmw9iAJsRaACbE3IAAAHzAJsVdQCbF+EAmxlyAJsaYwCbHXQAmx9vAJshYwAAAfkAmyPuAJsl9ACbK28Amy1jAJsuaQCbMG0AmzJuAJs1dACbOWEAmztvAJs9ZQCbP+gAm0PkAAAB9ACbSW8AAADlAJtLaQAAAeUAm011AJtPbgAAAfIAAAHtAJtQaQCbU/QAm1piAJtcYwCbX2QAm2F0AJtjbwAAAeUAAAHyAJtlbgCbZmIAm2l0AJtrbgCbbW4Am29hAJtxbQCbcmwAm3VuAJt3dQCbeWwAAAHzAJt7dQCbfPIAAAHzAJt/YwCbgW8Am4NvAJuFbgCbhnAAm4l2AJuLYQCbjW4AAADzAJuPdACbkTUAAAG0AAABtgAAAbQAAAGyAJuTcgCblW8AAAHzAJuXbgCbmGEAm5vkAJujbgCbpW4Am6YtAJuoMwAAAfMAm6suAJutZQCbrmUAm7FpAJuzLgCbtGMAm7hlAJu7aACbvWQAAAHkAAAB9ACbwWwAm8N0AAAB5ACbxW4Am8dyAJvJ9ACby28Am81zAJvO5QCb1GkAAAH5AJvYYQCb23QAm93lAJvhbQCb4nAAm+VzAJvnYQCb6XQAAAHmAJvtdACb73MAm/BpAJvybwCb9XMAm/ZlAJv5aQCb+3cAm/0tAAAB8wAAAfQAAADyAJv/cwAAAfkAnAFlAJwDXwAAAfkAnAVsAJwHaQCcCWUAnAtsAJwNbwCcD2EAnBFpAAAB+QCcE2kAAAHzAJwVbgCcFm0AnBhvAJwacACcHHMAnB92AJwhdQCcI2kAnCVpAJwnYQCcKGUAnCtoAAAB5QAAAfIAnC1zAJwvZgAAAeQAnDFuAJwyYwCcNXQAnDflAJxFcwCcRl8AAAHzAJxJNgCcS28AnE1lAJxPZQAAAecAnFBhAJxTZgCcVWYAnFYtAJxYaQAAAPMAnFt1AJxdZACcXmkAAAHzAJxhaQCcYl8AnGRsAAAA8wCcZ3QAnGlvAJxrZACcbWYAnG9rAJxxbwCcc2UAnHcxAAAB5QCceWgAAAHjAAAB4wAAAeMAnHtpAAAB8gCcfWwAAAHlAAAB8wAAAeQAnH9uAJyBYQAAAeUAnINhAAAB4QCchmUAnIppAJyM8wCcj3UAnJBlAJyTaQAAAOQAnJRtAAAB8wCcl+MAAAHzAJydbwCcn2YAAAHyAAAB4wCcoS4AAAHiAAAB9ACco2wAnKVpAAAB+QCcp2IAAADkAAAB8wCcqGUAnKtuAJytbwCcr24AnLFvAJyzbwCctWUAnLZwAJy4dACcvXUAnL9vAJzBbgCcw2UAnMVnAJzHZwCcyWUAnMvtAJzP9ACc02UAnNXnAJzaXwCc33AAAAHlAAAB5wCc4/QAAAHvAJzkbgCc53oAnOlvAJzraQCc7XQAnO9yAJzxbwCc82EAnPVtAJz38gCc/WwAnP9jAJ0AcwCdA/QAnQVkAJ0GZwCdCXIAnQtvAJ0NcgCdDnEAnRH0AJ0SaQCdFXIAnRdzAJ0ZcwCdG2UAnR1wAJ0fcgCdIGUAnSNzAJ0lcgCdJmMAnSv4AJ0tcwCdL2IAAADkAAAB8wCdMXIAAAH0AAAB+QAAAOgAnTRwAJ02cwCdOXUAnTppAJ09+QCdPnIAnUFzAJ1DZQCdRWkAnUd1AJ1JbwCdS+gAnU/sAJ1VbgCdV3IAnVhjAJ1b+ACdXW8AnV9uAJ1hbwCdY28AnWXtAJ1vaQAAAfMAnXFhAJ1zYwAAAeQAnXVuAAAB4gCdd3IAAAHpAJ15YQAAAfoAnXtsAJ199ACdh24AAAH0AJ2IaQCdjW8AnY91AJ2RbgCdk2EAnZVyAJ2XbwCdmW4AnZ1yAJ2fYgCdoW8AAADjAJ2jagCdpGIAAAHtAJ2nYQAAAOQAAAHyAJ2pbgCdq28Ana1vAJ2vYQCdsXIAnbNvAJ21dQCdt3IAnbjhAAAB+QCdvVQAAAHzAAAB8wCdv3QAncF1AAAB5wCdw2gAncVhAJ3H5ACdy2cAAAHzAJ3NZQCdzzAAndFjAJ3TaQAAAecAndV1AJ3XdAAAAecAndlzAJ3bbACd3W0And9pAJ3hcACd43QAAAH0AJ3ldwCd53AAnelzAJ3q5QCd72kAAAHzAJ3xYQCd82oAnfVsAJ33aACd+W4AnftpAJ39ZQCd/2UAngFzAJ4DbACeBGUAngdpAAAB9QCeCGUAngxpAAAB8wCeDm0AnhFvAJ4TdACeFWkAnhdzAJ4YZgCeHGkAnh5sAJ4hcACeJ3IAninzAJ4qZQCeLGkAni5tAAAB8wCeMXMAAADzAAAB+QCeM3IAnjVlAJ43ZQCeOWEAnjthAJ49ZQCeP2sAnkFsAJ5DcwCeRWwAAAHuAAAB7ACeR+cAnklrAAAB5ACeS24AAAHlAJ5NaQCeT3MAAAHzAAAB6ACeUWgAnlNhAJ5VbACeV3MAnlluAJ5baQCeXWEAnl9hAAAB5wAAAeMAnmFfAAAB9QCeY2QAnmVvAAAB4wCeZ20AnmlsAJ5reACebXMAAAHlAJ5vZQCecWUAnnNpAJ51aQCed2wAnnluAJ56bQCef3AAnoBkAJ6DZgCehWkAnoZsAJ6IbQCei3MAno91AJ6RYQCek2UAnpVzAJ6XZQAAAfMAnplkAJ6bZQCenXIAnp90AJ6hZQCeo+UAnqRzAJ6ndACeqWUAnqtfAJ6tcgCermwAnrFzAAAB8wCes3cAnrVrAJ63aQCeuW4AnrtlAJ69aQCev2UAnsFpAJ7DaQCexWgAAAHrAJ7HYQCeyGQAnstmAJ7NdgCez3QAntFvAJ7VaQCe1l8AAAHzAJ7ZYwCe22IAnt1mAJ7fdACe4XAAAAHlAJ7jYwCe5WIAAAHkAJ7nYQCe6XQAnutsAJ7tLQCe72kAnvDlAJ75aQCe+2QAnv9kAJ8HZQCfCWwAAAHlAAAB8wAAAe8AnwthAJ8NZACfD3UAnxBkAJ8SZgCfFHAAnxdzAAABsgCfG2EAnx1hAJ8fcgCfIXAAnyNwAJ8lcgAAAfAAAAHoAJ8mdACfKXoAny14AJ8vLgCfMS4AnzMuAJ81LgCfNy4AnzlzAJ87ZQCfPGEAnz5nAJ9AaACfQmwAn0RzAJ9JdgCfS2wAn01pAJ9PYQCfUXQAn1IuAAAAsQAAALIAAAHzAJ9VbACfV2QAn1lpAJ9bYQCfXWcAn15iAJ9gZACfYm4An2V0AAAA5AAAAPMAn2d0AJ9pdQCfa20An21hAJ9vYQCfcW8An3NyAAAB8gCfd3QAn3lzAJ96aQCfgfkAn4NvAJ+FdACfh28AAAHzAJ+JYwAAAeUAn4t2AJ+NdQAAAfMAAAHyAJ+PbgCfkXQAn5JhAJ+VZQCflmkAn5lsAJ+b7ACfn2sAn6FrAJ+jYwCfpfMAn6lnAAAAsAAAALIAAACzAAAAtQAAALcAAAG5AAABsgCfq2QAn63lAJ+vcgCfse4An7dvAJ+5bgAAAeQAn7tyAJ+9dQCfv24An8FlAJ/DbgCfxWwAAAGyAAABtAAAAOQAn8dmAJ/ITwCfy28An81uAJ/OXwCf0XMAn9NlAJ/VYQCf13MAn9l0AJ/bYwAAAfkAn9xmAJ/fdAAAAfIAAAHuAJ/heQAAAeEAn+NlAJ/lcwCf5i0An+lhAJ/rYwCf7XAAAAH0AJ/vZACf8WUAn/NhAJ/1dQCf9/cAn/llAJ/7YwCf/WkAn/9hAKABaQCgA28AAAHzAKAFcwCgB3QAoAl2AKALXwCgEfIAoBNlAKAVZgCgF3IAoBlpAAAB5ACgG2wAoB1uAKAfbwCgIHAAoCN0AKAlZQCgJ2kAAAHuAAAB7gCgKW4AoCtsAKAsYgCgLmYAoDBnAKAyaACgNG0AoDZuAKA5cwCgO20AoD3iAKA+ZQCgQ2kAoEVvAKBGXwAAAPIAAAHzAKBJbgCgS2UAoE1sAKBPaQCgUXgAoFMwAKBVbgCgV2cAoFluAKBbYwAAAbQAoF1pAKBftACgYWkAAAHyAKBjYQCgZW8AoGdhAAAB7ACgaWUAAAHrAAAB6wCga2EAoG1tAKBvZwAAAfIAoHFlAKBzcgAAAeMAAADhAKB1bwCgd3YAAAHoAKB4YwCge3YAoH14AKB/MAAAAfcAoIBpAAAB8wCgg2IAoIVlAKCHcgCgiW4AAAHzAAAB8ACgijEAoI1uAKCPdwCgkWkAAAHtAKCTZACglWUAAAHlAAABtACgl1MAoJlOAKCbTgCgnVAAAAG0AKCfdACgoWMAoKNyAKCkYQCgpmUAAAHzAKCpaQAAAfMAoKt0AKCtbwCgr/MAoLNlAAAB4QCgtXQAoLduAKC5YQAAAeUAAAHkAKC7ZQCgvS0AoL9lAKDBbwCgw3IAoMVhAAAB8wCgx2EAoMllAKDLZQAAAe8AoM1uAKDPZQCg0W8AoNNsAKDWbQAAAfMAoNluAAAB4QCg23QAoN91AKDhbgCg428AoOV0AKDnZQCg6W4AoOt0AKDtbgCg7msAoPF0AKDzbwCg9UQAoPdNAKD5NwCg+kkAoPxMAKD/UgChAEQAoQNSAAAB5AChBWEAoQdhAKEJZAChC2wAoQ1lAKEPbwChEWMAoRNlAAAB7gAAAeUAoRXuAKEZbwChG2cAoR10AKEfdwAAAfMAoSF0AKEjYQAAAfIAoSVuAKEneQChKWkAAAHuAKErZAAAAeQAAAHlAKEtMgChL18AoTFJAKEzcwChNEIAoTZDAKE5TQChO2kAoT3EAKE/RQChQUUAAAHHAKFDRwAAAe4AoUVBAKFHRQAAAdMAoUlUAKFLSQChTUcAoU9GAKFRVQAAAecAoVNhAKFVbAChVmwAoVl0AKFbZwAAAOQAAAHzAKFdbgChX3QAoWFuAKFjbgChZW0AoWZPAKFpYwCha3UAoW1vAKFvQwChckMAoXZUAKF4YgChe3QAAAH5AAAB4wAAAfAAoX10AKF/+QChgW8AoYN0AKGFcwChh+QAoYv0AAAB8wChjWkAoY9yAAAA5QChkWkAoZRhAKGW5QChm2kAoZ1lAKGf5QChoWUAoaNzAKGlaQChp2UAoagtAKGsLgChrlQAobF1AKGzYwChtWUAobd0AAAB9AChuW4Aobt0AKG/dQChw2IAocXsAKHJ9AChzWEAAAHnAKHPcACh0WcAAAH0AKHTdAAAAfMAodRuAKHXdgAAAfIAodl0AKHbaQCh3WMAod/0AKHhVACh418AAAHFAKHlQQAAAdIAAAHFAAABxwCh50gAoelUAKHrSQCh7UMAoe9QAKHxYwCh82UAofVfAKH3aQCh+W4AoftyAKH9dAAAAfMAof9fAAAB5wCiAS0AogVlAAAA5QCiB2kAogn0AAAA5AAAAfMAogpuAKINdACiDmUAohFpAKITYQCiFXAAohdlAAAB8AAAAfMAohhpAAAB8wCiG2kAoh1wAAAB8wCiIWQAoiNuAKIlZQCiJjMAoihsAKIrbwCiLOUAojNpAKI1cwCiN/kAojliAKI7YQCiPXMAoj9mAKJBbgCiQ24AokVpAAAB7gCiR2EAokluAKJLbwAAAfgAok1uAKJORgCiUWYAolNuAAAB4wCiVUIAAAHUAAABtgCiVkEAollEAAAB8gCiW+UAol10AAAB5wCiX2wAomEtAKJndACiaWUAomtvAKJtcAAAAOQAAAHzAKJvbgCicS0AonNlAAAB6ACidWUAonl0AKJ7bAAAAfMAon1uAAAB8wAAAfMAon9sAKKBdACig2UAooXlAKKHZQAAAeUAoohhAAAB5QCii3MAoo1uAKKPbQCikWUAopNzAKKVZQCil2EAopl0AKKdUgCin1MAoqFvAAAB+QCio2MAoqXlAKKrcgCirWEAoq9tAKKxcwAAAfkAorNEAKK1YQCit2UAorlhAAAB5wAAAfgAorvrAAAB5QCivfIAor9yAKLB6ACiw3QAosVlAAAB7gCix3QAAAHsAKLJbwAAAcQAostuAAAB6QCizW8Aos9UAAABuQCi00UAotVfAKLXYQCi2WsAotv0AKLdsACi33IAouFOAKLjUACi5W4AoudtAKLpQQCi62QAAAHMAKLsbACi73QAAAHjAAAB7QAAAfQAovVhAKL3ZwCi+XUAAAHwAKL7VAAAAfIAov1uAKL/YwCjAWwAowNsAAAB8ACjBXAAowdTAAAB8gCjCWQAowt6AAAB8wAAAfkAAAHTAKMNbwAAAfQAow9jAKMRZwCjE2kAoxVlAKMXbgCjGVQAAAHFAKMbxQCjHUwAox9BAKMhbgCjI3IAAAH5AKMlcwAAAeQAoydlAKMpaQAAAfMAoyplAKMsaQAAAfMAoy7lAKMzaQCjNW4AozflAKM7YQCjPWUAoz9hAKNBbwCjQ3QAo0VkAKNHbACjSXQAo0vsAKNMYQCjT+wAo1ZjAKNZbQCjW/IAo11hAKNeQwCjYWMAo2NhAKNlYQCjaXUAo2twAKNtZQAAAeQAo29uAAAB7QCjcU8AAAH5AKNzcgAAAfMAo3VpAAAB5wCjd2wAAAHwAKN5bwAAAecAAAHnAKN75AAAAdMAo39SAKOBWQAAAdMAo4NhAAABsQCjhWcAAAHkAAAB5wCjh2gAAAHzAKOJeACji3kAo40yAKOPcACjkXMAo5JpAAAB+QCjlWYAo5dyAKOZbAAAAfQAo5tlAKOdaQCjn2UAo6FzAKOjdAAAAeQAo6VuAAAB5wCjp2wAo6ljAAAB5wAAAewAAAHnAKOqcwCjr3oAo7F0AKOzbwAAAewAo7VvAKO3XwCjuU4Ao7tFAKO8QgCjvkMAo8BEAKPERQCjxkkAo8hOAKPKUACjzlIAo9BTAKPXVAAAAdQAo9lQAKPbbgAAAesAo93lAKPf7gCj4U0Ao+NhAKPlbACj53IAAADyAAAB8wCj6WkAo+tlAKPtbACj73cAAAHzAAAB7ACj8WUAo/NTAKP1aQCj9lUAo/ltAKP7cwCj/XUAo/9vAKQBZQCkA2UAAAHlAKQETgAAAfMApAdlAKQJbACkC2gApA1vAKQPcACkEWUAAAHtAKQTcwCkFWUApBZjAKQZZQCkG2kAAAHzAKQdbACkH00ApCFoAKQjbACkJVUApCdtAKQpcwAAAfMApCt1AKQtcwCkL3YApDF6AAAB+AAAAesAAAHlAKQzYgCkNW8ApDdjAKQ5cwCkO3IAAAHvAAAB5QCkPWUApD5OAAAB8wCkQXUApENBAKRFXwCkR18AAAHEAAAAsAAAAbEApEllAKRKaQAAAfMApExpAAAB8wAAAe8AAAHyAKRPYQCkUW4AAAHEAKRTYQCkVTYAAAHEAAAByQAAAcwApFdsAKRZcgCkW3QApF1wAKRfaQCkYXoApGRhAAAB8wCkZ2EApGktAAAB8gAAAfMAAAH5AKRrZACkb2UAAAHDAKRxRQCkc08ApHVBAAABtwCkd0UApHlOAKR7QQCkfUUApH/FAKSBRACkglAApIVfAAAA5QCkiWkAAAHnAAAB8wCki2UAAAHhAKSNZQCkj3QAAAHnAAAB5wAAAfMApJFhAKSTYQCklWIApJdtAKSZdACkm2kApJ1iAKSfcgCkoW4ApKNoAKSlcACkp24ApKluAKSrZgCkrWYAAAHyAKSvcgCksWMApLNiAKS1cwCktmkApLlsAAAB5wCku24ApL1vAKS/bgCkwWUApMNpAAABwwCkxXAApMdlAKTILQCky2kApM1pAAAB5QCkz2MApNFuAKTTdQCk1XQAAAH5AAAA5QCk12kApNntAKTd9ACk32UApOF0AKTjdQCk5W8ApOZlAKTpaQAAAecApOtOAKTtSQCk7zEApPGzAKTzRACk9TgAAAHUAKT3XwCk+XAApPtkAKT9bwCk/3QAAAH5AAABxgClAS4ApQNTAKUFTAClB0EAAAHEAKUJbwAAAecApQttAAAB8wClDWkApQ9jAKURbgClE2UApRVoAKUXdgClGW4ApRrlAKUdaQClH3QApSFlAAAB7AAAAOQAAAHzAAAB5AAAAfMApSN0AKUlZQClJ3UApSn0AKUrZQClMXQApTNlAKU1YwClN3MApTl2AKU7ZQAAAeUApT1pAAAB+QAAAecAAAHlAKU/SQAAAbYAAAHMAAABzQClQUEApUNfAKVHVAClSWoApUtuAKVNegClT2EApVFuAKVTdAAAAfMApVVsAKVXbgClWXQApVt0AKVdYgClX2UAAAHnAAAB4wClYUwApWNuAKVldQClZ2YApWt0AKVtYQClby0AAAHkAKVxbgClc2EApXVyAAAB8wCld28ApXlpAAAB5wCle2wApXxTAKV+ZgClgfMApYPsAKWFaQCliWkApYtpAKWNcgAAAfkApY9pAAAB5wClkXIApZNuAAAB8ACllUwApZdnAKWYTgAAAfMApZt1AKWddACln2UApaFqAAAB8wClo3QApaV0AKWncwAAAfkApan0AAAB5QAAAfMApatvAAAB5gAAAeYAAAHzAKWtcwClri4ApbFfAAABxwCltmkAAAHzAAAB5wCluXQApbtvAKW9+QClv2wAAAHnAAABzwAAAfMApcFyAAAB9AAAAeEAAAH0AAAB8wClw24ApcVhAAAB9AClx2kApcluAKXLbwClzS0AAAHlAKXPcgCl0WUApdMtAKXVYQCl1+wApdlPAKXbbQCl3UwApd9OAKXhdACl408ApeVTAKXnbgCl6XAAAAHlAAAB5ACl62EApe1zAKXvaQAAAe4ApfFjAKXzZwCl9WwApfduAKX5aQCl+2EApf1lAKX/YQCmAXgApgNBAKYFcwAAAccApgdfAKYJbACmC2wApg1uAAABrgCmD2wAphFzAAAB5QAAAecAphPuAKYVYQCmF2kAphlsAKYbUwCmHS0AAAHHAKYfUgCmIVQAAAHnAAAB5ACmI2UAAAHlAKYldACmJ3YApilpAKYrZACmLXIAAAHuAKYv8wCmMWkAAAHnAKYzdAAAAeQApjVvAAAB5wCmN2UAAAGxAKY5VAAAAe4ApjtuAAAB5QCmPWEAAAHkAKY/VQCmQU8ApkNQAKZFUgCmR2kApklzAKZLcwCmTWkApk9lAKZRLQCmU3UAplVvAKZXcACmWXIAplthAAAB9ACmXWQApl9jAAAB4gCmYWQApmN1AKZlYgCmZy4Apmm0AKZrcwAAAfkApm1iAKZvbgCmcS0ApnJsAKZ1bgCmdmEApntpAKZ8aQCmgGwApoJvAKaHcgCmiGUApo1pAKaPeACmkmEAppRsAKaXdQCmmXIAppthAKadbgCmoGUApqNvAKanZQCmqXUApqtwAKasZQCmr3IAprFhAKa0YwCmtnAAprp0AKa/eQCmwmgApsRpAKbHeQCmyXQApsthAKbNdACmz2MAptF2AKbTcwCm1XIAptZfAKbYYQCm3GUApt5pAAAB8wCm4GUApuNpAKbnbgCm6WwApuv0AKbtdACm7uUApvFpAKbzZQCm9WkApvZhAAAB8wCm+XQApv1sAAAB5AAAAewApv9hAKcBcwCnA3AApwVzAKcHbwCnCXMApwtuAKcNYgCnD3MApxFvAKcTcwCnFW8ApxfzAKcbbgCnHW0Apx9zAKch5QCnI2EApyUzAAAB5AAAAeEApydpAKcpZQCnK2EApy1zAKcvaQCnMXQApzN0AAAB8wAAAeQApzdlAKc5cACnO3UApz1zAKc/ZACnQGYAp0NsAAAB5ACnRW4Ap0dpAKdJZQCnS3UAp01uAAAB5ACnT24Ap1FhAKdTdACnVV8AAAHyAKdXdACnWGkAp1tvAKddZQAAAfMAp19vAKdhaQCnZeUAAAH0AAAB5QAAAeQAp2hlAKdraQCnbXQAp29jAKdxZQCncy0Ap3VuAAAB8wCndl8Ap3plAKd8aQAAAfMAp39yAKeBYQAAAOQAAAHzAKeFbgCnh2MAp4lyAKeKYQCnjWUAp49pAKeRZQCnk28Ap5VhAKeXbgCnmWUAp5vlAKeh7wCno3MAp6VsAKenYQCnqWwAp6tuAKetZQCnr24AAAHrAKexYwAAAewAp7NlAKe1bwCnt2UAp7ljAKe7YwCnvWQAp79rAKfBaQCnw3IAp8V0AKfHdACnyXAAAAHzAKfLbACnzmkAAAHzAKfRbQCn0mUAp9RtAAAB8wAAAfMAp9dhAAAA5AAAAfMAp9luAKfbdAAAAeEAp91vAKffZQCn4fQAp+V1AKfnbgCn6W8Ap+t0AKftZQCn728Ap/FlAKfzZQCn9G0Ap/duAKf5dACn++4Ap/9hAKgAawCoA3QAqAdvAKgJYgAAAeQAAAHkAKgLZQCoDW8AqA9yAKgRcgCoEm0AqBV0AKgXZQCoGXUAqBt0AKgdaQCoH2wAAAH0AAAB9ACoIW4AqCPkAKgpbwCoK3IAqC1hAKgvYQCoMWMAqDNhAKg1cgCoN2wAqDlhAKg7ZAAAAeUAqD1kAAAB8AAAAfIAqD9tAKhBbwCoQ2wAqEVpAKhHNwAAAecAqElmAKhLZQAAAfMAqE1vAKhRaQCoU24AqFVhAKhWYwCoWfQAqFtmAKhdYwCoX2QAAAH0AKhhLgCoY3YAqGVlAKhmLQCoa18AqG3uAKhx5wCoc2wAqHVpAKh35QCoeWUAAAHlAAAA5ACoe/IAqH1pAKh/YQCogXIAqINvAAAB7gCohe4AqIhpAKiKbACojXIAAAHnAKiPcgCokWkAqJNuAKiVdAColl8AqJhlAKibaQConWcAqJ9uAKihbwCoo3QAqKVuAAAB5QAAAfIAAAH0AAAB8gCop2wAqKlhAKirdwCorGUAqK5pAAAB8wCosGQAqLRlAKi2bACouG0AqLpzAKi9dACowHAAqMVyAKjGYQCoyGIAqMpjAKjMZACozm0AqNBvAKjScgCo1nQAqNt3AKjdYgCo32kAAAHyAKjjbgCo5XAAqOd5AKjoYQCo63kAqO1pAKjv7gCo8XAAAADkAAAB8wCo824AqPVzAAAB5wAAAecAqPdyAKj4ZACo+20AAAHkAAAB8wAAAeUAqP0yAKj/dQCpAV8AqQNlAKkFYwCpB2kAqQlpAKkLbACpDWEAqQ9pAKkRZQAAAecAqRNnAKkV7QCpF2EAAAHnAAAB8wAAAe8AqRluAKkbYQCpHWUAqR9hAKkhZwCpI2MAqSVuAKknbACpKOUAqS1pAKkv7ACpMXMAqTJsAKk1dACpN2cAqTluAKk7ZQCpPWcAqT8tAKlBcgCpQ3IAAAHnAAAB7gAAAfMAqUdkAKlJXwAAAewAqUtpAKlNaQCpT3QAqVF0AAAA5AAAAfMAqVNuAKlV7AAAAfIAqVd0AKlZbwCpW2gAqV1vAAAB5ACpX24AqWF1AKliYwCpZXUAAAHuAKlnZACpaW4AAAHzAAAB8gCpa24AqW1tAKluYwCpcW8AqXN1AKl1bwAAAeUAqXdvAKl5YwAAAfQAqXtzAAAB5ACpfGIAqX5jAKmAZgCpg3QAAAH5AAAB+QAAAfMAAAHzAKmF4wAAAOQAAAHyAKmHaQCpiW4AAAH5AAAB8ACpi2EAAAHyAAAB+QCpjXMAqY9uAKmRLQCpk3IAAAHnAAAB+QAAAfQAqZRjAKmWcwCpmXcAqZphAKmcYgCpnmMAqaBkAKmibQCppG8AqaZwAKmqcwCprHQAqa91AKmxZQCps2kAqbVnAKm3+QAAAecAqbl0AKm7dACpvXMAqb9vAAAB8wCpwW4AqcN0AKnGZQCpyWkAqctpAAAB5ACpzWEAAAHvAKnOYQCp0OUAqdVpAKnXMwCp2XMAqdvkAKnn9AAAAPMAqel0AKnsLgCp8GwAAAHzAKnzaQAAAfQAAAH5AKn2YQCp+OUAqf9pAKoDaQCqBXIAqgdpAKoIYQCqDuUAqhlpAKobaQCqHG0Aqh50AKon+ACqKGEAqitjAKotZQCqLmUAqjFpAKo1bgCqN3MAqjhhAKo65QCqQWkAqkNlAKpFdACqR/QAqkvuAKpP5QCqUXMAqlN0AKpVcgCqV2kAqllhAKpbZQCqXC0AqmAuAKpkXwCqZnQAqml1AAAB7QCqa2MAAAHtAKpsZQCqb2kAqnNjAKp19ACqd3UAqnl1AKp7ZQCqffQAAAHlAKqDbgCqhGEAqod1AKqI5QCqi2kAAAH0AKqNbgCqj/QAqpV0AKqXdQCqnGQAqp5yAKqhcwCqo2IAqqXsAKqoaQCqq3QAqqxnAKqucwCqs/QAqrljAAAB5wCqu2EAqr1sAAAB5wCqv2IAqsFnAKrDaQCqxC0AqsdzAKrJ9ACqz3AAqtFyAKrTZwAAAeQAqtVuAKrXdACq2W0AqttnAKrdYgCq324AquF0AAAB5ACq43IAquVuAAAB9ACq52MAqulnAKrrdACq7XMAqu9tAAAB7gCq8W4AAAHzAKrzLgAAAOQAqvRtAKr2cAAAAfMAqvhuAKr6bwCq/XYAAAHyAKr/dACrAWkAqwVuAKsGYwCrCGYAqwppAKsMbACrD3AAqxFpAKsTYwCrFWkAAAHzAKsXawCrGXIAqxtjAKsdaQCrH2EAqyFlAKsjZQAAAfMAqyVzAKsnbwCrKfQAqyxfAKswaQCrM3QAqzXnAKs3aQCrOWcAAAHzAKs6XwCrP2YAAAHnAKtBYwCrQ3IAq0VwAKtHXwCrSWwAq0t0AKtNbwCrT18Aq1F4AKtTaQCrVXMAq1dhAAAB8gCrWWwAq1tjAKtdZQCrX18Aq2FpAKtjbgCrZXIAq2d0AKtpcgAAAfMAq2tfAAAB8ACrb2wAAAHnAKtxLQCrdWEAq3dhAKt4ZQCre2kAq31wAKt/dACrgWUAAAHkAKuDbwCrhGEAq4blAKuNaQAAAfIAq49yAKuRdACrlXMAAAHkAKuX9ACrnl8Aq6DkAKuibgAAAfMAq6RuAKundAAAAeQAAAHkAKurbgCrrXQAq690AKuxXwCrtXUAq7d0AKu5YwCru20Aq71yAKu/cACrwXIAq8NtAKvFagCrx2wAq8hfAKvKZQCrzmkAq9HzAAAB5QCr020Aq9VqAKvXYQCr2XIAq9t0AAAB5ACr3GIAq+FwAKvjbwCr5GEAq+dlAKvrYgAAAeQAAAHwAKvtZQAAAfIAq+9hAKvxYwCr82UAq/RlAAAB8wCr9l8Aq/hhAKv6ZQCr/GkArABvAAAB8wCsA2kArAXwAKwLcAAAAfMAAAH0AAAB8wCsDXMAAAH0AKwPZQCsEWEArBNlAKwVbgCsF2QArBlpAKwaZQAAAfMArB11AAAB7ACsH20ArCAzAKwiaQCsJGwArCZvAKwpeACsK20AAAHlAKwtaACsLuUArDdpAKw5YQCsO28ArD1pAKw/5ACsQWUArEN0AKxF8wCsSWMArEv5AKxPZQCsUWUArFJjAKxVZwCsV2IArFgtAAAB8wCsW2kAAAHlAKxcYQCsX2kAAAHkAKxhYgCsY2EAAAHlAKxldwCsZ28ArGlvAKxrcwAAAecArG1fAKxvZQCscXIArHPrAKx1ZgAAAecArHdpAAAB9ACseW4ArHpuAKx9bwCsf2kAAAHuAKyBYQCsg2QArIVuAKyHcgCsiW8AAAH4AKyLbgCsjGIArI9mAKyRaQCsk2MAAAHzAAAB7gAAAeQArJVuAKyXcgAAAe4AAAHuAKyZdACsm2gArJ1vAKyfbwAAAecArKFhAKyjbwCspW4ArKdpAKyp4wAAAfQArK1iAAAB8gAAAfQArK/lAKyxdACss2EArLVuAAAB5wCst+4ArLgtAKy6YwAAAfMArLxlAKy+aQAAAfMArMNlAKzEbAAAAfMArMctAAAB9ACszfQArNFpAKzTbACs1WEArNdpAKzYYQCs2mUArN9pAKzhbAAAAeQArONuAKzlaQCs52kArOlvAKzrcACs7GUArO9vAKzwLQCs8l8AAADkAAAB8wCs924ArPl1AKz75QAAAeQArP1uAKz/YQCtAXQArQNhAK0FLQCtB2wArQluAK0LXwCtDW4ArQ90AK0R5QCtF2UAAAHoAK0ZZQCtH2IArSF0AAAB8wCtI24ArSVsAAAB5ACtJ2kArSlsAAAB8wCtK2EArS1wAK0vZQAAAfQArTFzAK0zaQCtNXIArTduAK04LQAAAfMAAAHzAK07bACtPW0AAAHkAK0/bgCtQW8AAAHkAK1DbgAAAbYArUVhAK1HZACtSWkArUtpAK1NdAAAAfIArU90AK1RdACtVWEArVdhAAAB5AAAAfkArVllAK1b5QCtXeUAAAHzAK1fZQCtYWkArWLlAK1paQCta2kArW1tAK1vYQCtcOEArXTlAK14aQCtfW8ArX9zAK2BdAAAAOQArYVuAK2HbgCtiWQArYplAK2MaQCtj3UArZBfAK2SZQAAAfMArZTlAK2XaQCtmGUArZttAK2d7gCto2EAraRpAK2ndACtqeUAraotAK2uXwCtsmUAAAHzAAAA5AAAAfMArbduAK25cwCtvGUArb5pAAAB8wCtwWkArcfhAK3JcgCtymEArcxjAK3OZACt02YArdX0AK3dcgCt32UAreFuAK3jbwCt5XQAAADzAAAB+QAAAecAreflAK3pYwAAAecAretyAK3tcwCt72UAAAHlAK3x7gAAAfQArfNtAK31bQCt93cAAAHjAK35bACt++UArgtyAK4NYwCuD2EArhEtAAAA5AAAAfMArhNuAK4VbwCuF2QArhlpAK4bdQCuHWEArh94AK4gaQCuI3QAAADjAK4kaQCuJ3QAriljAK4rYwCuLXMAri9tAK4xdACuM3MArjVwAK43ZQCuOXoAAAH5AK47bgCuPWkArj5hAK5AcgCuQ3kArkVhAK5HZAAAAecArkllAK5LYQCuTWUAAAH4AK5RcgCuUmYArlVpAK5XZgCuWW4ArltuAK5dZgCuX3MArmHrAK5j7gCuaXMArmppAK5tbACub28ArnFuAK5zeQCudWMAAAHkAAAB8wAAAeUArndfAK55bgCue3IAAAGwAAABsACufWQArn/yAK6BbgCug2kAroXyAAAB+QAAAfAAAAH0AK6HLgAAAeIArolhAK6LcgAAAfAAro1yAAAB9ACuj2gArpAtAK6VLgCul2QArppmAK6dbwCunmEArqFmAK6jYQAAAecArqXo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ALZpegC2bWUAtm9hALZwLQC2c18AtnVoALZ3aQC2eWkAtnstALaBcgAAAeUAtoNlALaF5QAAAfIAtodlALaILgAAALAAAACxALaKXwAAAPMAtpN0AAAA8AC2lfkAtplnALabYQC2nWQAtqVlALanZQC2qWkAtqtjAAAB9AAAAeMAtqzlALa5aQAAAecAAAHzAAAB5wAAAewAtrtlAAAB4QC2vWEAtr90ALbBaQC2w2YAtsVhALbHZQC2yXQAAAHnALbL7AC2zmkAttFsAAAB5wC203IAAAHnALbUZAC21mYAttpoALbddQC23mwAAAHzALbhYQC2428AtuVhAAAB4gC252EAtunuALbrYgC27W8Atu9lALbxYQAAAecAAAHzAAABtwC2824AtvVjALb3YQC2+W8AtvtiALb9cgC2/3QAtwH0ALcD7QC3C2kAtw1lALcPcwAAAPMAtxF0ALcTdAC3FWEAtxduALcZaQC3G2IAtx1uALcfcgC3IWgAtyNwALclLQC3J24AtyluALcrZQC3LW4Aty/mALcxbwAAAecAtzNhAAAA5AAAAfIAtzVvALc3cgC3OWIAtztjALc9bwC3P24At0FiAAAB8wC3Q24At0VzAAAA5AAAAfIAt0duALdJZQC3S2UAt0zyALdRdAC3UmkAt1VsAAAB5QAAAfMAAAHnAAAB7gC3WW4At1pvALdddgC3X3YAt2FpALdjbgC3ZW4At2dlALdpbwC3a2kAt23lALdvdQAAAeMAAAHlALdxYwC3dXQAt3dzALd5bQC3e2YAt31hALd/bgC3gXMAt4NvALeFZAC3h3MAt4lsALeKZQC3jWkAt47hALeR5QC3k3AAt5VsALeXaQC3mXQAt5tzALecLQC3nl8At6BhALeiZQC3pHIAAAHzALeoLQC3qmUAt69pALexaQC3s+sAAAHlAAAB5QC3teQAt7djALe4YwC3u3QAt792ALfBbgC3w2wAt8X0AAAB9wC3x3UAAAH5ALfJcAC3y2UAAAHkALfNbgC3z3QAAAH5ALfT5QC312UAt9ntALfdYQC332EAt+F1AAAB5AC34/MAt+jlALfsaQC37/QAAADlALfzaQC39W0At/ftALgBcwC4A/QAuA/vALgRbQC4E2UAuBXlAAAB8wC4GWEAuBpsALgddAC4H20AuCBhALgjZQC4JWUAuCd0ALgpbgC4K3UAuC1vAAAB8wC4L28AAADhALgw5QC4NWkAAAHzALg3bAC4OeQAAAHoAAAB7AC4PWUAuD9iALhB5QC4Q3IAAAHnAAAB5wAAAOQAAAHzALhFXwC4R3QAuElsALhLdAC4TWkAuE8xALhRbgC4Ui0AuFYuAAAAsgC4ZLMAuGhfALh1cAC4d18AuHl2ALh7ZAC4fXQAuH9kALiBZwC4g24AuIV1ALiHaAC4ieUAuItkALiNcgC4j3AAuJFwALiTZAAAAfQAuJU4ALiWYwC4mXAAuJtpAAAB+QC4nWUAAAHyALifZAAAAeQAuKFuALijbwC4pXMAuKd0AAAB+QAAAecAuKlyALirNQAAAbIAuK12ALivcwC4sWEAuLN0AAAB4QC4tWwAuLdoALi5cAC4u24AuL1sALi/bwC4wXIAuMNsALjFbwAAAesAuMduALjJcgAAAOQAAAHzALjLbgC4zGkAuM9sAAAB5gAAAecAuNEuALjTbQC41GEAuNZpAAAB8wAAAeQAuNluALja5AAAAfQAAAHlAAAB5QAAAfMAuN9pALjjbgC45WUAuOdpALjpaQC462UAuO90AAAA5QC48WkAuPNuALj1YwAAAfMAuPduALj5YQC4+28AuP1uALj/ZQAAAfIAAAH0ALkBYQC5A3IAuQRlALkHcgC5C/MAuQ8zAAAB8gC5EWUAuRNpALkVZQAAAfMAuRZvALkZdgAAAeQAuRtuALkc5QC5IWkAuSNuALkkaQC5J2wAuSppAAAB8wC5LXQAuS9oAAAB5wC5MGQAuTJpAAAB8wC5NWUAAAHsAAAA5AAAAfMAuTduAAAA5AAAAfMAuTluALk7aQAAAfMAuT1yALk/ZQC5QOUAuUlpALlLYQC5TGUAuU5pAAAB8wC5UfQAuVNlALlVdQC5V2UAuVlpALlb9AC5YOUAuWdpALlpZQAAAfMAuWt0ALltdAC5b+UAuXVpALl3YwC5efQAAADkALl9cwAAAeUAuYFjALmDaQC5hGUAuYdpALmJdgC5jGMAuY5lALmQaQC5k3MAAAHnALmVZQAAAfMAAAHlALmXZQC5mGUAuZtpALmdbwC5n2UAuaDlALmiaQC5pXQAAAHlAAABsgAAAbQAuadtALmpYwC5q3cAAAH5ALmsZQAAAecAua9jAAAB7wC5sUsAubNrALm1YgC5t24AublhALm7bQC5vW8Aub9yALnBcwAAAfQAucNpALnFbAAAAfMAAAHnALnHdQAAAeUAucluALnLcgC5zWkAuc9yALnRZQC50mIAudVyALnXcgC52WUAAADkALnbaQC53XQAud9sALnhYQC54i0AueVyALnnaQC56WUAuetqALntbgAAAfMAue94ALnxegC59GkAAAH5AAAB8gC592wAuflhALn7dQC5/WUAuf9yALoBbQC6A2kAAADkAAAB8gC6BW4AugdqAAAB5QC6CWkAugtsAAAB8wC6DXQAAAHlALoPaQAAAe4AAAHoALoRaQC6El8AuhRpAAAB8wC6F24AuhlvALobbQC6HWkAuh9lALogZQC6I3QAuiVpALonZwC6KXMAuiplALovaQC6MC4AujRsAAAB8wC6N24Aujl0ALo7bAC6PfQAuj9vALpAYQC6QmUAukRpAAAB8wC6SXUAuktvALpNbwC6T2kAulFsAAAB5wC6U2wAulVpALpXYwC6WWUAult0ALphYgC6Y2UAumVjALpncwC6aWkAAAHzAAAB8wAAAeUAAAHuALprbgC6bXMAum90ALpxZQC6c3IAunXnALp3bwAAAbYAunnjALp79wAAAecAun1iALp+LQC6gF8AuoRsALqHcwAAAecAAAHnALqJYQAAAbIAuotqAAAB5AAAAeQAuo1uALqPcwC6kG8AupN1AAAB8gC6lWEAupZfAAAB7gAAAewAupl1AAAB5wAAAe0AuptsAAAB7gC6nW8Aup4uAAAA8gC6oXMAuqJjALqlZgC6qXQAuqthALqsLQC6t3QAAAHhALq5YQC6u3AAAAHwALq8ZQC6v2kAusFvALrDdQC6xWYAusduALrJbwAAAeQAustuALrNYQC6z2cAAAH0AAAB8gC60WMAAAHlALrTbgC61fQAutdsALrZcgC623IAAAHzALrdbwAAAecAut9lALrhcAC643IAuuVlALrnYQC66WkAAAHyALrrbAC67XQAuu9zALrxaQC683QAuvVpAAAB5wC692wAuvlvALr6LQC6/C4Auv5fALsMYwC7DuQAuxBmALsT8wC7F2kAuxlhAAABtAAAAfcAuxtoAAAB5AC7HewAuyNpALsnaQC7KXUAuytuAAAB8AC7LXMAuy9uALsxbgC7M3MAuzVpALs3aQC7OfIAuztpAAAB+QC7PWwAuz91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ANcDcgAAAeUA1wXlAAAB4wAAAfMA1wlvANcLbADXDfMA1w9lANcRLgDXE2IA1xVzAAAB7QDXF2wA1xliANcbYQAAAOQAAAHzANcdbgDXH2wA1yAuANckXwDXKGUA1yppAAAB8wAAAewA1y1yANcvbwDXMGIA1zJlANc1aQDXN2kA1zl6ANc7dADXPW4A1z9uANdBaQDXQ2wA10VtANdGYgDXSGgA10ptANdNdgDXT3MA11FlANdTcwDXVXUA11YtANdYXwAAAfMA11tlANddZQAAAewA118tANdgrQDXaS4A12t6ANdtZQDXb20A13FlANdzcgDXdW8A13doANd5ZQDXe2EA131yANd/YwDXgWwA14NlANeFcwDXh2kA14nkANeLcwDXjS4AAAHoAAAB7ADXj2UA15FyANeTbwDXlWUA15duANeZbgDXm3IA151vANefdQDXofcAAAHkANejYwDXpXQAAAHnANenaQDXqW4A16tzANetbAAAAfQA169kANexbQAAAe4A17NkANe1agAAAfMAAAHnAAAB7ADXt2EA17lnANe7LgDXvWMA179pANfBdADXwy0A18V1ANfGbADXyXcA18thAAAB9AAAAeEA181vANfPdAAAAeMA19FlANfTaQAAAfgAAAGxAAAB5wDX1TIA19dhAAAB8wDX2XIA19tFANfdSQDX33QA1+FjAAAB5wDX42EA1+VhAAAB7QDX52kA1+lWANfrLgDX7W0A1+9tANfxaQAAAfkA1/N0ANf0TgAAAfMA1/dpAAAB5QAAAfIA1/luANf7bgDX/GUA1/9pAAAB8wDYAWMA2ANlANgFYwDYB3IA2AnjAAAB8wDYC2EAAACwAAABsQDYDTUA2A9DANgRQgDYE08AAAHSANgVTwAAAegAAAHlAAAB+QDYF2kA2BlvAAAB5QAAAfMAAAHrANgbYQDYHW0A2B9nAAAB5QDYIUIA2CNVANglRQAAAeQA2CdJANgpQwDYK0QA2C10ANgxTwDYM18A2DVUAAAByADYN0UA2DlTANg7QwDYPUEA2D9FANhBdADYQ2MA2EVtAAAB8gAAAfMA2EdzANhJZADYS3MA2E1kANhPSQDYUWsA2FNvANhVcADYV2wA2FkuAAAB+QAAAecA2FtvANhdaQDYXi4AAAHzAAAB5wDYY/QA2GVhANhnbwDYaW4A2Gtj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ARFzYgAAAeQBEXVuARF3YQAAAfkBEXgtARF6LgERfV8BEX9hAAAB8AAAAeUAAAH5ARGBbAAAAeQAAAHkARGDbAERhWIBEYd0ARGJbwERi3kBEY10ARGPXwERkWEBEZNhARGVYwAAAeQBEZdsARGZcgERm2wBEZ1pARGfdgERoXIBEaNfARGlXwERp2gBEaltARGrZAERrXQAAAHkAAAB7gAAAe4BEa91ARGxcAERs2kBEbXvARG3ZQAAAe4AAAHkARG5ZQERu3IBEb1kARG/cgERwV8BEcNlARHFZQERx3UBEcllARHLcwERzXQBEc9uARHRdgER024BEdV0ARHXdgAAAeUAAAH5ARHZZQER23ABEd1sARHfZQER4XABEeNfARHlcgER52kBEel0ARHreAER7W0BEe9yARHxbQER82EBEfVsARH3RAER+WkAAAH5ARH7aQER/WkBEf9pARIBcgESAy0BEgVkARIHZAESCVMBEgtvARINbwESD28AAAH5ARIRNQESE0UBEhVZAAAB7AESFzcBEhlUARIbSQESHV8AAAH0ARIfeAESIU8BEiNOARIlQwESJ0UBEilUARIrYQAAAeUBEi10ARIvZAESMV8BEjN0ARI1cAAAAe4BEjdlARI5ZwESO2EBEjxJAAAB8wESP0gBEkFfARJDUwESRUIBEkdCARJJRAESS2QBEk1hARJPeAESUWUBElNlAAAB8wESVWkAAAHuAAAB7gESV3ABElljARJbYQESXWwBEl9lARJhQQAAAfQBEmNyARJlZQAAAcQBEmdTAAAB8wESae4BEmt5ARJtawESb2UBEnFJARJzQQESdUEBEndFAAAB5AESeWEBEntIAAABxQAAAfkBEn1JARJ/dAESgewAAAHuARKDQQEShXIBEod5AAAB9QESiVIBEotFARKNUgESj04BEpFFARKTTwESlUEBEpdMARKZTwESm0UBEp1UARKfTQESoUUBEqNfARKlUgESp1QBEqlpARKregAAAeQBEq1qAAAB8gAAAe4AAAHkAAAB5QAAAfAAAAH5ARKvRQESsUQBErNJARK1QQESt1kBErlfARK7SQESvUkBEr9lARLBYwESw2UBEsVjARLHbgESyWUBEstkARLNTgESz1ABEtFJARLTUgAAAfMBEtV4ARLXYgES2WYBEtt2ARLdcwES33MAAAH5AAAB5AES4XYBEuNUAAAB+QES5XUAAAHzARLnaQES6VQAAAHYARLrYQAAAfkBEu1pARLvZQAAAdMAAAH0ARLxYQES81YBEvVpARL3LQAAAdMAAAHFARL5dQES+0UAAAHfAAAB5QES/XUBEv9lAAAB9AETAWEBEwNoARMFbwETB18BEwlpARMLaQETDW8BEw9pARMRZQETE3QBExV1ARMXYQETGW4BExthARMdYQETH24BEyFlARMjbgETJV8BEyd0ARMpXwETK28BEy9uARMxYQETMmEBEzVyARM5ZQETO3MBEz1zARM/bgETQWMBE0NsARNFXwETR2UBE0l0ARNLZQETTWUBE09lAAAB7AETUWMBE1NuARNUYgETVmQBE1hpARNacgETXXMBE19oARNhZwETY3MBE2VrARNnYQAAAfIBE2ltAAAB8gETa3YBE21fARNvegETcW4BE3NlARN1bgETd2EAAAHzARN5ZgETe28BE31hARN/YwETgWkBE4NyAROFaQETh3MAAAHzAROJXwETimEBE4xkAROPbAETkXUBE5NpAROVdgETl2UBE5ljARObYwETnWQBE59sAAAB+QAAAeUBE6FpAROjbAETpWEBE6dyAAAB+QAAAfkAAAHlAROpaQETq2QAAAHsAROsLQAAAfMBE7FhAROzZAAAAeUBE7VkARO3cwETuW8BE7tvAAAB8wETvW8AAAHuAAAB8wETv28AAAH5AAAB8wETwWMBE8NmARPFcwETx2kBE8lsARPLdAETzW0BE89pARPRNQET02kAAAHsARPVZQET13ABE9lnARPbaQET3WwBE99tARPhbgET42UBE+V5AAAB5wET52UBE+l0ARPrcgET7WUBE+9vARPxaQET824BE/VuARP3XwET+WEBE/vlARP9cwAAAfMBE/90ARQBdQEUA2wBFAVtARQHdAEUCWkBFAtzARQNZgEUD2YBFBE3ARQTdAAAAfMAAAHzARQVbgAAAfQBFBdfARQZdAEUG3YBFB1tARQfcgEUIWEBFCNfAAAB8wEUJWcBFCYxARQpXwEUK2kBFC1vARQvawAAAfMBFDEtARQ1aQAAAfIBFDdpARQ5dQEUO2oBFD1iARQ/dAEUQWkBFEN0ARRFXwEUR/MBFEllARRLXwEUTW8BFE9hARRRZQAAAfQBFFN4ARRVYQAAAeUBFFZT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ASnjdwEp5V8BKedlASnpZQEp60QBKe00AAAByAEp718BKfFJASnzZAEp9WMBKfd0ASn5ZQEp+2IAAAHuASn9+AEp/18AAAHIASoBSQEqA0EBKgVOASoHdAEqCW8BKgtrASoNaQEqD2UBKhFpASoTOAEqFWEBKhcuASoZYQAAAeUBKhtPASodXwEqH2UAAAHkASohcgEqIzEAAAHSASolUwEqJ1kBKilFASorSQEqLVMBKi9DASoxSQEqM1MBKjVNASo3VQAAAdQAAAHTASo5VAEqO18AAAHTAAAB0gEqPUYBKj9PAAABxQEqQW4AAAHjASpDZAEqRWQAAAHqASpHdAEqSUUBKktyASpNaQEqT3IAAAHyASpReAEqU0cBKlV4ASpXZwEqWW8BKltsASpddAEqX2wBKmFfASpjYQEqZWkAAAHlASpnZQAAAfMBKmluASprdAEqbWMBKm9fASpxbgEqc24AAAHnASp1bgEqd2EBKnl0ASp7YQEqfWMBKn9fASqBYQEqg2UAAAHmASqFXwEqh3MBKol0ASqLaQEqjWwAAAH5ASqPYQEqkW0BKpNnASqVcgEql3IBKplvASqbXwAAAfQBKp9fASqhZQEqo2kBKqVpASqnZQEqqXQBKqthAAAB8wEqrW4AAAH0ASqvZQEqsWEBKrNwASq1aQEqt20BKrluASq7XwAAAekBKr1yASq/YQEqwWUBKsNlASrFZQEqx2QBKslyAAAB8wEqy3ABKs1pASrPZAEq0WYBKtNiASrVZwEq12UBKtlhASrbYQEq3S0BKt9lASrhXwEq42wBKuX1ASrnZAEq6XIBKutiASrtcwEq72wBKvF0ASrzYQEq9WUBKvdzAAAB8wEq+WUBKvs0ASr9YQEq/2wBKwF1ASsDcgErBXQAAAHzASsHYwErCW8BKwtsASsNcAErD2MAAAHoASsRZAErE3IAAAHoASsVbAErF2YBKxlhASsbdAErHXQBKx9yASshLgAAAfMBKyNpAAAB4wErJW4BKydlASspYQAAAfMBKytfASstYgErL3UBKzF1ASszaQErNWMBKzdrASs5cAErO3UBKz1pASs/YwErQWQBK0NrAStFYgErR3QAAAHlAStJZQErS18BK010AAAB5QErT2UBK1F0AAAB8wErU2UBK1VyAStXYgErWWIAAAHuAStbbwErXV8BK19p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ATEdeQExH2UBMSFyATEiYQExJW8AAAHoATEnZAExKWEBMStkATEtaQExL3QAAAHtAAAB5AAAAeUBMTFkATEzYwExNXABMTdjATE5aQExO3IBMT1sATE/cAExQWkBMUNpATFFaQExR3MBMUluATFLZAExTW4BMU9hATFRcAExU2UAAAHlATFVaQExV3IBMVlyATFbZQAAAeUBMV1pATFf8gExYWEBMWPyATFlXwAAAfMBMWlhATFrYQExbWMBMW9jATFxdAAAAeUBMXN0ATF1cgAAAecBMXd0AAAB+AExeXQAAAHzATF7bgExfXMBMX9fATGBaQExg2EBMYVyATGHXwExiXYBMYtlATGNZgExjl8BMZFjATGTaQExlWQAAAHlAAAB9gExl2YAAAHzATGZbgExmm8BMZ11ATGfYQExoWUAAAHzATGjZwExpXQBMadvAAAB5QExqWwBMattAAAB5QAAAfQBMa1pATGvYQAAAfgBMbFpATGzcgExtWEBMbdtATG5LgExu3IBMb1hATG/YQExwTIBMcN1ATHFbQAAAe4AAAHpATHHZAExyWwBMctpATHNaQExz2MBMdFjATHTYgAAAfMBMdVlATHXYQEx2WEAAAHtAAAB4wEx228BMd1uATHfaQEx4WkAAAHkAAAB8wAAAfMAAAHzATHjZQEx5W4AAAHiATHnbwEx6XMBMesuATHtZgEx728BMfEuATHzLgEx9W8AAAHuATH3agEx+XYAAAHzATH7bAEx/XMBMf9lATIBLQAAAfMBMgNlATIFaQEyB3MBMglfAAAB8wEyC18BMg1kATIPYwEyEW8BMhNfATIVXwEyF2UBMhlwATIbXwEyHW4BMh9sAAAB9AEyIWUBMiNkATIlZAEyJ24BMiljATIraQEyLXABMi9vATIxZAEyM3IBMjVpAAAB9AAAAfMBMjdlATI5LgEyO2QBMj1fATI/YwEyQW8BMkNoATJFeQAAAeUAAAHuAAAB8wAAAe4BMkdhATJJdAEyS3gBMk1uATJPZgEyUXQBMlNyATJVdAEyV2UBMlktATJbcgAAAeQAAAHsATJdYwEyX3ABMmFyAAAB5wEyY3IBMmVfATJnYwEyaWIBMmt5ATJtbgEyb3IBMnFuATJzcAEydXMBMndlATJ5bAEye18BMn1yAAAB7gEyf18BMoNhATKFeAEyh3QBMolz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"; \ No newline at end of file diff --git a/dumped.trie b/dumped.trie index 37916dc00..2d68547ff 100644 Binary files a/dumped.trie and b/dumped.trie differ