From 7d503bfffc016671c6cf4f7b543464163d188d19 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 24 Sep 2024 17:40:33 +0000 Subject: [PATCH] Update --- Reference-tables.html | 4 ++++ Release-notes-for-1-6-0.html | 14 ++++++++++++++ assets/js/search/Clang | 2 +- assets/js/search/GNU-like | 1 + assets/js/search/Meson | 2 +- assets/js/search/Zig | 1 + assets/js/search/clang | 2 +- assets/js/search/compiler | 2 +- assets/js/search/correctly | 2 +- assets/js/search/drop-in | 1 + assets/js/search/dynamic | 2 +- assets/js/search/file | 2 +- assets/js/search/fine | 2 +- assets/js/search/frontend | 2 +- assets/js/search/gnu-like | 1 + assets/js/search/handles | 2 +- .../Reference-tables.html-linker-ids.fragment | 2 +- ...be-used-as-a-cc-compiler-frontend.fragment | 1 + assets/js/search/ld | 2 +- assets/js/search/ld.zigcc | 1 + assets/js/search/linker | 2 +- assets/js/search/machine | 2 +- assets/js/search/meson | 2 +- assets/js/search/offers | 2 +- assets/js/search/replacement | 2 +- assets/js/search/reports | 2 +- assets/js/search/wasn | 2 +- assets/js/search/worked | 2 +- assets/js/search/zig | 1 + assets/js/trie_index.js | 2 +- dumped.trie | Bin 158444 -> 158524 bytes 31 files changed, 46 insertions(+), 21 deletions(-) create mode 100644 assets/js/search/GNU-like create mode 100644 assets/js/search/Zig create mode 100644 assets/js/search/drop-in create mode 100644 assets/js/search/gnu-like create mode 100644 assets/js/search/hotdoc_fragments/Release-notes-for-1-6-0.html-zig-011-can-be-used-as-a-cc-compiler-frontend.fragment create mode 100644 assets/js/search/ld.zigcc create mode 100644 assets/js/search/zig diff --git a/Reference-tables.html b/Reference-tables.html index fd5678c20..6b14a565e 100644 --- a/Reference-tables.html +++ b/Reference-tables.html @@ -470,6 +470,10 @@

Linker ids

emscripten's wasm-ld linker + ld.zigcc + The Zig linker (C/C++ frontend; GNU-like) + + ld64 Apple ld64 diff --git a/Release-notes-for-1-6-0.html b/Release-notes-for-1-6-0.html index 8ff933e36..59e9e232d 100644 --- a/Release-notes-for-1-6-0.html +++ b/Release-notes-for-1-6-0.html @@ -292,6 +292,20 @@

test() and benchmark() fu executable is a wrapper which invokes another program given as an argument.

test('some_test', find_program('sudo'), args : [ find_program('sh'), 'script.sh' ])
+
+

Zig 0.11 can be used as a C/C++ compiler frontend

+

Zig offers +a C/C++ frontend as a drop-in replacement for Clang. It worked fine with Meson up to Zig 0.10. Since 0.11, Zig's +dynamic linker reports itself as zig ld, which wasn't known to Meson. Meson now correctly handles +Zig's linker.

+

You can use Zig's frontend via a machine file:

+
[binaries]
+c = ['zig', 'cc']
+cpp = ['zig', 'c++']
+ar = ['zig', 'ar']
+ranlib = ['zig', 'ranlib']
+lib = ['zig', 'lib']
+dlltool = ['zig', 'dlltool']
 
diff --git a/assets/js/search/Clang b/assets/js/search/Clang index 5d59446f8..932ad8847 100644 --- a/assets/js/search/Clang +++ b/assets/js/search/Clang @@ -1 +1 @@ -urls_downloaded_cb({"token":"Clang","urls":[{"url":"Builtin-options.html#details-for-warning_level","node_type":"table","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for warning_level\n"],"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":"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":"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-tables.html#compiler-ids","node_type":"table","page":"Reference tables","sections":["Reference tables","Compiler ids"],"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-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-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-51-0.html#support-for-the-intel-compiler-on-windows-icl","node_type":"p","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-blocks-dependency","node_type":"p","page":"Release 0.52.0","sections":["New features","Add blocks dependency"],"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-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#support-for-mold-linker-added","node_type":"p","page":"Release 0.63.0","sections":["New features","Support for mold linker added"],"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-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#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":"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":"Simple-comparison.html#conclusions","node_type":"p","page":"A simple comparison","sections":["A simple comparison","Conclusions"],"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":"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-clang-static-analyzer","node_type":"h2","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":"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":"Clang","urls":[{"url":"Builtin-options.html#details-for-warning_level","node_type":"table","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for warning_level\n"],"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":"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":"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-tables.html#compiler-ids","node_type":"table","page":"Reference tables","sections":["Reference tables","Compiler ids"],"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-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-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-51-0.html#support-for-the-intel-compiler-on-windows-icl","node_type":"p","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-blocks-dependency","node_type":"p","page":"Release 0.52.0","sections":["New features","Add blocks dependency"],"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-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#support-for-mold-linker-added","node_type":"p","page":"Release 0.63.0","sections":["New features","Support for mold linker added"],"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-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#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-6-0.html#zig-011-can-be-used-as-a-cc-compiler-frontend","node_type":"p","page":"Release 1.6.0 (in development)","sections":["New features (in development)","Zig 0.11 can be used as a C/C++ compiler frontend"],"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":"Simple-comparison.html#conclusions","node_type":"p","page":"A simple comparison","sections":["A simple comparison","Conclusions"],"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":"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-clang-static-analyzer","node_type":"h2","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":"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/GNU-like b/assets/js/search/GNU-like new file mode 100644 index 000000000..089b5fff0 --- /dev/null +++ b/assets/js/search/GNU-like @@ -0,0 +1 @@ +urls_downloaded_cb({"token":"GNU-like","urls":[{"url":"Reference-tables.html#linker-ids","node_type":"table","page":"Reference tables","sections":["Reference tables","Linker ids"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/Meson b/assets/js/search/Meson index 183006da0..5c47dd864 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#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#documentation","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Documentation"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#external-dependencies","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","External dependencies"],"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-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":"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#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#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#support-for-llvmbased-flang-compiler","node_type":"p","page":"Release 1.6.0 (in development)","sections":["New features (in development)","Support for LLVM-based flang compiler"],"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 (in development)","sections":["New features (in development)","Tools can be selected when calling has_tools() on the Qt modules"],"context":{"gi-language":["default"]}},{"url":"Release-procedure.html#trunk","node_type":"p","page":"Release procedure","sections":["Trunk"],"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#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-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","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":"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#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#documentation","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Documentation"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#external-dependencies","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","External dependencies"],"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-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":"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#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#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#support-for-llvmbased-flang-compiler","node_type":"p","page":"Release 1.6.0 (in development)","sections":["New features (in development)","Support for LLVM-based flang compiler"],"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 (in development)","sections":["New features (in development)","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 (in development)","sections":["New features (in development)","Zig 0.11 can be used as a C/C++ compiler frontend"],"context":{"gi-language":["default"]}},{"url":"Release-procedure.html#trunk","node_type":"p","page":"Release procedure","sections":["Trunk"],"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#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-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","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":"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/Zig b/assets/js/search/Zig new file mode 100644 index 000000000..73e0d13d3 --- /dev/null +++ b/assets/js/search/Zig @@ -0,0 +1 @@ +urls_downloaded_cb({"token":"Zig","urls":[{"url":"Reference-tables.html#linker-ids","node_type":"table","page":"Reference tables","sections":["Reference tables","Linker ids"],"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 (in development)","sections":["New features (in development)","Zig 0.11 can be used as a C/C++ compiler frontend"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/clang b/assets/js/search/clang index e5be96534..899e508de 100644 --- a/assets/js/search/clang +++ b/assets/js/search/clang @@ -1 +1 @@ -urls_downloaded_cb({"token":"clang","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":"Builtin-options.html#details-for-warning_level","node_type":"table","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for warning_level\n"],"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#dia-sdk","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","DIA SDK"],"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":"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#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":"Native-environments.html#persistent-native-environments","node_type":"ul","page":"Persistent native environments","sections":["Persistent native environments"],"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#returned-by","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Returned by"],"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":"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-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-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-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-51-0.html#support-for-the-intel-compiler-on-windows-icl","node_type":"p","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-blocks-dependency","node_type":"p","page":"Release 0.52.0","sections":["New features","Add blocks dependency"],"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-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-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-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-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-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-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#support-for-mold-linker-added","node_type":"p","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#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-1-0-0.html#rustbindgen-accepts-a-dependency-argument","node_type":"p","page":"Release 1.0.0","sections":["New features","rust.bindgen accepts a dependency argument"],"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-2-0.html#a-machine-file-may-be-used-to-pass-extra-arguments-to-clang-in-a-bindgen-call","node_type":"h2","page":"Release 1.2.0","sections":["New features","A machine file may be used to pass extra arguments to clang in a bindgen call"],"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-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#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-6-0.html#support-for-dia-sdk","node_type":"p","page":"Release 1.6.0 (in development)","sections":["New features (in development)","Support for DIA SDK"],"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":"Simple-comparison.html#conclusions","node_type":"p","page":"A simple comparison","sections":["A simple comparison","Conclusions"],"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-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":"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#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-clang-static-analyzer","node_type":"h2","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":"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":"clang","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":"Builtin-options.html#details-for-warning_level","node_type":"table","page":"Built-in options","sections":["Built-in options","Universal options","Core options","Details for warning_level\n"],"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#dia-sdk","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","DIA SDK"],"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":"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#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":"Native-environments.html#persistent-native-environments","node_type":"ul","page":"Persistent native environments","sections":["Persistent native environments"],"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#returned-by","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Returned by"],"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":"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-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-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-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-51-0.html#support-for-the-intel-compiler-on-windows-icl","node_type":"p","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-blocks-dependency","node_type":"p","page":"Release 0.52.0","sections":["New features","Add blocks dependency"],"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-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-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-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-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-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-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#support-for-mold-linker-added","node_type":"p","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#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-1-0-0.html#rustbindgen-accepts-a-dependency-argument","node_type":"p","page":"Release 1.0.0","sections":["New features","rust.bindgen accepts a dependency argument"],"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-2-0.html#a-machine-file-may-be-used-to-pass-extra-arguments-to-clang-in-a-bindgen-call","node_type":"h2","page":"Release 1.2.0","sections":["New features","A machine file may be used to pass extra arguments to clang in a bindgen call"],"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-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#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-6-0.html#support-for-dia-sdk","node_type":"p","page":"Release 1.6.0 (in development)","sections":["New features (in development)","Support for DIA SDK"],"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 (in development)","sections":["New features (in development)","Zig 0.11 can be used as a C/C++ compiler frontend"],"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":"Simple-comparison.html#conclusions","node_type":"p","page":"A simple comparison","sections":["A simple comparison","Conclusions"],"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-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":"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#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-clang-static-analyzer","node_type":"h2","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":"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/compiler b/assets/js/search/compiler index f7a4550bb..57bb4a9db 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-of-implicitlyincluded-headers-in-clike-compiler-checks","node_type":"h2","page":"Release 1.3.0","sections":["New features","Clarify of 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 (in development)","sections":["New features (in development)","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 (in development)","sections":["New features (in development)","Support for LLVM-based flang compiler"],"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-of-implicitlyincluded-headers-in-clike-compiler-checks","node_type":"h2","page":"Release 1.3.0","sections":["New features","Clarify of 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 (in development)","sections":["New features (in development)","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 (in development)","sections":["New features (in development)","Support for LLVM-based flang compiler"],"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 (in development)","sections":["New features (in development)","Zig 0.11 can be used as a C/C++ compiler frontend"],"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/correctly b/assets/js/search/correctly index 9c154ab61..b6f22bfea 100644 --- a/assets/js/search/correctly +++ b/assets/js/search/correctly @@ -1 +1 @@ -urls_downloaded_cb({"token":"correctly","urls":[{"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#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":"Comparisons.html#cons","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","GNU Autotools","Cons"],"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":"Contributing.html#installed","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","installed"],"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":"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#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":"Reference-manual_functions.html#install_data","node_type":"p","page":"Functions","sections":["Functions","install_data()"],"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_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#deppartial_dependency","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.partial_dependency()"],"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_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":"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-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-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-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":"Release-notes-for-0-54-0.html#changed-the-signal-used-to-terminate-a-test-process-group","node_type":"p","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-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#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-59-0.html#support-for-the-wine-resource-compiler","node_type":"p","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#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-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-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-0-0.html#rustbindgen-accepts-a-dependency-argument","node_type":"p","page":"Release 1.0.0","sections":["New features","rust.bindgen accepts a dependency argument"],"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-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"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"correctly","urls":[{"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#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":"Comparisons.html#cons","node_type":"p","page":"Comparisons","sections":["Comparing Meson with other build systems","GNU Autotools","Cons"],"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":"Contributing.html#installed","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Configuring project tests","installed"],"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":"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#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":"Reference-manual_functions.html#install_data","node_type":"p","page":"Functions","sections":["Functions","install_data()"],"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_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#deppartial_dependency","node_type":"p","page":"Dependency object","sections":["Dependency object (dep)","Dependency object methods","dep.partial_dependency()"],"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_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":"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-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-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-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":"Release-notes-for-0-54-0.html#changed-the-signal-used-to-terminate-a-test-process-group","node_type":"p","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-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#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-59-0.html#support-for-the-wine-resource-compiler","node_type":"p","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#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-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-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-0-0.html#rustbindgen-accepts-a-dependency-argument","node_type":"p","page":"Release 1.0.0","sections":["New features","rust.bindgen accepts a dependency argument"],"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-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-6-0.html#zig-011-can-be-used-as-a-cc-compiler-frontend","node_type":"p","page":"Release 1.6.0 (in development)","sections":["New features (in development)","Zig 0.11 can be used as a C/C++ compiler frontend"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/drop-in b/assets/js/search/drop-in new file mode 100644 index 000000000..59968d98b --- /dev/null +++ b/assets/js/search/drop-in @@ -0,0 +1 @@ +urls_downloaded_cb({"token":"drop-in","urls":[{"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 (in development)","sections":["New features (in development)","Zig 0.11 can be used as a C/C++ compiler frontend"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/dynamic b/assets/js/search/dynamic index 38f848df2..b1ed910d9 100644 --- a/assets/js/search/dynamic +++ b/assets/js/search/dynamic @@ -1 +1 @@ -urls_downloaded_cb({"token":"dynamic","urls":[{"url":"Dependencies.html#dl-libdl","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","dl (libdl)"],"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#dependency_static","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"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-44-0.html#llvm-dependency-supports-both-dynamic-and-static-linking","node_type":"h2","page":"Release 0.44","sections":["New features","LLVM dependency supports both dynamic and static linking"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#add-keyword-static-to-find_library","node_type":"p","page":"Release 0.51.0","sections":["New features","Add keyword static to find_library\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-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-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-1-3-0.html#configure_file-now-has-a-macro_name-parameter","node_type":"p","page":"Release 1.3.0","sections":["New features","\nconfigure_file() now has a macro_name parameter."],"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":"dynamic","urls":[{"url":"Dependencies.html#dl-libdl","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","dl (libdl)"],"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#dependency_static","node_type":"p","page":"Functions","sections":["Functions","dependency()","Arguments"],"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-44-0.html#llvm-dependency-supports-both-dynamic-and-static-linking","node_type":"h2","page":"Release 0.44","sections":["New features","LLVM dependency supports both dynamic and static linking"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-51-0.html#add-keyword-static-to-find_library","node_type":"p","page":"Release 0.51.0","sections":["New features","Add keyword static to find_library\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-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-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-1-3-0.html#configure_file-now-has-a-macro_name-parameter","node_type":"p","page":"Release 1.3.0","sections":["New features","\nconfigure_file() now has a macro_name parameter."],"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 (in development)","sections":["New features (in development)","Zig 0.11 can be used as a C/C++ compiler frontend"],"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/file b/assets/js/search/file index 28dc92514..9955f88c4 100644 --- a/assets/js/search/file +++ b/assets/js/search/file @@ -1 +1 @@ -urls_downloaded_cb({"token":"file","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-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#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":"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":"Build-options.html#build-options","node_type":"p","page":"Build options","sections":["Build options"],"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#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#directories","node_type":"table","page":"Built-in options","sections":["Built-in options","Universal options","Directories"],"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":"CMake-module.html#cmakeconfigure_package_config_file","node_type":"ul","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":"ul","page":"CMake module","sections":["CMake module","CMake configuration files","cmake.write_basic_package_version_file()"],"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":"Commands.html#devenv","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","devenv"],"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":"Commands.html#rewrite","node_type":"p","page":"Command-line commands","sections":["Command-line commands","rewrite"],"context":{"gi-language":["default"]}},{"url":"Commands.html#targets","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","compile","Targets"],"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#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#a-full-example","node_type":"ul","page":"Configuration","sections":["A full example"],"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":"h2","page":"Configuration","sections":["Configuration","Configuring without an input file"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#dealing-with-file-encodings","node_type":"h2","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#appveyor-for-windows","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","AppVeyor for Windows"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#circleci-for-linux-host-with-custom-docker-images","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","CircleCI for Linux host (with 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#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#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":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Project tests"],"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-releases.html#creating-releases","node_type":"p","page":"Creating releases","sections":["Creating releases"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#changing-cross-file-settings","node_type":"h2","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":"h2","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#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":"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#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#integrating-with-dub","node_type":"p","page":"D","sections":["Integrating with DUB"],"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#config-tool","node_type":"p","page":"Dependencies","sections":["Dependency detection method","Config tool"],"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","node_type":"p","page":"Dependencies","sections":["Dependencies"],"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":"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":"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":"External-Project-module.html#external-project-module","node_type":"ul","page":"External Project module","sections":["External Project module"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#using-wrap-file","node_type":"h2","page":"External Project module","sections":["External Project module","Using wrap file"],"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#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-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#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#my-project-works-fine-on-linux-and-mingw-but-fails-to-link-with-msvc-due-to-a-missing-lib-file-fatal-error-lnk1181-why","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","My project works fine on Linux and MinGW but fails to link with MSVC due to a missing .lib file (fatal error LNK1181). Why?"],"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-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":"Fs-module.html#copyfile","node_type":"ul","page":"FS (filesystem) module","sections":["FS (filesystem) module","Filename modification","copyfile"],"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#file-lookup-rules","node_type":"h2","page":"FS (filesystem) module","sections":["FS (filesystem) module","File lookup rules"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#file-parameters","node_type":"h2","page":"FS (filesystem) module","sections":["FS (filesystem) module","File Parameters"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#fs-filesystem-module","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module"],"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_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#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#size","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","File Parameters","size"],"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#using-custom_target","node_type":"p","page":"Generating sources","sections":["Generating sources","Using custom_target()"],"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#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":"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#gnomegenerate_vapi","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.generate_vapi()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegenmarshal","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.genmarshal()"],"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":"Gnome-module.html#gnomemkenums","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.mkenums()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomemkenums_simple","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.mkenums_simple()"],"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":"Gnome-module.html#gnomeyelp","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.yelp()"],"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":"Hotdoc-module.html#hotdocgenerate_doc","node_type":"ul","page":"Hotdoc module","sections":["Hotdoc module","Usage","hotdoc.generate_doc()"],"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":"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":"table","page":"IDE integration","sections":["IDE integration"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#install-plan","node_type":"p","page":"IDE integration","sections":["IDE integration","The targets section","Install plan"],"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#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-targets-section","node_type":"p","page":"IDE integration","sections":["IDE integration","The targets section"],"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#installation-tags","node_type":"ul","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":"ul","page":"keyval module","sections":["keyval module","Usage","keyval.load()"],"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":"Localisation.html#generate-pot-file","node_type":"h3","page":"Localisation","sections":["Localisation","Generating .pot and .po files","generate .pot file"],"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":"Localisation.html#mesonbuild","node_type":"p","page":"Localisation","sections":["Localisation","Generating .pot and .po files","meson.build"],"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#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":"ul","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":"h1","page":"Cross and Native File reference","sections":["Cross and Native File reference"],"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#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#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":"Manual.html#subpages","node_type":"p","page":"Manual","sections":[],"context":{"gi-language":["default"]}},{"url":"Meson-sample.html#meson-sample","node_type":"p","page":"Meson sample","sections":["Meson sample"],"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":"Native-environments.html#changing-native-file-settings","node_type":"h2","page":"Persistent native environments","sections":["Persistent native environments","Changing native file settings"],"context":{"gi-language":["default"]}},{"url":"Native-environments.html#native-file-locations","node_type":"h2","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":"Native-environments.html#using-a-native-file","node_type":"h2","page":"Persistent native environments","sections":["Persistent native environments","Using a native file"],"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":"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#initializing-project-and-setting-compilers","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Configure.ac","Initializing project and setting compilers"],"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":"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":"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":"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#example","node_type":"p","page":"Qt4 module","sections":["Qt4 module","Example"],"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#example","node_type":"p","page":"Qt5 module","sections":["Qt5 module","Example"],"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#example","node_type":"p","page":"Qt6 module","sections":["Qt6 module","Example"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#preprocess","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","preprocess"],"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_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_dist_script_script_name","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_dist_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#add_install_script_script_name","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_postconf_script_script_name","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_postconf_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments1","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_dist_script()","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#arguments3","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_postconf_script()","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#arguments7","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.has_external_property()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments8","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.install_dependency_manifest()","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_cross_property_propname","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#get_external_property_native","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_external_property_propname","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#has_external_property_native","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.has_external_property()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#has_external_property_propname","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.has_external_property()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#install_dependency_manifest_output_name","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.install_dependency_manifest()","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#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_meson.html#mesonhas_external_property","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.has_external_property()"],"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_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#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#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments21","node_type":"p","page":"Functions","sections":["Functions","files()","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#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#arguments30","node_type":"table","page":"Functions","sections":["Functions","install_headers()","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#arguments32","node_type":"table","page":"Functions","sections":["Functions","install_subdir()","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":"p","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#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#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#arguments9","node_type":"table","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries__lang__pch","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","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_install_mode","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","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#both_libraries_link_with","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_prelink","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","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#build_target__lang__pch","node_type":"p","page":"Functions","sections":["Functions","build_target()","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_install_mode","node_type":"p","page":"Functions","sections":["Functions","build_target()","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#build_target_link_with","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_prelink","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_vs_module_defs","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#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_configuration","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_depfile","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_input","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#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_mode","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#configure_file_output","node_type":"p","page":"Functions","sections":["Functions","configure_file()","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_capture","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_depend_files","node_type":"p","page":"Functions","sections":["Functions","custom_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#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_mode","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#example1","node_type":"p","page":"Functions","sections":["Functions","files()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable__lang__pch","node_type":"p","page":"Functions","sections":["Functions","executable()","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_install_mode","node_type":"p","page":"Functions","sections":["Functions","executable()","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#executable_link_with","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_vs_module_defs","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#files","node_type":"p","page":"Functions","sections":["Functions","files()"],"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_native","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_program_name","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#generator","node_type":"ul","page":"Functions","sections":["Functions","generator()"],"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#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#install_data_install_mode","node_type":"p","page":"Functions","sections":["Functions","install_data()","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_emptydir_install_mode","node_type":"p","page":"Functions","sections":["Functions","install_emptydir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_headers_install_mode","node_type":"p","page":"Functions","sections":["Functions","install_headers()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_man_install_mode","node_type":"p","page":"Functions","sections":["Functions","install_man()","Arguments"],"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#install_subdir_exclude_files","node_type":"p","page":"Functions","sections":["Functions","install_subdir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_subdir_install_mode","node_type":"p","page":"Functions","sections":["Functions","install_subdir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar__lang__pch","node_type":"p","page":"Functions","sections":["Functions","jar()","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_install_mode","node_type":"p","page":"Functions","sections":["Functions","jar()","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#jar_link_with","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__lang__pch","node_type":"p","page":"Functions","sections":["Functions","library()","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#library_install_mode","node_type":"p","page":"Functions","sections":["Functions","library()","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#library_link_with","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_prelink","node_type":"p","page":"Functions","sections":["Functions","library()","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_license_files","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_target","node_type":"p","page":"Functions","sections":["Functions","run_target()"],"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__lang__pch","node_type":"p","page":"Functions","sections":["Functions","shared_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_library_install_mode","node_type":"p","page":"Functions","sections":["Functions","shared_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_library_link_with","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"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__lang__pch","node_type":"p","page":"Functions","sections":["Functions","shared_module()","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_install_mode","node_type":"p","page":"Functions","sections":["Functions","shared_module()","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#shared_module_link_with","node_type":"p","page":"Functions","sections":["Functions","shared_module()","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#static_library__lang__pch","node_type":"p","page":"Functions","sections":["Functions","static_library()","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_install_mode","node_type":"p","page":"Functions","sections":["Functions","static_library()","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":"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#static_library_prelink","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"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":"Reference-manual_functions.html#subproject_subproject_name","node_type":"p","page":"Functions","sections":["Functions","subproject()","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_input","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag_output","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.html#subpages","node_type":"p","page":"Returned objects","sections":[],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_both_libs.html#arguments1","node_type":"p","page":"Both libraries object","sections":["Both libraries object (both_libs extends lib)","Inherited methods","build_tgt.extract_objects()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_both_libs.html#build_tgtextract_objects","node_type":"p","page":"Both libraries object","sections":["Both libraries object (both_libs extends lib)","Inherited methods","build_tgt.extract_objects()"],"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#arguments1","node_type":"p","page":"Build target","sections":["Build target (build_tgt extends tgt)","Build target methods","build_tgt.extract_objects()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_build_tgt.html#build_tgtextract_objects","node_type":"p","page":"Build target","sections":["Build target (build_tgt extends tgt)","Build target methods","build_tgt.extract_objects()"],"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#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#set10_description","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_description","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_quoted_description","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_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#arguments23","node_type":"ul","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#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#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#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_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_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_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_exe.html#arguments1","node_type":"p","page":"Executable target","sections":["Executable target (exe extends build_tgt)","Inherited methods","build_tgt.extract_objects()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_exe.html#build_tgtextract_objects","node_type":"p","page":"Executable target","sections":["Executable target (exe extends build_tgt)","Inherited methods","build_tgt.extract_objects()"],"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_extracted_obj.html#extracted-object-file-extracted_obj","node_type":"h1","page":"Extracted object file","sections":["Extracted object file (extracted_obj)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_extracted_obj.html#returned-by","node_type":"p","page":"Extracted object file","sections":["Extracted object file (extracted_obj)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_file.html#file-file","node_type":"h1","page":"File","sections":["File (file)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_file.html#file-methods","node_type":"h2","page":"File","sections":["File (file)","File methods"],"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_file.html#returned-by","node_type":"p","page":"File","sections":["File (file)","Returned by"],"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_preserve_path_from","node_type":"p","page":"Generator object","sections":["Generator object (generator)","Generator object methods","generator.process()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_jar.html#arguments1","node_type":"p","page":"JAR build target","sections":["JAR build target (jar extends build_tgt)","Inherited methods","build_tgt.extract_objects()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_jar.html#build_tgtextract_objects","node_type":"p","page":"JAR build target","sections":["JAR build target (jar extends build_tgt)","Inherited methods","build_tgt.extract_objects()"],"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#arguments1","node_type":"p","page":"Library target","sections":["Library target (lib extends build_tgt)","Inherited methods","build_tgt.extract_objects()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_lib.html#build_tgtextract_objects","node_type":"p","page":"Library target","sections":["Library target (lib extends build_tgt)","Inherited methods","build_tgt.extract_objects()"],"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-tables.html#cpu-families","node_type":"p","page":"Reference tables","sections":["Reference tables","CPU families"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#i18n-module","node_type":"ul","page":"Release 0.37","sections":["New features","i18n module"],"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#mesonrewriter","node_type":"p","page":"Release 0.37","sections":["New features","Mesonrewriter"],"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-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-38-0.html#can-specify-file-permissions-and-owner-when-installing-data","node_type":"h2","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#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-41-0.html#pkgconfig-support-for-custom-variables","node_type":"p","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":"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#pkgconfig-support-for-additional-cflags","node_type":"p","page":"Release 0.42","sections":["New features","Pkgconfig support for additional cflags"],"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-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#can-override-executables-in-the-cross-file","node_type":"h2","page":"Release 0.43","sections":["Can override executables in the cross file"],"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#configtool-based-dependencies-can-be-specified-in-a-cross-file","node_type":"h2","page":"Release 0.45","sections":["New features","Config-Tool based dependencies can be specified in a cross file"],"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#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#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#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#improved-generation-of-pkgconfig-files-for-static-only-libraries","node_type":"p","page":"Release 0.46","sections":["New features","Improved generation of pkg-config files for static only libraries."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#improvements-to-pkgconfig-module","node_type":"p","page":"Release 0.46","sections":["New features","Improvements to pkgconfig module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#support-for-lcc-compiler-for-e2k-elbrus-architecture","node_type":"ul","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#install_mode-keyword-argument-extended-to-all-installable-targets","node_type":"p","page":"Release 0.47","sections":["New features","\ninstall_mode: keyword argument extended to all installable targets"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-action-copy-for-configure_file","node_type":"p","page":"Release 0.47","sections":["New features","New action copy: for configure_file()\n"],"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-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-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#git-wraps-can-now-clone-submodules-automatically","node_type":"p","page":"Release 0.48","sections":["New features","Git wraps can now clone submodules automatically"],"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-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#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#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#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":"h2","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#extract_objects-accepts-file-arguments","node_type":"h2","page":"Release 0.50.0","sections":["New features","\nextract_objects: accepts File arguments"],"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#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-50-0.html#native-and-cross-file-paths-and-directories","node_type":"h2","page":"Release 0.50.0","sections":["New features","Native and Cross File Paths and Directories"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#new-kwarg-install-for-configure_file","node_type":"p","page":"Release 0.50.0","sections":["New features","New kwarg install: for configure_file()\n"],"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#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-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#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-52-0.html#enhancements-to-the-kconfig-module","node_type":"p","page":"Release 0.52.0","sections":["New features","Enhancements to the kconfig module"],"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#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#a-new-module-for-filesystem-operations","node_type":"p","page":"Release 0.53.0","sections":["New features","A new module for filesystem operations"],"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#improved-cmake-subprojects-support","node_type":"ul","page":"Release 0.53.0","sections":["New features","Improved CMake subprojects support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#consistently-report-file-locations-relative-to-cwd","node_type":"h2","page":"Release 0.54.0","sections":["New features","Consistently report file locations relative to cwd"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#introduce-dataonly-for-the-pkgconfig-module","node_type":"p","page":"Release 0.54.0","sections":["New features","Introduce dataonly for the pkgconfig module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#native-file-properties","node_type":"h2","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#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-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-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":"h2","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#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#config-tool-based-dependencies-no-longer-search-path-for-cross-compiling","node_type":"p","page":"Release 0.55.0","sections":["New features","Config tool based dependencies no longer search PATH for cross compiling"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#find_program-fallback","node_type":"p","page":"Release 0.55.0","sections":["New features","\nfind_program() fallback"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#implicit-dependency-fallback","node_type":"p","page":"Release 0.55.0","sections":["New features","Implicit dependency fallback"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#local-wrap-source-and-patch-files","node_type":"p","page":"Release 0.55.0","sections":["New features","Local wrap source and patch files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#machine-file-constants","node_type":"h2","page":"Release 0.55.0","sections":["New features","Machine file constants"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#meson-test-now-produces-junit-xml-from-results","node_type":"p","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#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-55-0.html#wrap-file-provide-section","node_type":"h2","page":"Release 0.55.0","sections":["New features","Wrap file provide section"],"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#machine-file-keys-are-stored-case-sensitive","node_type":"h2","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#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#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#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#project-version-can-be-specified-with-a-file","node_type":"h2","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#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":"h2","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#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#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#passing-custom_target-output-to-pkggenerate","node_type":"p","page":"Release 0.58.0","sections":["New features","Passing custom_target() output to pkg.generate()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#use-fallback-from-wrap-file-when-force-fallback","node_type":"h2","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#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-59-0.html#support-for-the-wine-resource-compiler","node_type":"p","page":"Release 0.59.0","sections":["New features","Support for the Wine Resource Compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#the-custom_target-function-now-accepts-a-feed-argument","node_type":"p","page":"Release 0.59.0","sections":["New features","The custom_target() function now accepts a feed argument"],"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-60-0.html#add-support-for-find_library-in-emscripten","node_type":"p","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#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-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-61-0.html#meson-rewrite-target-target-info-outputs-targets-extra_files","node_type":"p","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#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-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#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#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#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#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":"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-64-0.html#added-preserve_path-arg-to-install_data","node_type":"p","page":"Release 0.64.0","sections":["New features","Added preserve_path arg to install_data"],"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#fscopyfile-to-replace-configure_filecopy-true","node_type":"p","page":"Release 0.64.0","sections":["New features","\nfs.copyfile to replace configure_file(copy : true)\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#various-install_-functions-no-longer-handle-the-sticky-bit","node_type":"p","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#dump-devenv-into-file-and-select-format","node_type":"h2","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#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-1-0.html#support-for-reading-options-from-mesonoptions","node_type":"p","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#a-machine-file-may-be-used-to-pass-extra-arguments-to-clang-in-a-bindgen-call","node_type":"h2","page":"Release 1.2.0","sections":["New features","A machine file may be used to pass extra arguments to clang in a bindgen call"],"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-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-json-output_format-to-configure_file","node_type":"p","page":"Release 1.3.0","sections":["New features","Added 'json' output_format to configure_file()"],"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#configure_file-now-has-a-macro_name-parameter","node_type":"p","page":"Release 1.3.0","sections":["New features","\nconfigure_file() now has a macro_name parameter."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#executable-gains-vs_module_defs-keyword","node_type":"p","page":"Release 1.3.0","sections":["New features","Executable gains vs_module_defs keyword"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#global_source_root-and-dirname-in-machine-files","node_type":"ul","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#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#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-4-0.html#added-preserve_paths-keyword-argument-to-qt-module-functions","node_type":"p","page":"Release 1.4.0","sections":["New features","Added preserve_paths keyword argument to qt module functions."],"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#file-object-now-has-full_path-method","node_type":"h2","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#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-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#cargo-dependencies-names-now-include-the-api-version","node_type":"p","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#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-procedure.html#requesting-a-bug-fix-release","node_type":"ul","page":"Release procedure","sections":["Requesting a bug fix release"],"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#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-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#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":"Rust-module.html#bindgen","node_type":"ul","page":"Rust module","sections":["Rust module","Functions","bindgen()"],"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#use-with-rustanalyzer","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Use with rust-analyzer"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#using-a-wrap-file","node_type":"h2","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#a-simple-comparison","node_type":"p","page":"A simple comparison","sections":["A simple comparison"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#without-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","Without Homebrew"],"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#sources","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_configuration object","Methods","sources()"],"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":"Style-guide.html#sorting-source-paths","node_type":"p","page":"Style recommendations","sections":["Sorting source paths"],"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#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#includes","node_type":"p","page":"Syntax","sections":["Syntax","Includes"],"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#parallelism","node_type":"p","page":"Unit tests","sections":["Unit tests","Parallelism"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#testlogjson","node_type":"p","page":"Unit tests","sections":["Unit tests","Test outputs","testlog.json"],"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":"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#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-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#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#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":"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#find_protocol","node_type":"p","page":"Unstable Wayland Module","sections":["Unstable Wayland Module","Methods","find_protocol"],"context":{"gi-language":["default"]}},{"url":"Wayland-module.html#scan_xml","node_type":"ul","page":"Unstable Wayland Module","sections":["Unstable Wayland Module","Methods","scan_xml"],"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#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#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#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":"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":"ul","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#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":"Wrapdb-projects.html#meson-wrapdb-packages","node_type":"p","page":"Meson WrapDB packages","sections":["Meson WrapDB packages"],"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#exclude-a-file-from-unity-builds","node_type":"h2","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#generate-a-runnable-script-with-configure_file","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Generate a runnable script with configure_file\n"],"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":"i18n-module.html#i18ngettext","node_type":"ul","page":"I18n module","sections":["I18n module","Usage","i18n.gettext()"],"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"]}},{"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":"file","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-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#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":"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":"Build-options.html#build-options","node_type":"p","page":"Build options","sections":["Build options"],"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#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#directories","node_type":"table","page":"Built-in options","sections":["Built-in options","Universal options","Directories"],"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":"CMake-module.html#cmakeconfigure_package_config_file","node_type":"ul","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":"ul","page":"CMake module","sections":["CMake module","CMake configuration files","cmake.write_basic_package_version_file()"],"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":"Commands.html#devenv","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","devenv"],"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":"Commands.html#rewrite","node_type":"p","page":"Command-line commands","sections":["Command-line commands","rewrite"],"context":{"gi-language":["default"]}},{"url":"Commands.html#targets","node_type":"ul","page":"Command-line commands","sections":["Command-line commands","compile","Targets"],"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#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#a-full-example","node_type":"ul","page":"Configuration","sections":["A full example"],"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":"h2","page":"Configuration","sections":["Configuration","Configuring without an input file"],"context":{"gi-language":["default"]}},{"url":"Configuration.html#dealing-with-file-encodings","node_type":"h2","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#appveyor-for-windows","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","AppVeyor for Windows"],"context":{"gi-language":["default"]}},{"url":"Continuous-Integration.html#circleci-for-linux-host-with-custom-docker-images","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","CircleCI for Linux host (with 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#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#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":"ul","page":"Contributing to Meson","sections":["Contributing to Meson","Tests","Project tests"],"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-releases.html#creating-releases","node_type":"p","page":"Creating releases","sections":["Creating releases"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#changing-cross-file-settings","node_type":"h2","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":"h2","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#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":"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#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#integrating-with-dub","node_type":"p","page":"D","sections":["Integrating with DUB"],"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#config-tool","node_type":"p","page":"Dependencies","sections":["Dependency detection method","Config tool"],"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","node_type":"p","page":"Dependencies","sections":["Dependencies"],"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":"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":"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":"External-Project-module.html#external-project-module","node_type":"ul","page":"External Project module","sections":["External Project module"],"context":{"gi-language":["default"]}},{"url":"External-Project-module.html#using-wrap-file","node_type":"h2","page":"External Project module","sections":["External Project module","Using wrap file"],"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#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-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#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#my-project-works-fine-on-linux-and-mingw-but-fails-to-link-with-msvc-due-to-a-missing-lib-file-fatal-error-lnk1181-why","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","My project works fine on Linux and MinGW but fails to link with MSVC due to a missing .lib file (fatal error LNK1181). Why?"],"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-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":"Fs-module.html#copyfile","node_type":"ul","page":"FS (filesystem) module","sections":["FS (filesystem) module","Filename modification","copyfile"],"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#file-lookup-rules","node_type":"h2","page":"FS (filesystem) module","sections":["FS (filesystem) module","File lookup rules"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#file-parameters","node_type":"h2","page":"FS (filesystem) module","sections":["FS (filesystem) module","File Parameters"],"context":{"gi-language":["default"]}},{"url":"Fs-module.html#fs-filesystem-module","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module"],"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_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#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#size","node_type":"p","page":"FS (filesystem) module","sections":["FS (filesystem) module","File Parameters","size"],"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#using-custom_target","node_type":"p","page":"Generating sources","sections":["Generating sources","Using custom_target()"],"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#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":"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#gnomegenerate_vapi","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.generate_vapi()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegenmarshal","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.genmarshal()"],"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":"Gnome-module.html#gnomemkenums","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.mkenums()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomemkenums_simple","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.mkenums_simple()"],"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":"Gnome-module.html#gnomeyelp","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.yelp()"],"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":"Hotdoc-module.html#hotdocgenerate_doc","node_type":"ul","page":"Hotdoc module","sections":["Hotdoc module","Usage","hotdoc.generate_doc()"],"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":"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":"table","page":"IDE integration","sections":["IDE integration"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#install-plan","node_type":"p","page":"IDE integration","sections":["IDE integration","The targets section","Install plan"],"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#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-targets-section","node_type":"p","page":"IDE integration","sections":["IDE integration","The targets section"],"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#installation-tags","node_type":"ul","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":"ul","page":"keyval module","sections":["keyval module","Usage","keyval.load()"],"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":"Localisation.html#generate-pot-file","node_type":"h3","page":"Localisation","sections":["Localisation","Generating .pot and .po files","generate .pot file"],"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":"Localisation.html#mesonbuild","node_type":"p","page":"Localisation","sections":["Localisation","Generating .pot and .po files","meson.build"],"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#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":"ul","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":"h1","page":"Cross and Native File reference","sections":["Cross and Native File reference"],"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#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#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":"Manual.html#subpages","node_type":"p","page":"Manual","sections":[],"context":{"gi-language":["default"]}},{"url":"Meson-sample.html#meson-sample","node_type":"p","page":"Meson sample","sections":["Meson sample"],"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":"Native-environments.html#changing-native-file-settings","node_type":"h2","page":"Persistent native environments","sections":["Persistent native environments","Changing native file settings"],"context":{"gi-language":["default"]}},{"url":"Native-environments.html#native-file-locations","node_type":"h2","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":"Native-environments.html#using-a-native-file","node_type":"h2","page":"Persistent native environments","sections":["Persistent native environments","Using a native file"],"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":"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#initializing-project-and-setting-compilers","node_type":"p","page":"Porting from Autotools","sections":["Porting from Autotools","Configure.ac","Initializing project and setting compilers"],"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":"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":"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":"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#example","node_type":"p","page":"Qt4 module","sections":["Qt4 module","Example"],"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#example","node_type":"p","page":"Qt5 module","sections":["Qt5 module","Example"],"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#example","node_type":"p","page":"Qt6 module","sections":["Qt6 module","Example"],"context":{"gi-language":["default"]}},{"url":"Qt6-module.html#preprocess","node_type":"ul","page":"Qt6 module","sections":["Qt6 module","preprocess"],"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_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_dist_script_script_name","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_dist_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#add_install_script_script_name","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_postconf_script_script_name","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_postconf_script()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments1","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_dist_script()","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#arguments3","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.add_postconf_script()","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#arguments7","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.has_external_property()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#arguments8","node_type":"table","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.install_dependency_manifest()","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_cross_property_propname","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#get_external_property_native","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_external_property_propname","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#has_external_property_native","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.has_external_property()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#has_external_property_propname","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.has_external_property()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_meson.html#install_dependency_manifest_output_name","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.install_dependency_manifest()","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#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_meson.html#mesonhas_external_property","node_type":"p","page":"meson","sections":["Meson object (meson)","Meson object methods","meson.has_external_property()"],"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_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#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#arguments20","node_type":"table","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments21","node_type":"p","page":"Functions","sections":["Functions","files()","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#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#arguments30","node_type":"table","page":"Functions","sections":["Functions","install_headers()","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#arguments32","node_type":"table","page":"Functions","sections":["Functions","install_subdir()","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":"p","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#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#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#arguments9","node_type":"table","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries__lang__pch","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","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_install_mode","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","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#both_libraries_link_with","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#both_libraries_prelink","node_type":"p","page":"Functions","sections":["Functions","both_libraries()","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#build_target__lang__pch","node_type":"p","page":"Functions","sections":["Functions","build_target()","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_install_mode","node_type":"p","page":"Functions","sections":["Functions","build_target()","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#build_target_link_with","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_prelink","node_type":"p","page":"Functions","sections":["Functions","build_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#build_target_vs_module_defs","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#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_configuration","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_depfile","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_input","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#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_mode","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#configure_file_output","node_type":"p","page":"Functions","sections":["Functions","configure_file()","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_capture","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_depend_files","node_type":"p","page":"Functions","sections":["Functions","custom_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#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_mode","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#example1","node_type":"p","page":"Functions","sections":["Functions","files()","Example"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable__lang__pch","node_type":"p","page":"Functions","sections":["Functions","executable()","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_install_mode","node_type":"p","page":"Functions","sections":["Functions","executable()","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#executable_link_with","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#executable_vs_module_defs","node_type":"p","page":"Functions","sections":["Functions","executable()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#files","node_type":"p","page":"Functions","sections":["Functions","files()"],"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_native","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#find_program_program_name","node_type":"p","page":"Functions","sections":["Functions","find_program()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#generator","node_type":"ul","page":"Functions","sections":["Functions","generator()"],"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#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#install_data_install_mode","node_type":"p","page":"Functions","sections":["Functions","install_data()","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_emptydir_install_mode","node_type":"p","page":"Functions","sections":["Functions","install_emptydir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_headers_install_mode","node_type":"p","page":"Functions","sections":["Functions","install_headers()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_man_install_mode","node_type":"p","page":"Functions","sections":["Functions","install_man()","Arguments"],"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#install_subdir_exclude_files","node_type":"p","page":"Functions","sections":["Functions","install_subdir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#install_subdir_install_mode","node_type":"p","page":"Functions","sections":["Functions","install_subdir()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#jar__lang__pch","node_type":"p","page":"Functions","sections":["Functions","jar()","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_install_mode","node_type":"p","page":"Functions","sections":["Functions","jar()","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#jar_link_with","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__lang__pch","node_type":"p","page":"Functions","sections":["Functions","library()","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#library_install_mode","node_type":"p","page":"Functions","sections":["Functions","library()","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#library_link_with","node_type":"p","page":"Functions","sections":["Functions","library()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#library_prelink","node_type":"p","page":"Functions","sections":["Functions","library()","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_license_files","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_target","node_type":"p","page":"Functions","sections":["Functions","run_target()"],"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__lang__pch","node_type":"p","page":"Functions","sections":["Functions","shared_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_library_install_mode","node_type":"p","page":"Functions","sections":["Functions","shared_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_library_link_with","node_type":"p","page":"Functions","sections":["Functions","shared_library()","Arguments"],"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__lang__pch","node_type":"p","page":"Functions","sections":["Functions","shared_module()","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_install_mode","node_type":"p","page":"Functions","sections":["Functions","shared_module()","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#shared_module_link_with","node_type":"p","page":"Functions","sections":["Functions","shared_module()","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#static_library__lang__pch","node_type":"p","page":"Functions","sections":["Functions","static_library()","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_install_mode","node_type":"p","page":"Functions","sections":["Functions","static_library()","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":"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#static_library_prelink","node_type":"p","page":"Functions","sections":["Functions","static_library()","Arguments"],"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":"Reference-manual_functions.html#subproject_subproject_name","node_type":"p","page":"Functions","sections":["Functions","subproject()","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_input","node_type":"p","page":"Functions","sections":["Functions","vcs_tag()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#vcs_tag_output","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.html#subpages","node_type":"p","page":"Returned objects","sections":[],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_both_libs.html#arguments1","node_type":"p","page":"Both libraries object","sections":["Both libraries object (both_libs extends lib)","Inherited methods","build_tgt.extract_objects()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_both_libs.html#build_tgtextract_objects","node_type":"p","page":"Both libraries object","sections":["Both libraries object (both_libs extends lib)","Inherited methods","build_tgt.extract_objects()"],"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#arguments1","node_type":"p","page":"Build target","sections":["Build target (build_tgt extends tgt)","Build target methods","build_tgt.extract_objects()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_build_tgt.html#build_tgtextract_objects","node_type":"p","page":"Build target","sections":["Build target (build_tgt extends tgt)","Build target methods","build_tgt.extract_objects()"],"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#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#set10_description","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_description","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_quoted_description","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_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#arguments23","node_type":"ul","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#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#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#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_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_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_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_exe.html#arguments1","node_type":"p","page":"Executable target","sections":["Executable target (exe extends build_tgt)","Inherited methods","build_tgt.extract_objects()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_exe.html#build_tgtextract_objects","node_type":"p","page":"Executable target","sections":["Executable target (exe extends build_tgt)","Inherited methods","build_tgt.extract_objects()"],"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_extracted_obj.html#extracted-object-file-extracted_obj","node_type":"h1","page":"Extracted object file","sections":["Extracted object file (extracted_obj)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_extracted_obj.html#returned-by","node_type":"p","page":"Extracted object file","sections":["Extracted object file (extracted_obj)","Returned by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_file.html#file-file","node_type":"h1","page":"File","sections":["File (file)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_file.html#file-methods","node_type":"h2","page":"File","sections":["File (file)","File methods"],"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_file.html#returned-by","node_type":"p","page":"File","sections":["File (file)","Returned by"],"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_preserve_path_from","node_type":"p","page":"Generator object","sections":["Generator object (generator)","Generator object methods","generator.process()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_jar.html#arguments1","node_type":"p","page":"JAR build target","sections":["JAR build target (jar extends build_tgt)","Inherited methods","build_tgt.extract_objects()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_jar.html#build_tgtextract_objects","node_type":"p","page":"JAR build target","sections":["JAR build target (jar extends build_tgt)","Inherited methods","build_tgt.extract_objects()"],"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#arguments1","node_type":"p","page":"Library target","sections":["Library target (lib extends build_tgt)","Inherited methods","build_tgt.extract_objects()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_lib.html#build_tgtextract_objects","node_type":"p","page":"Library target","sections":["Library target (lib extends build_tgt)","Inherited methods","build_tgt.extract_objects()"],"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-tables.html#cpu-families","node_type":"p","page":"Reference tables","sections":["Reference tables","CPU families"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#i18n-module","node_type":"ul","page":"Release 0.37","sections":["New features","i18n module"],"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#mesonrewriter","node_type":"p","page":"Release 0.37","sections":["New features","Mesonrewriter"],"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-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-38-0.html#can-specify-file-permissions-and-owner-when-installing-data","node_type":"h2","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#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-41-0.html#pkgconfig-support-for-custom-variables","node_type":"p","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":"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#pkgconfig-support-for-additional-cflags","node_type":"p","page":"Release 0.42","sections":["New features","Pkgconfig support for additional cflags"],"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-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#can-override-executables-in-the-cross-file","node_type":"h2","page":"Release 0.43","sections":["Can override executables in the cross file"],"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#configtool-based-dependencies-can-be-specified-in-a-cross-file","node_type":"h2","page":"Release 0.45","sections":["New features","Config-Tool based dependencies can be specified in a cross file"],"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#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#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#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#improved-generation-of-pkgconfig-files-for-static-only-libraries","node_type":"p","page":"Release 0.46","sections":["New features","Improved generation of pkg-config files for static only libraries."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#improvements-to-pkgconfig-module","node_type":"p","page":"Release 0.46","sections":["New features","Improvements to pkgconfig module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-46-0.html#support-for-lcc-compiler-for-e2k-elbrus-architecture","node_type":"ul","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#install_mode-keyword-argument-extended-to-all-installable-targets","node_type":"p","page":"Release 0.47","sections":["New features","\ninstall_mode: keyword argument extended to all installable targets"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#new-action-copy-for-configure_file","node_type":"p","page":"Release 0.47","sections":["New features","New action copy: for configure_file()\n"],"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-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-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#git-wraps-can-now-clone-submodules-automatically","node_type":"p","page":"Release 0.48","sections":["New features","Git wraps can now clone submodules automatically"],"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-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#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#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#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":"h2","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#extract_objects-accepts-file-arguments","node_type":"h2","page":"Release 0.50.0","sections":["New features","\nextract_objects: accepts File arguments"],"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#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-50-0.html#native-and-cross-file-paths-and-directories","node_type":"h2","page":"Release 0.50.0","sections":["New features","Native and Cross File Paths and Directories"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-50-0.html#new-kwarg-install-for-configure_file","node_type":"p","page":"Release 0.50.0","sections":["New features","New kwarg install: for configure_file()\n"],"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#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-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#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-52-0.html#enhancements-to-the-kconfig-module","node_type":"p","page":"Release 0.52.0","sections":["New features","Enhancements to the kconfig module"],"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#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#a-new-module-for-filesystem-operations","node_type":"p","page":"Release 0.53.0","sections":["New features","A new module for filesystem operations"],"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#improved-cmake-subprojects-support","node_type":"ul","page":"Release 0.53.0","sections":["New features","Improved CMake subprojects support"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#consistently-report-file-locations-relative-to-cwd","node_type":"h2","page":"Release 0.54.0","sections":["New features","Consistently report file locations relative to cwd"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#introduce-dataonly-for-the-pkgconfig-module","node_type":"p","page":"Release 0.54.0","sections":["New features","Introduce dataonly for the pkgconfig module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-54-0.html#native-file-properties","node_type":"h2","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#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-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-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":"h2","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#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#config-tool-based-dependencies-no-longer-search-path-for-cross-compiling","node_type":"p","page":"Release 0.55.0","sections":["New features","Config tool based dependencies no longer search PATH for cross compiling"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#find_program-fallback","node_type":"p","page":"Release 0.55.0","sections":["New features","\nfind_program() fallback"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#implicit-dependency-fallback","node_type":"p","page":"Release 0.55.0","sections":["New features","Implicit dependency fallback"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#local-wrap-source-and-patch-files","node_type":"p","page":"Release 0.55.0","sections":["New features","Local wrap source and patch files"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#machine-file-constants","node_type":"h2","page":"Release 0.55.0","sections":["New features","Machine file constants"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-55-0.html#meson-test-now-produces-junit-xml-from-results","node_type":"p","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#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-55-0.html#wrap-file-provide-section","node_type":"h2","page":"Release 0.55.0","sections":["New features","Wrap file provide section"],"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#machine-file-keys-are-stored-case-sensitive","node_type":"h2","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#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#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#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#project-version-can-be-specified-with-a-file","node_type":"h2","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#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":"h2","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#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#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#passing-custom_target-output-to-pkggenerate","node_type":"p","page":"Release 0.58.0","sections":["New features","Passing custom_target() output to pkg.generate()\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#use-fallback-from-wrap-file-when-force-fallback","node_type":"h2","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#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-59-0.html#support-for-the-wine-resource-compiler","node_type":"p","page":"Release 0.59.0","sections":["New features","Support for the Wine Resource Compiler"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-59-0.html#the-custom_target-function-now-accepts-a-feed-argument","node_type":"p","page":"Release 0.59.0","sections":["New features","The custom_target() function now accepts a feed argument"],"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-60-0.html#add-support-for-find_library-in-emscripten","node_type":"p","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#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-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-61-0.html#meson-rewrite-target-target-info-outputs-targets-extra_files","node_type":"p","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#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-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#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#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#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#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":"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-64-0.html#added-preserve_path-arg-to-install_data","node_type":"p","page":"Release 0.64.0","sections":["New features","Added preserve_path arg to install_data"],"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#fscopyfile-to-replace-configure_filecopy-true","node_type":"p","page":"Release 0.64.0","sections":["New features","\nfs.copyfile to replace configure_file(copy : true)\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-64-0.html#various-install_-functions-no-longer-handle-the-sticky-bit","node_type":"p","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#dump-devenv-into-file-and-select-format","node_type":"h2","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#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-1-0.html#support-for-reading-options-from-mesonoptions","node_type":"p","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#a-machine-file-may-be-used-to-pass-extra-arguments-to-clang-in-a-bindgen-call","node_type":"h2","page":"Release 1.2.0","sections":["New features","A machine file may be used to pass extra arguments to clang in a bindgen call"],"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-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-json-output_format-to-configure_file","node_type":"p","page":"Release 1.3.0","sections":["New features","Added 'json' output_format to configure_file()"],"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#configure_file-now-has-a-macro_name-parameter","node_type":"p","page":"Release 1.3.0","sections":["New features","\nconfigure_file() now has a macro_name parameter."],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#executable-gains-vs_module_defs-keyword","node_type":"p","page":"Release 1.3.0","sections":["New features","Executable gains vs_module_defs keyword"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#global_source_root-and-dirname-in-machine-files","node_type":"ul","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#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#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-4-0.html#added-preserve_paths-keyword-argument-to-qt-module-functions","node_type":"p","page":"Release 1.4.0","sections":["New features","Added preserve_paths keyword argument to qt module functions."],"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#file-object-now-has-full_path-method","node_type":"h2","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#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-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#cargo-dependencies-names-now-include-the-api-version","node_type":"p","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#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-6-0.html#zig-011-can-be-used-as-a-cc-compiler-frontend","node_type":"p","page":"Release 1.6.0 (in development)","sections":["New features (in development)","Zig 0.11 can be used as a C/C++ compiler frontend"],"context":{"gi-language":["default"]}},{"url":"Release-procedure.html#requesting-a-bug-fix-release","node_type":"ul","page":"Release procedure","sections":["Requesting a bug fix release"],"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#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-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#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":"Rust-module.html#bindgen","node_type":"ul","page":"Rust module","sections":["Rust module","Functions","bindgen()"],"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#use-with-rustanalyzer","node_type":"p","page":"Rust","sections":["Using Rust with Meson","Use with rust-analyzer"],"context":{"gi-language":["default"]}},{"url":"Shipping-prebuilt-binaries-as-wraps.html#using-a-wrap-file","node_type":"h2","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#a-simple-comparison","node_type":"p","page":"A simple comparison","sections":["A simple comparison"],"context":{"gi-language":["default"]}},{"url":"SimpleStart.html#without-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","Without Homebrew"],"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#sources","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_configuration object","Methods","sources()"],"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":"Style-guide.html#sorting-source-paths","node_type":"p","page":"Style recommendations","sections":["Sorting source paths"],"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#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#includes","node_type":"p","page":"Syntax","sections":["Syntax","Includes"],"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#parallelism","node_type":"p","page":"Unit tests","sections":["Unit tests","Parallelism"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#testlogjson","node_type":"p","page":"Unit tests","sections":["Unit tests","Test outputs","testlog.json"],"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":"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#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-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#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#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":"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#find_protocol","node_type":"p","page":"Unstable Wayland Module","sections":["Unstable Wayland Module","Methods","find_protocol"],"context":{"gi-language":["default"]}},{"url":"Wayland-module.html#scan_xml","node_type":"ul","page":"Unstable Wayland Module","sections":["Unstable Wayland Module","Methods","scan_xml"],"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#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#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#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":"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":"ul","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#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":"Wrapdb-projects.html#meson-wrapdb-packages","node_type":"p","page":"Meson WrapDB packages","sections":["Meson WrapDB packages"],"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#exclude-a-file-from-unity-builds","node_type":"h2","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#generate-a-runnable-script-with-configure_file","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Generate a runnable script with configure_file\n"],"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":"i18n-module.html#i18ngettext","node_type":"ul","page":"I18n module","sections":["I18n module","Usage","i18n.gettext()"],"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"]}},{"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/fine b/assets/js/search/fine index 4b972f43e..d308fca17 100644 --- a/assets/js/search/fine +++ b/assets/js/search/fine @@ -1 +1 @@ -urls_downloaded_cb({"token":"fine","urls":[{"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#machine-entries","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Machine Entries"],"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#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":"FAQ.html#my-project-works-fine-on-linux-and-mingw-but-fails-to-link-with-msvc-due-to-a-missing-lib-file-fatal-error-lnk1181-why","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","My project works fine on Linux and MinGW but fails to link with MSVC due to a missing .lib file (fatal error LNK1181). Why?"],"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#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"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"fine","urls":[{"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#machine-entries","node_type":"p","page":"Cross compilation","sections":["Cross compilation","Defining the environment","Machine Entries"],"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#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":"FAQ.html#my-project-works-fine-on-linux-and-mingw-but-fails-to-link-with-msvc-due-to-a-missing-lib-file-fatal-error-lnk1181-why","node_type":"h2","page":"FAQ","sections":["Meson Frequently Asked Questions","My project works fine on Linux and MinGW but fails to link with MSVC due to a missing .lib file (fatal error LNK1181). Why?"],"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#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-1-6-0.html#zig-011-can-be-used-as-a-cc-compiler-frontend","node_type":"p","page":"Release 1.6.0 (in development)","sections":["New features (in development)","Zig 0.11 can be used as a C/C++ compiler frontend"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/frontend b/assets/js/search/frontend index f53c84e49..b89493ed5 100644 --- a/assets/js/search/frontend +++ b/assets/js/search/frontend @@ -1 +1 @@ -urls_downloaded_cb({"token":"frontend","urls":[{"url":"Keyval-module.html#keyval-module","node_type":"p","page":"keyval module","sections":["keyval module"],"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":"frontend","urls":[{"url":"Keyval-module.html#keyval-module","node_type":"p","page":"keyval module","sections":["keyval module"],"context":{"gi-language":["default"]}},{"url":"Reference-tables.html#linker-ids","node_type":"table","page":"Reference tables","sections":["Reference tables","Linker ids"],"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 (in development)","sections":["New features (in development)","Zig 0.11 can be used as a C/C++ compiler frontend"],"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/gnu-like b/assets/js/search/gnu-like new file mode 100644 index 000000000..ae9b9105e --- /dev/null +++ b/assets/js/search/gnu-like @@ -0,0 +1 @@ +urls_downloaded_cb({"token":"gnu-like","urls":[{"url":"Reference-tables.html#linker-ids","node_type":"table","page":"Reference tables","sections":["Reference tables","Linker ids"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/handles b/assets/js/search/handles index 3e8eaa365..5fe105260 100644 --- a/assets/js/search/handles +++ b/assets/js/search/handles @@ -1 +1 @@ -urls_downloaded_cb({"token":"handles","urls":[{"url":"Continuous-Integration.html#github-actions","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","GitHub Actions"],"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-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#dependencies-from-cmake-subprojects-now-use-only-public-link-flags","node_type":"p","page":"Release 1.6.0 (in development)","sections":["New features (in development)","Dependencies from CMake subprojects now use only PUBLIC link flags"],"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":"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"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"handles","urls":[{"url":"Continuous-Integration.html#github-actions","node_type":"p","page":"Continuous Integration","sections":["Continuous Integration","GitHub Actions"],"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-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#dependencies-from-cmake-subprojects-now-use-only-public-link-flags","node_type":"p","page":"Release 1.6.0 (in development)","sections":["New features (in development)","Dependencies from CMake subprojects now use only PUBLIC link flags"],"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 (in development)","sections":["New features (in development)","Zig 0.11 can be used as a C/C++ compiler frontend"],"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":"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"]}}]}); \ No newline at end of file diff --git a/assets/js/search/hotdoc_fragments/Reference-tables.html-linker-ids.fragment b/assets/js/search/hotdoc_fragments/Reference-tables.html-linker-ids.fragment index aeec296de..7129680d8 100644 --- a/assets/js/search/hotdoc_fragments/Reference-tables.html-linker-ids.fragment +++ b/assets/js/search/hotdoc_fragments/Reference-tables.html-linker-ids.fragment @@ -1 +1 @@ -fragment_downloaded_cb({"url":"Reference-tables.html#linker-ids","fragment":"Linker ids\nThese are return values of the get_linker_id method in a compiler object.\nFor languages that don't have separate dynamic linkers such as C# and Java, the\nget_linker_id will return the compiler name.\n\n\n\n Value\n Linker family\n\n\n\n\n ld.bfd\n The GNU linker\n\n\n ld.gold\n The GNU gold linker\n\n\n ld.lld\n The LLVM linker, with the GNU interface\n\n\n ld.mold\n The fast MOLD linker\n\n\n ld.solaris\n Solaris and illumos\n\n\n ld.wasm\n emscripten's wasm-ld linker\n\n\n ld64\n Apple ld64\n\n\n ld64.lld\n The LLVM linker, with the ld64 interface\n\n\n link\n MSVC linker\n\n\n lld-link\n The LLVM linker, with the MSVC interface\n\n\n xilink\n Used with Intel-cl only, MSVC like\n\n\n optlink\n optlink (used with DMD)\n\n\n rlink\n The Renesas linker, used with CCrx only\n\n\n xc16-ar\n The Microchip linker, used with XC16 only\n\n\n ar2000\n The Texas Instruments linker, used with C2000 only\n\n\n ti-ar\n The Texas Instruments linker\n\n\n ar6000\n The Texas Instruments linker, used with C6000 only\n\n\n armlink\n The ARM linker (arm and armclang compilers)\n\n\n pgi\n Portland/Nvidia PGI\n\n\n nvlink\n Nvidia Linker used with cuda\n\n\n ccomp\n CompCert used as the linker driver\n\n\n mwldarm\n The Metrowerks Linker with the ARM interface, used with mwccarm only\n\n\n mwldeppc\n The Metrowerks Linker with the PowerPC interface, used with mwcceppc only\n\n\n\n"}); \ No newline at end of file +fragment_downloaded_cb({"url":"Reference-tables.html#linker-ids","fragment":"Linker ids\nThese are return values of the get_linker_id method in a compiler object.\nFor languages that don't have separate dynamic linkers such as C# and Java, the\nget_linker_id will return the compiler name.\n\n\n\n Value\n Linker family\n\n\n\n\n ld.bfd\n The GNU linker\n\n\n ld.gold\n The GNU gold linker\n\n\n ld.lld\n The LLVM linker, with the GNU interface\n\n\n ld.mold\n The fast MOLD linker\n\n\n ld.solaris\n Solaris and illumos\n\n\n ld.wasm\n emscripten's wasm-ld linker\n\n\n ld.zigcc\n The Zig linker (C/C++ frontend; GNU-like)\n\n\n ld64\n Apple ld64\n\n\n ld64.lld\n The LLVM linker, with the ld64 interface\n\n\n link\n MSVC linker\n\n\n lld-link\n The LLVM linker, with the MSVC interface\n\n\n xilink\n Used with Intel-cl only, MSVC like\n\n\n optlink\n optlink (used with DMD)\n\n\n rlink\n The Renesas linker, used with CCrx only\n\n\n xc16-ar\n The Microchip linker, used with XC16 only\n\n\n ar2000\n The Texas Instruments linker, used with C2000 only\n\n\n ti-ar\n The Texas Instruments linker\n\n\n ar6000\n The Texas Instruments linker, used with C6000 only\n\n\n armlink\n The ARM linker (arm and armclang compilers)\n\n\n pgi\n Portland/Nvidia PGI\n\n\n nvlink\n Nvidia Linker used with cuda\n\n\n ccomp\n CompCert used as the linker driver\n\n\n mwldarm\n The Metrowerks Linker with the ARM interface, used with mwccarm only\n\n\n mwldeppc\n The Metrowerks Linker with the PowerPC interface, used with mwcceppc only\n\n\n\n"}); \ No newline at end of file diff --git a/assets/js/search/hotdoc_fragments/Release-notes-for-1-6-0.html-zig-011-can-be-used-as-a-cc-compiler-frontend.fragment b/assets/js/search/hotdoc_fragments/Release-notes-for-1-6-0.html-zig-011-can-be-used-as-a-cc-compiler-frontend.fragment new file mode 100644 index 000000000..d3148c4b5 --- /dev/null +++ b/assets/js/search/hotdoc_fragments/Release-notes-for-1-6-0.html-zig-011-can-be-used-as-a-cc-compiler-frontend.fragment @@ -0,0 +1 @@ +fragment_downloaded_cb({"url":"Release-notes-for-1-6-0.html#zig-011-can-be-used-as-a-cc-compiler-frontend","fragment":"Zig 0.11 can be used as a C/C++ compiler frontend\nZig offers\na C/C++ frontend as a drop-in replacement for Clang. It worked fine with Meson up to Zig 0.10. Since 0.11, Zig's\ndynamic linker reports itself as zig ld, which wasn't known to Meson. Meson now correctly handles\nZig's linker.\nYou can use Zig's frontend via a machine file:\n"}); \ No newline at end of file diff --git a/assets/js/search/ld b/assets/js/search/ld index d5e298fd3..3236039a3 100644 --- a/assets/js/search/ld +++ b/assets/js/search/ld @@ -1 +1 @@ -urls_downloaded_cb({"token":"ld","urls":[{"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":"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-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-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-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":"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":"ld","urls":[{"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":"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-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-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-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-1-6-0.html#zig-011-can-be-used-as-a-cc-compiler-frontend","node_type":"p","page":"Release 1.6.0 (in development)","sections":["New features (in development)","Zig 0.11 can be used as a C/C++ compiler frontend"],"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/ld.zigcc b/assets/js/search/ld.zigcc new file mode 100644 index 000000000..2e949b5b8 --- /dev/null +++ b/assets/js/search/ld.zigcc @@ -0,0 +1 @@ +urls_downloaded_cb({"token":"ld.zigcc","urls":[{"url":"Reference-tables.html#linker-ids","node_type":"table","page":"Reference tables","sections":["Reference tables","Linker ids"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/linker b/assets/js/search/linker index 09af9b54e..0f2f8f495 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":"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":"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 (in development)","sections":["New features (in development)","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/machine b/assets/js/search/machine index 7ced70ee9..9f00a88e6 100644 --- a/assets/js/search/machine +++ b/assets/js/search/machine @@ -1 +1 @@ -urls_downloaded_cb({"token":"machine","urls":[{"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#directories","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Directories"],"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":"CMake-module.html#cross-compilation","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Cross compilation"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#cross-compilation","node_type":"ul","page":"Cross compilation","sections":["Cross compilation"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#machine-entries","node_type":"h3","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":"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#boost","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Boost"],"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":"ul","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":"Machine-files.html#loading-multiple-machine-files","node_type":"h2","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#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":"Native-environments.html#persistent-native-environments","node_type":"p","page":"Persistent native environments","sections":["Persistent native environments"],"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_build_machine.html#build-machine-information-build_machine","node_type":"h1","page":"build_machine","sections":["Build machine information (build_machine)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_build_machine.html#build-machine-information-methods","node_type":"h2","page":"build_machine","sections":["Build machine information (build_machine)","Build machine information methods"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_build_machine.html#extended-by","node_type":"p","page":"build_machine","sections":["Build machine information (build_machine)","Extended by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_host_machine.html#host-machine-information-host_machine-extends-build_machine","node_type":"h1","page":"host_machine","sections":["Host machine information (host_machine extends build_machine)"],"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#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_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_target_machine.html#target-machine-information-target_machine-extends-build_machine","node_type":"h1","page":"target_machine","sections":["Target machine information (target_machine extends build_machine)"],"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_native","node_type":"p","page":"Functions","sections":["Functions","add_languages()","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#dependency_native","node_type":"p","page":"Functions","sections":["Functions","dependency()","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_returned_feature.html#example3","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.require()","Example"],"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":"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":"h2","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-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-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-50-0.html#libdir-defaults-to-lib-when-cross-compiling","node_type":"p","page":"Release 0.50.0","sections":["New features","Libdir defaults to lib when cross compiling"],"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-54-0.html#native-build-machine-compilers-not-always-required","node_type":"h2","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#machine-file-constants","node_type":"h2","page":"Release 0.55.0","sections":["New features","Machine file constants"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#machine-file-keys-are-stored-case-sensitive","node_type":"h2","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#native-build-machine-compilers-not-always-required-by-project","node_type":"h2","page":"Release 0.56.0","sections":["New features","Native (build machine) compilers not always required by project()\n"],"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-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-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-2-0.html#a-machine-file-may-be-used-to-pass-extra-arguments-to-clang-in-a-bindgen-call","node_type":"h2","page":"Release 1.2.0","sections":["New features","A machine file may be used to pass extra arguments to clang in a bindgen call"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#machine-objects-get-kernel-and-subsystem-properties","node_type":"h2","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#global_source_root-and-dirname-in-machine-files","node_type":"h2","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#machine-files-pkgconfig-field-deprecated-and-replaced-by-pkgconfig","node_type":"h2","page":"Release 1.3.0","sections":["New features","Machine files: pkgconfig field deprecated and replaced by pkg-config\n"],"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":"Simd-module.html#usage","node_type":"p","page":"Unstable SIMD module","sections":["Unstable SIMD module","Usage"],"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":"Users.html#list-of-projects-using-meson","node_type":"ul","page":"Users","sections":["List of projects using 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"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"machine","urls":[{"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#directories","node_type":"p","page":"Built-in options","sections":["Built-in options","Universal options","Directories"],"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":"CMake-module.html#cross-compilation","node_type":"p","page":"CMake module","sections":["CMake module","CMake subprojects","Cross compilation"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#cross-compilation","node_type":"ul","page":"Cross compilation","sections":["Cross compilation"],"context":{"gi-language":["default"]}},{"url":"Cross-compilation.html#machine-entries","node_type":"h3","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":"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#boost","node_type":"p","page":"Dependencies","sections":["Dependencies with custom lookup functionality","Boost"],"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":"ul","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":"Machine-files.html#loading-multiple-machine-files","node_type":"h2","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#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":"Native-environments.html#persistent-native-environments","node_type":"p","page":"Persistent native environments","sections":["Persistent native environments"],"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_build_machine.html#build-machine-information-build_machine","node_type":"h1","page":"build_machine","sections":["Build machine information (build_machine)"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_build_machine.html#build-machine-information-methods","node_type":"h2","page":"build_machine","sections":["Build machine information (build_machine)","Build machine information methods"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_build_machine.html#extended-by","node_type":"p","page":"build_machine","sections":["Build machine information (build_machine)","Extended by"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_builtin_host_machine.html#host-machine-information-host_machine-extends-build_machine","node_type":"h1","page":"host_machine","sections":["Host machine information (host_machine extends build_machine)"],"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#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_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_target_machine.html#target-machine-information-target_machine-extends-build_machine","node_type":"h1","page":"target_machine","sections":["Target machine information (target_machine extends build_machine)"],"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_native","node_type":"p","page":"Functions","sections":["Functions","add_languages()","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#dependency_native","node_type":"p","page":"Functions","sections":["Functions","dependency()","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_returned_feature.html#example3","node_type":"p","page":"Feature option object","sections":["Feature option object (feature)","Feature option object methods","feature.require()","Example"],"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":"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":"h2","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-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-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-50-0.html#libdir-defaults-to-lib-when-cross-compiling","node_type":"p","page":"Release 0.50.0","sections":["New features","Libdir defaults to lib when cross compiling"],"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-54-0.html#native-build-machine-compilers-not-always-required","node_type":"h2","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#machine-file-constants","node_type":"h2","page":"Release 0.55.0","sections":["New features","Machine file constants"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-56-0.html#machine-file-keys-are-stored-case-sensitive","node_type":"h2","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#native-build-machine-compilers-not-always-required-by-project","node_type":"h2","page":"Release 0.56.0","sections":["New features","Native (build machine) compilers not always required by project()\n"],"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-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-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-2-0.html#a-machine-file-may-be-used-to-pass-extra-arguments-to-clang-in-a-bindgen-call","node_type":"h2","page":"Release 1.2.0","sections":["New features","A machine file may be used to pass extra arguments to clang in a bindgen call"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-2-0.html#machine-objects-get-kernel-and-subsystem-properties","node_type":"h2","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#global_source_root-and-dirname-in-machine-files","node_type":"h2","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#machine-files-pkgconfig-field-deprecated-and-replaced-by-pkgconfig","node_type":"h2","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-6-0.html#zig-011-can-be-used-as-a-cc-compiler-frontend","node_type":"p","page":"Release 1.6.0 (in development)","sections":["New features (in development)","Zig 0.11 can be used as a C/C++ compiler frontend"],"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":"Simd-module.html#usage","node_type":"p","page":"Unstable SIMD module","sections":["Unstable SIMD module","Usage"],"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":"Users.html#list-of-projects-using-meson","node_type":"ul","page":"Users","sections":["List of projects using 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"]}}]}); \ No newline at end of file diff --git a/assets/js/search/meson b/assets/js/search/meson index c34028230..6c3461cf8 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#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#documentation","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Documentation"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#external-dependencies","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","External dependencies"],"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-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":"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#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#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_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#default-to-printing-deprecations-when-no-minimum-version-is-specified","node_type":"ul","page":"Release 1.6.0 (in development)","sections":["New features (in development)","Default to printing deprecations when no minimum version is specified."],"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 (in development)","sections":["New features (in development)","Support for LLVM-based flang compiler"],"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 (in development)","sections":["New features (in development)","Tools can be selected when calling has_tools() on the Qt modules"],"context":{"gi-language":["default"]}},{"url":"Release-procedure.html#trunk","node_type":"p","page":"Release procedure","sections":["Trunk"],"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#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-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","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":"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#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#documentation","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","Documentation"],"context":{"gi-language":["default"]}},{"url":"Contributing.html#external-dependencies","node_type":"p","page":"Contributing to Meson","sections":["Contributing to Meson","External dependencies"],"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-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":"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#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#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_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#default-to-printing-deprecations-when-no-minimum-version-is-specified","node_type":"ul","page":"Release 1.6.0 (in development)","sections":["New features (in development)","Default to printing deprecations when no minimum version is specified."],"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 (in development)","sections":["New features (in development)","Support for LLVM-based flang compiler"],"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 (in development)","sections":["New features (in development)","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 (in development)","sections":["New features (in development)","Zig 0.11 can be used as a C/C++ compiler frontend"],"context":{"gi-language":["default"]}},{"url":"Release-procedure.html#trunk","node_type":"p","page":"Release procedure","sections":["Trunk"],"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#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-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","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":"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/offers b/assets/js/search/offers index ecd0ac44a..e97b233f8 100644 --- a/assets/js/search/offers +++ b/assets/js/search/offers @@ -1 +1 @@ -urls_downloaded_cb({"token":"offers","urls":[{"url":"Creating-OSX-packages.html#qt","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages","Creating an app bundle","External libraries","Qt"],"context":{"gi-language":["default"]}},{"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":"IDE-integration.html#json-reference-manual","node_type":"p","page":"IDE integration","sections":["JSON Reference manual"],"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#using-the-script-mode","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the \"script mode\""],"context":{"gi-language":["default"]}},{"url":"howtox.html#generate-configuration-data-from-files","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Generate configuration data from files"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"offers","urls":[{"url":"Creating-OSX-packages.html#qt","node_type":"p","page":"Creating OSX packages","sections":["Creating OSX packages","Creating an app bundle","External libraries","Qt"],"context":{"gi-language":["default"]}},{"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":"IDE-integration.html#json-reference-manual","node_type":"p","page":"IDE integration","sections":["JSON Reference manual"],"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 (in development)","sections":["New features (in development)","Zig 0.11 can be used as a C/C++ compiler frontend"],"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#using-the-script-mode","node_type":"p","page":"Meson file rewriter","sections":["Meson file rewriter","Using the \"script mode\""],"context":{"gi-language":["default"]}},{"url":"howtox.html#generate-configuration-data-from-files","node_type":"p","page":"How do I do X in Meson?","sections":["How do I do X in Meson?","Generate configuration data from files"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/replacement b/assets/js/search/replacement index 46e621a1d..805cf15e2 100644 --- a/assets/js/search/replacement +++ b/assets/js/search/replacement @@ -1 +1 @@ -urls_downloaded_cb({"token":"replacement","urls":[{"url":"Configuration.html#configuration","node_type":"p","page":"Configuration","sections":["Configuration"],"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#replace_new","node_type":"p","page":"str","sections":["String (str)","String methods","str.replace()","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#configure_file_configuration","node_type":"p","page":"Functions","sections":["Functions","configure_file()","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_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#set10_description","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_description","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_quoted_description","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":"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-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-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-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":"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":"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":"replacement","urls":[{"url":"Configuration.html#configuration","node_type":"p","page":"Configuration","sections":["Configuration"],"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#replace_new","node_type":"p","page":"str","sections":["String (str)","String methods","str.replace()","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#configure_file_configuration","node_type":"p","page":"Functions","sections":["Functions","configure_file()","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_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#set10_description","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_description","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_quoted_description","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":"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-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-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-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-1-6-0.html#zig-011-can-be-used-as-a-cc-compiler-frontend","node_type":"p","page":"Release 1.6.0 (in development)","sections":["New features (in development)","Zig 0.11 can be used as a C/C++ compiler frontend"],"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":"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/reports b/assets/js/search/reports index b69bc11ef..f90798d92 100644 --- a/assets/js/search/reports +++ b/assets/js/search/reports @@ -1 +1 @@ -urls_downloaded_cb({"token":"reports","urls":[{"url":"Feature-autodetection.html#coverage","node_type":"p","page":"Feature autodetection","sections":["Feature autodetection","Coverage"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#installing-meson-and-ninja-with-the-msi-installer","node_type":"p","page":"Getting Meson","sections":["Getting Meson","Installing Meson and Ninja with the MSI installer"],"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_should_fail","node_type":"p","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test_should_fail","node_type":"p","page":"Functions","sections":["Functions","test()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#subprojects-excluded-from-scanbuild-reports","node_type":"h2","page":"Release 1.3.0","sections":["New features","Subprojects excluded from scan-build reports"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#coverage","node_type":"p","page":"Unit tests","sections":["Unit tests","Coverage"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"reports","urls":[{"url":"Feature-autodetection.html#coverage","node_type":"p","page":"Feature autodetection","sections":["Feature autodetection","Coverage"],"context":{"gi-language":["default"]}},{"url":"Getting-meson.html#installing-meson-and-ninja-with-the-msi-installer","node_type":"p","page":"Getting Meson","sections":["Getting Meson","Installing Meson and Ninja with the MSI installer"],"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_should_fail","node_type":"p","page":"Functions","sections":["Functions","benchmark()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#test_should_fail","node_type":"p","page":"Functions","sections":["Functions","test()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#subprojects-excluded-from-scanbuild-reports","node_type":"h2","page":"Release 1.3.0","sections":["New features","Subprojects excluded from scan-build reports"],"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 (in development)","sections":["New features (in development)","Zig 0.11 can be used as a C/C++ compiler frontend"],"context":{"gi-language":["default"]}},{"url":"Unit-tests.html#coverage","node_type":"p","page":"Unit tests","sections":["Unit tests","Coverage"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/wasn b/assets/js/search/wasn index 9aa46ed28..6c5dc54f9 100644 --- a/assets/js/search/wasn +++ b/assets/js/search/wasn @@ -1 +1 @@ -urls_downloaded_cb({"token":"wasn","urls":[{"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-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-48-0.html#i18nmerge_file-now-fully-supports-variable-substitutions-defined-in-custom_target","node_type":"p","page":"Release 0.48","sections":["New features","\ni18n.merge_file() now fully supports variable substitutions defined in custom_target()\n"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"wasn","urls":[{"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-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-48-0.html#i18nmerge_file-now-fully-supports-variable-substitutions-defined-in-custom_target","node_type":"p","page":"Release 0.48","sections":["New features","\ni18n.merge_file() now fully supports variable substitutions defined in custom_target()\n"],"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 (in development)","sections":["New features (in development)","Zig 0.11 can be used as a C/C++ compiler frontend"],"context":{"gi-language":["default"]}}]}); \ No newline at end of file diff --git a/assets/js/search/worked b/assets/js/search/worked index 011e11c0c..50c63957a 100644 --- a/assets/js/search/worked +++ b/assets/js/search/worked @@ -1 +1 @@ -urls_downloaded_cb({"token":"worked","urls":[{"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-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-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-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-1-2-0.html#add-a-link_with-keyword-to-rusttest","node_type":"p","page":"Release 1.2.0","sections":["New features","Add a link_with keyword to rust.test()\n"],"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"]}}]}); \ No newline at end of file +urls_downloaded_cb({"token":"worked","urls":[{"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-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-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-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-1-2-0.html#add-a-link_with-keyword-to-rusttest","node_type":"p","page":"Release 1.2.0","sections":["New features","Add a link_with keyword to rust.test()\n"],"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 (in development)","sections":["New features (in development)","Zig 0.11 can be used as a C/C++ compiler frontend"],"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"]}}]}); \ No newline at end of file diff --git a/assets/js/search/zig b/assets/js/search/zig new file mode 100644 index 000000000..58b6f0917 --- /dev/null +++ b/assets/js/search/zig @@ -0,0 +1 @@ +urls_downloaded_cb({"token":"zig","urls":[{"url":"Reference-tables.html#linker-ids","node_type":"table","page":"Reference tables","sections":["Reference tables","Linker ids"],"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 (in development)","sections":["New features (in development)","Zig 0.11 can be used as a C/C++ compiler frontend"],"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 91dedfcbc..320d70abc 100644 --- a/assets/js/trie_index.js +++ b/assets/js/trie_index.js @@ -1 +1 @@ -var trie_data="AAADHgAAbEEAAJ5CAAC4QwAA9kQAATxFAAFqRgABkEcAAcpIAAHiSQACCkoAAh5LAAIuTAACTE0AAmpOAAKGTwACsFAAAuZRAALwUgADFlMAA0xUAANqVQADilYAA6BXAAPEWAAD2FkAA+BaAAPu3wAEDmEABEBiAARaYwAEkmQABMRlAATwZgAFIGcABUxoAAVoaQAFlmoABaprAAW8bAAF3m0ABgRuAAYkbwAGSnAABnZxAAaGcgAGqnMABtx0AAcCdQAHHnYABzx3AAdgeAAHjHkAB5d6AAeoLgAHqkEAB6xCAAeuQwAHsEkAB7JQAAe2UQAHuFIAB7xTAAfCVgAHxmEAB8hiAAfMYwAH0GQAB9hrAAfabAAH5G0AB+ZuAAfqcAAH8nIACAJzAAgIdAAIDHUACBR2AAgXegAIGEEACCBPAAgkUwAIJlUACCphAAg0ZQAIPGkACEZsAAhIbwAITHIACFJ1AAhceQAIX3oACGAtAAhmMgAIaDYACGrDAAh2RAAIeEYACHrJAAh8TAAIhk0ACIpPAAiOUAAIklIACJRTAAiYVQAIoFcACKJYAAikWQAIpl8ACKhhAAi0YwAItmUACLpmAAi8aAAIxGkACMpsAAjQbwAI5HAACOZyAAjsdAAI7nUACPV5AAj4LQAAAK4ACPpCAAj8wwAJAkUACQhGAAkMSQAJEEwACRJNAAkUTgAJGE8ACRpQAAkcUgAJHlMACSJVAAkkVwAJJlgACShZAAkqXwAJLmEACTJiAAk2YwAJOmQACTxlAAlMZgAJTmkACVZsAAlabwAJZnAACWxyAAlucwAJcHUACXR2AAl2dwAJeXkACXouAAl8QwAJfkYAAADIAAmATAAJgk8ACYRSAAmGUwAJiFgACYphAAmOYwAJkmQACZRmAAmWbAAJmm0ACaRuAAmycAAJtHEACbZyAAm4cwAJunUACbx2AAm/eAAAALUACco5AAnMQQAJzsMACdBGAAnSSAAJ1E8ACdhQAAAA0wAJ2lUACdxfAAneYQAJ6GUACfJpAAn8bAAKAG8ACgpyAAAA8wAKEXUAChQ5AAoWQQAKGEMAChxEAAogRQAKJEgACiZJAAowSgAKMswACjZNAAo4TgAKPE8ACj5QAApCUgAKRFMACkxUAApQVQAKVFYAClZhAApYYwAKWmUACmJmAApkaQAKaGwACmxuAApwbwAKdHIACnx0AAqBdQAKgi4ACoRBAAqGRAAAAMwACohPAAqK0AAKjFQACo5hAAqSZQAKmGkACp5vAAqndQAKqC4ACqoxAAqsQgAKrkMACrJEAAq4RwAKuk4ACsRPAAAA0AAKxtIACspTAArOYwAK0GQACtRmAArYZwAK2m0ACt5uAArycgAK9HMACvl0AAr8QQALAEQACwJOAAsEUwALBlUACwhhAAsOZQALEm8ACxRzAAsXdQALGkQACxxFAAseYwALIGUACyppAAsubgALMG8ACzdzAAs4QQALOkMACzzEAAtCSQALRkwAC0hOAAtKUwALTFQAC1BYAAtSYQALVGMAC1blAAtiaQALcm8AC391AAuAQQALhEMAC4jEAAuKRQALjEkAC5JLAAuUTwALllAAC5pTAAum1AALqGEAC7plAAvGaQAL0G8AC9l1AAvcLgAL3kEAC+REAAvmTAAAAM0AC+hPAAvsVQAL7lYAC/ZhAAv+ZQAMDmkADBJvAAwcdQAMH3YAAACyAAAAswAMIEIADCJEAAwkRgAMJk8ADChQAAwq0wAMMlQADDZVAAw4YgAMPmMAAADkAAxCZgAMROcADEZsAAxIbQAMSnAADFByAAxYdQAMW3YADFxBAAxkQwAMZkQADGhFAAxqRwAMbEkADG5LAAxyTAAMdE4ADHZPAAx6UAAMfNIADIBTAAyCVAAMhlUADIhZAAyKYQAMmmMADJxlAAykaAAMpmkADK5rAAywbAAMtm8ADMRyAAzKdQAM03kADN5FAAzgTQAM4lQADOb0AAzvdQAM9EEADPbDAAz4RQAM/EgADP5JAA0ATAANAk8ADQRQAA0GUwANCFQADQxVAAAA2AANEGEADRRlAA0yaQANNG8ADTxwAA0+dQANRXgADUZDAA1KRAANTkYADVBIAA1USQANWEsADVpPAA1gUAANZFEADWZSAA1oUwANalQADWxVAA1wYQANdGMADXzlAA2KaAANkGkADZxrAA2ebAANom4ADaRvAA2ucAANtnQADcB1AA3KdwANzXkADdJBAA3YQwAAAMkADdpPAA3cVAAN3lkADeBhAA3qZQAN9mgADf5pAA4EbwAODnIADhh1AA4edwAOIXkADiJCAA4kQwAOJkQADihGAAAAyQAOKk0ADixOAA4uUgAOMFMADjRUAAAA2AAONmIADjhuAA5GcAAOTHMADlN4AA5UwQAOWkMADlxJAA5eTQAOYFMADmJVAA5kYQAOaGUADm5pAA54bwAOfXUAAACyAAAAswAAALQADn5BAA6CSAAOhEkADohPAA6KYQAOkmUADpxmAA6eaAAOoGkAAADsAA6qbgAOrG8ADq5wAA6wcgAOtXgADrYuAA68QwAOwEQADsJNAA7EYQAOyGMADsplAAAA6QAOzG8ADs90AA7QQQAO1GUADtZpAA7ZbwAO2skADtxMAA7eUwAO4GUADuLpAA7kbAAO53IADuhGAA7qRwAO7EwADvBfAA74YQAO+mMADvxkAA7+ZgAPAGcADwJoAA8EbAAPCHAADwpzAA8QdAAPEnUADxd2AA8aLQAPHC4ADyAxAA8iYQAPJuIADzJjAA885AAPTGYAD1BnAA9UaQAPWmsAD15sAA9sbQAPeG4AAADvAA+EcAAPkHEAD5JyAA+qcwAPvnQAD8J1AA/KdgAP0ncAD9h4AA/begAP3F8AD+5hABACZAAQBGUAEBRpABAgbAAQJm0AEChvABA8cgAQRHMAEEh1ABBceQAQX3oAEGItABBuLgAQcDEAEHayABB8NgAQfjgAEIA5ABCCXwAQkGEAEKjjABC85AAQwGUAEMhmABDMZwAQzmgAENjpABDiagAQ5GwAEO5tABD2bwAREvAAERjyABEk8wARKnQAETB1ABE+dwARRHgAEUd5ABFMLQAAAK4AAACxAAAAsgAAALMAEU5fABFc4QARamIAEW7jABF0ZAAReOUAEZZmABGaaQARquwAEbZtABG6bgARwG8AEdhwABHg8gAR7HMAEfZ1ABICdgASBHcAEgZ4ABIJeQASDC4AEhAyABISQgASFGEAEhhiABIaYwASImQAEiZmAAAA6AASLGkAEi7sABI07QASRO4AEmBvABJicAASaHEAEmpyABJu8wASdnQAEnh1ABJ6dgASgXgAEo4tABKQLgASkjIAAAC1ABKUOQASmFAAEppfABKcYQASsOMAErJkABK0ZQASwmYAEshoABLMaQAS3GwAEuhtABLqbgAS7G8AEvpwABMA8gATCvMAEw50ABMUdQATHXcAEx4tABMgOQATImEAEyxiABMu4wATNGQAEzxlABNIZgATTGgAE05pABNeagATYOwAE3JtABN2bgATem8AE4hwABOMcgATlvMAE5x0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ACft9gAn9GwAJ/dvACf44QAn/GMAJ/5kACgAZgAoAmcAKAjyACgWcwAoIXYAKCRhACgmYwAoKGYAKCrsACgwbwAoNXMAAADkAAAB5wAoNmQAAADmAAAB8wAoOF8AKDxhACg+4wAoSmUAKExtAAAA7gAoTnAAKFDzAChS9AAoVHUAKFZ3AChZeAAoWmQAKFxrAChecgAoYXkAKGJhAChoaQAAAO0AKGpvAChsdQAob/kAKHJQACh07AAodm8AKHhwACh7dAAofOIAKH5jACiAbAAogm0AKIZwACiJcgAoi3MAKI1hACiPdgAokGwAKJVuAAAA4wAAAecAAAHrACiZbwAomnIAKJ1zACijbwAopGgAKKZsACiobwAAAfMAKKpnACitaQAormYAKLRpAAAB7AAot2cAKLhiACi65QAowWkAKMJhACjGYgAoymMAKMxlACjOaQAo0nAAKNhzACjbdQAo3C0AKN5hACjgYwAo5mQAKPBlACjyZgAo9GcAKPhoACj6agAo/GwAKQBzACkC9AApDnUAKRH2AAAB7AApGm8AKRxyACkfdQApIXUAKSThACkncgApKGMAKSpwACkucwApM/QAKTljACk7cgApPGEAKUBlAClFbwApRmEAKUpjAClO5QApWmgAKVxpAClicAApbXQAKXNzACl1ZQApdzAAAACwAAABtQApe0kAKX1sACl+YwAphGkAKYhsACmMbQApjm4AAADxACmScwAplvQAKZh2ACmbegApnV8AKZ9rACmgYQAppGIAKaZkACmoZQAprG0AKa5yACmxdAApsi0AKbRsACm3bgApuGUAAAHzACm6YwApvGUAKb5nACnAbAApxm4AKc5yAAAA9AAp1XgAKdxhACnqZQAp7mkAKfBvACn0dQAAAfkAAAH0ACn5bwAp+mMAKfxsACoCbgAqBO8AKg5yACogcwAqJXUAKihnACoqaQAqLXIAKi5hACo0ZQAqPGkAKkJvACpLdQAqTC4AKl10ACpeMwAqYGEAKmN4ACpkbAAqaO4AKmxzACpxdAAqc3UAKnVpAAABtQAqdmkAKnhtACp8cgAAAPMAKn90ACqBeQAqguMAKoRvACqHcgAqiOIAAADjACqSaQAqlWsAKpZhACqYZAAqmuUAKpzuACqscgAqs3QAKrZtACq5bwAquy0AKrxfAAAA5AAqvuYAKsBtACrCbgAqxO8AKsryACrV9AAAAfMAKtpiACrcZQAq3mYAKuBpAAAA7QAq5G8AKuhwACrqdQAq73YAKvBhACrz7wAq9m8AKvn1ACsIYQArCmIAKwxkACsOaQArEGwAKxJvACsXdgArGGcAKxtsACscYQArJmUAKyxpACsubwArM3AAKzRjACs2ZQArOXQAKz5lACtAaAArQ+sAK05hACtSZQArVOkAK1ltACtbZgArXTIAK190ACtgYwArYmkAK2RsACtobgArbHAAK25yACt2cwArfHQAK392ACuBZgArgmEAK4hkACuKbAArknUAK5X4ACuZaQArmmMAK5xkACugZQAromcAK6RuACupcwArqmwAK65tACuwbgArsm8AK7RwACu4cgArunMAK7z0ACu/dQAAAOMAAAHwACvCbQArxHMAK8d0ACvIbQArzG4AK9FyACvTcAAAAK4AAAHlACvXOAAr2C0AK9s4ACvdOAAr3zgAAAHFAAAB0wAAAcgAK+E2AAAB7QAAAOMAK+LlACvm7AAr6G4AK+pvACvscAAr7/UAK/DlACv2aQAAAOwAK/huAAAB8wAr+i0AK/xfACwAYwAsAm4ALARvAAAA8wAsB3UALAhuAAAB9AAAAfIALAtsACwMYQAsDmcALBBtACwVcAAsHi0ALCRiACwmYwAsLmQALDJlACw4ZgAAAOcALEBoACxC6QAsSmoALExsACxObgAsUG8ALFJwACxWcwAsYPQALGv2ACxyLQAsdfMAAADjACx2ZQAseGkALHpvACx8cgAsf3MALIBfAAAA4QAAAOgAAADuACyM7wAskHMALJV5ACyWYQAsmGUALJ1zACygbgAAAPIALKV2ACymZwAsqWkAAAHrACyqbgAsrXQAAAHpACyu4gAssWkALLNhACy1bwAstmQALLhnACy6bAAsvG4ALMFzAAAB7QAAAbIALMNvACzFZQAsxmUALMhpACzKcAAszHIALM/5ACzYbAAs2m4ALNxvAAAA9AAs33cALOFvACzmYgAs6GwALOpyACztdAAAAegALO9hAAABswAs8GIALPJjACz0aQAs9m0ALPhuACz8cgAs/nMALQB0AC0CdQAtBfkAAACwAAAA4QAAAOMALQhoAC0KbQAtDW8ALQ4uAC0aNgAtHF8ALR7jAAAA5AAtIWYALSJhAAAA5AAtKmUALSxm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AAAA7QA2dm8ANnhyADZ7cwA2flEANoFxAAAB4wA2g2EANoQtAAAA4wA2hmkANohsADaLcgA2jC0ANo4yADaQXwA2kmMANpVlADaXYQA2mWwANptyADadMgAAAOYANp5pADagbAA2pG4ANqZyADascwA2snQANrV5ADa5aAA2umEANr7iADbEZQA2xmkANshsADbKcgA2znMANtB2ADbTeAA21W8ANtZpADbbbwA23GQANuJmADbkawA25mwANupuADb28AA2+HMANvt0ADb9cgA2/28ANwBmADcC7gA3BHIANw11ADcPZQA3EGEAAADjADcUZQA3FmkANxlvADcbdwA3HC0ANyF3ADcjcAA3JLAANyZvADcp+QAAAbQANyu2ADcubQA3MXYANzIxADc0bwA3N3UANzlnADc6bgA3PXgANz9lAAAB6AA3QC0AN0JsADdFbgA3R2IAAADDAAAB4wA3SewAAAH1ADdLcgA3TGMAN05sADdRdwA3UmEAN1VlADdXbAA3WC0AN1xlAAAB7AA3XmYAN2BoADdjeAA3ZmMAN2hqADdqbQA3bXMAN25hADdxbAA3dWUAAAHsADd3dQA3eXkAN3t0ADd8YQA3f3IAAADtADeB8AA3g2kAN4VuADeHcAA3iXkAN4p0ADePeQA3kUMAN5NTAAAB8wA3lU0AN5dIADeZQwA3nU4AN59JADehYwA3o3IAN6RvADendAA3qWUAN65pAAAB8wA3smkAN7ZyAAAB8wA3uWkAN7thADe9YQAAAO4AN79yADfBbwA3w2EAN8VvADfHaAA3yWUAN8tlADfMTgA3z3IAN9FOADfSYwA31XIAN9dhADfYUwA32lYAN91sADfhaQA343YAN+VpADfn6AA36XUAN+t1ADftdAA372EAN/FlADfyZQA39GkAN/d1ADf5ZQA3+2UAN/xlADf/cgA4AWsAOANhADgFdQA4B+8AOBNpADgVcgA4F0sAOBlFADgbUwAAAfMAOB1MADgfawA4I3gAOCTlAAAA6AA4J2kAOCllADgraQA4LWEAAAHsADgvdAA4MWkAODJhADg1ZAA4N24AODljADg7YwAAAOsAODxsADg/cwA4QWUAOENhADhFZAA4R2sAOEliADhLZwA4TWYAOE9mADhRbAA4VWUAOFdwADhZYQA4W2kAOF10ADhfMAA4YTAAOGNSADhkRgA4Z0wAOGljAAAB+AA4a0EAOG1FADhvTgA4cUEAOHMtADh1bwA4d0sAOHlrADh6TQA4fVAAOIFZADiDRgAAAfMAAAH5ADiFwQA4h0wAAAHTADiJUgA4i0MAOIxGADiPXwA4kUgAOJNOAAAB5QA4lWwAOJdhADiZYQA4mmcAOJ1yADifYwA4oWMAOKNlADildAA4qWEAOKpuADitcgA4r2MAOLFvADiyaQA4tW8AOLduADi5YwA4u2MAOLxuADi+cgA4wXMAOMNhADjGYwA4yXAAOMtyADjNcgA4zuUAONFpADjUbAA413UAONhiADjabQAAAO8AOONwADjsYwA48GQAOPRmADj68wA4/HQAOQV2ADkH+QAAAOUAOQtyADkNZQAAAfkAOQ5DADkTTgA5FGEAORdkADkZdAA5G3MAOR1sAAAB4QA5HnIAOSFzADkjdAA5JXcAOSdoADkpdQAAAfMAOStBADktTwA5L0wAOTBGADkzUgA5NVQAOTdBAAABzwA5OU4AAAHzADk7RQA5PUIAAAHLAAAB8wA5P00AOUFSAAABywA5Q0QAOUVMAAAAxAA5R0kAOUl3AAAB4QA5SmIAOUxjADlObAA5UHAAOVJzADlUdAA5V3YAOVlpADlbYQA5XWEAOV9iADlhbAA5YmkAOWV1ADlmZQA5aWwAOWphADltaQA5bi4AOXBlADlzcgA5dGMAOXZpADl5awA5emEAOX1lADmBZQA5g+8AOYX0ADmJ5gA5i2UAOYxhADmOYwA5kHAAOZP0ADmVbgA5l2MAOZhrADmbdQA5nfQAOZ9iADmhbgA5o3kAOaVnADmnZQA5qXQAOatnADmtcgAAAfAAOa9lADmxcgA5s2EAObVNADm3TwA5uTgAObtSADm9bAA5v2kAOcFpADnDcwA5xfQAOcdvADnJcgA5y20AOc1jADnPZQA50XUAOdN0ADnVYwA512IAOdktADnaaQA53WwAOd9hADnhaQA54mEAOeRlADnmaQA56XIAOeppADntdgA572IAOfFpADnzbwAAAeUAOfVvAAAB7gA59mMAOfltADn6ZQA5/WwAOf5jADoBcgA6AnMAAAH0ADoEYQA6BmUAOghsADoLcgA6DGUAOhFyADoTTAA6FUEAOhdfADoZRAAAAcEAOhvFAAABxAA6HGUAOh90ADohbAA6I2kAAAH0ADolYQA6J3QAOilyADorbwA6LWQAOi9tADoxbAA6M+UAOjZhADo45AA6Q2kAOkVlADpHZQA6SGcAOkprADpMbgA6T3QAOlFjADpTaQA6VWIAOlZjADpYZQA6Wm0AOl90ADphcwA6Y24AOmRjADpnbQA6aOUAOmtxADpsQgA6b2QAAAHsADpxYwA6c3kAOnVUADp3aQA6eTYAAAHQAAAB8wA6e1QAOn1CADp/4gA6gWMAOoNNADqFagA6h00AOoktADqLcwA6jVQAOo9fADqRdAA6k3IAOpQtAAAAtAA6l18AOplzADqbRAAAAfMAOp1lADqfdgA6oXIAOqJIADqkZQA6p2kAOqttADqtdAA6r3IAOrFUADqySAA6tUwAOrZiADq5cgA6u28AOr1tADq/UwA6wW4AOsNnADrEbQA6x3AAOslhADrLbAA6zXUAOs9zADrQQwA61EQAOtdUADrZZAA62zYAOt1FAAABtQAAAdQAAAHMADrfZAA64GQAOuNmADrkZAA653YAOuhlADrqbAA67XAAOu5DADrxYQA682gAAAH0ADr1dAA692UAOvlpAAAB9AA6+2QAAAHkAAAB7gA6/S4AAAHzADr/TAA7AVUAOwNUADsFRQA7B2IAAAHYADsJUwA7C28AOw1hADsPbAA7EW8AOxNvADsVZwA7FmwAOxpvADsdcgA7HmwAOyBvADsjcgA7JGUAOylpADst7wA7L2UAOzF0ADszZQA7NXUAOzd0ADs6ZQA7QXIAO0JlADtFbwA7R3MAO0ltADtLdQA7TW4AAAHtADtPQQAAAc4AO1FpADtTZQA7VeEAO1drADtZQgA7W24AO19uAAAB+QA7Y3MAO2V2ADtnbgA7aXAAAAHsADtrbAA7bW4AAADzADtudgA7cXcAO3NpAAAA4gAAAfQAAAHvAAAB7gA7dWwAAAHHADt3TAA7eUwAO3pEADt9UgA7f0cAO4HNADuDMQA7hWcAO4ZyADuJdgA7i2wAAAH0ADuNYQA7kWcAO5NzADuUZAA7mGUAO5pnADueaAA7oG8AO6JyADum8wA7qHQAO6p2ADuudwA7sXoAO7NlADu1aAA7t2UAO7lpADu6ZQA7vOsAO8N1ADvF9AA7yWUAO8tkADvNYQA70WkAO9NnADvUbgAAAfAAAAHzADvXTAAAAc0AAAHUADvZTwAAAcUAAAHTADvbUgAAAcQAO9xDADvhRgA7504AAAHOADvpNAA768MAO+1TADvuQgA78E8AO/NoADv1YQAAAe4AO/dvADv4ZQA7/2kAPABhADwCZAA8BHAAPAd1ADwIYwA8CmsAPBF0ADwSYwA8FXIAPBd3ADwZcwA8G28AAAH1ADwcYwA8H2cAPCDhADwibwA8JXMAPCZoADwpcgA8K3IAPC1lADwuRwA8MFMAPDNpADw3YQA8OWkAPDplADw8aQA8P3UAAAHvADxBbwA8Q2kAPEV0ADxHaQA8SUUAAAHNADxPQgA8US0AAADFADxTSQA8VUMAAAHDADxXRAAAAeUAPFlkADxaZQA8XWkAPF9pADxhdAA8Y2QAPGdhAAAB7wAAAe4APGl0ADxqQgA8bEMAPG5QADxwZgA8cmwAPHV3ADx3bAA8eXUAPHtqADx9ZQAAAeUAPH4tADyFegA8hk4APInlADyLZQA8jFAAPI5iADyRZQA8k2QAPJXDAAABwwAAALEAAAGyADydLQAAAfMAPJ5EADyhUAA8okYAPKVlADymYQA8qWUAPKtlADytYQA8r2kAPLFlADyzdAA8tXEAPLbuADzJcgA8y2kAPM9vADzRYwA802cAPNQtADzWbAA82XAAPNtyADzhUgA840sAPOVFADznyAA86y0APO0yAAAB0wA8718APPFJADzzSQA89UYAPPc2ADz5RgA8+1YAPP1SADz/TAA9AUgAPQJrAD0GbQA9CW8APQtlAD0NawA9DmQAPRFnAD0TZQA9FOEAPRhzAD0begA9HGMAPR9zAD0iYwA9JegAAAHwAD0ndQAAAesAPSlwAD0qLQA9LGYAAADsAD0vcwA9MXIAPTNvAD01ZQA9OXQAPTplAD08aAA9P2kAPUAtAD1EQwA9R2MAPUhjAD1KbgA9TnQAPVH5AAAB+AA9U3MAPVVuAD1WYQA9WWsAAAHyAD1bdAA9YGkAPWN0AD1nZQA9aWUAPWpjAD1sZgA9cGwAPXJtAD10cAA9dnMAPXl2AD16bgA9fG8APX92AD2AZAA9gmcAPYRqAD2GbQA9inAAAADzAD2MdAA9j3YAAAHsAD2TZwAAAegAPZV0AD2XbwA9mU8AAAHJAD2bTAA9nWkAPZ9oAD2h1QA9o2sAPaVVAD2nUgA9qXAAPastAD2sawA9r24APbFzAD2yYwA9tWUAPbdEAAAB1AAAAcwAPbtDAAABuAAAAdQAAAGxAAAByQA9vV8APb9UAD3FaQA9xmQAPclnAD3LaQA9zOQAPc9sAD3QaQA903UAPdVpAD3XZQA92W0APdpXAD3cYQA94GUAPeNvAD3kZQA9528APehhAD3rZQA97G8APe9yAD3zdQA99m8APftwAD38cgA9/3UAPgFlAD4DcgA+BWkAAAHrAAAB9AA+B2cAPgl0AAAB5QA+Cm4AAADzAD4NdAA+D/QAPhFvAD4TTgA+FW4AAAGyAAAB0AAAAbQAPhctAD4YSQA+GksAPh1UAAABxAAAAdAAPh9FAD4hQQA+I1IAPiVSAAAB2AAAAdAAPidGAD4pRgA+K1AAPixlAD4vcAA+MWkAPjJsAD41bgA+N24APjhQAD47cwA+PWkAPj9yAD5AbwA+QnQAPkV1AD5HZQA+SGEAPkt0AD5NdQA+T3YAAADzAD5QdAA+U3UAPlRkAD5XcgA+WWwAPltwAD5d5QA+X24APmFlAD5icAA+ZXUAPmdnAD5paQA+a/AAPm1jAAAB9wA+b2sAPnF0AD5yYQA+dHUAPnd2AD55ZQA+e3QAPnxuAD5/cgA+gWMAPoNjAD6HaQA+ifQAPopiAD6OZwA+kG4APpJyAD6VdAA+lnAAPplyAD6aYQA+nGkAPqF1AD6jZAA+pWwAPqZtAD6ocAA+rHMAPrN2AD61dAA+t20APrtPAD68ZQA+v3AAPsFmAD7DYgA+xGMAPsd0AD7IYwA+ynAAPs10AAAB0wA+zy0APtFHAD7TRQAAAcUAPtRsAAAB8wAAAfMAPtdzAD7ZZQA+22cAPt1yAD7fbAA+43AAPuRtAD7nbgA+6GwAPuv0AD7xYQA+8+4APvVyAD73ZQA++W4APvtpAD795QA+/28APwFvAD8FZwA/B+wAPw1oAD8OZAA/EGkAPxJuAD8VdgA/F2EAPxlnAD8bdQAAAOUAPxxuAD8fcwA/IWUAPyNpAD8lbwA/J3QAPyjlAD8raQA/LUEAPy8tAD8xRgA/M24APzXYAAAB8wA/NlIAPzlfAD87LQA/PW4APz9lAD9BcwA/QmMAP0ZmAD9IbgA/SvQAP0x2AD9P+AA/U24AP1VmAD9XZQA/WGUAP1t0AD9dYQA/X3IAP2F0AD9jZwA/ZfIAP2l4AD9rQQA/b8kAP3AtAD9zXwA/dWUAAAHGAD93MAA/eUsAAADhAD96ZwA/fGkAP391AD+DaQAAAeEAP4ZkAD+JbwA/imIAP4xpAD+OcwA/kXQAP5NlAD+VbAA/l3QAP5hpAD+bdQA/nXQAP59rAD+hTgAAAc0AP6NMAD+lRQA/p8YAAAHsAD+pbgA/q2wAP6xhAD+vcwA/sXIAP7N0AD+1ZQA/t3QAAAHvAD+5YwA/u2kAP710AD+/6QA/wGQAAAHsAD/CTQA/xGQAAAHlAD/HbgA/yesAP81kAD/P8AA/13QAP9tpAD/dLQA/3y4AP+FyAAABtgA/42QAP+VfAD/nYQA/6WkAP+tkAD/taQAAAecAP+9uAAABzAAAAc0AAAHwAD/xbAA/81QAAAHCAD/1YQA/92wAAAHiAD/5dAA/+1IAP/1VAD//QgBAA3QAQAVwAEAHZQBACWEAQAtnAEAPYQAAAfAAQBFyAEATdQBAFXMAQBZiAEAbbgAAAegAQB1yAEAfYQBAIGEAQCNkAEAlcgBAJ3MAAAHsAEApcgBAKzAAQC0uAEAvLgAAAbEAQDFjAEAzbwBANWkAAAHkAEA2ZABAOWwAQDtyAEA8ZQBAQGwAQEJvAEBFdABARmMAQElzAEBKZQBAUGkAQFJvAEBXdQBAWWkAQFt1AEBcaQAAAPMAQGF1AEBjaABAZXAAQGbfAEB2aQBAenIAAAHzAEB9YwBAf3UAQIFpAECCYQBAh2kAQIlhAECLZQBAjHIAQI91AECRcgBAk28AQJRlAECWaQAAAfMAAADuAECZcgBAm28AQJxhAECeZwBAoWsAQKJfAECnbwBAq24AQK1oAECuYQBAsGUAQLNvAEC1YQBAt3QAQLlpAEC9NgBAv24AQMF1AEDDZQBAxWwAQMhuAEDLcgBAzW0AQM9vAEDTdwBA1W4AQNZjAEDYcgBA23QAQNxhAEDfbgAAAfMAQOBhAEDiZQBA5mwAQOxyAEDu8wBA8XYAQPNpAED1bQBA9zAAQPkwAED7dgBA/WkAQP/oAEEDdQAAAeEAQQQuAAAAsQAAALIAQQZwAAAA8wBBCHQAQQt1AEEQcwBBE3QAQRRhAEEWYwBBGmwAQR92AEEjYQBBJ2kAQSppAEEtbgBBLmwAQTBwAEEzcwBBOW4AQTtpAAAB7wBBPWUAQT9lAEFAZQBBSGkAQUxvAEFPdQBBUGUAQVNyAEFVZQBBVmEAQVhlAEFbcgBBXWsAQV5hAEFhaQBBY3UAQWRoAEFn7wBBd2kAQXlpAEF7cgBBfXcAQX9yAEGBcwBBg2kAQYVvAEGIdABBi3UAQY1kAEGOYwBBkGcAQZNpAEGUYQBBl3QAQZloAEGbcwBBnXkAQZ9rAEGtbABBr3gAQbVhAEG3ZABBuC0AAACxAAAAsgBBul8AAADlAEG9cgBBvuUAQcToAEHJaQBBzXQAQc9lAEHRZwBB0nQAQdV1AEHXaQBB2WEAAADsAEHdbwBB3y0AQeBjAEHjZQBB5fQAAADhAEHndABB6WkAQeotAEHsZwBB72wAQfAtAEHyYQBB9OQAQfl1AEH7bgBB/WUAQf5jAEIAbQBCAvMAQgV3AEIGYwBCCW0AQgpjAAAA5wBCDXcAQg9lAEIRcgBCEy4AQhX5AAAB9ABCF3UAAADrAEIY7ABCIHMAQiN0AEInbwBCKGgAQit0AEIuZwBCMW4AQjIyAEI1ZQBCNmMAQjtuAEI8YQAAAfcAQj5kAEJAbgBCQ3QAQkRhAEJGawBCSHUAQkt3AAAA8wBCTXUAQk9vAEJRYgBCU2cAQlVmAEJWZgAAAfMAQllsAEJdcABCXmMAQmFkAEJiZABCZGkAQmduAEJodABCa3kAQm30AEJvZQBCc3AAQnVhAEJ3cgBCeWEAQntsAEJ9aQBCf2EAQoF0AAAB+QBCgzAAQoUwAEKHcgBCiW4AAADkAEKLaQBCjWEAQo5oAEKQbwBCk3QAQpZlAEKZaABCm2kAQp1oAAAB5QBCoXIAQqJjAEKl7ABCqmUAQq1pAEKuXwBCsGEAQrJjAEK0ZABCt2YAQrhhAEK7dABCvOUAQsBnAELCaQBCxXIAQsjlAELM7wBCz3kAQtBhAELSYwBC1WUAQtZzAELbdABC3WUAQt9yAELhZgBC4mYAQuVsAELnYwBC6WkAQuthAELtbQAAAfgAQu9sAELxZQBC83QAQvplAEL9dABC/2MAQwBfAAAB8wBDA2EAAAHtAEMEaQBDBm4AQwxwAEMO8gAAAfQAQxJjAEMUcwBDF3YAQxhlAEMabABDHXAAQyBpAEMibwBDJXMAQyZpAEMpbwBDK20AQy1tAEMvbgBDMWMAQzVjAEM3bwBDOWUAQzppAEM8bgBDPnIAQ0FzAENFYQBDSC0AQ0oxAENMYwBDTmUAQ1BvAENTcABDVGMAQ1ZuAENacwBDXXUAQ15rAENhcgBDY2MAAAHzAENkcgBDZ3gAQ2lyAENq5QBDc2kAQ3lyAAAA5ABDemwAQ35uAEOAbwBDhXUAQ4YuAEOIYQBDimIAQ5BkAEOSaQBDlG0AAADvAEOe8ABDr3UAQ7BjAEO8ZABDwGYAQ8xqAEPObgBD0PMAQ9r0AEPjdgBD52sAQ+hpAEPr+QBD9OUAQ/puAEP9cgAAAfQAQ/5sAEQAbgBEAnAARAVyAEQHZQAAAfkARAgtAEQMXwBEHGMARCJmAEQkbgBEJnUARCl6AEQqXwAAAfMARCxmAEQucwBEMXQARDJhAEQ1ZABEN3QAAAHmAEQ4YQAAAPAARDtzAEQ8YQBEP2wAREFvAAAB+QBEQ2cAREVsAERHcABESeEAREtsAERNYgBET/MARFDsAERScgBEVXMARFn0AERabwAAAPMARF10AERfbABEYWMARGJfAERkZgBEZ28ARGlsAERrdwBEbWgARG91AERxcgBEc2UARHVsAER3bQAAAOQARHlpAER9bwBEf24ARIFtAESDZwBEhXcARIdoAESJ4QBElTEARJZiAESYYwBEmmwARJxwAESecwBEoHQARKN2AESkaQBEp/MARKhhAESrbABErWEARK9vAESxYgBEszIARLVkAES37ABEumkARL11AES+ZQBEwGkARMRsAETHbwBEzXUARM5tAETRcABE0mEARNVpAETWYQBE2GUARNtpAETdbwBE33QAROAuAAAAswBE8l8ARPZlAET4ZgBE+mwARPxtAET+cgAAAPMARQF0AEUCZQBFBWkARQZjAEUIZQBFCmkARQ5rAEUQcABFE/QARRhhAEUdZQBFIOUARSRoAEUmaQBFKXIARSthAEUt7wBFLmcARTFsAEUz9AAAAe4ARTvmAEVCZQBFRGkAAAHvAAAAsQAAALIARUZfAEVIZQBFTG4ARU5wAAAB8wBFUGEARVjjAAAA6wBFYHAARWf0AEVuZQBFcWkARXVuAEV3bABFeWMARXplAEV8aQAAAfMARX5jAEWBcABFg3kARYVlAEWGbgBFiXMAAAHzAEWKYgBFjGsARZBvAEWS8wBFlHQARZd1AEWZcwBFm2EARZ30AEWfYgAAAfMARaFiAEWlbgBFqXkAAAHrAEWrZwBFr2UARbF0AEWyZwBFtG0ARbd3AEW7dgBFvfAARcFkAEXCLQBFxV8ARcdJAAAB8wBFyW0ARctpAEXNcgBFzy4AAAHrAAAB7wBF0G0ARdPwAEXXbABF2WEARdtlAEXdcgAAAesAReBkAEXjaQBF5GEARedpAEXpbwBF62wAAADlAEXuaQAAAfkARfNvAAAB7wBF9WkARfdzAEX5ZQBF+/QARgJlAEYEaQBGB28ARgl2AEYLZQBGDXIARg5nAEYQbQBGE3YARhVtAEYWYwBGGWkARhphAEYdZQAAAeMARh91AEYgbABGI3QARiRoAEYmbABGKXQARitjAEYtbABGL3UARjFiAEYyYQBGNGwARjdvAEY8LQBGPl8ARkRlAEZGaQBGSfMAAAH0AEZLbwBGTGkARk9sAEZRYQBGU28ARlRpAEZXbwBGWXUARlphAEZcZQBGXmgARmBpAEZkcgAAAfQARmntAEZsLgBGdDIARnZfAEZ4aQBGe3YARn14AEZ/bwBGgWIARoJhAEaFaQBGh3MARolvAEaLYQBGjDgARo9lAAAA4QBGk+UARpRhAEaYZQBGm2kARp8uAEahbwBGomwAAAHuAEakbgBGp3IARqlsAEaqYwBGrW0ARrBlAEa3bAAAALEAAACyAEa4XwBGvGMARr5tAEbBcgBGw2EARsRzAEbG9ABGy3YARsxhAEbQZQBG1mwARtxvAEbh8gBG4mUARuZsAEbpcgBG7XQAAAH4AEbuMABG8zEAAAHFAAAB5ABG9OUARvZpAEb59ABG+uwARwPyAEcE7ABHC3MARw1pAEcOYwBHEWcARxJoAEcV9ABHGWEARxtvAEcdZQBHIWwARyMtAEckcwBHJ3QARylyAEcrbwBHLOQAAAHsAEczYgBHNW0ARzdjAEc5bgBHO2EARz12AEc/YQBHQWEAR0NsAEdFdQBHRuUAR1rsAEdddABHXmEAR2DkAEds5QBHb2kAR3BlAEdybQBHdXMAR3ZlAEd6aQBHfHUAR394AAAA4wBHgOcAR4JrAEeEbgBHhnMAR4j0AEeTdwBHlmMAR5l4AEebcABHnGEAAAH3AEeeaQAAAfgAR6EtAEejdQBHpGQAR6ZpAEepbABHq/QAR6wtAEe4LgBHyF8AR9BiAEfTbABH1GIAR9ZjAEfaZQBH3mcAR+DrAEfi7QBH6G4AR+p0AEftdwBH7mQAR/FzAEfybgBH9XIAAAHhAAAB5QBH928AR/hjAEf6ZwBH/20ASADlAEgMbABIDnEASBFzAEgSYgBIFGQASBdlAEgYbQBIGm4ASBx3AEgfegBIIXMASCJhAEgkYwBIJmgASChpAEgqbgBILHAASC5yAEgxcwBINXIAAAGyAEg3aQBIOXUASDpmAEg97ABIQOMASEdkAEhI5QBITWkASE91AEhRcABIU3IASFVuAEhY5QBIXWkASF9hAEhhaABIY3QASGUtAEhpdgBIa3kASGwtAEhuLgBIdGkAAADtAEh3dQBIeTMASHstAEh9cgBIf2kASIEtAEiCYgBIhGMASIplAEiMaABIjmkASJJwAEiUcgBIl3YASJhhAEiaZQBInW0ASJ7fAEi3dABIuS4ASL1yAEi/NgBIwXQASMNsAAAB8AAAAeEASMQtAEjMXwBIz20ASNAtAEjSXwBI1mEAAADzAEjZdABI2mgASNxpAEjfbABI4WkAAAH3AEjj9wBI5OIASO10AEju4gBI83IAAAHrAEj0bwAAAfQASPduAEj5aQBI+mMASP1kAEj/bQBJADEASQYyAEkKOABJDDkASQ5YAEkQXwBJFHMASRd4AEkZ7ABJG2oASR1vAEkfbgAAAeQAAADkAEkhZwBJI2UASSVtAEknLQAAAOIASShpAEkqbQBJLG4ASTNwAEk0YQBJNmUASTlzAEk7bABJPHUASUH3AElD4wBJRWgASUd0AElIXwBJSmUASU1yAElPcwBJUXIASVItAAAAtABJWF8ASVxjAElgZABJZXQASWZkAElpcgBJbXMASW5fAElxZABJdWIAAAHzAEl3NgBJeWUASXtrAEl9awBJfuYASYH0AEmC5AAAAecASYdwAEmK5ABJkGYASZJtAEmVbgBJlt8ASajoAAAB7gAAAeUASa1lAAABtQBJruQAAADyAEmzdgBJtWwAAADkAEm2ZQBJuOwASbvwAEnBcgBJwmEAScVjAEnHZwBJyW8AScpkAAAB5QBJzXIASc/oAEnUbgAAAfQASdd0AEnY5ABJ3WkASd9lAEnhbwBJ42sASeTlAEnpaQBJ62kASe30AEnzZABJ9HIASfdzAEn57ABJ+2wASf3wAEn+YQBKAWIASgJkAAAB9AAAAeQASgRlAEoHbwBKCe4ASgtjAAABtgAAAbYAAAG2AAABtABKDHAASg9zAEoRLgAAAfMAShPuAAAB4wBKGS0AShzhAEogbgAAAfMASiNvAEonbwBKKXIASipmAEovdABKMWwASjNvAEo1cgBKN24ASjlvAEo7dQBKP2cASkF1AEpCZQBKR3UASkhhAEpKZQBKTGwASlRvAEpZcgBKXGQASl5wAEphcwBKY3UASmRkAEpmbABKaG8ASm9yAEpwZQBKd2kASnxmAEp+bABKgXYASoJlAEqEaQBKhmwASonvAEqPZQBKkGMAAADoAEqScgBKlfQASpdlAEqZaQBKm2UASp10AEqebABKoXUASqJlAEqmaQBKqHAASqx0AEqzdQBKtC4ASrhlAErA7ABKwnIASsd1AErIYQBKymUASs5pAErRbwBK12IAStktAErbcAAAAfgASt1uAErfZQBK4XMASuJhAErkZABK6GYASupwAErscwBK8XYASvJsAEr1bQAAAO8ASvd1AEr7cwBK/W4ASv7tAEsBcgBLAl8ASwV0AEsGZQBLCXMASwvhAEsTdABLFWcASxlrAEsbYgAAAfMASx3uAEslawBLJ+4ASy1nAEsxZwAAAfkASzJpAAAB6wBLNXMASzduAEs5dgBLO3AAAAHsAEs9bABLP24AS0AtAEtCXwAAAPMAS0R2AEtHdwBLSewAS0vkAEtNcwBLT2kAAADiAAAA9ABLUXcAAAHvAEtVYQAAAe4AS1dsAEtZcgBLW2UAAAHrAAAB5AAAAeUAS1zkAEth5wBLZ2cAS2l0AEtr5QBLbW4AS25lAEtxbwBLc20AS3VzAEt39gBLeGIAS3pnAEt8bABLfm0AS4BzAEuDdwBLhbQAS4dsAEuJbwBLi2wAS4zkAEuU6wBLlnIAS5l2AEudbABLn/QAS6BhAEulaQBLp2cAS6n0AEurcwBLr3QAS7FlAEu1aQAAAe8AS7YtAEu4LgBLvLEAAACyAAAAwQAAAMIAS75TAEvC4QBLxOIAS87jAEvaZABL4mUAS+pmAEvwZwBL+GgAS/ppAEv+agBMAmsATARsAEwM7QBMEm4ATBhvAEwicABMMHEATDJyAEw28wBMSnQATFB1AExedgBMYncATGh4AEx6eQBMfXoATIFlAAAA5QBMg3QATIVoAEyHZQBMiWkATIplAEyQZwBMlOsATKJ0AEyldQBMp/QATLBlAEyzdAAAAeUATLUtAEy3YgBMue0AAAGyAAAB4gBMuzEATL3kAEzDYQBMxmYATMhnAEzMaQAAAO8AAADzAEzRdQBM0+cATNhrAEzcbgBM3/AATOBlAAAA8wAAAfQAAAHzAAAB5QBM4i0ATOVlAEzpbABM62EATOwtAEzvagBM8W8ATPNwAEz1ZABM92EAAAGyAAAB6wBM+E8ATPxiAEz+ZABNAGgATQJvAE0FcgBNBmEATQhpAE0LbgBNDGwATQ7uAE0UbwAAAfMATRdvAE0YZQBNH2kATSBmAE0ibABNJXcATSZhAE0oZABNLGcATS5pAE0ybgBNNHAATTd1AE04cAAAAfMATTxjAE0+ZwBNQOsATUhzAE1LdABNTO0ATU5zAE1RdABNUmMATVToAE1YcgBNWnQATV11AE1eLQBNYF8ATWJmAE1kaQBNZ3cATWlnAAAB9QAAAfQATWtfAE1z8wBNdG4ATXlzAE17aABNfWkATYBiAE2DbwBNhHQAAAH1AE2IYwAAAOUATYtnAE2O4QBNkG8ATZNzAE2UYQBNmGgATZtyAAAA5QBNn3IATaFkAE2jZQBNpeUATahfAE2q5ABNrGcATa5pAE2ybwBNtHMATbd1AE258wBNumEATb1yAE2+LQBNwGMATcRzAE3HdABNyWkATcplAE3NaQBNz2IATdFuAE3TcgBN1WcATddjAE3ZcwBN23QATdwtAE3eXwBN5WsATeblAE3saQBN73UAAAHkAE3xZQBN8mkATfTvAE33dABN+WUATfppAE39bwBN/24ATgDlAE4FaQBOB2wATgllAE4LbABODOMAThFmAE4ZaQBOG3IAAAHoAE4dbgBOH3UATiBpAAAB7gBOIi4ATiRmAE4ncABOKTQATivjAE4v8wBOMTIATjNkAE41bAAAAfMATjd0AAAB7gBOOGkAAAHsAE46YQBOPXUATj9zAE5BYwBORWQATklyAE5KYQBOTGUATk9zAE5RcABOU28ATlV4AE5XZQBOWWkATltyAE5cdABOX3UATmNlAAAB4QBOZWYATmZlAE5zaQBOdW8ATnlyAE577QBOfGkATn91AE6BdABOg+EAToVyAE6HYgBOiXQATotkAE6TYQAAAe8ATpVoAAAB7gBOl/QATppiAE6cYwBOnmYATqBsAE6icABOpHIATqZzAE6pdwBOqnIATq10AE6uLQBOsF8ATrJlAE63bABOu3UATr10AE6/5QBOwWoATsNiAE7FaABOxy0ATshjAE7KbwBOzHAATs90AE7QYgBO0mMATtVzAE7XYQBO2WwATtrlAE7dbwBO32EATuFyAE7jbgBO5GEATudlAE7oLQBPHGwATx5uAE8gcwBPI3oATyVyAE8mZQBPK20ATy10AE8uLQBPMF8ATzJhAE825QBPOGgATzppAE9BbgAAAOEAT0JlAAAB7wBPRWkAT0dlAE9J7ABPSi0AT0xiAE9OZQBPUXAAT1NzAE9V4wBPV2QAT1lpAE9b5QBPXXAAT1/5AE9g4wBPaGQAT2plAE9tZgBPb2kAT3FvAE9yYQBPdGUAT3ZpAE95dQBPe2kAT3xhAE9/dQBPgWUAT4NhAE+EZQBPhmkAT4lsAAAB4wBPi18AT4wtAE+OZQBPk3MAT5QzAE+XYQBPmfQAT5suAAAB5QBPnC0AT6IuAE+mQQBPqWEAT6ppAE+teQBPr3QAT7FhAAAB5ABPs3EAT7TuAE/TcgBP1W8AAACxAAAAsgBP1l8AT9ppAE/hbAAAAfMAT+NjAE/kaABP53UAT+llAE/rYQBP7GUAT+9nAE/xbwBP82MAT/VwAAAB8wBP9y0AT/llAE/7bwBP/C0AT/5fAFAAYwBQAmQAUAZlAFAIZgBQCmwAUA1wAFAPcgBQGC0AUBtlAFAfLQBQIXIAUCJrAFAobQBQK28AUCxkAAAB8gBQL2UAUDDuAFAz8gBQNWsAUDZkAFA4ZwBQO2kAUD1lAFA+4QBQRGUAUEZpAFBKcwBQTnQAUFd6AFBYYwBQWvMAUGN0AFBmYwBQaOgAUHN0AFB1dABQd/AAUHlhAFB75QBQfXUAAAHrAFB/dAAAAe8AUIFkAFCDcABQhS0AUIYtAFCQYwBQkmYAUJZpAAAA7ABQmG0AUJxzAFChdABQo3MAUKRuAFCncgBQqXMAUKoyAFCs6wBQr28AULFjAAAAswBQs+UAULd0AFC4ZQBQumgAUL1pAFC/bQAAAfMAUMF4AFDCLQBQxC4AUMZfAFDJYwBQymMAUM5pAFDQ7gBQ1nQAUN35AFDgYQAAAfgAAAHnAFDiZwBQ5G0AUOdzAFDpZABQ6+UAUO9uAAAB5QBQ8GEAUPJpAFD3awAAAOwAAAHyAFD5dQBQ+/QAUQBhAFECaQBRBvMAUQn0AFEQZQBRE2YAURVlAFEXNgBRGGMAURpnAFEdaQBRHi0AUS5iAFEwYwBRNmQAUTplAFE8ZgBRQGwAUUJtAFFGcABRSnMAUU50AFFRdgBRVG0AUVZuAFFa7wBRXXYAUWBiAFFk4wBRamQAUWxmAFFuZwBRcuoAUXZtAFF8bgBRfm8AUYBwAAAA8wBRinQAUY72AFGTeABRl3UAUZlyAFGbbABRnWkAUZ/sAFGi5QBRpGcAUadwAFGp6AAAAPMAUa90AFGxegBRsmcAUbVpAFG2aQBRu2wAUb1pAFG/bwBRwW8AAAHpAFHDaABRxWMAUcdvAFHJ9QBRy2sAUcxuAFHPcwBR0G0AUdJyAFHVdQBR1mMAUdlwAFHbLQBR3XIAUd91AFHgYQBR428AUeRrAFHm7ABR6m4AUe5yAFHxegBR8mIAUfRyAFH4cwBR+3UAUfxjAFH+ZQBSAGwAUgJyAAAB9ABSBXQAUglyAFILZQBSDS0AUg8tAFIRLQBSEy0AUhUtAFIXLQBSGWMAUhphAFIdaQBSH3MAUiBkAFIj5wBSJWkAUiflAFIpaQBSK18AUi1hAFIvYwBSMGEAUjRjAFI2ZABSOGUAUjxpAFJAbABSQnIAUkRzAFJHdQBSSGMAUkzkAFJa7ABSXXMAUl5hAFJhdQBSYmUAUmZpAFJobwBScHIAUnN1AFJ0ZQBSdmkAUnl1AFJ8YQBSfmUAUoBpAFKCbABShm0AUohvAFKLdQBSjGEAUo5lAFKSaQBSlHIAUpZzAFKZdQBSmm0AUp1uAFKhZQBSomEAUqZlAFKqaQBSsG8AUrJ3AFK1+QBStmEAUrplAFK9bwBSwGEAUsJkAFLFZQBSx3IAUshlAFLKbABSzu8AUtJyAFLXdQBS2XUAUt1hAFLeZQBS4mkAUuZvAFLscABS8PQAUvV1AFL4YQBS+nIAUv91AFMBcwBTBGEAUwZlAFMLaQBTDm8AUxFyAAAB7AAAAegAUxVoAAAB8wBTFmMAAAHrAFMbaQAAAbgAAADiAFMdbgBTH2kAAAHrAFMhbABTI/QAUyRnAFMndABTKXQAUyt2AFMtdQAAAbEAAAHpAFMuUgBTMXIAUzNiAFM1aQBTN+UAUzotAFM8XwBTRG4AU0pyAAAA8wBTTXQAU0/0AFNbcgBTXXAAU19vAAABrQBTYbAAU2NyAFNl5QBTbGUAU29wAFNwZAAAAOUAU3NpAFN1cwBTd2kAU3jlAFN9aQBTf+4AU4BsAFOF7gBTj2EAU5FuAFOVZQBTmGUAU5pwAFOdcwBTnm0AU6BuAFOjcABTpGEAU6ZjAFOoZQBTq2kAU6wtAFOusgBTtXAAU7ZtAFO5cgBTum8AU7xyAFO+dABTwXUAU8JmAFPEbQBTx3UAU8hkAFPKZQBTzWYAU85hAFPQaQBT0nAAU9V2AFPWZABT2HMAU910AFPgYQBT43QAU+V1AFPmZwBT6GkAU+92AFPzcwBT9C0AU/ZfAAAA8wBT/HQAU/91AAAB7AAAAfAAAAG0AFQALQAAALEAVAIyAFQGMwBUCDUAVApkAFQMbABUDnAAVBJyAFQXdgBUGGIAVBtsAFQeZgBUIfAAVCVlAFQmcgBUKHUAVCt2AFQt5QAAAOMAVDBpAFQyawBUNO4AVDl0AFQ6ZQBUPWkAVD7kAFRAcABUQ3UAVEVnAFRHaQBUSXQAVErlAFRPdQBUUeUAVFRsAAAB9wBUV/AAVF5jAFRhcABUYmcAVGVyAFRn9wBUamwAVG1yAFRuawBUcXAAVHNmAFR0ZgBUd3AAVHljAFR7cgBUfXQAVIBhAFSCZQBUhPUAVId2AFSLZQBUl2EAVJluAFSbaABUnfQAVKRuAFSncgBUqWUAVKpjAFSscgBUtXcAVLZsAAAB+ABUuOMAVLxlAFTBbgBUxW4AVMdpAAAB5wBUyHIAVMv0AFTPaQBU0XIAVNJpAFTVcABU12EAVNoxAFTcMgBU3jMAVOBfAFTiZAAAAfMAAAHwAAABsgBU5WYAVOZiAFTqZwBU8GwAVPJuAFT4cgBU+nMAVPx0AAAB+QBVAmQAVQRlAFUGaQBVCmwAVQxvAFUOcwBVEXUAVRJhAAAA7QBVFfAAVRdjAFUZZABVGm0AVRxuAFUecABVIXIAVSQuAFU2YQBVPmUAVUBpAFVKbwBVTXUAVU5jAFVQZABVU2YAVVVsAFVYLQBVXl8AVWBhAFViYwBVZmQAVWhmAFVqagBVbG0AVXBwAFV0cwBVfHQAVYN2AFWEYwAAAesAAAHvAFWHZgBVi2cAAADkAFWN9ABVkW0AVZRvAFWXdwBVmGUAVZtwAFWgcABVo3IAVaU2AFWmbAAAAPAAAAH5AFWoZgBVq3QAVaxiAFWvbABVsOMAVbN0AFW0XwBVtmMAVbhwAFW6cgBVvXQAVb5fAFXAbAAAAPMAVcN1AFXFdAAAALEAAACyAFXGZwBVymwAAAHzAFXM7ABVz3MAVdFlAAAB6wAAAeIAVdN0AFXVLQBV1i4AVdhiAFXbZwBV3esAVd9nAFXhYQAAAO0AVeNzAFXlaABV52kAVelyAFXrbABV73AAAADkAAAB8wBV8m0AVfhuAFX7cgBV/GwAVf/0AFYXaABWGGEAAAH0AFYabQBWHW8AVh7uAFYncgBWKHIAVi11AFYwZQBWNW8AVjhtAFY7bgBWPGEAVj9jAFZBcgBWQ+YAVkVpAFZI5QBWTWkAVk95AAAB8wBWVWwAVldvAFZYZQBWW28AVlxpAFZebABWYXUAVmJhAFZn7wBWa2cAVm1lAAAA5ABWb2UAVnHsAFZ37ABWfi0AVoBpAFaDbQBWhWEAVoZjAFaJaABWimMAVo5kAFaSaQBWlm4AVph2AAAB+QBWnGEAVp/lAFaiYwBWpGcAVqbwAFaocwBWq3YAVqxtAFaubgBWsXUAVrLlAFa0bgBWt3MAVrlmAFa6ZQBWvW4AVr5pAFbA7gBWyXQAVstvAAAB0wBWzfMAVs9hAFbRdABW0i0AVtdmAFbY5QBW4mkAAAHvAFbnaQBW6WEAVutuAFbtYQBW7y0AVvFpAFbzZgBW9WYAVvdfAFb5cwBW+24AVvxiAFb+ZgBXAGwAVwJtAFcFdgBXB3UAVwhoAFcLbwBXDmUAVxPvAFcUcwBXF3gAVxhlAFcbbwBXHGMAVyBmAFckbgBXKHEAVyr0AFcwdgBXM/gAVzduAFc5bwBXPGUAVz9vAFdAYgBXQmYAV0RwAFdHcgBXSGEAV0psAFdNcgBXUXUAV1NlAFdWZQBXWHAAV1p0AFdddQBXZW8AV2dzAFdsYQBXb2kAV3FpAFdzdABXdW8AV3dhAFd5cgBXe28AV31lAFd/dAAAAOQAAAHzAFeAYgBXhGQAV4hnAAAA7QBXim4AAAHyAFeMLQBXjl8AV5PyAFedYQBXni0AV6A4AFelYwBXp2EAV6lsAAAB5ABXq3gAV6w0AFe1NQAAAbMAV7lsAAAAsQBXuuEAV8JnAFfEaQBXyXUAV81pAFfP6QBX1F8AV9ZhAFfYaQBX3m4AAAH5AAAB9ABX4C0AV+NfAFflcABX53QAAAHzAAAB4QBX6GQAV+pvAAAB9gBX7GIAV/BpAFf08wBX+3QAV/1hAFf/YgBYAGUAWANpAFgFZQBYB/cAWAtsAFgNdABYDmkAWBN1AFgVdQBYF3UAAAHmAFgZYQAAAeQAWBt0AFgdYgBYH2EAWCEwAFglbQBYJ28AWCluAFgraQBYLWsAWC8uAFgxMwBYM/QAAADrAAAB7ABYNXQAWDZmAFg47gBYQXIAWELtAAAA7gBYSXQAWEtjAFhMbAAAAfMAWE9hAFhQ6wBYU3AAWFQtAFhWYQBYWXMAWF3rAFhhcgBYY+wAWGRlAFhncgBYaXQAWGtlAFhtdAAAAe8AWG5jAFhxdABYc2wAWHTlAFh4ZwBYe3QAWH1pAFh/6QBYgGQAAAHsAFiCMwBYhF8AWIZkAFiK5QBYkG0AWJNzAAAB5QBYlWgAWJduAFiZbwBYm24AWJ3mAFifZABYoOQAWKLrAFiycgBYt3MAWLtsAFi9ZABYvm4AWMHwAAAB7gBYzXQAWNNuAFjVLgBY2DMAWNtjAFjdaQBY32wAWOEtAFjjcgBY5S4AWOYtAFjrXwBY7WEAWO9pAFjxtgBY82QAWPVyAFj3XwBY+WkAAAH0AFj7dABY/WcAWP9pAFkBZQBZA2MAAAHzAAAB5wBZBXAAAAHtAFkHaQBZCW4AWQtuAFkNdABZDm4AWRF4AFkTbgBZFTgAWRdhAFkYXwBZG/gAAAHjAAAB7ABZHewAAAHtAFkf8gBZIGwAAAHwAFkjbABZJXQAWSdzAFkpaABZK2wAWS1vAFkxYQBZM+IAAAHlAFk3XwBZOXQAWTphAAAB5ABZPXMAWT9IAFlBVQAAAdUAWUNfAAAAwwBZRUwAWUdfAAAByQBZSWgAAAH0AFlLbABZTXIAWU5sAFlQcABZU3MAWVRvAFlXdgBZWG4AWVt0AFldZQAAAe4AWV9uAFlhaQAAAeEAWWNyAAAB8wBZZfcAAAHhAFlncgBZa3IAWW1vAFlvbwBZcWUAWXNoAAAB9AAAAfMAWXV0AFl3ZQBZeOUAWXtpAAAB7ABZf2kAWYF0AFmDaQBZh2kAWYltAFmLaABZjfkAAAHkAFmRbQBZk2cAWZVtAFmXcgAAAewAWZltAFmbaQBZnWwAWZ9jAFmhcwBZoi0AWaRjAFmmZABZqGcAWaptAFmtdAAAAeQAAAHlAFmvRQBZsU4AWbNUAFm1RABZtmUAWblzAFm9YQAAAfMAWb/jAAAB7ABZwW4AWcN2AFnFZQBZx3IAWclyAFnNZwBZz2kAWdFvAFnTawBZ1WUAAAH0AAAB8wBZ12sAWdtnAFndZQBZ32wAWeFpAFnjZQBZ5WkAWebkAFnzdABZ92MAAAGyAFn5cwBZ+2sAWf15AAABsAAAAbAAAAHYAFn/TwAAAcQAWgFoAFoDRwBaBVgAAAHHAFoHTgBaCWIAAAHuAFoLRQBaDeUAWg9BAFoQSQBaE08AWhVJAFoXTABaGV8AWh1BAFofRQBaIVUAWiNMAFolTABaJ08AWilDAForaQBaLWQAWi9iAFox7wBaM2kAWjVoAFo3aABaOW4AWjpPAFo9bwBaP2cAWkFnAFpFYQBaR+sAWktzAFpNcwBaT20AWlNhAFpVbAAAAe8AWlfnAFpZaQBaW3MAWlxuAAAB8gAAAesAWl9wAFphZQBaY3IAWmVCAFpmbgBaaXUAWmtlAFptbQBab28AWnBhAFp0ZQBadm8AWnl1AFp6QwBafGEAWn5pAFqAbwBag3UAWoRhAFqHbAAAAOEAWolpAFqKZQBajGkAWo9sAFqRaQBalGEAWphlAFqaaQBanXIAWqFlAFqiLQBapWkAWqdlAFqpcgBaqmEAWq1vAFqvbwBasXQAWrdlAFq5ZQBau/MAWr0tAFq/ZQBawWUAWsNvAFrFaQBax28AAAHzAFrJSwBay1MAAAHEAFrNSQBaz0UAWtFEAFrTRwBa1UEAWtdCAFrZbwBa20UAAAHGAFrfXwBa4UkAWuNCAFrlaQBa52kAWulvAFrrdABa7WMAWu9hAFrxaABa83MAWvVsAFr3cgBa+WsAWvt1AFr9aQBa/2EAAAHnAFsBbQBbA2EAWwV1AFsHbgAAAa4AWwtuAFsNZQBbD3IAWxFnAFsTdABbFWkAWxZjAFsZcgBbG2wAWx0tAFseTgBbIWkAWyNlAFslYwBbJ2IAWyl1AFsrbABbLXIAWzHnAFszYQBbNWUAWzdtAFs5aQBbPWwAWz9sAFtBZwBbQ18AW0VmAFtHaABbSW8AW0tpAFtNbgBbT24AW1FtAFtTRQAAAdIAW1UyAFtXQQBbWWkAW1tlAFtdcABbX3kAW2FpAFtjcgBbZXUAW2dlAAAB8wBbaeQAAAHzAFtr+QBbbXIAW29sAFtzbwBbdW4AW3dpAFt5bgBbe2cAW31uAFt/cgBbgXQAW4NpAFuFcgBbh2EAW4kuAFuLdgAAAfIAW41wAFuP9ABbkXAAW5NsAFuVdQBbl3UAW5ljAFubdABbnW4AW59yAFuhbwBbo2UAW6RuAFuncgBbqeEAAAHEAFurRwBbrUYAW69FAFuxXwBbs2IAW7VvAFu3YgBbuWwAAAHsAFu7dQBbvXUAW79yAFvBUgAAAekAAAHkAFvCbgBbxfMAW8fsAFvIQwBbzE8AW85TAFvQaQAAAfMAW9NzAFvVZgAAAfMAAAHzAFvXZQAAAecAW9lwAAAB8wBb22EAW91hAAAB5QBb32EAW+BhAFvjZgBb5XIAW+dpAFvpZABb63QAW+1lAFvvQgBb8XUAW/NpAAAB4QBb9XQAW/dwAFv5RQAAAfQAW/syAFv9WQBb/0EAXAEtAAAB6wAAAcUAXANlAAABxQBcBTIAXAdvAFwJVABcC0UAXA10AFwPZQAAAbMAXBFBAAAB9ABcE0UAXBVNAAAB8gAAAfkAXBdUAFwZcgBcHGMAAAHlAFwfYQBcIWUAXCN0AFwlYQBcJ3UAXClhAFwrYQBcLXkAXC/uAAAB5QBcMXQAAAHnAFwzbABcNW0AXDdoAAAB9AAAAe8AXDtwAAAB9ABcPGEAXD9oAFxBQQBcQ2UAAAHlAAABtABcRV8AXEdsAFxJYwBcS0IAXE1lAFxPaQBcUW4AXFPvAFxVZQBcV2gAXFlkAFxbbABcXW8AXF9iAFxhegBcY28AXGVFAFxnVQBcadQAXG1BAFxvUgBccW8AXHN0AFx1ZABcd2wAXHlhAFx7ZABcfXIAAAHlAFx+ZQBcgWkAXIVyAFyHbwBciXUAXIttAFyNZQBcjm4AXJF4AFySYwBcl3YAXJkuAFybcgBcnWkAAAHyAAAB9ABcnmEAXKFyAFyiZwBcpuwAXKlyAFytbwBcsW4AXLNrAAAB6QAAAeUAXLdlAFy5aQBcu18AAAH0AAAB9ABcvVMAXL9pAFzBcgBcwmkAAAHzAFzELQBcx0MAAAHpAFzJZQBcy2YAXM1pAFzPZQBc0WUAXNNhAFzVbwAAAfgAXNdpAFzZQQBc20kAXN1JAFzfQQBc4VUAXOMtAFzlMQBc53UAXOluAFzraQBc7WEAXO5jAAAB7ABc8XQAXPNvAFz0aQBc93IAXPlwAFz6YwBc/WkAXP90AF0BcwBdAmEAXQXlAF0HLgBdCW8AAADhAF0LaQBdDW0AXQ9pAF0RbgBdE3QAXRd3AF0ZdAAAAfMAXR5lAF0gaQAAAfMAXSP4AF0maQAAAfMAXSlyAF0raQBdLOwAXTN0AF014wBdN2UAXTlnAF07TwBdPU4AXUNPAAAAwwBdRVgAXUY3AF1IOQAAAcMAXUtfAF1NMwBdTy0AAAGyAF1RbwAAAdMAXVNpAF1VegAAAfIAXVYtAF1YZgBdW3YAXV1uAF1fZwBdYWEAXWNhAF1lYQAAAegAXWZkAF1oZQAAAfMAXWtpAF1t6ABdb2kAXXFlAF1zdQBddXIAXXd1AAAB5QBdeTMAXXvuAF2HYQBdiW8AXYtvAF2NbwBdk1QAAAHXAF2VaQBdlm0AAAH6AF2ZYwBdnW4AXZ9yAF2hZgBdpWwAXadyAF2pbgBdq2kAAAHjAF2wLgAAALEAAAGyAF21VQBdt2QAXblDAAAByQBdu0kAXb1pAAAB8wBdv24AXcF2AF3DaQBdxGUAXcdsAF3JdABdy2UAXc1TAF3PRABd0WEAXdNsAF3VaQBd128AXdlpAAAB8wBd2+EAXd1nAF3eRABd4GEAXeNwAF3lZQBd528AAAHzAF3pbQAAAfkAXetlAF3tcgBd72kAXfBGAF3yUABd9FgAXfdfAAABsQBd+UkAXftVAF391wBd/2MAXgFpAF4DbgBeBXIAAAHsAF4HYwAAAfIAXgl0AF4LdQBeDDYAXg5CAF4QQwBeEkcAXhRIAF4YTQBeGlIAXhxTAF4jVABeJ2EAXihtAF4rbwBeLWQAXi9sAF4xaQBeM08AXjVpAF43dQBeOGwAXjpyAF49dgBeP0kAXkFBAAAB0gBeQl8AAAHzAF5HNQAAAbQAXklDAF5NTgAAAdgAXk9JAAABtABeUUkAXlNBAF5VRQBeV0kAXllPAF5aYQBeXWkAXl9hAF5hdAAAAfIAXmNhAF5lbwAAAe8AAAHyAF5mbABeaW0AXmtpAF5taQBeb2EAXnBlAF5zaQBedegAXnfzAF55bABee2wAXn1zAF5/bwBegWkAXoNvAF6FTABehlcAXolsAF6LYQBejXIAXo9vAF6RdgBekkMAXpVjAF6XbwBemW8AAAHlAAAA5QBem24AXp1mAF6fZQBeoUEAXqN0AF6lcgBep2kAXqhhAF6qaQBerWwAXq90AF6wLQBes2cAXrVuAF638gBeuW8AXrplAF69aQBev2kAXsFhAF7DcgBexXMAXsdpAAAB9ABeyfIAXsthAF7NdQBez3IAXtFlAF7SaQBe1XAAXtdlAF7ZbwBe3GUAXt9pAAAB5QBe4WkAAAHuAF7jRABe5UkAXuduAF7pbwBe618AAAHlAF7tRwBe708AXvFyAF7zTQAAAeUAXvVkAF73dABe+esAXvt0AF78RQBe/00AXwEtAF8DVABfBMMAXwZGAF8JXwAAAe8AXwtvAAAB5QBfDW4AXw9pAF8RdABfE3AAXxVyAF8XcgBfGfIAXxtwAF8daQBfHnQAXyH4AF8jYQBfJWMAXydtAF8pdgBfLW0AXy9zAF8xcwBfMmUAXzVvAF82ZQBfOWkAXzpsAF8/dQBfQW8AX0NpAF9FcgBfR3IAX0lpAAAB7gBfS2gAAAHoAF9NaQBfT2kAAAHjAF9RYwBfU0IAAAHzAF9VMgBfV04AX1lJAF9bRQBfXV8AX19NAF9hQwAAAcMAAAHTAF9jSQBfZU8AX2dNAF9rbABfbXQAX3FhAF9zbgBfdWUAAAH5AF93cwBfeXAAX3tjAF99bgBff2kAX4FyAF+FYwBfh3IAX4llAF+LZQBfjWUAX49pAAAB8ABfkWUAX5NlAAAB7ABflXAAAAHyAF+XYQBfmW4AX5tsAF+hbABfpWwAAAHsAF+ncABfq2sAAAHlAF+tdwBfr3IAX7F0AAAB5QBfs3QAX7VpAF+3ZABfuWMAX7vlAF+8aQBfwXMAX8P0AF/HaQBfyGkAX8tsAF/NaQBfz2QAX9H0AF/VaQAAAfMAX9dlAF/ZdABf2m4AAAHwAF/dYwBf32kAAAHlAF/haQBf4mEAX+VyAF/mZQBf6HQAX+t5AF/tZQBf7+UAX/BhAF/zaQAAAdMAX/VyAF/3bwAAAfQAX/tvAF/9aABf/2EAYAFvAGADcgBgBWUAYAdiAGAJRQAAAc4AAAHlAGALZQAAAfMAYA1lAAAB4QBgDmkAAAHzAGARbABgE2kAYBVhAAAB4QBgFmEAYBhpAAAB8wAAAfMAYBtMAGAdVgBgH2EAYCFkAAAB+ABgI28AYCVuAGAmaQAAAfMAYClsAGAsYwBgLmsAAAHzAGAxbwBgM2kAYDVsAGA3cwBgOWkAAAH0AGA7ZwBgPWIAAAHrAAAB9ABgP0kAYEFuAGBDcgBgRWMAAAHzAGBHYwBgSU4AYEtjAGBNLQBgT3UAYFEtAGBTUABgVUYAAAG4AGBXdABgWWYAYFtjAGBcZQBgX28AYGFpAGBjcwAAAfkAYGVlAGBmLQBgaWUAYGtvAGBtZgBgb2MAYHH0AGBzYQBgdXQAYHlhAGB7cgAAAeUAYHwtAGB/8wBggXgAAADDAGCDRgAAAfMAYIViAGCHVAAAAe8AYIkxAGCLQQBgjXIAAAHkAGCOZQAAAe0AYJJhAGCVbwBgl28AAAHtAGCZbwBgm2wAYJ1pAGCfaQBgoW8AYKNhAGCldQAAAfQAYKdhAAAB4QBgqWEAYKtJAGCtRQBgr1AAAAGyAGCxaQBgs2EAYLVzAGC3aQBguW8AYLtvAGC9cgBgv3IAYMFoAGDDLQAAAegAYMVwAGDHYwBgyWEAYMtvAGDNLQBgzmkAAAHzAGDRYQBg0kQAYNRwAAAA8wBg13QAAADlAGDZaQBg22QAYN1yAAAB2gAAAecAAAHlAGDfRABg4XIAYONlAAAB5QBg5WEAYOdzAGDpZABg63UAYO1uAGDvYQBg8WgAYPNfAGD1XwBg9kMAYPlSAGD7dABg/WwAYP9jAGEBcwAAAPMAYQN1AGEFbgBhB18AYQlfAAAB6ABhCmMAYQ1yAGEPawBhEWkAYRNyAGEVdABhF2wAYRllAGEbZQBhHWkAYR8tAAAB4wAAAeEAYSFoAGEjcgBhJXgAAAHlAGEnaQBhKfQAYSxpAGEvbgBhMV8AYVdsAGFZcgBhW28AYV11AGFebABhYHAAYWNzAGFlZABhZm0AYWl1AGFrcgBhbWUAYW9pAGFybwBhdXYAYXlhAGF7bwBhfXQAYX5hAGGAYwBhhGQAYYhnAGGKaQBhjGwAYZBwAGGVdABhlm4AYZl0AGGbZQBhnWkAYZ9zAAAB7gBhoG4AYaVwAGGncwBhqWkAYatjAGGtZQAAAewAYa9lAGGzcwAAAeQAYbVuAAAB4QBht3IAYbnzAGG97gAAAeUAYcBkAGHDcwBhxGMAYcf3AGHRZwBh0+EAYddtAGHZ8gBh32cAYeF5AGHjZQBh5GUAYednAAABtABh6eQAYetuAGHtcgBh7m8AYfF5AGH1bwBh928AYflhAGH6dABh/XUAYf9lAGIBZQBiA2gAAAH0AGIFaAAAAfMAYgdhAGIJcgBiCmEAYg1uAGIO5QBiEGkAYhX5AGIXbwBiH3QAYiFlAAAB7AAAAfUAYiMwAGIlMABiJ2kAYil0AGIqXwBiLWkAYjFpAAABrgBiM2EAYjVhAGI2LQBiOGEAYjttAGI9ZQBiP2gAYkFzAAAA4wBiQ2wAYkRpAGJHdAAAALUAYkk3AGJKbgBiTfkAYlBjAGJTZgAAAfMAYldlAGJZaQBiW28AYlxoAGJedABiYXkAYmNfAAAB6QAAAeQAYmVjAGJmbQBiaHIAYmpzAGJtdABibmcAYnFzAGJzYwBidW0AYntyAGJ9bwAAAewAYn9jAGKBbQBig2kAYoVsAGKHYwAAAe8AYolzAGKLbwBijC0AYpBfAGKSYwBilmQAYphnAGKaaABinG0AYp90AGKhbABio+QAAAHlAGKnYQAAAeUAYqluAGKrdABirGwAYq92AGKx7wBis24AYrVlAAAB6AAAAe8AAAHlAGK3bgBiuWEAYrtpAGK9YwBiv3MAYsAtAGLCZQBixGcAYsZwAGLIcwBizHQAYtF3AAAB+QBi0mEAAADlAGLZbwBi224AYt13AGLfMQBi4WQAYuNpAAAA5ABi5G4AAAHzAGLmLQBi6XIAYurjAAAB8wBi7WUAAAHsAAAB4wBi72kAYvF0AGLzbgBi9GwAYvd2AGL7bgBi/XYAYv9oAGMBZgBjAy0AYwVlAGMHcgBjCWUAYwtlAGMPaQBjEWQAYxNyAGMWZwBjGWkAYx10AGMfaQBjIWMAYyNvAGMlYQBjJ3QAYylpAAAB6wAAAeUAYyvrAAAB7gBjL3AAAAHkAGMxdwBjM18AAAHzAGM0LgBjNl8AYzhlAAAB8wBjO/QAYzxpAGM/cwAAAe4AY0FfAGNCbABjRW8AY0doAGNJ5AAAAeQAAAHzAGNK5QBjTWsAY09jAGNR6wBjWWcAY1vnAGNfdAAAAeQAY2HlAGNlZwBjZ3MAY2l0AGNrcwBjbWwAY29pAGNxZQBjc2kAY3TkAGOJ9ABjj2UAAAHoAGORbABjlWUAY5dlAGOZaQBjm2kAY513AGOfbwBjoGMAAAHzAAABsgAAAfIAY6NlAGOlcwBjp2EAY6lrAGOrbQBjrXkAAAGwAAABsABjr2cAY7FjAGOzbgBjtW0AY7dhAGO5dQBjumEAY73kAGO/bQBjwXIAY8NuAGPE5QBjyWkAY8vvAGPPdQBj0GUAY9RpAAAB8wBj13IAY9luAGPbcgBj3WQAY99lAGPhaQBj42kAY+ViAGPndQBj6GYAY+tsAGPt7wBj724AY/BpAAAB+QBj8i0AAAHzAAAB8wBj924AY/lsAGP76ABj/2cAZABlAGQDaQBkBWkAZAdhAAAB+ABkCWkAZAtvAAAB5ABkDWgAAAHuAGQPawAAAfAAZBFpAGQTbgBkFGUAZBZvAGQYcgBkG3UAZB1hAGQfaQBkIWUAZCNkAGQlZwAAAe4AZCZjAGQoZwBkLW4AZC90AGQwYQAAAfQAZDPrAAAB8wBkQXIAAAHmAGRD5ABkRG0AAAHzAGRHYwBkSXMAZE1lAGRPcwBkUW0AZFVlAGRXYQBkWWEAZFpsAGRddQAAAe8AAAHuAGRheABkY20AZGXnAGRnaQBkaugAZG3zAGRw7gBke/IAZIFiAAABsQBkg+sAZIVuAAAB7gBkh3AAAAHrAGSI5QBkjWkAZI/lAAAB5ABkleUAZJ1rAGSf6wBkoXIAZKNpAGSlZQBkpi0AZKhiAAAA4wBkq3IAZKxmAGSubgBksXUAZLNjAGS2ZQBkuWkAAAHvAAAA7gBkvfIAZMFtAGTDZQBkxW4AZMZhAGTIaQBky+8AZM1sAGTPbgBk0OEAZNZlAGTYaQBk2m8AZN11AGTeYQBk5mMAZOhlAGTqaQBk7GwAZPJvAGT4cgBk+3UAZP1tAGT+YQBlAGUAZQZpAGUIbABlCnIAZQ11AAAA4QBlD2kAZRBfAGUSZQBlFGkAZRhsAGUabwBlHXUAZR91AGUhZQBlImUAZSZpAGUqbwBlLPQAZTF1AGUyYQBlNmUAZTppAGU98gBlQmUAZUdpAGVJaQBlS2UAZU4tAGVQZgBlUmkAZVRsAGVXcgBlWC4AAADzAGVbdQBlXWUAZV9lAGVjZABlZfQAZWlsAGVrcwBlbfIAZXZoAGV5cwBlemEAZXxkAGV+ZQBlgGwAZYJyAGWEcwBlhnQAZYl3AGWKYQBljGgAZY9vAGWRbABlk28AZZV0AGWXbQBlmWYAZZt0AGWd6ABln+UAZaF0AGWnZQBlqWUAZatyAGWt8wBltXIAZbdpAGW5cAAAAfMAZbstAAAB5QBlvV8AZclhAGXLZQBlzS0AAAH5AGXPZQBl0GUAZdNvAGXVbwBl12YAZdlpAAAB6wBl23UAZd1sAGXfbABl4XAAAAHlAGXjaQBl5W8AAAHzAGXnZwBl6WIAZetpAGXtcABl7mIAZfFuAGXzZABl9WkAZfdvAGX5ZQBl+2kAZf1lAGX+LgBmAF8AZgJiAGYEYwBmBmQAZglvAAAB5ABmC2kAZg1vAGYPdABmEWMAZhNhAGYVaABmF3MAZhlsAGYbLQBmHXIAAAHkAGYfawBmIXMAZiN1AGYlYwBmJ3UAZihpAAAB8wBmK2EAZi3nAGY3bQBmOGQAZjtzAGY9YQBmPmQAZkBtAGZDcgBmRWMAZkdlAGZJbABmS3UAZk1uAGZReQBmU3QAZldtAGZZbgBmW3IAAACuAGZcYQBmXmYAZmBnAGZiaQBmZG4AZmZwAGZodABma3YAZmxuAGZvbwBmc24AZnVpAGZ3bwBmeWYAZntlAAAB6ABmfWYAZn92AGaDcgBmhW4AZoZnAGaJcgBmjXQAZo9pAGaQZABmkmkAZpVyAGaWYwBmmWkAZppjAGadcgBmnuwAZqFuAGajZQBmpWMAZqdvAGapZwBmqy0AZq1uAGavbwBmsC4AZrZpAGa4bgAAAfMAZrpfAGa8ZQBmvmkAAAHzAGbBcwBmw/QAZsduAGbIYwBmy3QAZs1hAGbPYQBm0GIAZtJkAGbUbABm120AZthhAGbabwBm3HIAZt91AGbgYQBm4mwAZuVvAGbmYwBm6mkAZuxyAGbxdQBm83IAZvZkAGb5cwBm++cAZv1vAGb/bgBnAXgAZwNtAGcFYQBnB2UAAAHtAGcJYgBnC28AZw1vAGcPbwBnEGUAZxNpAGcVcABnFy4AZxllAGcbbQAAAe4AZx1pAGcfaQBnI28AZyRsAAAB9ABnJmwAZylzAGcrZwBnLC0AZy9fAGcxZgBnM2gAZzVvAGc3YQBnOGIAAAHuAGc75QBnPHAAAAHzAGdBZwBnQ3IAZ0VyAAABwwBnR2UAAAHjAGdLaQBnTWoAAAH5AGdOLQBnUWkAZ1NpAGdVdABnV24AAADmAGdZbgBnW18AAAHiAGddbQBnX24AAAHrAGdgaQAAAfkAZ2JlAGdnbAAAAesAZ2lwAGdreQBnbS0AZ24tAGdwZQBncmkAZ3dvAGd5YwBne2MAZ31yAGd/YQBnge4AZ4N1AGeFYQBnh2UAZ4lhAGeLaQAAAfMAAAHsAGeNcgBnj+QAAAHzAGeRawBnk3QAZ5dhAGeZbwBnm/kAZ51yAGefYQAAAfMAZ6FsAGelcABnp28AZ6hkAGesbQBnr3UAZ7NvAGe0YwBntmwAZ7lvAAAB5ABnu2EAZ713AGe/cgBnwW4AZ8NpAGfFbgBnx3kAZ8lnAAAB5wBny3IAZ89uAGfR8gBn1XUAZ9ZyAGfZdABn2mkAAAH5AGfcZQAAAfMAZ95hAGfgcABn4nMAZ+V1AGfnbQBn6XYAZ+tyAGftYQAAAfkAAAHkAGfvLgAAAewAZ/F2AAAB5QBn8/IAZ/1wAGgBMgBoAuMAaAVyAGgHbgBoCGIAAAHyAGgLagBoDG0AaA92AAABrgBoEXAAaBN1AGgV9ABoF3kAaBl2AGgb9ABoHmkAaCFwAGgiZQBoJGwAaCdwAGgpdQBoLG4AaC93AGgxdQBoM3AAaDVjAGg3dQBoOfQAaD5jAAAB8wAAAbIAaEBuAAAB9ABoQmMAaERuAGhHcgBoSGEAaExpAGhPbwBoUHIAaFNzAGhXZQBoWG4AaF1yAGhfaQBoYOEAaGdlAGhpcgAAALMAAAG4AAABuABoa2IAaG3sAGhvbwBocGUAaHJpAAAA8wBodXUAaHdsAGh4YgBoemkAaH10AGh/5QBogWwAAAH5AGiFYQBoh2kAaIhlAGiNeQBoj+wAAAHyAAAA7QAAAfIAAAHkAGiTYQBolWkAaJd1AGiZdQBom3IAaJxiAGiecgAAAfMAaKFlAAAB6QBoo+gAaKd2AGipZwBoq2MAAAHkAAAB8wBoreQAaK9yAGiwLQBosi4AaLoxAGi8MgBovkIAaMBiAGjEbgBoxnAAaMjzAGjLdABozWUAaM9lAGjR7ABo1F8AaNpjAGjeZQBo4GkAaOJvAGjl8wAAAfIAaOdzAGjpZgBo63cAaO10AAAA5AAAAfMAaO9uAAAB8ABo8XIAAAHzAGjzZQBo9ecAaPdoAGj4YgAAAOMAaPpoAGj8cABo/3QAaQBsAAAB8wAAAfMAaQNpAGkFZgBpB3QAaQlkAGkLZQBpDfMAaQ9lAGkRYQBpE28AaRVjAGkWMQBpGjIAaRw0AGkeYgBpIGcAaSN1AAAAsQBpJOMAaShkAGkqZgAAAOgAaSxsAGkucABpM3cAaTRkAGk2ZgBpOG8AaTtwAGk9YQBpP2kAaUFpAGlC5QBpTWkAaU5hAGlRdgBpU2UAaVVlAGlWYQBpWmYAAAHzAGldZQBpX3IAaWFhAGljZQBpZWkAaWdkAGlpdAAAAeQAaWt0AGluaQBpcW0AaXNlAGl0LQBpdmIAaXhnAGl6bABpfHQAaX96AGmBZQBpg3UAaYXoAGmHaQAAAeEAaYluAGmLXwBpjfQAaZFuAGmTZQBplXQAaZdzAGmZbwBpm2EAaZ1zAGmfYQBpoWEAaaNlAGmoaQBpq3QAaa1pAAAB7ABpr+kAabFpAGmyXwAAAfkAabRpAGm2bgBpuXQAabthAGm8LQBpv18AacFvAGnDcgAAAeQAacUtAGnIZQAAAfMAacptAAAB8wBpzW4Aac90AGnRZQBp02UAAADjAGnVcwBp1/IAadlwAGnbcABp3GMAad5nAGnhcABp424AaeXzAAABsgBp53AAAAH5AAAB9ABp6TAAaetyAGnsYwBp7m0AafFvAGnzcgBp93QAafhjAAAB5QBp+3IAaf1lAGn/cwAAAfIAagFuAGoDYQBqBGEAagZjAGoIZABqCmUAagxoAGoOaQBqEmwAahRvAGoWcABqGnMAahx1AGofdgBqIWUAaiQxAGonNgBqKXQAaisyAGoteQBqL2kAajAyAGoycQBqNHUAajd3AGo5cQBqO28Aaj0xAGo+ZABqQXQAakNyAGpFYQBqR3UAaklnAGpLYQBqTW4AAAGzAGpOLQBqWi4AalxfAAAB4wBqYWMAamJhAGplYgBqZ3kAamnuAAAB5AAAAewAamvrAGptdQBqb+UAAACxAAAAtwAAAbgAAACzAAAB+AAAAbkAAAG5AAAB2ABqcGkAanNzAGp1dAAAAfgAAAHzAGp3ZQBqeXQAAAHnAGp9bABqf3IAaoHlAGqDMgBqhW4AaodtAGqI5AAAAPQAaot1AGqN6ABqkfQAAAHuAGqTbwAAAe8AapRuAGqX8AAAAfMAap1fAGqnZQBqqXQAaqtlAGqtYQBqr2UAarH0AGq1ZQAAALMAarZkAGq5dQBqumEAar11AGq+YQBqwWgAasJhAGrFbwBqx2UAasllAGrKYQBqzeQAas/zAGrRYQBq0mEAatXlAGrZ7wAAAbQAatttAAAB8wAAAfUAat0tAAAB8wBq3mwAAAH5AGriZQBq5WkAauZjAGroZQBq7XcAau9iAGrxZgBq82UAavRhAGr2ZABq+GUAavpmAGr+aABrAGwAawJwAGsEdABrB3YAawhfAGsLZQBrDV8Aaw5lAGsRaQBrE2kAaxVlAGsXbgBrGe8AAACtAGsaZQAAAfMAax1pAGsfZABrIWgAayNuAGslbABrJ2UAaylhAGsqLQBrLGUAazFsAGs1YQBrN28AazhlAAAB8wBrO2QAaz1iAAAB8gAAAfMAAADkAGs/ZgBrQW4Aa0N6AGtEXwBrRmUAAAHzAGtJbwAAAfMAAAHlAGtLXwBrTWkAa0/zAGtR7gBrU2wAa1VyAGtXcgBrWXQAa1suAGthbwBrY3IAa2V0AGtnZQBraC0AAADzAAAB9gBramkAa291AGtw7AAAAfMAa3N0AGt07QBrd3MAa3lkAGt7ZQBrfGEAa39vAGuBcgBrg2EAa4VkAAAB9AAAAeMAa4dyAGuKbQBrjXMAa4/lAGuT6QBrlm4Aa5lyAGubdABrnWMAa59yAGugZQBromkAa6hvAAAB+QBrqnIAa61zAGuuZQBrsW8Aa7NlAGu1cgBrt28Aa7lpAGu7aQBrvXUAa8JtAGvEbgBrx3IAa8llAGvObgBr0HAAa9N4AGvYYwBr3HIAa992AGvhZgBr42UAa+VpAGvncgBr6W4Aa+tlAGvsLgBr7mQAa/FyAGvzcgBr9WkAa/dlAGv5aQBr+2MAa/1uAAAB8gBsAWkAbANhAGwF9ABsCm4AbA1yAGwPZABsEGUAbBNpAGwUYQBsGGkAbBtyAGwdZgBsHmkAbCF0AGwiZwBsJuwAbCpuAGwvcgBsRXQAbEhpAGxLbwBsUWkAbFNsAGxUbgBsV3IAbFlzAGxaYwBsXGsAbGFsAGxjbwBsZXMAbGdlAGxpZQBsa2wAAAHpAGxtYgBsbmUAbHFpAGx1aQBsd2EAbHhhAGx7eQBsf2EAbIFhAAAB5QBsguUAbIdpAGyJdABsi2kAAAHzAGyNYQBskWYAbJNvAAAB9ABslXMAbJYuAGyaXwAAAOMAbKNzAGylbwBspjIAbKlrAGyraQBsrXIAbK5fAGywZQBssmkAAAHzAGy1awBsti0AbLpjAGy9cwBsvmUAbMFtAGzDbAAAAfQAAAHpAGzFZgBsx2UAbMlpAGzLZQBszWUAbM92AGzRbwBs02EAbNVvAGzXZQAAAfMAAAHrAAAB+ABs2mkAbN1sAGzfLgBs4WkAbOPnAGzl7ABs7GUAbO9zAGzwbgAAAPMAbPN1AGz15QBs9y0AbPlzAGz7YwBs/XIAbQF1AG0DbwAAAbIAbQVyAG0HZgBtCW8AbQtsAG0NbwBtD28AbRFhAG0TLgBtFWkAbRduAG0ZYQBtGl8AbRxlAG0eaQAAAfMAAAHzAG0hbgBtJOUAbSdpAG0pYQBtK28AbSxjAAAB7ABtL2IAbTF0AG0zbwBtNC0AbTdvAG05ZQBtOuwAbT1yAG0/YwBtQTEAbUJkAG1FcwBtRy4AbUhEAG1LUgBtTXIAbU4uAG1QYQBtUm8AbVRyAG1XcwBtWGEAbVxjAG1eagBtYG0AbWJyAG1ldQBtZmkAbWrsAG1scgBtb3cAbXBiAG1yYwBtdHAAbXd4AG18ZgBtgG8AbYN1AG2EYwBthmkAbYhsAG2LcABtjXQAbY5jAG2RbgBtkmIAbZVwAG2XcQBtmGEAbZxiAG2eaQBto3oAbaZhAG2oaQBtq28AbaxhAG2uZwBtsXAAbbJiAG20ZwBttnAAbbhyAG27cwBtvGMAbb5mAG3AawBtwm4AbcRyAG3GcwBtyXQAbctyAG3MYQBt0eUAbdIuAG3UYQBt1mQAbdhoAG3aaQBt3m4AbeBwAG3icgBt5HMAbel0AG3qaQBt7m8AbfN1AAAA6QBt9G4AbfZwAG34cgBt+nMAbfx0AAAB9gAAAOEAbf9pAG4CZQBuBG0AbgdvAG4IYwBuCmUAbgxpAG4OawBuEG0AbhJyAG4WcwAAAPYAbhl4AG4dYQBuHmkAbiFzAG4jbgBuJWUAbid0AG4tdwBuL/QAbjZhAG44bgAAAfMAbjplAG49dQBuPi0AbkAuAG5CXwBuTGEAblBlAG5UaQAAAfMAbldpAG5Z+ABuXC4AbmJfAG5mZQBuamkAAAHzAG5tcgBub2wAbnFsAAABsQBucy0AbnkxAG56ZQBufmkAAAHzAG6A7ABuiXQAbo1pAG6OZQBukWkAbpLjAAAB7gBulXIAbpYtAG6YZQBunXMAbp5lAG6hdQBuo2cAAAHzAAAB8gBup2wAbqjyAG6vcwBusWUAbrNkAG61NQBut2kAbrljAG67ZQBuvWEAbr9tAAAA0wAAAfMAbsFvAG7DZQBuxWkAAAHzAG7HbwBuzXoAbs/jAG7TaQBu1WkAbtYuAG7YXwBu33QAbuNyAG7l8gBu5i0AbuhmAG7rdgBu7W4Abu9vAG7xbwBu82EAbvVnAG74YQBu+2kAbv1sAG8AZgBvA3AAbwVlAG8HYQBvCWEAbwplAG8NaQAAAegAbw9pAG8QZABvEmUAbxZpAAAB8wBvGWgAbxtpAG8dXwBvH2kAbyFlAG8j6ABvJmUAAAHzAG8paQBvK2UAby1yAG8vbABvMWwAbzNhAG81bQBvN2UAbzl0AG86YwBvPGQAbz5sAG9BcwBvQy0Ab0RpAAAB9ABvR3UAb0lhAAAA4QBvS3UAb01lAG9PcgBvUGEAb1NpAG9VdQBvVuUAb11pAG9fMwBvYe4Ab3VhAG92ZAAAAewAb3lvAG96aQBvfW8Ab3/vAG+JbABvi3MAb4wtAG+PdABvkWQAb5NmAG+V9wBvmm0Ab6H6AAAB8gBvo2kAb6V0AG+pNgBvq2MAb69vAG+xYgBvsmUAb7VvAG+5aQBvu2EAb71nAAAB5ABvv24Ab8FfAG/DdQBvxW8Ab8cuAG/JbwBvy28Ab81hAG/PaQBv0GUAb9JoAG/VcwBv12wAb9hsAG/acgAAAfMAb99mAG/jbABv6W4Ab+t0AG/tbABv72gAb/FfAG/zdgBv9XIAb/f0AAAA5AAAAfMAb/luAG/7YQBv/eMAcAFpAAAA4wBwA3gAcAQ3AHAGOQAAAOMAcAlvAAAB8wBwC28AcA1fAHAPaQBwEWEAAAGuAHAXbQBwGWEAcBszAHAcLQBwHzIAAAGyAHAhZQBwI2wAcCVsAHAn6QAAAeMAcDN0AHA1YQBwN20AcDphAHA9ZQBwPmEAcEFlAHBDbwBwRXIAcEd4AHBJdQBwS/AAcE1tAHBP5QBwUWEAcFPiAHBXbwBwW3IAcFziAHBfcABwYWIAcGNvAHBkLgAAALEAAACyAHBoXwAAAOQAcG/zAHBzbgBwdGEAcHdiAHB5bwBwe18AcH12AHB/cgBwgWkAAAHzAHCDcwBwhXUAcIdsAHCIZQBwimkAcIxsAHCPcwBwkXQAcJN1AHCUZQBwl2kAcJlzAHCbZABwnWwAcJ9pAHChYQAAAeMAcKN0AHClbwBwp2EAcKlyAHCtZQBwr2QAAADyAHCxcwBwsmkAcLX5AAAB8wBwt3QAAAHyAHC54QBwu2gAcL1tAHC/ZABwwW8AcMPwAHDFYQBwx2UAcMl1AAAB6QBwy2kAcM1zAHDPbwAAAfMAcNF3AHDTbABw1W8AcNdsAHDZcgBw224AcNxFAHDeRgBw4EcAcOJMAHDkTgBw5k8AcOhQAHDqUgBw7FQAcO5VAHDyYQBw9mMAcPxkAHEAZQBxBmYAcQpnAHEQaQBxEmwAcRRuAHEYbwBxHHAAcSRyAHEocwBxLnQAcTJ1AHE3egBxOWkAcTt1AHE9dABxP2UAcUFvAHFCZwBxRXQAcUdhAHFJZABxS2YAcU1mAHFOYgBxUXQAAAHzAHFTcgBxVGMAcVZmAHFZbwBxW28AcV1tAHFfZABxYXIAcWNfAHFlcABxZ2UAcWlyAHFt+QBxcWgAcXNfAHF1aQBxd24AcXktAHF78ABxfWUAcX5fAHGCZgBxhHAAcYd4AHGJdQBxi2MAcY33AHGRZwBxk2wAcZVpAHGXbgBxmWQAcZtzAHGdbwBxn3MAcaFyAHGjcgAAAewAcaVyAHGnYwBxqWkAcatkAHGtcwAAAPIAca9zAHGxdAAAAbIAcbN1AHG1dAAAAegAcbZiAHG4bABxu3MAcbxpAHG/bwBxwVAAccNwAHHFbgBxxy0AcclhAHHLcgBxzXUAcc4tAHHQNgBx0l8AcdRhAHHWYgBx2GMAcdxkAHHeZQBx4GcAceJoAHHmaQBx6G0AcepyAHHscwBx83QAcfdhAHH7cwBx/mQAcgF2AHICbQByBm4AcglvAHILaQByDWwAcg9lAAAB8wByEfIAchluAHIbbgByHWkAch9kAHIhbwByI2EAAAGxAHIlcgAAAewAcilvAHIrdgByLW8Aci5hAHIxaQAAAfIAcjNpAHI1aQByOXUAcjpsAHI8bgByPnIAckJ2AHJFdwBySWkAAADkAAAB8gByS2sAck1pAHJOYQByUGUAclVpAHJXYQByWXQAcltpAAAB8gByXWYAAAHzAHJfYQByYW8AcmPvAAAB4wAAAfIAcmpnAHJsbAByb20AcnFuAHJycwBydXQAcnblAHJ9aQByfi4AcoBpAAAA8wAAAfkAcoVpAHKHYQByiGEAcoplAHKOaQBykXcAcpJlAHKVaQByl+gAAACxAAAAsgByml8AcqBsAHKj8wBypWUAcqdvAHKpLQByq2MAAAGyAHKtbAAAAewAcq9pAHKxbAByszUAcrRsAHK2bQByuHAAcrxzAHK/dABywWUAcsJlAHLFbwByx28AcshhAHLLaQByzmkActFvAHLTYQBy1eUAAAHlAHLXbwBy2WYAAAG0AHLbZQBy3WwAct/lAHLgbABy43cAcuVhAHLncgBy6W8Acut2AHLtYQBy72UAcvFjAHLzZwBy9WMAcvlvAHL65QBy/2kAcwHuAAAA5QBzAm4AAAHzAHMEYQBzBmYAcwlsAHMKZQBzDWcAcw9zAHMRaQBzE2IAcxVhAHMXaQAAAO0AAAHyAHMZ9ABzIXIAcyJjAHMlcwBzJ2kAcylsAHMqYQBzLmkAczNsAHM1cgBzNnQAczn4AHM7aQBzPC0Acz5jAHNAZwBzQ3AAc0VuAHNHaQBzSfIAc020AHNPdABzUW0Ac1NzAHNUVgBzVmMAc1hkAHNcZwBzXmkAc2BwAHNicwBzZXYAc2d1AHNoZQBzamkAc21vAHNuZQBzc2kAc3V4AHN2ZQBzeWkAc3tpAHN+YQBzgWkAc4JlAHOFcgBzhmUAc43zAHOPdABzkGUAc5NpAHOXYQBzmGMAc5v0AHOj8gBzpGEAc6lpAAAA5QBzq2wAc6wtAHOuXwBzsWUAc7d1AHO5aQBzum4Ac71yAHPAZQBzxW4Ac8ZpAHPIbwBzy3AAAAHlAAAB5gBzzGEAc85lAHPQbgBz0m8Ac9VyAHPWZQBz228Ac+DlAHPnaQBz6GkAc+v5AHPtZABz72UAc/FpAHP1eABz9i0Ac/llAHP7bABz/+UAdANvAHQELQB0BmUAdAlpAHQLaQB0DWwAdA9lAHQRbgB0Em0AdBVuAHQXaQB0GW4AAAHuAHQbZAB0HW8AdB9oAAAB9AB0IV8AAAHlAHQjYwB0JW8AdCdvAHQpYwB0K2kAdC1vAHQvcgB0MW0AdDNvAHQ1ZwB0N2kAdDlkAAAB5QB0OmkAdD9xAHRAZAB0Q3QAdEV0AHRHaQB0SXIAdEppAHRN+QB0T3QAAAHlAHRR6wB0U/QAAAHsAHRV6wB0VuUAdFtpAAAB9AB0XXQAAAGxAAABsQAAAbEAAAGxAAABsQB0XzEAAAHrAHRhcgAAAe8AdGPlAHRlbwB0Z+UAdGlkAHRrbAB0bW8AdG9lAHRxZgAAAesAdHJwAHR1cgB0d28AdHlvAHR6dgB0fXgAdIBtAHSDbgB0hWkAdId1AHSJZQB0i3MAdIzoAHSPdAB0kC0AdJJhAHSUZQB0mGkAdJptAAAA8wAAAfkAdJ10AHSfbwB0oXMAdKVpAHSmaQB0qW4AdKtwAHSsZwB0rm0AdLRuAHS3cgB0uWUAdLtyAHS9ZgB0v3IAdMBjAHTFbgB0x2MAdMnyAHTPdgB00GUAdNVvAHTXYQB02XIAdNtzAHTdcgB03u4AdOH4AHTjcwB05WUAdOdyAHTpbAB063AAdOxlAHTvaQB08WMAdPL0AHT3+AB0+mEAdP12AHT+YQB1AGUAdQVuAHUHYwB1CWkAdQtpAHUMaQAAAfAAdQ9tAHUQdAB1E3YAdRltAHUdZQB1H3MAdSFkAHUjYQB1JGEAdSdpAHUocgB1K/MAdSxlAHUvbwB1MWwAdTJlAHU3aQAAAe4AdThyAAAB9AB1OmQAdT1uAHU+bAB1QnIAdUV1AHVGZQB1SW8AdUpvAHVNcgB1TmIAdVFsAHVTaQB1VGkAAAH5AHVXcgB1WOUAdVtpAHVdbQB1XmEAdWFyAHVkZQB1Z3MAdWlyAHVqaQB1bW8AdW90AHVwLQB1c3YAAAHuAAAB6wB1d24AdXliAHV7LQB1fWgAdX9pAAAB6AB1gWUAdYNkAHWFVQB1h3UAdYllAHWLbQAAAOQAAAHzAHWNYwB1jmMAdZBwAHWSdAB1mXUAdZphAHWcZQB1n2kAdaFlAHWjaQB1pC0AdaguAHWuXwB1tuMAdbhmAHW7dQB1vS0AAAHwAHW/YwAAAfgAdcFpAHXCLQB1xGwAdcZzAHXJdAB1y20Adc9sAHXRYgB103QAAAHjAHXXcwAAAOQAAAHzAHXZbgB122QAddxhAAAB5QB14C0AdeRfAHXoYgB16m4Ade9vAHXxYwB18mEAdfVlAHX2ZAB1+W0AdftuAAAB+QB1/3MAdgFtAAAB8wAAAeUAdgN0AHYFcAB2B2UAdglwAHYLYwB2DC0Adg5fAHYXbQB2GXIAdhtsAHYdYwB2H24AdiFlAHYjaQB2JXIAdilhAHYrZQB2LWkAdi9vAHYxYwB2NS0AdjtuAHY9YwB2P3IAdkFlAHZDaQAAAOUAdkVpAHZIZQB2S2kAdk1yAHZPZQB2UWUAdlVpAHZWYQB2WGUAdltvAHZcZQB2YWkAdmNpAHZlcwB2ZmkAdmhvAHZtdgB2b2kAdnHwAHZ1MgB2djIAdnk1AHZ7OAB2fTEAdn9lAHaBbAB2gmUAdoVpAHaG5QB2i2kAAAHlAHaNYQB2juwAdpV4AHaXdAB2mHAAAAHzAHadeAB2n/QAdqVsAHanZQAAAPIAAAHzAHapbgB2q2kAdqxhAHavaQB2sWUAdrNuAHa1YwB2t2oAdrlsAHa/bAB2w2wAAAHsAHbFZQB2xi0AdsttAHbNYQAAAOQAds9vAHbRZQB20i0AdtRfAHbacAAAAfMAdt9rAHbhdAB242gAAAHwAHbkZQB26WwAduvsAAAB9AB27eUAdu9wAHbxaQB282YAdvVwAHb3YQAAAeUAdvhjAHb7dwB2/XIAdv9sAHcBdAAAAOUAdwNpAHcEXwB3DmIAdxBkAHcSZgB3FHAAdxd0AHcbbQB3HWUAdx9pAHcgXwB3ImUAdyRpAAAB8wB3J2QAdytjAHctcgB3L+UAdzLjAAAA5QB3NHIAdzdzAHc57gB3O28AdzxpAHdB8wB3QuQAd0t4AHdM5AAAAfQAd1FuAHdT9AB3W2EAd1xpAAAB8wB3X24Ad2FpAHdjdAB3ZXAAd2ZyAHdpcwB3ay4Ad20uAHdvLgB3cWQAd3NpAAAB8wB3dGkAd3dsAHd4ZQB3emkAd31uAAAB5QB3fmMAd4BkAHeDegB3hfQAd43oAHeQ5QB3lmkAd5l1AHebZQB3nXIAd57uAHehbwB3o2kAd6V1AHencAB3qXUAAAHsAAAB8wB3q2sAd61lAAAB8AAAAeUAAAHzAHeu5QB3s2kAd7ZjAHe4ZQB3umYAd7xqAHe+cgB3wHMAd8Z0AHfIdQB3y3YAd8xpAHfObgB30HQAAAH5AHfTYQB31GMAd9ZrAHfYbgB32vAAd992AHfhbgB342MAAAHrAHflaQAAAeYAAADlAHfnaQB36mMAd+xkAHfvcwB38XAAd/N0AHf0bAB3928Ad/lpAHf7bwB3/WUAd/5pAHgDbwB4BGEAeAlyAHgKYwB4DGUAeBB0AHgVeQB4FmUAeBhyAHgbeQB4HWUAeB9lAHgiZQB4JWkAeCllAHgqYQB4LeUAeDBhAHgzaQAAAfMAeDVhAHg3cgB4PmwAeEJvAHhHcgB4SXIAeEtvAAABtAB4TWwAAAH0AHhPYwB4UW8AeFNpAHhVaAB4V2EAeFtyAHhdbwB4X3IAeGFvAHhjZQB4ZXcAeGflAHhpbAB4a2kAeGxlAHhvaQB4cWkAeHNvAHh1ZQAAAfMAAAHvAHh3YgB4eXgAeHthAHh9ZQAAAfMAeH9oAAAB8AAAAeUAeIFuAHiFbwAAAeEAeIZpAAAB8wB4iGwAeItvAHiMYgB4jmkAAAHzAHiRYQB4k2kAAAHhAHiULQB4li4AeJphAHieYwB4oGUAeKJpAHikbAB4pm0AeKhuAHiqcAB4rHIAeK/zAHixZQAAAfMAeLNlAHi1cgB4uEwAeLrnAHi8awB4v2wAAAHkAHjAbwB4w3YAeMRnAHjHcwB4yGEAAAHlAHjKdQB4zXcAAAHiAHjPZAAAAfIAeNE2AHjTbQB41TIAeNZuAAAB+AB42G8AeNvzAHjdbgB43mYAeOBwAHjjeAAAAeUAeOVuAHjneAB46XAAeOtuAHjtbwB473AAAADzAAAB+QB48GkAAAHzAHjzbAB49+4AePlyAHj6MgAAAOkAeP1wAHj+YwB5AGkAeQJrAHkF8wB5B2wAAAHjAHkJbwB5C+wAeQ3oAHkRbwB5EusAAAH5AHkYZQB5HWkAeR5sAHkhcAB5I3MAeSplAHktaQB5L/QAeTYtAAAB8wB5OWsAeT1nAHk/bAB5QXQAeUNpAHlFcAB5R2sAeUliAHlLXwAAAesAAAH0AHlNaQB5T2kAeVFlAHlTbgB5VC0AeVZlAHlYaQAAAfMAeVtsAHldcgB5Xy0AeWFrAHljYwB5ZHAAeWd3AHlpbwB5al8AAADkAHlsbAB5bm4AAAHzAHlwYwB5c24AeXViAHl3bgB5eXQAeXtyAHl9YwB5f2IAeYEtAHmDaQB5hWUAAAHrAHmHdQB5iWwAeYtmAHmNdAB5j2IAeZFhAHmTaQB5lWEAeZZtAHmbbgB5nmYAeaFyAHmnYwB5qWMAeatwAHmtYQB5r3IAebBlAHmzbwB5tGkAebdvAHm4cwB5u3QAeb11AHm+LQB5wnQAecX5AHnHZQB5yC0Aec1lAHnPbwB50GQAedN1AHnVYwB513QAedlzAHnbZgB53XQAed90AHnhYwB542UAeeRlAHnpaQB5628AeexjAHnvbAB58fQAefVlAHn3YQB5+GYAefppAHn8cAB5/3IAegF1AHoCYQB6BGUAegd1AHoJbgB6C2UAAAHwAHoNbwB6D20AehF0AHoVYQB6F2EAAAHyAHoZcgB6GmkAeh1sAAAA4QAAAe8Aeh/lAHohZAB6I2MAeiRlAHonZgB6KC0AejAzAHoybgB6NHAAejfzAAAB7AAAAbgAejhjAHo7cAB6PXAAej9zAHpBaQB6RfgAekY0AHpINwB6SjgAek05AAAAsQB6TzYAelFpAHpSLQB6VF8AAADjAHphZgB6Y3IAemTkAHpncwB6aGUAAAHtAHpxbAB6cl8AenRkAAAB8wB6d24AenlyAHp6YQB6gmUAeolvAHqLYQB6jWIAeo90AHqRcgB6k28AepVvAAAB7QB6lmEAeplvAHqaZgB6n2wAeqBhAHqiaQB6pXUAeqdpAAAB5AB6qWwAeqstAHqtbwB6r+8AerBlAHqzaQB6tWEAerd1AHq6YgAAAfQAer9hAHrBYQB6w2EAesVhAAAB4QB6x2kAeslyAHrKMQB61zIAetlvAHrbZAAAAfYAAAHsAHrdYQAAAfQAAAG0AHrfaQB64WUAeuNhAHrkXwB65mkAeuhsAAAB8wB662EAeuwtAHruMwB68TYAevPlAHr36AB6+2EAev1yAHsBcgB7A28AewViAHsHcwB7CGkAewtvAHsMbAAAAfMAAAHkAHsPLQAAAe4AexNvAHsVbwB7F3IAexlyAHsbaAB7HWUAex9lAHsiXwB7JXMAeydlAAAB6AB7KS0AeytwAHstYwAAAbIAey9zAHswbwB7M3IAezTnAHs2bAB7OXAAezthAHs9cAB7P2UAe0FlAHtDbwB7RS0Ae0eyAHtJZQB7S3MAe0wtAHtOYQB7UGQAe1JlAHtUZgB7VmkAe1hsAHtb8wB7XmkAe2H5AHti5QAAAfQAe2VkAHtnYQB7aWcAe2otAHt4XwB7emQAe3xwAAAA8wB7gXQAe4LlAHuIaQB7i3QAe43nAHuObQB7kW4Ae5MuAHuVbwB7l2QAe5lhAHubcgAAAecAAAH6AHucNgB7n2wAe6E2AHujcgB7pWUAe6ctAAAB5QB7qXMAe6tkAHutYQB7r3QAe7F0AHuzbgB7tXIAe7dvAAAB8AB7uWQAe7tkAHu9ZAB7v3AAAAHtAHvB4wB7w3MAe8c2AHvJcwB7y2EAe894AHvRLQAAAfMAe9NvAHvV5AB72XUAe9t0AHvddQB732EAe+BlAAAB8wB743AAe+QtAHvnLgB76WIAe+toAHvtbgB773QAe/E2AHvzQgB79UkAe/dBAHv5TwB7+zYAe/11AHv/YQB8AWUAfAN0AHwJ8wB8C24AfA1hAAAB5wB8D2kAfBFzAHwTYwB8FXQAfBdpAAAB8wB8GGkAfBtuAAAB5QB8HWQAfB9pAHwhdwB8I+UAfCVyAHwneQB8KUYAfCpjAHwtZQAAAfMAfC9yAHwwdAB8M3YAfDVuAHw3ZQB8OW0AfDpOAAAB8wB8PWIAfD9uAHxDaQB8RWkAfEdwAHxJYgB8S2EAfE1pAAAB9AB8T2QAfFFvAHxTZQB8VWUAfFdhAHxbbwB8XU4AfF9BAHxhXwB8Z18AfGtuAHxsbAB8b3AAfHFuAHxzYQB8dW4AfHdpAAAB8gB8eWUAfHppAAAB+QB8fWUAAAHjAHx/ZAAAAfMAfIFhAHyCTgB8hWEAfIdlAAAB8gB8iWUAAAHlAHyLcgAAAfgAfIwtAHyOVAB8kGUAfJJpAAAA8wB8lXQAfJYtAHyZaQB8m28AfJ1lAAAB5QB8n2wAfKFSAAAB5QAAAdMAAAHFAHyjRgB8pWEAfKdfAHytTAB8r04AfLFMAHyzTgB8tU4AfLdBAHy4UAB8u1MAfL1HAHy/TgB8wUsAfMNBAAABxAB8xc4AfMdMAHzJbgB8y2kAfM1pAHzPLgB802EAAAGyAAAB5QAAAfQAAAHTAAAB8wAAAfMAfNTlAHzZaQB822MAfNxpAAAB8wB832kAfOF0AHziZQB852kAfOltAHzrZQB87S0AfPVmAHz3aQB8+XUAAAH5AHz7YQB8/WEAfP9sAAAB5wAAAe0AfQFjAAAB7gAAAfMAfQItAH0FbgB9B24AfQnuAH0LbgB9DWUAfQ9yAH0TbAB9GW4AfRt0AH0ddAB9H3UAfSF0AH0jcgB9JecAfS1pAH0uZAB9MXMAfTJjAH01aQB9N24AfTluAH06aQB9PW8AfT9yAH1BcAB9Q24AfUVzAH1HYQB9SXMAAAHuAH1LcgB9TOUAfU5pAH1TbwB9VW4AfVdyAH1ZLQAAAcMAfVtuAAAB8wB9Xe0AAAHuAAAB7gB9X0UAAAHTAH1hTAB9Y0MAfWVJAAAB0wB9Z00AfWlVAAAB+AB9alQAfW1fAH1vTAB9cUIAfXNDAAAB7gB9dXQAfXd2AH15bwAAAegAfXtuAH19aQB9f2MAfYFkAH2DZwB9hWUAAAHnAH2HbgB9ie4AfYtiAH2NcgB9kWwAfZJlAH2XaQB9m+QAfZ9jAH2haQB9o+4AfaVvAH2nbAB9qfQAfa1tAH2vbwB9sTEAfbNvAH21bwB9t3IAfbl0AH2/bAB9w3MAfcVhAH3GaQAAAe8AfclfAH3LbAB9zfIAfc9lAH3QbQB9028AAAHlAH3VbwB912UAfdljAH3baQB93W8Afd9uAAAB8AAAAfYAfeNpAH3laQB9504Afek2AH3rXwB972UAAAHyAH3xcwB983MAffVuAH33dAB9+fMAfftuAH39ZAB9/04AfgFpAH4C5QB+B2kAfglmAH4LZQB+DXMAfg9jAH4RaAB+E2cAAAHzAAAB+QB+FWUAfhdvAH4ZcgB+G2oAfh1hAH4feQB+IVYAfiNsAH4lbAB+J2QAfil0AH4taQB+L2kAAAHkAH4xaQB+M3IAfjVzAH43ZAB+OW4AfjtjAAAB0wB+PU8AAAHNAH4/VQB+QW8AfkNyAH5FYQAAAfkAfkdyAH5JYQAAAeEAfktlAH5NYQB+T3kAflFsAH5SVQB+VW0AfldwAH5ZYwB+W24AAAHoAH5dbwAAAbgAfl9hAH5hdAAAAfIAfmNjAH5l9AB+Z2UAfmlhAAAB7AB+a2EAfm1hAH5vdwB+cVMAfnNlAH51ZAB+d2kAAAH0AH55WAB+ezYAfn1QAH5/TAB+gWIAfoNjAH6FLgB+h3UAfolJAH6LWAB+jWkAfo9hAH6RVgAAAcMAfpNvAH6VTQB+lmEAfptpAH6dYQAAAe4Afp94AH6hcgB+o3IAAAHiAAAB4gAAAewAfqV0AAAB8wB+p2UAfqnlAH6rYQB+rGUAfq9pAAAB8wB+sWwAfrNpAH61cAB+t20AfrlTAH675QB+vW8Afr91AH7B8gB+w2wAfsVPAH7HVwAAAfIAfslhAH7LZQB+zWkAfs9yAH7RcgB+028AftXjAH7XWAB+2UQAAACwAAABsQB+20wAft1GAH7fdQB+4W8AAAHlAH7jbAB+5XUAAAHlAH7nZQB+6W0AfupjAH7tZQB+7/QAfvV2AH75ZAB++3AAfv1tAH7/dAB/AU4AfwJhAAAB5QB/BWkAfwdwAH8JaQB/C2EAfw1sAH8RdQB/FGUAfxdyAH8ZLQB/HGYAfx9uAH8gZAB/I3MAfyV0AH8mZQB/KWkAAAHzAH8rdQB/LUgAfy9jAH8xbgB/M2EAfzVuAH83ZwB/OXAAfztsAH89aQB/P24AAAHyAAAB7AAAAewAf0FyAAAB7gB/Q0cAf0VCAAAB0gB/R1IAf0lBAH9LYgB/TTgAf09hAH9RZQB/U24Af1VDAAAB+QAAAegAf1duAAAB8gAAAe0Af1lvAH9bcgB/XXQAf190AH9hbQB/Y3IAf2dPAH9pcAB/a28Af21yAAAB5gAAAe0Af29zAH9wbgB/c3cAf3VpAH92YQB/eGUAf3tpAAAB8gB/fW4Af34tAH+BLgB/g24Af4VhAH+HbgAAAOUAf4hpAH+NcwB/j2kAf5FhAAAB8gB/k3MAf5VDAH+WSQB/mFIAf5tfAH+tTwAAAdgAAAG3AAABsAB/r08AAAGwAH+xbwB/s28Af7VuAH+3aQB/uWIAf7tpAH+9YQAAAecAf79lAH/DdAB/xWcAf8fsAH/JbwAAAfIAAAHuAH/LZQAAAfgAf81sAH/PcgB/0XkAf9NyAAABxAB/1C0Af9guAH/aYgB/3GMAf95yAH/hdAB/42cAf+VkAH/pdwB/6kIAf+xjAH/vcwB/8XkAf/N6AH/1dQB/9mEAf/lsAAAB5wAAAe4Af/ppAAAB+QB//eUAf/9vAAAB5wCAAC0AgAJUAIAFcACABlMAgAl4AAABxwCAC2kAAAHFAAABwQAAAeEAAAHnAIAN5QCAD2wAAAHkAIARZQCAE2kAAAHkAAABxAAAAcYAgBVuAIAXaQAAAeIAgBlyAIAbbgCAHS0AgB9DAIAhbwCAI2IAgCVhAIAncgCAKWQAgCtiAIAt8gCAMW8AAAHhAIAzTACANVAAgDfYAIA5TAAAAdIAgDvUAIA/VACAQfQAgEVuAIBJZACAS0IAgE1pAIBPaQAAAeUAAAG0AIBRUwCAU28AAAHMAIBUMgCAV00AgFnQAAABwwCAWlMAgFxvAIBfdACAYGkAgGN5AIBldACAZ2kAgGnuAAAB5QAAAeUAgG1uAIBvZgCAcWUAgHP0AIB1YQCAd2kAgHlpAIB7UwCAfUcAgH5UAICBVgCAgzEAgIRIAICHTwCAiU4AgItMAAAB2ACAjVQAgI9BAAABwwCAkU4AgJVnAICZbgAAAe4AgJtlAICdbgCAn3IAgKFsAICjZQCApW4AAAHwAAAB7AAAAeQAgKduAICpZQCAq2MAgK1pAAAB5QCAr3UAgLFyAICzcwCAtW4AgLdpAIC5aQCAu2kAgL1jAIC/LgAAAfMAAAHpAIDBbwCAw28AgMVuAIDHbgCAyWUAgMtvAIDNcgCAz3MAAAHzAAAB6QAAAfQAgNFiAIDVbgCA12EAgNlpAIDbaQCA3XIAgN90AIDhUACA420AgOXyAIDneACA620AgO1rAIDvbwCA8WkAgPNvAID1aQCA92MAgPljAID9YQCA/2MAgQFzAAAB9ACBA3IAgQRiAIEHYwAAAe4AgQlkAIENbgCBD0kAgRFNAIETZACBFe4AgRdMAIEZLQCBG08AgR1lAIEfbwAAAe8AgSFpAIEjcwCBJWwAgSdMAIEpRQAAAdYAgStFAIEtXwCBL0wAgTFMAAAB7QCBM3YAgTVuAIE3aQCBOWUAgTtzAIE9ZQCBP2UAgUFsAIFDdACBRWkAgUdpAIFJcwCBS2EAgU1iAIFOYQCBUeUAgVXlAIFXYQCBWWkAgVtzAIFdZACBX3MAgWFyAIFidQCBZXYAgWdyAIFpbgCBa2UAgW1uAIFvcwCBcXQAgXNsAIF1bgCBd20AAAHrAIF5VQCBezUAAAHUAIF9TACBf1IAgYFWAAABxQCBg0UAAAHYAIGFUgCBhmEAgYlpAAAB5QCBimkAAAH5AIGNcACBj2kAAAHzAIGRbwCBk/QAAAHoAIGV5ACBl28AAADlAIGZaQAAAfQAgZthAIGdbQCBn2wAAAHyAIGhbgCBo3IAgaXkAIGnaQCBqXQAAAH0AAAA5QCBqmkAAAH5AIGsYQCBr3QAgbHlAIGyZQCBtWkAgbd3AIG5YQCBu2kAgb1pAIG/aACBwW4AgcNDAIHF5QAAAfMAgcphAIHNZgCBz0YAAADzAIHRdACB02YAgdVsAAAB5QCB124AgdlhAIHaaQCB3XUAgd/jAAAB8wCB4WUAgePnAIHndAAAAe8Agen0AIHrZwCB7W8Age90AIHxaQCB83MAgfVyAAAB8wCB93IAAAH0AAAByACB+HIAgftzAIH9bACB/3IAAAH4AIIBbgCCA28AggXtAIIHYQCCCdQAAAHpAIIN9ACCEW4AghNhAIIVbgCCF3IAghliAIIbbgCCHVQAAAHHAIIfZACCIWUAgiN1AIIlaQCCJ3MAgihlAIIraQCCLWgAgi9pAAAB9QCCMXQAgjNpAII1cACCN/MAgjllAII7bAAAAe4Agj3nAII/aQAAAegAgkFhAIJDXwCCRW8AgkdNAIJJcwCCS3MAgk1SAIJPVQAAAfUAglFpAIJTYQAAAfMAglVkAIJXZQCCWXQAgltyAIJdbAAAAfMAgl93AIJhaQCCY28AAAHzAIJlYgAAAOUAgmdpAIJpZACCa2UAgm1kAIJvcACCcXgAgnNMAIJ1YQCCd0EAAAG3AIJ5TgCCe2kAgnwuAAAB8wCCf2IAgoF1AAAB8gCCg3MAgoVvAIKHbwCCiWMAAAHzAIKLdACCjWEAgo/sAIKR7gCCk04AgpVBAIKXQQCCmW4AgptuAIKdcwCCn3QAAAHyAAAB7gCCoXkAAAHhAIKjZQCCpUQAgqdlAIKpYQCCq2kAgq13AIKvdgCCsW4AgrNuAAABwgCCtWUAgrdvAIK5bgCCu2cAgr1jAIK/QQCCwWkAAAHyAAAB7AAAAeEAgsNpAILFYgCCx2QAgsluAAAB7QCCy0IAgs1TAILPUACC0UEAgtNyAILVdQCC12wAgtlfAILbbQCC3WcAgt9iAILhcwCC43AAguVhAILnXwCC6XAAgutlAILtaQCC72kAgvFhAILzYwCC9WEAgvc5AIL5NgCC+2QAAAHvAIL9dACC/i0AgwFpAIMDbAAAAfQAgwRhAIMIYgCDDGMAgxRkAIMYZQCDGmYAgyBnAIMiaACDJGkAgyZsAIMqbQCDLG4Agy5vAIMwcACDNHIAgzZzAIM+dACDRHUAg0d2AINJdQCDS2EAg01uAINPYgCDUWUAg1P0AINd8wCDYWUAg2NwAINlbgCDZ2EAg2l2AINscgCDb3MAg3HuAIN0YQCDd+UAAAHsAAAB4wCDeWUAg3tsAIN8bQCDf3UAg4BlAIODaQCDhWwAg4duAIOIYQCDi2kAg4xvAIOPcgCDkWUAAAHnAIOTaQCDlXMAg5dvAIOZ9ACDmmMAg510AIOfaQCDoWUAg6N0AIOl9ACDp20Ag6hnAIOrcwCDrXQAAAHnAIOvaQCDsF8Ag7NlAIO0ZQCDt20Ag7llAIO7bwCDvV8Ag74tAIPAXwCDxGUAg8ZpAAAB8wCDyXMAg8piAIPNbgCDz2UAg9BlAIPSaQCD1W4Ag9dlAIPZcwCD23UAg91uAIPfdQCD420Ag+X0AAAB5QCD52cAg+hzAIPregCD7WQAg+9pAIPxdACD9WEAg/duAAAB8gCD+XcAg/vlAAAB+QAAAfMAg/1lAIP/8gCEAeQAhAlmAIQKYwCEDWUAhBFpAIQSYQCEFHAAhBZ2AIQbeACEHXIAhB95AAABsAAAAbAAAAHzAIQhcgCEI2kAhCR0AIQndgCEKW4AhCtyAIQtYgCEL3AAhDFiAIQzZQAAAfMAhDVtAAAB7QCEN2EAhDluAIQ7ZACEPWgAhD9nAIRAbgAAAfMAhENsAIREYQCER2kAhEllAIRLbgCETXMAhE9hAIRRYQCEU3MAhFVvAIRX9ACEWWIAhFv0AIRfcwAAAfMAhGHuAIRndACEaWkAhGrlAIRuaQCEcXAAhHNpAIR1bgCEd2gAhHlwAIR7YgCEfWEAhH9pAAAB9AAAAfIAhIBkAISDbACEhWYAhIZsAISJbwCEjWUAhI9lAISRZQCEk2EAhJdvAISZYQCEmmUAAAHzAISdcgCEn2UAhKFjAISjbwCEpWUAhKdfAISrZACErWIAhK9pAISxdACEs24AhLVyAIS3aQCEuWUAhLtuAIS9cgCEv28AhMBsAITDcACExGkAhMdyAITJYQCEyi0AhMxkAITPbgAAAfUAhNFjAITTaQCE1S0AhNdlAITZZQCE22EAhN1jAAAB4wCE32EAhOFyAITjbgCE5WkAhOduAAAB5gCE6OUAhOtpAITt5wCE72kAhPFtAITzaQCE92UAAAHyAIT5ZQCE+24AAADyAIT9cwCE/2IAhQFlAIUCaQCFBfkAhQllAIUKbgAAAfIAhQ1pAAAB4wCFD3QAhRFkAAAB8ACFE3IAhRVzAIUWZQAAAfMAhRtyAIUdcgCFH3AAhSF0AIUjeQCFJWEAhSdfAIUtbgCFL3QAhTFsAIUzZQAAAe0AAAH0AAAB8wAAAfMAhTVlAIU36ACFPGEAhT5pAIVAbgAAAfMAhUNlAIVEaQAAAfMAhUdsAAAA7gAAAfIAhUloAIVL5QCFTWkAhU9oAIVRZQAAAeUAhVNyAAAB+ACFWC0AhWQuAIVoXwCFemEAhXxkAIV+ZQCFgGkAhYJvAIWE8wCFh3QAhYotAIWMaQCFj3kAAAHkAIWQ5QCFlWkAhZfuAAAB5ACFmW4AhZtuAIWdbwAAAe4AhZ9vAAAB8wCFo2UAhaVnAAAB5QAAAeUAhadsAAAB8wCFqWwAhatrAAAB5QCFrXIAha9yAIWxdACFs2wAhbVwAIW3ZQCFuWwAAADkAAAB8wCFu24AhbwtAIW/bQCFwWwAAADkAAAB8gCFw24AhcXhAIXHaACFyXUAhctpAIXNbACFz2QAhdFnAIXTaQCF1XIAhdl1AIXbZQCF3S4AAAHnAIXhYQCF4mkAheVzAAAB4wCF528AheiyAIXrbwCF7W8AAAHkAIXvbgCF8W8AhfN0AIX1bgCF93IAAAHlAAAB5QAAAeIAAAH0AAAB8gAAAfMAhflhAIX7cgAAAewAhf1mAIX/cACGAWEAAAHzAAAB5QCGAuUAhgdpAIYJZQCGC2UAhg1jAIYOLQCGEF8AhhJiAIYUZQCGFmkAhhhvAIYb8wCGHW8Ahh8tAIYhdQCGI+UAhiTlAIYnaQAAAe4Ahil0AIYqZQCGL2kAhjFzAIYzZwCGNW0AhjflAIY4aQCGO20AAAHlAIY9ZQCGPy0AhkZmAIZJdACGS2UAhkxlAIZPaQCGUGUAhlRmAIZWaQCGWGwAhlt1AIZcYwCGXmUAhmFsAIZjYQCGZWkAAAH0AIZn+QCGaC0AAAHkAIZrbgCGbGwAAADyAIZvcwCGcC4AhnZfAIaKZACGjWwAho8tAAAB4QCGkWEAhpNuAIaVYQCGly0AhplsAAAB8wAAAfkAAAHnAAAB7QCGmuUAhp1pAIafYwCGoGQAhqVzAIamZQAAAfMAAAHuAIapeACGq2QAAAH0AIatbgAAAfMAhrNnAAAB5wCGtC0AhrZuAAAB8wCGuW4Ahrv0AIa/7gCGx24AhshjAIbKbgCGzHIAhtN0AIbVZQCG13QAhtlsAIbeYQCG4GUAhudpAIbqbgCG7HMAhvF1AIbzZQCG9XQAAAHzAIb7dACG/G4Ahv5wAIcBcgCHA3MAhwV1AIcHZQCHCXIAhwt0AIcNZACHD3IAhxDnAIcbcgCHHWkAhx9yAIchcwCHJW4AhydjAIcoYwCHK3EAhyxkAIcvcwCHMWwAhzJhAIc1cgCHOW0AhzxjAIc/aQCHQG4Ah0N4AIdFbgCHRmEAh0ppAIdNbwCHTm4Ah1NyAIdZbgCHW24AAADkAAAB8wCHXXAAh19pAIdhbgCHY2kAh2VpAAAB6ACHZ3QAh2nyAIdsYwCHb3MAAAHuAIdwZQAAAfMAAAHlAAAB5QCHcmEAh3RlAId2aQAAAPMAAAH0AId5dACHe2UAh31yAId/ZQAAAegAh4FpAIeDdACHhXQAh4doAIeJaQCHi3MAh41lAAAB7gCHj2EAh5FyAIeTZQAAAfEAh5VhAIeXaQCHmWUAh5vzAIec5QCHomkAh6lvAIerbgCHrXIAh69pAIewLQCHui4Ah7xfAIe/ZgCHwWcAh8NuAAAB5QAAAeMAh8RhAIfGYwCHyGwAh8pwAIfMcwCHz3YAh9FnAIfTcgCH1WMAh9duAAAB8wAAAfIAh9ntAAAB5gCH324Ah+FrAAAB5ACH42EAh+V0AAAB7gCH5+4AAAHzAIfrdQCH7WIAh+9vAIfxYwCH82sAh/V1AIf3dAAAAe4Ah/lyAIf77gAAAfMAh/10AIf/ZACIAWEAiANsAIgFaQCIB24AiAl0AIgLdgCIDW8AAAHoAIgPbgCIEWkAiBNjAIgVZACIF2IAiBlnAIgbZQAAAfMAAAHnAIgdcACIH3AAiCFuAIgj7gCIJC0AiCZfAIgoZwCILG8AiC9zAIgxYgCIM+UAiDVpAIg3cgCIPWUAiD9wAIhBYQCIQ+UAAAHkAAAB+QCIRWwAiEblAIhPaQCIU2UAiFTlAIhXaQCIWWkAiFtzAAAB7wCIXXMAiF9vAIhhZQCIY24AiGVhAIhnYQCIaXkAiGtlAIhtYQCIbmIAiHFuAIhz5ACIe2wAiH15AIh/LgCIgWMAiINlAIiEYQCIh2UAiIlpAIiNdgCIj+4AiJJhAIiV5QCIl28AiJlzAIibaQCInW4AiJ91AIihaACIo+wAiKf0AIizbQCItW8AAAH2AIi3bACIueUAiLtvAAAB8wCIvTEAiL9vAAAB5wCIwGcAiMJoAIjFawCIx28AiMlvAIjLZgCIzfIAiNFjAAAB9ACI0mEAAAHzAIjVYQCI1/QAiOFhAIjjbQCI5XQAiOdsAIjrdgCI7WwAiO9iAIjxcgCI83YAiPVlAIj3cwCI+XQAiPthAAAB7gCI/GgAiP9sAIkBbgCJBGkAiQfvAIkLdACJDGcAiQ9zAIkTZQCJFWkAiRdfAIkZcwCJGy0AiR1wAIkfcACJIWwAAAHuAIkjdQCJJXQAiSdtAIkpbwCJK/IAiS1uAAAB9ACJL20AiTFzAIkzZQAAAe4AiTRtAIk3bwAAAfgAAAHlAIk5bwCJO2kAiT1lAIk/YQCJQWMAiUNpAIlFbwCJR24AiUt0AIlNYQCJT/IAiVBlAIlTaQCJVWUAiVd1AIlZdQCJWl8AiV10AAAB8ACJX3MAiWFmAIljbgCJZWMAiWdpAAAB9gCJaWkAiWtsAIltaQCJb3MAiXFlAAAA8gCJc3MAAAH5AIl1cwCJd3MAiXljAIl7YQAAAeQAiXxuAIl/bwCJgfIAiYd0AImNaQCJj/QAAAHyAAABswCJk/MAiZVuAImXbgCJmXQAiZtuAImdawCJn2QAiaUtAImmZQCJqWkAiatzAImteQCJr24AibFpAImzdACJtuUAib9pAInBcwCJw3MAicRlAInHaQCJyXAAicpuAInNcgCJz2YAidFvAInTaQCJ1WYAidfuAInZaQCJ22MAid3lAInfcwCJ4WMAieNhAInlaACJ5uUAielpAInrZwCJ7GUAAAHzAInvcwCJ8eUAAAH5AInzZQCJ9XIAifdwAIn5cgCJ+2UAif1uAIn/ZgCKAWEAigNvAIoF8gCKCWoAigthAIoMXwCKDmUAihBpAIoSbAAAAfMAihTlAIoXaQCKGTYAihtpAIodYQCKH3QAiiFsAAAB4QCKI2EAiiVlAIoneQCKKWEAiit1AIotZACKL2UAijBsAIozdgCKNW4AijdsAIo55ACKO2wAij10AIo+ZACKQ3MAikVhAIpHcgCKSfQAAAH0AIpRaQCKU3MAilRlAIpYaQAAAfMAiltvAIpd5ACKY/QAimlzAIptaQCKcGkAinNuAIp1YwCKeXIAinv0AIqC5QCKh2kAiolzAIqK5ACKkXMAipPuAIqVYgCKll8Aip5jAIqhZgCKo20AiqVpAIqnbwCKqWkAiqtyAAAB5ACKrW4Aiq9yAAAB+QCKsWEAirNuAIq1aACKt18AirhpAAAB+QCKu20Air1vAAAA8gCKv3MAisFhAIrCLQCKxV8AisdhAIrJYgCKy3IAis1hAAAB4QCKz2EAitFlAIrTZACK1GUAitlpAIrbYwAAAfMAit1vAAAB8wAAAeUAit9sAAAArgCK4GYAiuJqAIrldACK5y4AiusuAIrxLgCK8i4AivVhAIr3YQCK+WEAivt5AIr9eQAAAeQAiv/yAIsAaQCLA2wAiwRpAIsGbACLCXAAiw5tAIsRdQAAAfIAixNuAIsVcACLF2MAixnoAIsbbwCLHWEAix8uAAAB5wCLI2UAAAG4AIslLQCLJ2kAiyl1AIsrYQCLLWEAiy9lAIsxZQCLM2IAizdsAIs5aQCLO3MAiz14AIs/ZQCLQfIAi0N0AItF9wCLR28Ai0gtAItLLgCLTS4Ai08uAItRYQCLU2UAi1VuAItWLgCLWXAAi1thAItdcgCLX2kAAADjAAAB+QCLYXIAi2NlAItlbwCLZ3AAi2ljAItr8gAAAeIAi2/kAItwLQCLdF8AAADkAIt4ZgAAAfMAi3tuAIt9YwCLf2UAAAH0AAAB5ACLgGwAi4P0AIuJZQCLi2MAi41hAIuPcgAAAe0AAAHsAIuRYQAAAegAi5JhAIuVaQCLl2wAi5tlAIuddwCLn2YAi6FzAIujbAAAAfkAi6V5AIunZQCLqWEAi6tlAIutbACLr2QAi7FkAIu1YgCLti0Ai7llAIu7ZQAAAe4Ai71yAIu/XwCLwXAAi8NzAIvFXwCLx20Ai8lyAIvKYQCLzGwAi89wAIvRegCL02UAi9VuAIvXLQCL3WwAi99wAIvhbwCL42EAi+VpAIvnbQCL6WwAi+t1AAAB7gAAAeUAi+xjAIvvcwAAAeQAi/FvAAAB5wCL82kAi/XyAIv5cwCL+3QAi/0uAAAB9ACL/2EAjAFzAIwDZAAAAfkAjAVpAIwHLQCMCWkAjAsuAAAB6wCMDW8AAAHuAIwPZACMEGEAjBVpAIwXbQCMGWEAjBtvAIwdZgCMH2wAjCFjAAAB7gCMI3IAjCVvAIwnZQCMKXgAjCtvAAAA5ACMLW4AjC9pAIwxcACMMmEAjDVrAIw3dQCMOW4AjDthAIw88gCMP3gAjEEzAIxDLQCMRXIAjEc2AIxJcAAAAeIAjEsuAIxNdQCMT24AjFFpAIxTdQCMVWQAjFcuAIxZaQCMW2EAAAHhAIxdcgCMX+IAjGFuAAAB4gCMY2QAjGQyAIxmYgCMaGMAjGpnAIxsbQCMb24AAAHoAIxwYwCMc2QAAAHoAIx17ACMeWkAjHt0AAAB8wCMfV8AjH9sAIyBLgCMi24AjI15AIyPZQCMkWMAjJItAIyVXwCMl+UAjJtuAIydLQCMny4AjKFlAIyjYQCMpS0AjKdsAIyoZQCMq2kAjK9lAIyzdQAAAeQAjLRfAIy2ZQAAAfMAjLhjAIy6bgCMvHAAjMByAIzDdQCMxW0AjMdpAIzJeACMy20AjM1hAIzOXwAAAfMAjNNhAIzVbwCM13AAjNl2AIzbcACM3WwAjN9pAIzhcACM4+MAjOVtAAAB4wCM524AAAHzAIzpZQCM63AAjO1uAAAA5ACM72wAjPEtAIzzcACM9WIAjPblAIz9aQCM/+4AjQNlAI0FbwCNBm4AAAHyAI0JYQCNC3UAjQ11AI0PcwCNEXIAjRNlAI0VeACNFmEAjRl1AI0bZQCNHWkAjR9hAI0hbwCNI2EAjSVhAAAB8wCNJ3MAjSnyAI0xbgCNM2wAAAH5AI01bwCNN3cAjTnyAI09cwCNP2UAjUFhAI1DbwCNRW8AAAHuAI1HcgCNSWwAjUryAI1NcwCNTmkAAAH5AI1RbgCNU3IAAAHyAI1XYQCNWXIAjVt1AAAB5wCNXW8AjV9tAAAB5ACNYeMAjWVhAAAB4gCNaWUAjWstAAAB5QCNbWUAjW92AI1xaACNcmcAjXRpAI13bQCNeW0AjXtvAI19bwCNf3gAjYF0AI2CMQAAAe8AAAHjAI2FbACNh2kAjY1hAI2PeQAAAeUAjZFsAI2TbACNlXUAjZd1AI2ZdQAAAeUAjZrlAI2haQCNo28AjaV0AI2mLgAAAfMAjagtAI2regCNrXMAja9zAI2xYQAAAfQAjbNhAI21bQCNtuIAjbhjAI27ZQAAAfQAjb/0AI3JcwCNy3MAjc12AI3RcACN028AjdV1AI3XbAAAAfIAjdhkAI3caQCN33MAjeFwAI3ncwCN6XIAjephAI3sZACN720AjfH0AI31ZQCN9mUAjfppAI39bgCN/mEAjgHlAI4DZQCOBWkAjgdpAI4JZwCOC3QAjg1yAI4PaQCOEXgAjhNwAI4VaQCOF+0AjhlpAI4bYQCOHWEAjh9hAI4h9ACOJuUAjilpAI4rZgCOLWMAAACwAAAAsQAAAfMAji9zAI4x9AAAAeUAjjdjAI45cgCOOmwAjj9uAI5DbgCORXUAjklmAI5LcwCOTW8Ajk5lAI5RcgCOUi0AjldsAI5YZACOW/QAjlwtAI5eYQCOYGMAjmJlAI5kZgCOaG0AjmpuAI5sbwCObnAAjnJyAI53dgCOeGUAjntvAI59bgCOfq0AjoxkAI6PcwCOkXQAjpNpAI6VdACOl3MAjplpAI6bYQCOnuUAjqNpAI6ldgCOp3UAjqlpAI6rYQAAAeQAjq1lAI6vcwCOsWYAAADyAI6zcwCOtWwAjrdyAI65bQCOum0Ajr1zAI6/cgCOwXQAAADkAAAB8wCOxW4AjsdlAI7JdQCOymIAjs10AI7RaQCO028AjtVvAI7WZwCO2W4AjtphAI7caACO3mwAjuFyAI7jYwCO5XAAjudkAI7paQCO624Aju1hAI7vcAAAAeQAjvFuAI7zYQAAAOMAjvVnAI73cACO+WMAjvttAI79ZQCO/2kAjwFpAI8DbACPBW4AAAHyAI8H7ACPC2EAjw1yAI8P7ACPEXIAAADkAAAB8gCPE24AjxVlAAAB6AAAAe4AjxfzAAAAsQAAALIAjxhlAAAB8wAAAeQAjxtjAI8dYQCPH2EAAAHyAI8hYwAAAfQAjyPoAI8kZQCPJ2kAAAH0AAAB5AAAAeMAAAHkAI8pbAAAAeQAjytsAI8tbACPL3MAjzFsAI8zYgCPNWYAjzdnAI85ZAAAAfIAjztuAI88ZQCPP2kAAAHzAI9BbgCPQ2MAj0V2AAAB+QCPR2kAAAHoAI9JbgCPS3QAj01uAAAB8gAAAfMAj09hAI9RYQCPUy4Aj1VsAAAB7wAAAeEAj1dMAI9ZVACPW2MAj11wAAAB8gAAAeIAj19vAI9hZACPYm0Aj2VyAI9ncACPaXMAj2thAI9teQCPb3IAj3BjAAAB8gCPcy4Aj3XtAI93YQCPeW0Aj3tvAI99bwCPfmUAj4BpAI+DcwAAAOkAj4VtAI+H7wCPj3MAj5FyAI+TdACPlXYAj5dpAI+ZdACPm28Aj510AI+faQCPoWUAj6N1AI+kbgCPp3MAj6lmAI+qYgCPrWYAAAC0AI+vbQCPsXQAj7NjAI+1ZACPt20Aj7loAI+7dQCPvXMAAAHnAI+/ZQCPwWMAj8NtAI/FcgAAAe0Aj8dnAAAB5wCPyW8AAAHsAI/LaACPzWUAj85yAI/TdACP1W8Aj9dwAI/ZcwCP22wAj91hAI/eZwCP420Aj+VkAI/nbgCP6XQAj+poAAAB7ACP7eQAj+5mAI/xcgCP8m0Aj/VvAI/3cgCP+WkAj/tuAI/9aQCP/+IAkAFmAJACcACQBXIAkAdiAJAL5gCQDWYAkA91AJAReACQE24AkBViAJAX7ACQHGEAkB9lAJAhbACQImYAkCVoAJAnbQAAAe0AkCl0AJArcwAAAeQAkC5lAJAwbgCQM3cAkDVpAJA2YQCQOGUAkDppAAAB8wCQPWcAAAHvAJA/cgCQQWEAkEN0AJBFZQCQRmEAkEhkAJBKbACQTG4AkE93AJBSYgCQVWcAAADkAJBX8gCQWW4AkFtuAJBcLQCQXy4AkGBjAJBiZwCQZWwAkGZvAJBpcwAAAOQAAAHyAJBrbgCQbWEAkG9lAJBzaQCQdGIAkHZjAJB5ZgCQezgAAADkAAAB8gCQfW4AkH7lAJCAaQCQhGwAkIdzAJCIZQCQjWkAkI9sAAAB5ACQkW4AkJNhAAAB9QCQlXIAAADyAJCXcwCQmXQAAAHkAJCb8ACQnGEAkJ9zAJChZQCQoi0AkKZjAJCpZQAAAfQAkKthAJCtZQCQry4AAAH0AJCxbwAAAeQAkLN0AJC1bwCQt28AkLlwAJC7bgCQvC0AkL5fAAAB8wCQwWkAkMJfAJDFYQCQx3QAkMluAAAB4wCQymMAkMxzAJDPeACQ0GEAkNNlAJDVaQCQ1y4AkNliAJDbaQCQ3WEAAAHnAJDfcgCQ4eMAkONyAJDk5QCQ7WkAkO90AAAB8gAAAOUAkPNpAJD1ZQCQ93UAAAHyAJD5ZwCQ++wAAAHkAJD9bgCQ/+4AkQFvAJEC5AAAAfIAkQVuAJEHYQAAAe4AkQlhAJELdgAAAfIAkQxlAJERaQCRE20AAAH4AJEV8gAAAeUAkRdpAJEZaQCRG2kAkR11AJEfbACRIWgAkSNvAJEldQCRJ28AkSl0AJErMgCRLW4AkS9yAJExbgCRM+0AkTXyAJE7+QCRPWwAkT9vAJFBcgCRQl8AAADkAAAB8wCRRW4AAAHkAJFGLQCRUi4AkWhfAJF+YgCRgGMAkYJkAJGEaQCRiGwAkYpyAJGNdACRj2cAkZNhAJGVZACRmWMAkZt3AJGcYQCRnmIAkaBjAJGiawCRpXMAAAHlAJGndACRqXQAkat5AJGtcgCRr3UAkbAtAJGyMwCRtTYAkbZhAJG4aQCRu3UAkb1pAJG/egCRwGUAkcNpAAABtACRxGEAkcdsAJHJ8gCRy3UAkc1sAJHObQCR0W4AkdNuAJHVawCR12EAAAHnAJHZYQCR220Akd1vAJHfYwCR4XMAAAHuAJHjcgCR5W4Aked4AJHpZQCR628Ake1pAAAB8wCR7mEAAAHuAJHwaQCR9fkAkfZhAJH45QAAAe8AAAH0AJIBbwCSA2kAAAHzAJIFdACSB2EAkglvAJILZQAAAecAkg1tAJIOaQCSEXAAAAHiAAAB+AAAAbcAAAGwAJITcgCSFXAAkhdvAJIZbACSGjEAkhxYAJIfeAAAAfQAkiFjAAABsACSI28AkiUwAJInbQAAAeUAkilhAJIqLQCSOGwAkjptAJI8cACSQHMAkkN0AJJFaQCSR2wAkkhhAJJLZQCSTXIAkk9wAJJRcgCSU3AAklVqAJJXcgAAAeUAkllwAJJbLgCSX2EAkmFfAJJjZACSZOMAkmdyAAAA5wCSaeoAkmt1AJJtcACSb3AAknF1AAAB8gCScnMAknV4AJJ2bwCSenAAkn1zAJJ+LgCSgXAAAAHnAJKDcgCShWkAkod3AJKLYQCSjeUAkpdhAJKZbACSm2UAAAHnAAAB+QAAAeQAkp1uAJKfZQCSoV8AkqNpAJKn7QAAAeQAkqluAAAB5AAAAeYAkqtpAAAB4gCSrW4Akq9yAJKxcgAAAewAkrJhAJK1bwCSt24AkrlpAAAB9ACSu24Akr0tAJLBcACSwy0AksdlAJLJYQCSy2kAks1zAAAB8wCSz2cAktFzAJLTaQCS1W4AAAHlAJLXbgCS2W4AkttsAJLddQCS32kAkuFnAJLjYwCS5W4AkudvAJLpQwCS61QAku1pAJLvUwCS8UkAkvN1AJL1dQCS9lQAkvluAJL6YgCS/WwAkv5hAJMAbwCTBXIAkwZlAJMJbwCTCm0AkwxuAJMPeACTEG8AkxVyAJMWYwCTGGUAkxtpAJMdZACTH3QAkyBpAJMjdQCTJHMAkyd2AJMoYQCTKmkAkyxsAJMvbwCTMG8AkzN1AJM0ZQCTNnQAkzt5AJM8cgCTP3UAk0BuAJNDdACTRWUAk0duAJNJbACTS2QAk01yAJNPbQCTUWMAk1N1AAAB7ACTVWkAk1dvAJNZbwCTW2wAk19pAJNhbwCTY+UAk2V5AAAB7gCTZ2QAk2liAAAB5QCTa3MAk210AJNvcgCTcfIAk3RpAJN3bwCTeC0Ak3suAJN9ZQCTf2EAk4HhAAAB6wCTg2MAk4UtAAAB5ACTjmEAk5FsAJOVbACTl/AAk5n4AJObbQCTnfQAk6JfAJOldACTp2EAk6llAJOrbgCTr2QAAAHvAAAB5QCTsXUAk7NpAJO1cgCTt2IAAAHzAJO5aQCTu24Ak71lAJO/dAAAAfQAk8FhAJPDdACTxWkAk8d5AJPJaQCTy2gAk81uAJPPdQAAAckAAAHpAAAB5QCT0WkAk9NtAAAB5AAAAeUAk9VzAAABtACT120Ak9nsAJPbcwCT3GwAk99vAJPhbwAAAeQAAAHsAJPiMgCT5W0Ak+duAJPp8AAAAeMAk+pvAJPscwCT73QAk/BpAJPzeQCT9GMAk/d0AJP8ZQCT/2kAlAFlAJQDYQCUBGEAlAdpAAAB5wCUC+4AlBFuAAAB5QCUE3MAlBQtAJQWZQCUGGkAAAHzAJQbaQCUH3QAlCHuAAAB5QCUI3MAlCd0AJQoZACUK2wAlC1mAJQvYQCUMW0AlDN0AAAB8gCUNWwAlDZlAJQ5bgCUO/QAlEdhAJRLaQCUTGUAlE9pAJRRaQCUUmgAlFVyAJRXdACUWWkAlFtzAJRdZwAAAOQAAAH0AJRhbgAAAe4AlGPlAJRlbgCUZ3UAlGluAJRrcgCUbGMAlG5mAJRwdwCUc3gAlHVyAJR3bACUeWUAAAH0AAAB4wAAAfkAAADkAAAA8gAAAfMAlHtuAAABrgCUfGEAlH9jAAAB8AAAAewAAAHtAAAA5AAAAfMAlINuAJSFbwAAAeQAlIduAJSI3wCUkWUAlJRuAJSWdACUmXYAlJtpAJSdYwCUn3IAlKFqAJSjYwCUpWMAlKdpAJSpbgCUq+UAlK0xAJSvYQCUsWEAlLJsAJS1cgCUt3UAlLlhAJS7cACUvWMAlL9yAJTBZACUw24AlMRzAJTH9ACUy3MAlM3uAJTPaQAAAfMAlNFuAAAB8wAAAeQAlNNpAAAB8wCU1WkAlNdpAJTZYwCU2y4AAAHzAAAB6QCU3e4AAAHjAJTfbwCU4WUAlOJoAJTlbwCU524AlOhoAAAB8wCU624AlO1uAJTvZQCU82YAlPVvAJT3aQCU+fIAlPtyAJT9YQCU/+4AlQFpAJUDcwAAAfIAlQRlAJUIaQCVCmwAAAHzAAAB6QAAAfkAlQ1oAAAB9ACVD2EAlRJiAJUXbACVGG4AlRtvAJUdYQAAAecAlR9pAJUjLgCVJWIAlSdpAJUpbwCVK3IAlS1yAJUvdACVMWwAlTJmAJU1cACVN2wAlTlpAJU74QAAAeUAlT1pAJU/bwCVQGUAlUNvAJVFZQCVR24AlUlyAJVLdQCVTWkAlU9pAJVRZACVVXMAlVltAJVaYwCVXWYAlV9jAJVhaQCVY/IAlW/4AJV0bQCVd24AlXlrAJV7cwCVfW4AlX9vAJWAbgCVhHIAAAH0AJWHaQAAAfkAlYluAJWKZQCVjW8AlY9yAJWRaQCVki0AlZRlAJWWaQAAAfMAlZlpAJWaYwCVnXQAlZ/sAJWhZQCVo20AlaVtAJWmZACVqGUAlatzAJWtYwCVs2wAlbdhAJW4YQCVu2UAlbxjAJW/dACVwWEAlcNzAJXFdACVx/QAlclnAJXL8gCVz2EAldFzAJXVaQCV1mMAldlpAJXaYgCV3OMAld9uAJXgbQAAAO4AAAHzAJXjZACV6WUAlestAAAB7wCV7WEAAADjAJXvcwCV8W0AlfNyAAAB5ACV9GkAAAH5AAAA5AAAAfMAlfdzAJX5dQAAAeQAlftuAJX9bgCV/2UAlgN0AJYFcwCWB3AAlglzAJYLbQCWDWQAlg9pAJYR7gCWHWkAlh9sAJYhbwCWI3UAAAHjAAAB4wAAAeMAliVtAJYnZQCWKW8AlitvAJYtLQAAAe4Ali8uAJYyZgCWNXQAljd1AAAB7wAAAe8AljllAAAB8ACWO2EAlj1lAJY/aQCWQWkAlkNzAJZFbAAAAfMAAADkAAAB8wCWR24Alkl1AJZLcgCWTWUAAAHkAAAB7QCWTy0AllFqAAAB+QCWU24AllV4AJZXawCWWXAAlltjAJZdbQCWX3cAlmFhAJZicACWZXQAlmdwAJZpdgCWa24Alm3uAJZvYQAAAeUAlnFlAAAB8wCWdW8AlndiAJZ6bAAAAfIAln1uAJZ/ZQCWgWkAloPuAJaI5QCWi2kAlo1sAJaRdgCWk3QAlpVlAJaXbgCWmGUAlpptAJadcACWn2YAlqHkAJajYQCWpXMAlqlpAJarZQCWrOUAlq9pAJaxZACWs3QAlrRlAJa2cgAAAfMAlrlhAJa6YwAAAfgAAAHnAAAB7gCWvW0AAAHlAAAB5ACWv2UAAAHwAJbBdACWxXMAlsd2AJbJYQCWy2wAAAHkAJbNdACWz/QAAADlAJbRaQCW1GUAltdpAJbZcwCW22EAlt1iAAAA5AAAAfMAluFrAJblYQCW53QAluluAJbr7gCW8WIAAAHlAJbyYQCW9OUAlvlpAJb65QCW/2kAlwFyAJcDYQCXBWUAlwf0AJcJYwCXDWMAlw/0AJcVaQCXF3MAlxlkAJcbcwAAAPIAlx1zAJcfcgCXI3YAlyXlAJcncwCXKHUAlyt2AJctdACXL3IAlzFjAJczbgCXN3IAlzlpAJc7bQAAAfQAlz3uAJdBZQCXQ24AAAHkAJdLbgCXTXAAl09sAJdQcwCXU/QAl1X3AJdZaQCXW2sAl110AJdjdAAAAfMAAAH2AJdkMwCXZzYAl2ktAJdrYQCXbW8Al29sAJdxbgCXdXIAl3dpAJd5LgCXey4Al31yAJd/ZQCXgWwAl4NvAJeFcgCXhmEAl4hlAJeLZwCXjW4Al49iAJeR8gCXk24Al5VzAJeXbQCXmGEAl5twAJecYgCXnnAAl6F0AJeiYQCXpmMAl6hkAJerbACXr18Al7FsAAAB8ACXsy0AAAHrAJe3ZgCXuXIAAAH5AAAB9AAAAfkAl7phAJe9aQCXv+UAl8FvAJfCaQAAAfkAl8VmAAAB5wCXyWkAl8piAJfNcACXzmIAl9FkAJfSYQCX1XgAl9d1AJfYZQCX3WkAl99iAJfhaACX43IAAAHzAJfldQCX5+EAl+hjAJfrdACX7W8Al+9vAJfxYwAAAfkAl/PuAJf19ACX+28Al/1jAJf+aQCYAG0AmAJuAJgFdACYCWEAmAtvAJgNZQCYD+gAmBPkAAAB9ACYGW8AAADlAJgbaQCYHXUAmB9uAAAB8gAAAe0AmCBpAJgj9ACYKmIAmCxjAJgvZACYMXQAmDNvAAAB5QAAAfIAmDVuAJg2YgCYOXQAmDtuAJg9bgCYP2EAmEFtAJhCbACYRW4AmEd1AJhJbAAAAfMAmEt1AJhM8gAAAfMAmE9jAJhRbwCYU28AmFVuAJhWcACYWXYAmFthAJhdbgAAAPMAmF90AJhhNQAAAbQAAAG2AAABtAAAAbIAmGNyAJhlbwAAAfMAmGduAJhoYQCYa+QAmHNuAJh1bgCYdi0AmHgzAAAB8wCYey4AmH1lAJh+ZQCYgWkAmIMuAJiEYwCYiGUAmItoAJiNZAAAAeQAAAH0AJiRbACYk3QAmJVuAJiXcgCYmfQAmJtvAJidcwCYnuUAmKRpAAAB+QCYqGEAmKt0AJit5QCYr20AmLBwAJizcwCYtWEAmLd0AAAB5gCYu3QAmL1zAJi+aQCYwG8AmMNzAJjEZQCYx2kAmMl3AJjLLQAAAfQAAADyAJjNcwAAAfkAmM9lAJjRXwAAAfkAmNNsAJjVaQCY12UAmNlsAJjbbwCY3WEAmN9pAAAB+QCY4WkAmONuAJjkbQCY5m8AmOhwAJjqcwCY7XYAmO91AJjxaQCY82kAmPVhAJj2ZQCY+WgAAAHlAAAB8gCY+3MAmP1mAAAB5ACY/24AmQBjAJkDdACZBeUAmRNzAJkUXwAAAfMAmRc2AJkZbwCZG2UAmR1lAAAB5wCZHmEAmSFmAJkjZgCZJC0AmSZpAAAA8wCZKXUAmStkAJksaQAAAfMAmS9pAJkwXwCZMmwAAADzAJk1dACZN2QAmTlmAJk7awCZPW8AmT9lAJlDMQAAAeUAmUVoAAAB4wAAAeMAAAHjAJlHaQAAAfIAmUlsAAAB5QAAAeQAmUtuAJlNYQAAAeUAmU9hAAAB4QCZUmUAmVZpAJlY8wCZW3UAmVxlAJlfaQAAAOQAmWBtAAAB8wCZY+MAAAHzAJlpZgAAAfIAAAHjAJlrLgAAAeIAAAH0AJltbACZb2kAAAH5AJlxYgAAAOQAAAHzAJlyZQCZdW4AmXdvAJl5bgCZe28AmX1vAJl/ZQCZgHAAmYJ0AJmHdQCZiW8AmYtuAJmNZQCZj2cAmZFnAJmTZQCZle0AmZn0AJmdZQCZn+cAmaRfAJmpcAAAAeUAAAHnAJmt9AAAAe8Ama5uAJmxegCZs28AmbVpAJm3dACZuXIAmbtvAJm9YQCZv20AmcHyAJnHbACZyWMAmcpzAJnN9ACZz2QAmdBnAJnTcgCZ1W8AmddyAJnYcQCZ2/QAmdxpAJnfcgCZ4XMAmeNzAJnlZQCZ53AAmelyAJnqZQCZ7XMAme9yAJnwYwCZ9fgAmfdzAJn5YgAAAOQAAAHzAJn7cgAAAfQAAAH5AAAA6ACZ/nAAmgBzAJoDdQCaBGkAmgf5AJoIcgCaC3MAmg1lAJoPaQCaEXUAmhNvAJoV6ACaGewAmh9uAJohcgCaImMAmiX4AJonbwCaKW4AmitvAJotbwCaL+0AmjlpAAAB8wCaO2EAmj1jAAAB5ACaP24AAAHiAJpBcgAAAekAmkNhAAAB+gCaRWwAmkf0AAAB9ACaUGkAmlVvAJpXdQCaWW4AmlthAJpdcgCaX28AmmFuAJplcgCaZ2IAmmlvAAAA4wCaa2oAmmxiAAAB7QCab2EAAAHkAJpxbgCac28AmnVvAJp3YQCaeXIAmntvAJp9dQCaf3IAAAHkAJqA4QAAAfkAmoVUAAAB8wAAAfMAmod0AJqJdQAAAecAmotoAJqNYQCaj+QAmpNnAAAB8wCalWUAmpcwAJqZYwCam2kAAAHnAJqddQCan3QAAAHnAJqhcwCao2wAmqVtAJqnaQCaqXAAmqt0AAAB9ACarXcAmq9wAJqxcwCasuUAmrdpAAAB8wCauWEAmrtqAJq9bACav2gAmsFuAJrDaQCaxWUAmsdlAJrJcwCay2wAmsxlAJrPaQAAAfUAmtBlAJrUaQAAAfMAmtZtAJrZbwCa23QAmt1pAJrfcwCa4GYAmuRpAJrmbACa6XAAmu9yAJrx8wCa8mUAmvRpAJr2bQAAAfMAmvlzAAAA8wAAAfkAmvtlAJr9ZQCa/2EAmwFhAJsDZQCbBWsAmwdsAJsJcwCbC2wAAAHuAAAB7ACbDecAmw9rAAAB5ACbEW4AAAHlAJsTaQCbFXMAAAHzAAAB6ACbF2gAmxlhAJsbbACbHXMAmx9pAJshYQCbI2EAAAHnAAAB4wCbJV8AAAH1AJsnZACbKW8AAAHjAJsrbQCbLWwAmy94AJsxcwAAAeUAmzNlAJs1ZQCbN2kAmzlpAJs7bACbPW4Amz5tAJtDcACbRGQAm0dmAJtJaQCbSmwAm0xtAJtPcwCbU3UAm1VhAJtXZQCbWXMAm1tlAAAB8wCbXWQAm19lAJthcgCbY3QAm2VlAJtn5QCbaHMAm2t0AJttZQCbb18Am3FyAJtybACbdXMAAAHzAJt3dwCbeWkAm3tuAJt9ZQCbf2kAm4FlAJuDaQCbhWkAm4doAAAB6wCbiWEAm4pkAJuNZgCbj3YAm5F0AJuTbwCbl2kAm5hfAAAB8wCbm2MAm51iAJufZgCboXQAm6NwAAAB5QCbpWMAm6diAAAB5ACbqWEAm6t0AJutbACbry0Am7FpAJuy5QCbu2kAm71kAJvBZACbyWUAm8tsAAAB5QAAAfMAAAHvAJvNYQCbz2QAm9F1AJvSZACb1GYAm9ZwAJvZcwAAAbIAm91hAJvfcgCb4XAAm+NwAJvlcgAAAfAAAAHoAJvmdACb6XoAm+14AJvvLgCb8S4Am/MuAJv1LgCb9y4Am/lzAJv7ZQCb/GEAm/5nAJwAaACcAmwAnARzAJwJdgCcC2wAnA1pAJwPYQCcEXQAnBIuAAAAsQAAALIAAAHzAJwVbACcF2QAnBlpAJwbYQCcHWcAnB5iAJwgZACcIm4AnCV0AAAA5AAAAPMAnCd0AJwpdQCcK20AnC1hAJwvYQCcMW8AnDNyAAAB8gCcN3QAnDlzAJw6aQCcQfkAnENvAJxFdACcR28AAAHzAJxJYwAAAeUAnEt2AJxNdQAAAfMAAAHyAJxPbgCcUXQAnFJhAJxVZQCcVmkAnFlsAJxb7ACcX2sAnGFrAJxjYwCcZfMAnGlnAAAAsAAAALIAAACzAAAAtQAAALcAAAG5AAABsgCca2QAnG3lAJxv7gCcdW4AAAHkAJx3cgCceXUAnHtuAJx9ZQCcf24AnIFsAAABsgAAAbQAAADkAJyDZgCchE8AnIdvAJyJbgCcil8AnI1zAJyPZQCckW4AnJNhAJyVcwCcl3QAnJljAAAB+QCcmmYAnJ10AAAB8gAAAe4AnJ95AAAB4QCcoWUAnKNzAJykLQCcp2EAnKljAJyrcAAAAfQAnK1kAJyvZQCcsWEAnLN1AJy19wCct2UAnLljAJy7aQCcvWEAnL9pAJzBbwAAAfMAnMNzAJzFdACcx3YAnMlfAJzP8gCc0WUAnNNmAJzVcgCc12kAAAHkAJzZbACc224AnN1vAJzecACc4XQAnONlAJzlaQAAAe4AAAHuAJznbgCc6WwAnOpiAJzsZgCc7mcAnPBoAJzybQCc9G4AnPdzAJz5bQCc++IAnPxlAJ0BaQCdA28AnQRfAAAA8gAAAfMAnQduAJ0JZQCdC2wAnQ1pAJ0PeACdETAAnRNuAJ0VZwCdF24AnRljAAABtACdG2kAnR20AJ0faQAAAfIAnSFhAJ0jbwCdJWEAAAHsAJ0nZQAAAesAAAHrAJ0pYQCdK20AnS1nAAAB8gCdL2UAnTFyAAAB4wAAAOEAnTNvAJ01dgAAAegAnTZjAJ05dgCdO3gAnT0wAAAB9wCdPmkAAAHzAJ1BYgCdQ2UAnUVyAJ1HbgAAAfMAAAHwAJ1JMQCdS3cAnU1pAAAB7QCdT2QAnVFlAAABtACdU1MAnVVOAJ1XTgCdWVAAAAG0AJ1bdACdXWMAnV9yAJ1gYQCdYmUAAAHzAJ1laQAAAfMAnWd0AJ1pbwCda/MAnW9lAAAB4QCdcXQAnXNuAJ11YQAAAeUAAAHkAJ13ZQCdeS0AnXtlAJ19bwCdf3IAnYFhAAAB8wCdg2EAnYVlAJ2HZQAAAe8AnYluAJ2LZQCdjW8AnY9sAJ2SbQAAAfMAnZVuAAAB4QCdl3QAnZt1AJ2dbgCdn28AnaFlAJ2jbgCdpXQAnaduAJ2oawCdq3QAna1vAJ2vRACdsU0AnbJJAJ20TACdt1IAnbhEAJ27UgAAAeQAnb1hAJ2/YQCdwWQAncNsAJ3FZQCdx28AncljAJ3LZQAAAe4AAAHlAJ3N7gCd0W8AndNnAJ3VdACd13cAAAHzAJ3ZdACd22EAAAHyAJ3dbgCd33kAneFpAAAB7gCd42QAAAHkAAAB5QCd5V8AnedJAJ3pcwCd6kIAnexDAJ3vTQCd8WkAnfPEAJ31RQCd90UAAAHHAJ35RwCd+0EAnf1FAAAB0wCd/1QAngFJAJ4DRwCeBUYAngdVAAAB5wCeCWEAngtsAJ4MbACeD3QAnhFnAAAA5AAAAfMAnhNuAJ4VdACeF24AnhluAJ4bbQCeHE8Anh9jAJ4hdQCeI28AniVDAJ4oQwCeLFQAni5iAJ4xdAAAAfkAAAHjAAAB8ACeM3QAnjX5AJ43bwCeOXQAnjtzAJ495ACeP/QAAAHzAJ5BaQCeQ3IAAADlAJ5FaQCeSGEAnkrlAJ5PaQCeUWUAnlPlAJ5VZQCeV3MAnllpAJ5bZQCeXC0AnmAuAJ5iVACeZXUAnmdjAJ5pZQCea3QAAAH0AJ5tbgCeb3QAnnN1AJ53YgCeeWwAnn30AJ6BYQAAAecAnoNwAJ6FZwAAAfQAnod0AAAB8wCeiG4Anot2AAAB8gCejXQAno9pAJ6RYwCek/QAnpVUAJ6XXwAAAcUAnplBAAAB0gAAAcUAAAHHAJ6bSACenVQAnp9JAJ6hQwCeo1AAnqVjAJ6nZQCeqV8AnqtpAJ6tbgCer3IAnrF0AAAB8wCes18AAAHnAJ61LQCeuWUAAADlAJ67aQCevfQAAADkAAAB8wCevm4AnsF0AJ7CZQCexWkAnsdhAJ7JcACey2UAAAHwAAAB8wCezGkAAAHzAJ7PaQCe0XAAntUtAJ7XZACe2W4AnttlAJ7cMwCe3mwAnuFvAJ7i5QCe6WkAnutzAJ7t+QCe72IAnvFhAJ7zcwCe9WYAnvduAJ75aQAAAe4AnvthAJ79bgCe/28AAAH4AJ8BbgCfAkYAnwVmAJ8HbgAAAeMAAAHUAAABtgCfCEEAnwtEAAAB8gCfDeUAnw90AAAB5wCfEWwAnxMtAJ8ZdACfG2UAnx1vAJ8fcAAAAOQAAAHzAJ8hbgCfIy0AnyVlAAAB6ACfJ2UAnyt0AJ8tbAAAAfMAny9uAAAB8wAAAfMAnzFsAJ8zdACfNWUAnzflAJ85ZQAAAeUAnzphAAAB5QCfPXMAnz9uAJ9BbQCfQ2UAn0VzAJ9HZQCfSWEAn0t0AJ9PUgCfUVMAn1NvAAAB+QCfVWMAn1flAJ9dcgCfX2EAn2FtAJ9jcwAAAfkAn2VEAJ9nYQCfaWUAn2thAAAB5wAAAfgAn23rAAAB5QCfb+gAn3F0AJ9zZQAAAe4An3V0AAAB7ACfd28AAAHEAJ95bgAAAekAn3tvAJ99VAAAAbkAn4FFAJ+DXwCfhWEAn4f0AJ+JsACfi3IAn41OAJ+PUACfkW4An5NtAJ+VQQCfl2QAAAHMAJ+YbACfm3QAAAHjAAAB7QAAAfQAn6FhAJ+jZwCfpXUAAAHwAJ+nVAAAAfIAn6luAJ+rYwCfrWwAn69sAAAB8ACfsXAAn7NTAAAB8gCftWQAn7d6AAAB8wAAAfkAAAHTAJ+5bwAAAfQAn7tjAJ+9ZwCfv2kAn8FlAJ/DbgCfxVQAAAHFAJ/HxQCfyUwAn8tBAJ/NbgCfz3IAAAH5AJ/RcwAAAeQAn9NlAJ/VaQAAAfMAn9ZlAJ/YaQAAAfMAn9rlAJ/faQCf4eUAn+VhAJ/nZQCf6WEAn+tvAJ/tdACf72QAn/FsAJ/zdACf9ewAn/ZhAJ/57ACgAGMAoANtAKAF8gCgB2EAoAhDAKALYwCgDWEAoA9hAKATdQCgFXAAoBdlAAAB5ACgGW4AAAHtAKAbTwCgHXIAAAHzAKAfaQAAAecAoCFsAAAB8ACgI28AAAHnAAAB5wCgJeQAAAHTAKApUgCgK1kAAAHTAKAtYQAAAbEAoC9nAAAB5AAAAecAoDFoAAAB8wCgM3gAoDV5AKA3MgCgOXAAoDtzAKA8aQAAAfkAoD9mAKBBcgCgQ2wAAAH0AKBFZQCgR2kAoEllAKBLcwCgTXQAAAHkAKBPbgAAAecAoFFsAKBTYwAAAecAAAHsAAAB5wCgVHMAoFl6AKBbdACgXW8AAAHsAKBfbwCgYV8AoGNOAKBlRQCgZkIAoGhDAKBqRACgbkUAoHBJAKByUACgdlIAoHhTAKB/VAAAAdQAoIFQAKCDbgAAAesAoIXlAKCH7gCgiWEAoItsAKCNcgAAAPIAAAHzAKCPaQCgkWUAoJNsAKCVdwAAAfMAAAHsAKCXZQCgmVMAoJtpAKCcVQCgn20AoKFzAKCjdQCgpW8AoKdlAKCpZQAAAeUAoKpOAAAB8wCgrWUAoK9sAKCxaACgs28AoLVwAKC3ZQAAAe0AoLlzAKC7ZQCgvWUAAAHzAKC/bACgwU0AoMNoAKDFbACgx1UAoMltAKDLcwAAAfMAoM11AKDPcwCg0XYAoNN6AAAB+AAAAesAAAHlAKDVYgCg128AoNljAKDbcwCg3XIAAAHvAAAB5QCg32UAoOBOAAAB8wCg43UAoOVBAKDnXwCg6V8AAAHEAAAAsAAAAbEAoOtlAKDsaQAAAfMAoO5pAAAB8wAAAe8AoPFvAKDzYQCg9W4AAAHEAKD3YQCg+TYAAAHEAAAByQAAAcwAoPtsAKD9cgCg/3QAoQFwAKEDaQChBXoAoQhhAAAB8wChC2EAoQ0tAAAB8gAAAfMAAAH5AKEPZAChE2UAAAHDAKEVRQChF08AoRlBAAABtwChG0UAoR1OAKEfQQChIUUAoSPFAKElRAChJlAAoSlfAAAA5QChLWkAAAHnAAAB8wChL2UAAAHhAKExZQChM3QAAAHnAAAB5wAAAfMAoTVhAKE3YQChOWIAoTttAKE9dAChP2kAoUFiAKFDcgChRW4AoUdoAKFJcAChS24AoU1uAKFPZgChUWYAAAHyAKFTcgChVWMAoVdzAKFYaQChW2wAAAHnAKFdbgChX28AoWFuAKFjZQChZWkAAAHDAKFncAChaWUAoWotAKFtaQChb2kAAAHlAKFxYwChc24AoXV1AKF3dAAAAfkAAADlAKF5aQChe+0AoX/0AKGBZQChg3QAoYV1AKGHbwChiGUAoYtpAAAB5wChjU4AoY9JAKGRMQChk7MAoZVEAKGXOAAAAdQAoZlwAKGbZAChnW8AoZ90AAAB+QAAAcYAoaEuAKGjUwChpUwAoadBAAABxAChqW8AAAHnAKGrbQAAAfMAoa1pAKGvYwChsW4AobNlAKG1aACht3YAobluAKG75QChvXQAob9lAAAB7AAAAOQAAAHzAAAB5AAAAfMAocF0AKHDZQChxXUAocf0AKHJZQChz3QAodFlAKHTYwCh1XMAodd2AKHZZQAAAeUAodtpAAAB+QAAAecAAAHlAKHdSQAAAbYAAAHMAAABzQCh30EAoeFfAKHlVACh52oAoeluAKHregCh7WEAoe9uAKHxcgAAAfMAofNsAKH1bgCh93QAofl0AKH7YgCh/WUAAAHnAAAB4wCh/0wAogFuAKIDdQCiBWYAogl0AKILYQCiDS0AAAHkAKIPbgCiEWEAohNyAAAB8wCiFW8AohdpAAAB5wCiGWwAohpTAKIcZgCiH/MAoiHsAKIjaQCiJ2kAoilpAAAB+QCiK2kAAAHnAKItcgCiL24AAAHwAKIxTACiM2cAojROAAAB8wCiN3UAojl0AKI7ZQCiPWoAAAHzAKI/dACiQXQAokNzAAAB+QCiRfQAAAHlAAAB8wCiR28AAAHmAAAB5gAAAfMAoklzAKJKLgCiTV8AolJpAAAB8wAAAecAolV0AKJXbwCiWfkAoltsAAAB5wAAAc8AAAHzAKJdcgAAAfQAAAHhAAAB9AAAAfMAol9uAKJhYQAAAfQAomNpAKJlbgCiZ28AomktAKJrcgCibWUAom8tAKJxYQCic+wAonVPAKJ3bQCieUwAontOAKJ9dACif08AooFTAKKDbgCihXAAAAHlAAAB5ACih2EAoolzAKKLaQAAAe4Aoo1jAKKPZwCikWwAopNuAKKVaQCil2EAopllAKKbYQCinXgAop9BAKKhcwAAAccAoqNfAKKlbgAAAa4AoqdsAKKpcwAAAeUAAAHnAKKr7gCirWEAoq9pAKKxbACis1MAorUtAAABxwCit1IAorlUAAAB5wAAAeQAortlAAAB5QCivXQAor92AKLBaQCiw2QAosVyAAAB7gCix/MAoslpAAAB5wCiy3QAAAHkAKLNbwAAAecAos9lAAABsQCi0VQAAAHuAKLTbgAAAeUAotVhAAAB5ACi11UAotlPAKLbUACi3VIAot9pAKLhcwCi43MAouVpAKLnZQCi6S0Aout1AKLtbwCi73AAovFyAKLzYQAAAfQAovVkAKL3YwAAAeIAovlkAKL7dQCi/WIAov8uAKMBtACjA3MAAAH5AKMFYgCjB24AowktAKMKbACjDW4Aow5hAKMTaQCjFGkAoxhsAKMabwCjH3IAoyBlAKMlaQCjJ3gAoyphAKMsbACjL3UAozFyAKMzYQCjNW4AozhlAKM7bwCjP2UAo0F1AKNDcACjRGUAo0dyAKNJYQCjTGMAo05wAKNSdACjV3kAo1poAKNcaQCjX3kAo2F0AKNjYQCjZXQAo2djAKNpdgCja3MAo21yAKNuXwCjcGEAo3RlAKN2aQAAAfMAo3hlAKN7aQCjf24Ao4FsAKOD9ACjhXQAo4blAKOJaQCji2UAo41pAKOOYQAAAfMAo5F0AKOVbAAAAeQAAAHsAKOXYQCjmXMAo5twAKOdcwCjn28Ao6FzAKOjbgCjpWIAo6dzAKOpbwCjq3MAo61vAKOv8wCjs24Ao7VtAKO35QCjuWEAo7szAAAB5AAAAeEAo71pAKO/ZQCjwWEAo8NzAKPFaQCjx3QAo8l0AAAB8wAAAeQAo81lAKPPcACj0XUAo9NzAKPVZACj1mYAo9lsAAAB5ACj224Ao91pAKPfZQCj4XUAo+NuAAAB5ACj5W4Ao+dhAKPpdACj618AAAHyAKPtdACj7mkAo/FvAKPzZQAAAfMAo/VvAKP3aQCj++UAAAHlAAAB5ACj/mUApAFpAKQDdACkBWMApAdlAKQJLQCkC24AAAHzAKQMXwCkEGUApBJpAAAB8wCkFXIApBdhAAAA5AAAAfMApBtuAKQdYwCkH3IApCBhAKQjZQCkJWkApCdlAKQpbwCkK2EApC1uAKQvZQCkMeUApDXvAKQ3cwCkOWwApDthAKQ9bACkP24ApEFlAKRDbgAAAesApEVjAAAB7ACkR2UApElvAKRLZQCkTWMApE9jAKRRZACkU2sApFVpAKRXcgCkWXQApFt0AKRdcAAAAfMApF9sAKRiaQAAAfMApGVtAKRmZQCkaG0AAAHzAAAB8wCka2EAAADkAAAB8wCkbW4ApG90AAAB4QCkcW8ApHNlAKR19ACkeXUApHtuAKR9bwCkf2UApIFvAKSDZQCkhWUApIZtAKSJbgCki3QApI3uAKSRYQCkkmsApJV0AKSZbwCkm2IAAAHkAAAB5ACknWUApJ9vAKShcgCko3IApKRtAKSndACkqWUApKt1AKStdACkr2kApLFsAAAB9AAAAfQApLNuAKS15ACku28ApL1yAKS/YQCkwWEApMNjAKTFYQCkx3IApMlsAKTLYQCkzWQAAAHlAKTPZACk0XIAAAHwAAAB8gCk020ApNVvAKTXbACk2WkAAAHnAKTbZgCk3WUAAAHzAKTfbwCk42kApOVuAKTnYQCk6GMApOv0AKTtZgCk72MApPFkAAAB9ACk8y4ApPV2AKT3ZQCk+C0ApP1fAKT/7gClA+cApQVsAKUHaQClCeUApQtlAAAB5QAAAOQApQ3yAKUPaQClEWEApRNyAKUVbwAAAe4ApRfuAKUaaQClHGwApR9yAAAB5wClIXIApSNpAKUlbgClJ3QApShfAKUqZQClLWkApS9nAKUxbgClM28ApTV0AKU3bgAAAeUAAAH0AAAB8gClOWwApTthAKU9dwClPmUApUBpAAAB8wClQmQApUZlAKVIbAClSm0ApUxzAKVPdAClUnAApVdyAKVYYQClWmIApVxjAKVeZAClYG0ApWJvAKVkcgClaHQApW13AKVvYgClcWkAAAHyAKVzbgCldXAApXd5AKV4YQCle3kApX1pAKV/7gClgXAAAADkAAAB8wClg24ApYVzAAAB5wAAAecApYdyAKWIZACli20AAAHkAAAB8wAAAeUApY11AKWPXwClkWUApZNjAKWVaQCll2kApZlsAKWbYQClnWkAAAHnAKWfZwCloe0ApaNhAAAB5wAAAfMAAAHvAKWlbgClp2EApallAKWrYQClrWcApa9sAKWw5QCltWkApbfsAKW5cwClumwApb10AKW/ZwClwW4ApcNlAKXFZwClxy0ApclyAKXLcgAAAecAAAHuAAAB8wClz2QApdFfAAAB7ACl02kApdVpAKXXdACl2XQAAADkAAAB8wCl224Apd3sAAAB8gCl33QApeFvAKXjaACl5W8AAAHkAKXnbgCl6XUApet1AAAB7gCl7WQApe9uAAAB8wAAAfIApfFuAKXzbQCl9GMApfdvAKX5dQCl+28AAAHlAKX9bwCl/2MAAAH0AKYBcwAAAeQApgJiAKYEYwCmBmYApgl0AAAB+QAAAfkAAAHzAAAB8wCmC+MAAADkAAAB8gCmDWkApg9uAAAB+QAAAfAAphFhAAAB8gAAAfkAphNzAKYVbgCmFy0AphlyAAAB5wAAAfkAAAH0AKYaYwCmHHMAph93AKYgYQCmImIApiRjAKYmZACmKG0ApipvAKYscACmMHMApjJ0AKY1dQCmN2UApjlpAKY7ZwCmPfkAAAHnAKY/dACmQXQApkNvAAAB8wCmRW4Apkd0AKZKZQCmTWkApk9pAAAB5ACmUWEAAAHvAKZSYQCmVOUApllpAKZbMwCmXXMApl/kAKZr9AAAAPMApm10AKZwLQCmdC4ApnhsAAAB8wCme2kAAAH0AAAB+QCmfmEApoDlAKaHaQCmi2kApo1yAKaPaQCmkGEAppblAKahaQCmo2kApqRtAKamdACmr/gAprBhAKazYwCmtWUAprZlAKa5aQCmvW4Apr9zAKbAYQCmwuUApslpAKbLZQCmzXQAps/0AKbT7gCm1+UAptlzAKbbdACm3XIApt9pAKbhYQCm42UApuQtAKboLgCm7F8Apu50AKbxdQAAAe0ApvNjAAAB7QCm9GUApvdpAKb7YwCm/fQApv91AKcBdQCnA2UApwX0AAAB5QCnC24ApwxhAKcPdQCnEOUApxNpAAAB9ACnFW4Apxf0AKcddACnH3UApyRkAKcncwCnKWIApyvsAKcuaQCnMXQApzJnAKc0cwCnOfQApz9jAAAB5wCnQWEAp0NsAAAB5wCnRWIAp0dnAKdJaQCnSi0Ap01zAKdP9ACnVXAAp1dyAKdZZwAAAeQAp1tuAKdddACnX20Ap2FnAKdjYgCnZW4Ap2d0AAAB5ACnaXIAp2tuAAAB9ACnbWMAp29nAKdxdACnc3MAp3VtAKd3bgAAAfMAp3kuAAAA5ACnem0AAAHzAKd8bgCnfm8Ap4F2AAAB8gCng3QAp4VpAKeJbgCnimMAp4xmAKeOaQCnkGwAp5NwAKeVaQCnl2MAp5lpAAAB8wCnm2sAp51yAKefYwCnoWkAp6NhAKelZQCnp2UAAAHzAKepcwCnq28Ap630AKewXwCntGkAp7d0AKe55wCnu2kAp71nAAAB8wCnvl8Ap8NmAAAB5wCnxWMAp8dyAKfJcACny18Ap81sAKfPdACn0W8Ap9NfAKfVeACn12kAp9lzAKfbYQAAAfIAp91sAKffYwCn4WUAp+NfAKflaQCn524Ap+lyAKfrdACn7XIAAAHzAKfvXwAAAfAAp/NsAAAB5wCn9S0Ap/lhAKf7YQCn/GUAp/9pAKgBcACoA3QAqAVlAAAB5ACoB28AqAhhAKgK5QCoEWkAAAHyAKgTcgCoFXQAAAHkAKgZ9ACoIF8AqCLkAKgkbgAAAfMAqCZuAKgpdAAAAeQAAAHkAKgrbgCoLXQAqC90AKgxXwCoNXUAqDd0AKg5YwCoO20AqD1yAKg/cACoQXIAqENtAKhFagCoR2wAqEhfAKhKZQCoTmkAAAHzAAAB5QCoUW0AqFNqAKhVYQCoV3IAqFl0AAAB5ACoWmIAqF9wAKhhbwCoYmEAqGVlAKhpYgAAAeQAAAHwAKhrZQAAAfIAqG1hAKhvYwCocWUAqHJlAAAB8wCodF8AqHZhAKh4ZQCoemkAqH5vAAAB8wCogWkAqIPwAKiJcAAAAfMAAAH0AKiLLQCojXMAqI9lAKiRYQCok2UAqJVuAKiXZAComWkAqJplAAAB8wConXUAAAHsAKifbQCooDMAqKJpAKikbACopm8AqKl4AKirbQAAAeUAqK1oAKiu5QCot2kAqLlhAKi7bwCovWkAqL/kAKjBZQCow3QAqMVzAKjJYwCoy/kAqM9lAKjRZQCo0mMAqNVnAKjXYgCo2C0AAAHzAKjbaQAAAeUAqNxhAKjfaQAAAeQAqOFiAKjjYQAAAeUAqOV3AKjnbwCo6W8AqOtzAAAB5wCo7V8AqO9lAKjx6wCo82YAAAHnAKj1aQAAAfQAqPduAKj5aQAAAe4AqPthAKj9ZACo/24AqQFyAKkDbwAAAfgAqQVuAKkGYgCpCWYAqQtpAKkNYwAAAfMAAAHkAKkPbgCpEXIAAAHuAAAB7gCpE3QAqRVoAKkXbwCpGW8AAAHnAKkbYQCpHW8AqR9uAKkhaQCpI+MAAAH0AAAB8gAAAfQAqSflAKkpdACpK2EAqS1uAAAB5wCpL24AqTAtAKkyYwAAAfMAqTRlAKk2aQAAAfMAqTtlAKk8bAAAAfMAqT8tAAAB9ACpRfQAqUlpAKlLYQCpTWkAqU5hAKlQZQCpVWkAqVdsAAAB5ACpWW4AqVtpAKldaQCpX28AqWFwAKliZQCpZW8AqWYtAKloXwAAAOQAAAHzAKltbgCpb3UAqXHlAAAB5ACpc24AqXVhAKl3dACpeWEAqXstAKl9bACpf24AqYFfAKmDbgCphXQAqYflAKmNZQAAAegAqY9lAKmVYgCpl3QAAAHzAKmZbgCpm2wAAAHkAKmdaQCpn2wAAAHzAKmhYQCpo3AAqaVlAAAB9ACpp3MAqalpAKmrcgCprW4Aqa4tAAAB8wAAAfMAqbFsAKmzbQAAAeQAqbVuAKm3bwAAAeQAqbluAAABtgCpu2EAqb1kAKm/aQCpwWkAqcN0AAAB8gCpxXQAqcd0AKnLYQCpzWEAAAHkAAAB+QCpz2UAqdHlAKnT5QAAAfMAqdVlAKnXaQCp2OUAqd9pAKnhaQCp420AqeVhAKnm4QCp6uUAqe5pAKnzbwCp9XMAqfd0AAAA5ACp+24Aqf1uAKn/ZACqAGUAqgJpAKoFdQCqBl8AqghlAAAB8wAAAOUAqgtpAKoMZQCqD20AqhHuAKoXYQCqGGkAqht0AKod5QCqHi0AqiJfAKomZQAAAfMAAADkAAAB8wCqK24Aqi1zAKowZQCqMmkAAAHzAKo1aQCqO+EAqj1yAKo+YQCqQGMAqkJkAKpHZgCqSfQAqlFyAKpTZQCqVW4AqldvAKpZdAAAAfkAAAHnAKpb5QCqXWMAAAHnAKpfcgCqYXMAqmNlAAAB5QCqZe4AAAH0AKpnbQCqaW0Aqmt3AAAB4wCqbWwAqm/lAKp/cgCqgWMAqoNhAKqFLQAAAOQAAAHzAKqHbgCqiW8AqotkAKqNaQCqj3UAqpFhAKqTeACqlGkAqpd0AAAA4wCqmGkAqpt0AKqdYwCqn2MAqqFzAKqjbQCqpXQAqqdzAKqpcACqq2UAqq16AAAB+QCqr24AqrFpAKqyYQCqtHIAqrd5AKq5YQCqu2QAAAHnAKq9ZQCqv2EAqsFlAAAB+ACqxXIAqsZmAKrJaQCqy2YAqs1uAKrPbgCq0WYAqtNzAKrV6wCq1+4Aqt1zAKreaQCq4WwAquNvAKrlbgCq53kAquljAAAB5AAAAfMAAAHlAKrrXwCq7W4Aqu9yAAABsAAAAbAAqvFkAKrz8gCq9W4AqvdpAAAB+QAAAfAAAAH0AKr5LgAAAeIAqvthAAAB8ACq/XIAAAH0AKr/aACrAC0AqwUuAKsHZACrCmYAqw1vAKsOYQCrEWYAqxNhAAAB5wCrFegAAAHyAKsXbACrGF8AAADzAKsbdACrH2UAqyFlAKsj7gCrJeQAqyd0AAAB7ACrKW8AAADlAKsraQCrLW4Aqy9vAKsxbwAAAeQAqzN1AKs1cAAAAfMAqzdzAKs5bgAAAfkAAAHpAKs6bAAAAfMAqz11AKs/ZQCrQW4AAAHkAKtDYQCrRXAAq0d5AAAB6ACrSXMAAAHlAKtLZQAAAeQAq01hAKtPbAAAAeUAAAHtAKtRZwCrUmMAq1RkAKtXcwCrWewAq1thAKtdbgCrX20Aq2FvAKtjZQAAAeQAq2VzAKtnbwCraWMAq2tkAAAB8gCrbGUAAAHzAKtvLgCrcXkAq3NjAKt1dAAAAe0AAAHiAAAB9ACrd2MAq3l4AAABuACre2QAAAHlAKt87ACrgXQAAAHjAAAB7AAAAe0AAAHnAKuHbQCriWkAq4tpAKuNZwCrj24Aq5FmAKuTdACrlXMAq5dzAKuZbgCrm3QAq510AKufZwCroXAAq6NxAKulcgAAAfMAq6f0AKurLQAAAbEAq61hAAABuQCrr2UAAAGwAKuxZQCrs2kAq7VuAKu3ZQCruXUAAAGwAKu7cgCrvXIAq79nAKvBLgCrw28Aq8VpAKvHLgCryWEAq8tvAKvNZQCrz2sAq9FlAKvTbwCr1WUAq9ZfAKvZbACr224Aq911AKvfbQCr4WUAq+JjAKvkZwCr6m0Aq+xwAKvveQCr8WwAq/NtAKv18ACr9/QAq/tjAKv9YwCr/i0ArAV0AKwHZQCsCWMArAuwAAAB5AAAAfIArA1jAKwPYQCsEW4ArBJjAKwXdAAAAPIArBlzAKwbcgCsHWEAAAHkAKwfcACsIW8ArCJoAKwleQCsJ3UArCluAKwrYQCsLW4ArC9wAKwxZQCsM20ArDRkAKw3bQCsOWQAAAHjAKw7ZACsPWEArD9kAKxBbACsQ2wAAAHwAKxFLQCsTXAArE90AAAB5AAAAfAArFFjAKxTaQCsVXAArFdsAKxZdQAAAOQAAADyAAAB8wCsW24ArFxlAKxfaQAAAfIArGFkAKxlaQCsZ3IArGl6AAAB7AAAAfMArGtnAKxtZgCsb2UArHFsAKxzbgCsdWEArHduAKx5dACse28ArH1yAKx/bACsgXMArIItAKyE3wCskGYArJPzAAAB5wAAAfkAAAHzAKyVbwCsli4AAAHzAKyZdACsm2MAAAH0AKydcgAAAfIArJ9jAKyhZQCsoy0AAAH0AKylZwCsp3QArKhpAAAB+QCsq3kArK1lAKyvbACssW4ArLNhAKy0LgCsuXQArLpyAKy9cwCsv3YArMFyAKzDZACsxWkArMdlAKzJZQCsy3QArM1lAKzPcAAAAecArNFyAAAB5QCs02gArNU4AAAB+QCs1mMArNhmAKzddACs33QArOFuAKzjZQCs5XMArOduAAAB5QCs6XMArOpfAAAA5AAAAfMArO1uAAAB8wCs73IArPFqAKzzcwCs9W0ArPdlAKz5aQCs+2IArP10AKz/ZQCtAWUArQNpAAAA5AAAAfMArQThAK0GZQCtCGkArQpsAAAB8wCtDWkArQ9zAK0Q5QCtF2kArRl0AK0bZwCtHXIAAAH0AK0e5QCtKWkArStuAK0taQCtLmEArTBsAK0zcgCtNWkArTdlAK05cwCtPWkArT9lAK1AXwCtQ2EArUVuAAAA5AAAAfMArUduAK1JbwCtS3QAAAHzAK1RYwCtU2QArVVjAK1XYQCtWWEArVtlAK1ddACtY2kArWVsAAAB8gCtZ2EArWv0AAAB7ACtb2QArXHsAK1yZQCtdGkAAAHzAK13cwCteW4AAAH5AAAB5QCte2kArXxfAK1+ZQCtgWkArYX0AK2NYQCtjuEArZfsAK2kYwCtp3QAraljAK2qYwCtrW0Ara9pAK2xXwCttV8ArbfyAK25YQCtvGMArb9sAK3BaQCtw2UArcVpAK3HdACtyWMArctoAK3NcwCtzmEArdFlAK3TZQCt1WEArdlwAK3abwCt3XIArd5lAK3hdQCt42kAreVzAK3nbwCt6XMArepiAK3uYwCt8GQArfJpAK30bQCt9nAArfl0AK39dQCt/3AArgFpAAAB5ACuA2UAAAHlAK4FYgCuBmIArgl0AAAA5AAAAfMArg1uAK4PZQCuEW4ArhNtAAAB9ACuFXYArhdvAK4ZYQCuG2EAAAHlAK4dYQCuH2UAriFsAK4jdACuJWkAriZlAK4paQAAAecAAAHtAAAB7QCuK2wArizlAK4vaQCuM2wAAAHsAAAB7gCuNWUArjdhAK45cgCuO28Arj1pAK4/ZQCuQXIArkNiAK5FZQAAAfQAAAHzAK5HaQCuSWEAAAHnAK5LbgCuTWwAAAHwAK5PaACuUWUArlNuAK5VbgCuV+cArllvAAAB5wCuWjMAAAHzAK5dbACuX18ArmEuAK5j5AAAAecArmlkAK5rXwAAAeQArm1hAK5vbQCucWcArnNoAK51ZQAAAeQArnduAAAB5AAAAeQArnlhAAAB7QCue2wArn1yAK5/aQAAAfMAroFpAAAB5wAAAeQAroNuAAAB5wCuhWgArodlAK6JbACui2kAro1lAAAB8wCuj2cArpFsAK6TZAAAAewArpUyAAAB0ACul2gAAAHjAK6ZdACumy0Arp1lAK6fZQCuoTQArqNvAK6lcgCup3AAAAHsAK6pbwCuq3MArq1fAK69cgAAAewArr9uAK7BeACuw+MAAAHmAK7FbACux3AArsgtAK7KLgCu0l8ArtViAAAB5QCu13kArtmyAK7bbgCu3W8Art9wAK7hbgAAAewAruPnAK7l5wCu52UArulnAK7rdACu7WcAru8uAK71dAAAAeEArvdyAK75cgCu+3UAAAHlAK79dACu/3AAAAHkAK8BbgCvA3UArwVzAK8H5QCvCWMArwt0AK8NcgCvD24ArxBpAK8T+QCvF2IArxlmAK8bcgAAAfMArx0yAK8fcgCvIGMAryNuAK8lcACvJ2YAAAHnAK8p8AAAAbIAAAHjAK8r5gCvLXAAry9jAK8xbACvM2IArzViAAAB8ACvN24ArzktAK87OAAAAfMAAAH0AK888ACvQXMAr0MtAK9FZgCvR3IAAAH0AK9JZQCvS2MAr0wtAAAAsgCvT3AAr1FuAK9TbgAAAfQAr1U4AK9XYQAAAewAAAHkAK9Y5QCvX2kAAAHyAK9haQCvY2UAr2VzAK9ndACvaeQAr2tuAAAB5QCvbWkAAAHzAK9vaQCvcXgAr3NyAK91ZQCvd2EAr3lhAK96aACvfWkAr39sAAAB5QAAAfMAAAHnAAAB5wCvgWwAr4NjAK+FbwCvh2UAr4llAK+LZgCvjWUAAAHnAK+P7ACvkC0Ar5NmAK+VbgCvl2EAr5lvAK+dbAAAAbEAAAHnAK+fZACvoHMAr6V6AAAB+QCvp3QAAADkAAAB8wCvqW8AAAHlAAAB5wAAAewAr6t1AAAB9ACvrWEAAAHzAK+vcgCvsW8Ar7N2AK+0YwCvt3AAr7lhAAAB5ACvu3MAr71yAAABtACvv2QAAAHlAAAB8wAAAesAr8FsAK/D5QCvx3MAr8luAK/L7gCvzWUAAAHsAK/PdQAAAecAr9FsAK/TZwCv1W0Ar9dpAK/ZbgAAAeEAr9ttAK/dYQCv32wAr+FyAAAB7QCv418AAAHlAAAA5ACv5G0Ar+byAAAB8wCv6W4Ar+ppAK/tbwCv724Ar/FzAK/zbACv9eUAr/dsAAAB5wCv+S0Ar/t3AK/9bAAAAecAr//sALABcgAAAeUAAADkAAAB8wCwA24AsAVhAAAB8wCwB24AsAluAAAB7AAAAe0AAAHsALALcgCwDXAAsA9tALARYQCwE2EAsBUuALAX5wCwGeUAsB9pALAhLQCwIi4AsCRuAAAB8wCwJ3MAsClpALAr7gCwLWkAsC9mAAAB5wCwMGQAsDJpALA0bACwNm0AsDhwALA7dQCwPmEAsEBiALBEYwCwSGYAsEpnALBOaACwUGkAsFRvALBYcACwXHMAsGF2ALBiYgCwZGMAsGZkALBqZQCwbGkAsG5vALBwcACwdnIAsHhzALB+dACwgXYAsIN1ALCFbwCwh2UAAADjALCJbgCwi2kAsI1lALCPZQCwkOUAsJNpALCVdACwlm4AAAHzAAAB8wCwmWUAsJtyALCdbACwn2gAsKFlALCjbwCwpW8AsKd5ALCpcACwq2kAAAHsALCtdwAAAbIAAAG0AAAB7ACwr3oAAAHtALCx8ACws+UAAAHzALC1YQCwt3MAsLllAAAB8wCwu2kAsL1sALC/cACwwWYAAAHnALDD5QCwxXQAsMlyALDL8wAAAfQAsM1tALDPeACw0WcAAAHnALDTdACw1WEAsNd1ALDZYgCw23QAsNxjALDfZQCw42kAAAHyALDkLQCw5i4AsOpfALDv8wCw8XIAsPN0ALD1ZQCw93QAsPlsAAAB5AAAAeUAsPttAAAB8AAAAfQAsP1lALD/cAAAAeQAsQE0ALEDWACxBXgAsQdrALELbgCxDTEAAAH1ALEPbgCxEGIAsRJjALEUZACxFmwAsRhtALEccACxH3QAsSFpALEjZQCxJGEAsSdsALEtZQCxL2gAsTFvALEzbACxNXIAsTdwAAAB7QCxOXAAAAHtALE7cACxPWUAsT9hALFBcACxQmEAsUVzALFHaQCxSXAAsUtlALFNXwCxT2EAsVFlALFTYwCxVXIAsVdvAAAB5wCxWXUAsVttALFcZgCxX3IAsWFyALFjdQAAAa4AsWVhALFncgCxaW4AsWplALFtbACxb3IAsXAtALFyXwCxdmYAsXhsAAAB8wAAAewAsXt1AAAB8wAAAecAsX1zALF/ZQCxgG8AsYN2AAAB4QAAAecAAAH4ALGFegCxh2kAAAHrAAAB7ACxiW4AsYtvALGNcgCxj+UAsZBhALGTYgAAAbIAsZRhALGXYgCxm2UAsZ1uALGfcwAAAfQAsaFlALGjdACxpWwAsadnAAAB5QCxqWwAsatiAAAB8ACxrW4Asa9pALGxbACxs2cAsbVyAAABwwAAAdMAsbduAAAB2AAAAcMAsblzALG7cgCxvUYAsb9pALHBcwCxw3AAscVjALHGbQCxyW4AsctvALHNZgCxz2MAsdFwALHTZwCx1WkAsdZyALHZdQCx22UAAAHjALHdbgAAAfQAsd9lAAAB8wCx4W4AseNtAAAB+ACx52UAselyAAAB4wCx62EAse1zALHvbwCx8XMAAAH0ALHyYQCx9XIAsfdzALH5aQCx+3IAsf1pALH/ZgCyAXIAsgNlAAAB7ACyBS0AAAHvALIPbwCyEW8AshNyALIVbgCyF3UAshl1AAAA5QAAAfkAshtvAAAB9wAAAeQAsh1pAAAB5QCyH2UAsiFpALIjZQCyJW8AsiZuAAAB8wAAAeMAsil1ALIrYwCyLWYAsi9sALIxcgCyM18AsjVsALI2bwCyOHMAsjx0ALI+dwCyQXoAskNyAAAA5ACyRWkAskdhALJJXwCyTV8AAAHwALJOXwCyUGkAAAHzALJTZACyVWUAAAH0ALJXdACyWGkAAAHzAAAB7wAAAfMAsltvALJdZQCyX28AsmFhAAAB5QAAAfAAsmN5ALJlYgCyZzMAsmluALJrLQCybW4Asm9vALJxcAAAAfQAsnNuALJ1LQCyd28AsnllALJ7LQAAAeQAsn0tALJ/YQCygWEAsoM2AAAB5AAAAecAAAHpALKFbAAAAewAsodyALKJdACyi3AAso1pALKO5QCykGkAspVvAAAB5ACyl3QAAAHwALKZcgAAAewAsppzALKdegCyoF8AsqJhAAAB8wAAAesAsqV0ALKnbwAAAeQAsqluALKqcwCyr3oAsrNlALK1YQCyti0AsrlfALK7aACyvWkAsr9pALLBLQCyx3IAAAHlALLJZQCyy+UAAAHyALLNZQCyzi4AAACwAAAAsQCy0F8AAADzALLXdAAAAPAAstn5ALLdZwCy32EAsuFkALLpZQCy62UAsu1pALLvYwAAAfQAAAHjALLw5QCy/WkAAAHnAAAB8wAAAecAAAHsALL/ZQAAAeEAswFhALMDdACzBWkAswdmALMJYQCzC2UAsw10AAAB5wCzD+wAsxJpALMVbAAAAecAsxdyAAAB5wCzGGQAsxpmALMeaACzIXUAsyJsAAAB8wCzJWEAsydvALMpYQAAAeIAsythALMt7gCzL2IAszFvALMzZQCzNWEAAAHnAAAB8wAAAbcAszduALM5YwCzO2EAsz1vALM/YgCzQXIAs0N0ALNF9ACzR+0As09pALNRZQCzU3MAAADzALNVdACzV3QAs1lhALNbbgCzXWkAs19iALNhbgCzY3IAs2VoALNncACzaS0As2tuALNtbgCzb2UAs3FuALNz5gCzdW8AAAHnALN3YQAAAOQAAAHyALN5bwCze3IAs31iALN/YwCzgW8As4NuAAAB8wCzhW4As4dzAAAA5AAAAfIAs4luALOLZQCzjWUAs47yALORdACzkmkAs5VsAAAB8wAAAecAAAHuALOZbgCzmm8As512ALOfdgCzoWkAs6NuALOlbgCzp2UAs6lvALOraQCzreUAs691AAAB4wAAAeUAs7FjALOzdACztXMAs7dtALO5ZgCzu2EAs71uALO/cwCzwW8As8NkALPFcwCzx2wAs8hlALPLaQCzzOEAs8/lALPRcACz02wAs9VpALPXdACz2XMAs9otALPcXwCz3mEAs+Bl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ANLXLQDS2K0A0uEuANLjegDS5WUA0udtANLpZQDS63IA0u1vANLvaADS8WUA0vNhANL1cgDS92MA0vlsANL7ZQDS/XMA0v9pANMB5ADTA3MA0wUuAAAB6AAAAewA0wdlANMJcgDTC28A0w1lANMPbgDTEW4A0xNyANMVbwDTF3UA0xn3AAAB5ADTG2MA0x10AAAB5wDTH2kA0yFuANMjcwDTJWwAAAH0ANMnZADTKW0AAAHuANMrZADTLWoAAAHzAAAB5wAAAewA0y9hANMxZwDTMy4A0zVjANM3aQDTOXQA0zstANM9dQDTPmwA00F3ANNDYQAAAfQAAAHhANNFbwDTR3QAAAHjANNJZQDTS2kAAAH4AAABsQAAAecA000yANNPYQAAAfMA01FyANNTRQDTVUkA01d0ANNZYwAAAecA01thANNdYQAAAe0A019pANNhVgDTYy4A02VtANNnbQDTaWkAAAH5ANNrdADTbE4AAAHzANNvaQAAAeUAAAHyANNxbgDTc24A03RlANN3aQAAAfMA03llANN7YwDTfXIA03/jAAAB8wDTgWEAAACwAAABsQDTg0MA04VCANOHTwAAAdIA04lPAAAB6AAAAeUAAAH5ANOLaQDTjW8AAAHlAAAB8wAAAesA049hANORbQDTk2cAAAHlANOVVQDTl0UAAAHkANOZSQDTm0MA051EANOfdADTo08A06VfANOnVAAAAcgA06lFANOrUwDTrUMA069BANOxRQDTs3QA07VjANO3bQAAAfIAAAHzANO5cwDTu2QA071zANO/ZADTwUkA08NrANPFbwDTx3AA08lsAAAB+QAAAecA08tvANPNaQDTzi4AAAHzAAAB5wDT0/QA09VhANPXbwDT2W4A09tjANPdbwDT328A0+FtANPjbwDT5GEA0+blANPraQAAAfMA0+1uAAAB8gDT8UEA0/NOANP1dQDT93QA0/lpANP7bgDT/XQA0/9uANQBYQAAAe4A1AJtANQFbgAAAfkA1AdyANQJTwDUC0UA1A1OANQPSwDUEVIA1BNYANQVXwDUGWQA1BthANQdaADUH2kA1CF0ANQjcADUJXIA1CdhANQpZQAAAecA1CtvANQtYwAAAecA1DDlANQzaQDUNWkAAAHnANQ2ZQDUOWkA1DvyANQ9ZQAAAfMA1D9yANRDYwDURGkAAAH5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ANcFYgDXB2MA1wlvANcL5QDXDWUA1xFsANcTaQDXFGUA1xdpANcbcgDXHXQA1yF3ANcjbADXJWMAAAHnANcnbAAAAecA1ylhANcrcwDXLWwAAAHnANcvaQDXMWwAAAHzANczbwDXNWUA1zdvANc5bgDXO18A1z1hANc/YQDXQXUA10NhANdFYwDXR2UA10lfANdKYQAAAfMA101hAAAB8gDXT24A11HlAAAB7gDXU3QA11VvANdXdgDXWe0A11tyAAAB9AAAAfQA111uANdfYwDXYXoA12NyANdlbADXZ20AAAHlANdpaQDXa2UAAAHlANdtaQDXb2UA13FuAAAB+QAAAfMAAAH0AAAB8wAAAecA13NuANd1bwAAAeQA13d2ANd5LgDXe28A131pAAAB5wDXf20A14BpANeDbADXhWkA14dlANeJYQDXi2EA141tANePLgDXkGkAAAH5ANeTZQDXlXQA15dvAAABswDXmXMA15ouANecbgAAAfMA159pANehYQAAAeUAAAHzANejYQAAAeQA16V3AAAB5AAAAeMAAAHtANenaQAAAfIA16luANerbgDXrW4A16/lANexbwAAAfkA17NuANe05QDXt2kAAAHzANe5ZQAAAeQA17t0ANe9bgDXv2wA18FjANfDcwDXxXIA18dlAAAA5AAAAfMA18njAAAB8wDXy2wA181lAAAB5QDXz3UA19FnANfTZADX1XIA19d6ANfZcADX228A190tANfeYQDX43MA1+RtANfncwDX6W4A1+tlAAAB6AAAAeUAAAHzAAAB5QDX7C0A1+/zAAAB6AAAALAAAAGxANfxcAAAAfkAAAHzAAAB7AAAAfMAAAHzAAAB8gAAAecA1/NvANf16wDX+WEA1/tvANf9aQDX/2EAAAHsANgBZQDYA24A2AVpANgHMADYCGMA2At2AAAB5wDYDWIA2A/tANgRdADYE2YA2BRpANgXcwDYGW8A2BtjANgdYgDYH28A2CHwANgicgDYJfMA2CdjANgpYQAAAecAAAHzAAAB5QAAAesA2Ct5ANgtYQAAAecA2C9wANgzcgDYNXMA2DduANg5YwDYO3MA2D1tANg/ZQDYQWcA2EN3ANhFXwDYR2EAAAHyANhJYwDYS3gA2E1vANhPYQDYUXIA2FP0ANhVbgAAAeUA2FdpANhZdADYW2cA2F3lANhhbQDYY2kA2GVlANhncgDYaV8A2GtfANhtdADYb18AAAHzANhxYgDYczEA2HVlANh3aAAAAeUAAAHyANh5dAAAAecAAAH5ANh9YwDYf20A2IFlANiDcwDYhWkA2IctANiIZQDYi3oA2I1sANiPdQAAAe4A2JF1ANiTbwDYlS4A2J/yANijbADYpWEA2KdyAAAB8wDYqXMA2KsuANitLQDYr2EA2LFzANizcgDYtWQAAAHsANi3ZQDYuWgAAAHkANi7cgDYvWMA2L9uANjBYgDYw2kA2MVnANjHaQDYyWMA2MtmANjNZADYz3QA2NFjANjTZQDY1WkA2NdvANjZZQDY22kA2N10AAAB7QDY4WkA2ONpANjlawAAAeQA2OdvAAAB5wDY6W4A2OtwANjtaQAAAecA2O9wANjxbAAAAa4A2PNvANj1aQDY92EAAAHkANj5bgDY+y0AAAHzAAAB6ADY/WEAAAH5ANj/bADZAXMAAAHnANkDbwDZBGkA2QdsAAAB5wDZCWwA2QtkANkNaQDZD3QA2RBhANkSYwDZFG0A2RZyANkYdADZG3UA2RwtANkiLgDZOF8AAAHzAAAB5wDZPW4A2T9tAAAA5ADZQGwA2UNuANlFbwDZR3QAAAH0ANlJdADZTfQAAAHnANlOaQDZUW8A2VJlANlUaQDZWW8A2VtpANldaQAAAfMAAAHnANlfYQDZYWEA2WNhAAAB5ADZZW4A2WdlANlpbwDZa24A2W3uAAAB4QDZcWMA2XNpANl1bwDZd20A2XkuANl7YQDZfW8A2X5hANmC5QDZjWkA2Y5pAAAB8wAAAecAAAHuANmRaQAAAeQA2ZNpANmVbgDZlmEA2ZplAAAB8wDZnW4A2aFuAAAB8wDZo+4A2af0AAAB5wAAAOQA2a/yANmzYQDZtWYAAAHyANm2bgAAAfMA2bl1ANm7YwDZvXQA2cJhANnEZQDZyWkA2ctuANnPbwDZ0XQA2dNvAAAA5ADZ1fIA2dduANnZdADZ2/QAAAHzANndYQDZ328AAAHkAAAB+QDZ4WUA2eNuANnlYQDZ5i0AAAGzANnvbADZ8WUA2fNnANn1XwDZ92EA2flpANn7bAAAAe8A2f1pANn/YQAAAe4A2gBtANoDbgDaBWwA2gdmANoJYgDaC2EAAAHpANoNbgDaD2UA2hFhAAAB8wDaE2kA2hVrAAAB6ADaF2UA2hlzANobbQDaHWYA2h5zANohdgAAAfkA2iNkANokYQDaJ2cA2ihhANor5QDaLXIA2i9lANoxYwDaM3IA2jRhANo3aQDaOWEA2jt4ANo9XwDaP18A2kNyANpFXwDaR3MAAAHzANpJZQAAAfMA2ktzANpNZADaT2EA2lFoANpTaQDaVXQA2ldwANpZawDaW3IA2l1vANpfYwDaYWEA2mNlANplcwDaZ3MAAAHnANppaQAAAfMA2mtpANpvZAAAAecA2nFzAAAB5ADac/IA2nRiANp2bADaeG8A2nt2AAAB5ADafW4A2n9hANqBaQDag20A2oVvAAAB5ADah2EA2olpANqKaADajHQA2o95AAAB5ADakGMA2pJwANqVdgDal3UA2plpANqbXwDanWkA2p9jANqhaQDaomMA2qZkAAAB9AAAAecA2qluANqrbwDarOUA2q9pANqzbgDatXYAAADkAAAB8wDat24A2rlpANq9dgDav2UAAAHlANrBaQDaw28A2sVfANrHbAAAAecAAAHuANrI5QDazWkAAADkANrP8gDa0W4A2tNlAAAB8wDa1WkA2tdfAAAB8wDa2XIA2t1lANreYwDa4XQAAAH0ANrn5QDa6GkAAAH5ANrrYQDa7W4AAAGuANruYQDa8WkA2vIuAAAB8wAAAecA2vV0ANr3ZQDa+XUAAAHkANr6aQAAAfkAAADkAAAB8wDa/W8AAAHkAAAB6wAAAe4A2v9pANsBdADbB24AAAHzAAAB+QAAAeUA2wlnANsLbgAAAfQAAAH0ANsNYQDbD2UA2xFoANsTbADbFXIA2xZhANsYZQAAAfMA2xthANscYQDbHmUA2yBpAAAB8wDbI2sA2yVoANsnZgDbKGIA2yppANstcAAAAfgA2y/5ANsxYQAAAfMA2zNrANs1bgDbN20AAADlANs5aQDbO18A2z1yANs/bADbQWwA20NsAAAB7QDbRWUA20ctANtJbwDbS24AAAHnANtNZQDbT/QA21FzAAAB8wAAAfMAAAHzANtTcgAAAe4A21VlAAAB5wDbV2wAAAHnANtZZwAAAeUAAAHnAAAB5QDbW2UA211vANtfdQAAAeYA22FhAAAB8wDbY3MA22XyANtp5QDba2kAAAHvANtvbgDbcWkA23NzANt1ZQDbd2kA23llAAAB5QDbe24A231z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AAAB8AERbS0BEW9zARFxYQERc3IAAAHwARF1aQAAAfMAAAHzARF3LQAAAfkAAAHlAAAB9AEReWUBEXtkARF9aQERf2EBEYFuAAAB5wERg28BEYVjARGHbQERiWUBEYtlARGNYwERj2QBEZFpARGTYQERlXkBEZdwARGZbAERm2QBEZ1uARGfbAERoWYBEaNlARGlZQERp2MBEaloARGrdAERrW4BEa9lARGxbgAAAeQAAAHkAAAB8gERs2kBEbVpAAAB4wERt2QAAAHnARG5LQAAAfMBEbvoARG/bwERwWUAAAHzARHDYQERxWkBEcd0ARHJbgERyjEBEc12AAAB5QERz28AAAHmARHRbgAAAeUAAAHsARHTXwER1WwBEddvARHZaQER23ABEd1mARHfbgER4W0BEeNfARHlbwER52QBEelpARHrbgER7WwBEe9pARHxaQER82QBEfVsARH3aQER+WkBEftpARH9cgAAAfMBEf9lARIBYwESA2cBEgV1AAAB5AESB28AAAHuARIJaQAAAecBEgtuARIMYgESD3QAAAHuARIRZgESE24BEhVpARIWbwESGXYBEhtpARIddgESH3YBEiFlARIjdAESJXUBEidyARIpZAESK3QBEi14ARIvcwESMW0BEjN0ARI1ZAAAAfIBEjkuARI7YwESPXkBEj9uARJBZwESQ3MBEkVzARJHbgAAAfMBEkllARJLdAESTXMBEk9fARJRaQESU2kBElVyARJXcgAAAeUAAAH5ARJZaQESW2kBEl1pARJfbAESYW4AAAHkARJjZAAAAfMAAAHjARJlZQESZ2QBEmnfARJvdgAAAeQBEnFlARJzZwESdWEBEndhARJ5ZAESezEBEn1uARJ/dAAAAe4BEoF0ARKDcgEShW8BEoduARKJYgESi3IAAAH5ARKNZQESj3QAAAHnARKRcgESk2MBEpVhARKXbwESmG8BEptyARKddQAAAfkBEp9lARKhYQESo28BEqVlARKnaQESqWEBEqtwAAAB8wAAAfgBEq1fAAAB4QESr2kAAAHnAAAB+QESsXQBErNwARK1dAESt24BErl0ARK7ZQAAAfgBEr10ARK/aQESwWkBEsNhAAAB+QAAAfkAAAHkARLFbgESx2kBEsllARLLbwESzWUAAAHzAAAB9AESz2cBEtHsARLTYQES1WwBEtdpARLZcgES23ABEt1wARLfdgES4ewAAAHlAAAB5QES42wBEuVlARLnbgES6XYBEutvARLtZAES72wAAAHwARLxbwAAAfkBEvNlAAAB5QES9WUBEvdhARL5ZwES+2EBEv1hARL/YQAAAeUBEwFfARMDZQETBW0BEwdhARMJbwETC3YBEw1mARMPcgETEXkBExNhAAAB8wETFXIAAAHsAAAB7AETF2wBExluARMbbwETHW8BEx9uARMhZQETI18BEyUtAAAB5QAAAe0BEydpARMpLQETK3MBEy1yARMvcAAAAecAAAHnAAAB6wETMS0BEzNpAAAB8wAAAeUBEzV0AAAB5QETN0UBEzl6ARM7bwAAAeIAAAHiARM9awETP2kAAAHlAAAB5QETQWgAAAHuAAAB7gETQ0QBE0VEARNHWQETSUwBE0tQAAAB9AETTU4BE09WARNRRQETU0YAAAHIARNVbgETV2UAAAHlARNZZgETW3QBE11lARNfcwETYWwBE2N0ARNlbgETZ0EBE2lQARNrRQETbVUBE29MARNxRQAAAfMBE3NjARN1XwAAAeQBE3d0AAAB8gETeWEBE3tvARN9bAETf2kAAAHsAROBYQETg2MBE4VJAROHLgETiUQBE4suARONTgETj1IBE5FHAROTVAETlV8BE5d0AROZRQAAAdgBE5tvAROdaQETn1QAAAHvAROhdwETo0IBE6VDAROnTwETqUEBE6tfAROtTwETr1ABE7FfARO3XwETuV8AAAHEARPBUwETw1IBE8VFARPHRQETyWYBE8tlARPNZQAAAdQBE89VARPRQgET01QBE9VTARPXUwAAAcIAAAHCAAAB8wAAAfQBE9luARPbaQET3XQBE99wARPhZQAAAcMAAAHJAAAB2AET43ABE+VpAAAB7wET52EBE+lpARPraQAAAeEAAAHPARPtcgET728BE/FBARPzawET9W4BE/d0ARP5dgET+2UBE/1sARP/ZAEUAWYBFANOARQFZgEUB24BFAl1ARQLbQEUDWMBFA9jARQRbwEUE2EBFBVuARQXbQAAAfIBFBllARQbbgEUHW4BFB9mARQhbQEUI2QBFCXnARQnXwEUKXUBFCtzARQtaQEUL3MBFDBtARQzbgEUNXQBFDdyARQ5cgEUOmkBFD1vARQ/ZgEUQWEBFENoARRFXwEUR2wBFEll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AAAB0wErTUUBK09NAStRaQErU28BK1VlAStXYQAAAdIBK1lWAStbSQErXVUAAAHYAStfXwErYV8BK2NSAStlRQAAAc4BK2d0AStpXwEra0QBK20uAAAB9AErb1MBK3FuAStzbwErdU8BK3dvASt5YQEre20BK31jASt/YwAAAfMBK4FvASuDcgErhW4BK4dhASuJXwEri2kBK41pASuPaAErkW4BK5NvASuVdAErl3QBK5lwASubaAErnWUBK59lASuhXwEro3UBK6VsASunbgErqXEBK6t0ASutZQErr2EAAAHuAAAB8wErsXUBK7N0ASu1bgErt2cBK7llASu7bgErvWkBK79qASvBbAAAAeUBK8NlASvFZAErx2MBK8lvASvLdAErzWEAAAHuAAAB7QErzy4BK9FsASvTYgEr1WkBK9dsASvZZQEr22UAAAHlASvdawEr32EBK+FtASvjbwEr5V8AAAHlASvnZQEr6W4BK+tuASvtbwEr728AAAHzASvxZQAAAfQBK/NyASv1bwEr924BK/lvASv7XwEr/XQBK/9uASwBbwEsA18BLAVyAAAB8wEsBmEBLAlsASwLdgEsDXIBLA95ASwRbwAAAfkBLBNpASwVYwAAAegAAAHoAAAB8wEsF2UBLBltASwbbAEsHWMBLB9pASwhdgEsI2EBLCVuASwnaQEsKWMBLCtvASwtYQEsL2kBLDFhASwzdQEsNWwBLDd0ASw5cgAAAfMBLDtvASw9XwEsP2UBLEFhASxDbgEsRWQBLEdhASxJdAEsS2IBLE1lASxPMQEsUWMAAAHzAAAB8wEsUy4BLFVyASxXYQEsWWkAAAHlASxbdAAAAfIBLF1oASxfaAEsYXUBLGNjASxlcgEsZ20BLGluAAAB8wEsa24BLG1yASxvbgAAAeUAAAHuASxxbwEsc2oBLHVpAAAB7gEsd2oBLHlqAAAB7gEse3MBLH1lASx/aQEsgWkAAAHyAAAB4wEsg3ABLIVjASyHcwEsiWIBLItfASyNZQEsj3ABLJFwASyTcgEslV8BLJdlASyZcAEsm2QAAAHkASydbgEsn18BLKFfASyjcwEspWUBLKdvASypdAEsq3YBLK1pASyvdQAAAfgBLLFfASyzcAEstV8BLLdyASy5ZQAAAe4BLLtvASy9dAEsv3IBLMFhASzDdAEsxWMBLMdpAAAB5QEsyS0AAAHlASzLLQEszWwBLM9pAAAB9AEs0WUBLNNhASzVXwEs12QBLNlpASzbbAEs3S4AAAH0ASzfLgEs4WUBLON0ASzlZAEs52EBLOlkASzrYwEs7WkBLO9sAAAB+QAAAeUBLPFlAAAB5QEs83MAAAHuAAAB9AAAAecBLPVwASz3YQEs+WMAAAHzASz7cwEs/W4BLP9lAS0BaQEtA2UBLQVyAS0HYgAAAeUBLQljAS0LYwEtDWEBLQ95AS0RLgEtE28BLRVfAS0XdAEtGWMBLRtkAS0dawEtH0gBLSFuAS0jZwEtJS4AAAHFAS0nUgEtKU8BLStnAS0tbgEtL18BLTFrAS0zRQEtNVIAAAHOAS03RAEtOVIBLTtPAS09XwEtP2kBLUFCAS1DSQEtRWcBLUdVAS1JaQEtS3UBLU1EAS1PZAEtUWkBLVNwAS1VYwEtV2UBLVlrAS1bbgEtXWEBLV9zAS1haAEtY24BLWVuAS1nYQEtaWEAAAHuAS1rZQEtbWUBLW9sAS1xZQEtc3MAAAHyAS11cgEtd3QBLXlfAS2BXwEtg3UBLYVlAS2HcgAAAewBLYltAAAB8wEti2MBLY11AS2PbgEtkWQBLZNrAS2VZQEtl2kBLZluAS2bXwEtnV8AAAHsAAAB6AEtn20BLaFzAS2jbAEtpWoBLadyAS2pbAAAAfMAAAHkAS2rYQEtrWMBLa9hAAAB7gEtsXQAAAHyAAAB5wAAAecAAAHuAAAB7gAAAfIAAAH5AS2zcgEttXQBLbduAS25aQEtu2UAAAH0AS297gEtv3MBLcFnAS3DcgEtxWkBLcdlAS3JZwEtyy4BLc1uAS3PbwEt0WgBLdNyAS3VbwAAAeUBLddjAS3ZZQEt22EBLd1yAS3fYwEt4WcBLeNvAS3lbgEt52IBLelyAS3rbQEt7W4BLe9sAAAB6AEt8XMBLfNfAS31aQEt918BLflrAS37dAEt/WUBLf9iAAAB+QEuAWwBLgNuAS4FMAEuB2UAAAGwAS4JYwAAAfMAAAHyAAAB+QAAAeUAAAHlAS4LdAEuDXQBLg9nAS4RaQAAAfMBLhNlAS4VZQEuF3QAAAHuAS4ZcwEuG2wBLh1zAS4fcwEuIW8BLiNfAS4lbgEuJ24AAAH0AS4pcgEuK2MBLi1pAS4vZAEuMV8BLjNlAS41cgEuN28BLjlyAAAB8gEuO3IBLj1lAS4/ZAEuQXABLkNyAS5F5QEuR18AAAHuAS5JaQEuS2UBLk1yAAAB7gEuT2QAAAH5AS5RcgEuU28BLlVfAS5XbgEuWWgBLlsuAS5dYgEuX2UBLmF0AAAB4wEuY2wBLmVsAS5naQEuaW4AAAHyAAAB7QEua2IBLm1pAS5vZQAAAeUBLnFnAS5zdAEudW4BLndhAS55XwEue3QBLn1pAS5/ZQEugW8BLoNhAS6FcgEuh28AAAHlAS6JYgEui28BLo11AS6PaQEukWQAAAHnAAAB8wEuk28BLpVhAS6XaAEumWgBLpt0AS6dZQAAAegBLp91AS6hdgEuo3gBLqV0AS6nZQAAAeUBLqlfAS6rXwAAAfMBLq1nAS6vVAEusUQBLrN0AS61ZgEut2kAAAHlAS65UgEuu18BLr1JAS6/TwEuwU8BLsNSAS7FbwEux1UAAAHSAS7JZQEuy0YBLs10AS7PcgEu0UUBLtNlAS7VbgAAAewBLtdlAS7ZcwEu22UBLt1hAAAB7AEu32UBLuFhAS7jZQAAAecBLuVuAS7nbQEu6XIBLutyAS7tZQEu72MBLvFzAS7zZQEu9WkBLvZkAS74cAEu/HIBLv9zAS8BZQEvA2UBLwVyAS8HbgEvCWUBLwtpAS8NbQAAAfQBLw9lAAAB5QEvEWMBLxN0AS8VdAEvF2wBLxlsAS8baQAAAegBLx1fAS8fZQEvIV8BLyNlAS8lZwEvJ2sBLylrAS8rZQEvLXQBLy9fAS8xXwAAAeQBLzNkAS81XwEvN3kBLzl1AS87ZwEvPW4BLz9fAAAB8wEvQWcBL0NmAS9FbgEvR18BL0l0AS9LZAEvTWUAAAHzAS9PcgEvUWkAAAH5AS9TdAEvVW4BL1dmAS9ZbAAAAfMAAAHlAAAB5AEvW18BL11pAS9faQAAAeYBL2FpAAAB5QEvY2UBL2XyAS9nbAAAAeUBL2l0AS9rLQAAAfMBL21lAAAB5QEvb28AAAHzAS9xbAAAAeQBL3NjAAAB8wEvdW8BL3dlAS95bwEve28AAAHuAS99aAAAAeUAAAHnAS9/aQEvgXIBL4NuAS+FaQEvh2QBL4lyAS+LbwEvjW8BL49vAS+RbwEvk24BL5VlAS+XcgEvmW8BL5tfAS+dcgEvn28BL6FyAS+jXwEvpWkBL6dvAS+pbwEvq3IAAAGzAS+tbwEvr3gBL7FsAS+zbgEvtWkBL7dpAS+5aQEvu3QBL71nAS+/dQAAAfIAAAHzAS/BZQEvw2EBL8VkAS/HbAEvyWEBL8tpAAAB8gAAAfMBL81uAS/PdAEv0WEBL9N1AS/VbAEv13IBL9lmAS/bdAEv3V8BL99qAS/hcwEv42EBL+VhAS/nbwEv6XIBL+tyAS/tZQAAAfQBL+9pAS/xbgEv80YBL/VhAS/3ZQEv+UkAAAHFAS/7bwEv/WkAAAHmAS//UgEwAVAAAAHSATADTwAAAdQBMAVPATAHbgEwCUkBMAt0ATANRgEwD2kBMBFjATATXwEwF18BMBtlATAdcwAAAfMAAAHuAAAB7AAAAeQBMB9uATAhZgEwI2QAAAHlATAlbgEwJ24AAAHyATApawEwK2EAAAHmATAtbwEwL2kBMDBsATAzbwEwNWEBMDdlATA5eAEwO24BMD1uATA/YQEwQW4BMENlATBFZQEwR24AAAH0AAAB+QAAAfMBMElpATBLaQEwTWwBME9vATBRYwEwU2kBMFVyATBXZQEwWWEBMFtlATBdcwEwX2UBMGFzATBjYQEwZV8BMGthATBtbQEwb20BMHF1ATBzawEwdXUBMHdlATB5aQAAAfMBMHtmATB9aQAAAeUBMH9wATCBaQEwg2EBMIVvATCHZgEwiWkAAAHlATCLcAEwjW8AAAHmAAAB5gAAAfIAAAHzAAAB5QAAAfMAAAGxAAAB8wEwj3IAAAH5ATCRdAAAAe4BMJNzAAAB7gAAAe4BMJVlATCXcAEwmWkBMJthAAAB8gEwnWkBMJ90ATChcAAAAfQBMKNvATClcAEwp2MBMKluATCrbwEwrW8BMK9mATCxbwEws24BMLVyATC3cAAAAfIBMLlvAAAB9AEwu28BML1uAAAB+gEwv2UBMMFkATDDbwEwxXQBMMd0AAAB5QEwyV8BMMtpATDNdAEwz3IBMNFlATDTbAEw1XABMNdvAAAB8wEw2WkBMNtsATDdcgAAAeUBMN9lATDhZgEw42kBMOV2ATDnZQAAAeUBMOliATDrYgAAAfIAAAHzATDtYwEw73IBMPFvAAAB9AEw80wBMPV0ATD3dAEw+U8BMPtvATD9ZwEw/0kBMQFSAAAB1AExA08AAAHzATEFTAExB18BMQlJATELegExDWUBMQ5EATERRQExEmQBMRVlAAAB8gAAAfMBMRdkATEZbAExG2wBMR1hATEfYQExIV8BMSNnATElbgExJ3MBMSlhATErbwExLW4BMS9lATExYwExM2MBMTVhAAAB7AExN3QAAAHzATE5bgAAAfQAAAHiAAAB4gAAAfkBMTtiATE9dAExP24BMUEuATFDXwExRWcBMUdfAAAB9AExSWQBMUt5ATFNdAExTmEBMVBmATFTbAExVXQBMVdiATFZZQExW20BMV1fATFfbgExYXQBMWNnATFlbAExZ28BMWl0ATFrYQExbWIBMW9vATFxaQExc2cBMXVhAAAB7gExd2kBMXlvATF7LgExfWEAAAH0ATF/cAExgXIAAAHyAAAB+QExg2UAAAH0ATGFZQExh3kBMYljATGLZwAAAfQBMY1pATGPbwAAAfMBMZFpATGTcgAAAfQBMZVvAAABswExly4BMZllAAAB7gAAAeUAAAHlATGbYQExnWwBMZ9fATGhLgExo24BMaVfAAAB6QAAAe4BMadvAAAB8wExqWMBMatfATGtaQExr3oBMbFhATGzYwExtWwBMbdsATG5ZQExu3MAAAHuATG9QQExv3QBMcFfATHDTgExxWwBMcdfATHJRAExy0UAAAHUAAABxAExzXAAAAHYATHPZQAAAfMBMdFFATHTWAEx1WUBMdd4ATHZbAEx22EBMd1lAAAB7AAAAewBMd9vAAAB5QAAAfMBMeF0ATHjdAEx5WwBMedkATHpZAEx62UBMe1lAAAB7AAAAfMBMe90ATHxagAAAfMBMfNjATH1YgEx92MBMfllATH7ZAEx/V8BMgFuATIDdAEyBXIBMgd1ATIJaQEyC3QBMg1vATIPbgEyEWUBMhNhATIVZAEyF18BMhlfATIbYQEyHW4AAAHzATIfYgEyIWwBMiNsATIlZwEyJ18BMil0ATIrZQEyLXIBMi9qATIxZAAAAfQBMjNpATI1cgEyN3IBMjlfAAAB+QEyO3IBMj1sAAAB9AEyP2QBMkFlAAAB9AEyQ2UAAAHkATJFcgAAAeQBMkdwATJJeAEyS2MBMk1zATJPbgEyUWUBMlNwAAAB+AEyVWUBMldyAAAB9AEyWWUBMltlAAAB8wEyXWkBMl9HATJhcgEyY2MAAAHTATJlXwEyZ3YAAAHFATJpRgEya2sAAAHyATJtQgEyb1QBMnFiATJzdAEydWUBMnfnATJ5XwAAAfABMntyATJ9ZgEyf18BMoFlATKDXwEyhXAAAAHzAAAB8wEyh2UBMolsATKLYQEyjW8BMo9fATKRZQEykmEBMpVsATKXdAEymXIBMptnATKdbgEyn24BMqFyAAAB7AAAAfQBMqNuATKlcgEyp2UBMqljATKrZgEyrWcAAAHzATKvbAAAAeUBMrFfATKzXwEytXYAAAHoAAAB8wEyt2kBMrlzATK7ZQEyvWUBMr90ATLBdAEyw20BMsVhATLHZQAAAeUBMslmATLLeAAAAecBMs1rAAAB+gAAAfkBMs9vAAAB8wEy0S0BMtNyAAAB8gEy1WkBMtdTATLZcwEy228AAAHTATLdaQEy328BMuF2ATLjYQEy5UkBMudnATLpVQEy60UBMu11ATLvZQAAAfIBMvFfATLzYQEy9WkBMvdvATL5dQEy++4BMv1tATL/dAEzAWMBMwN1AAAB9AEzBW4BMwd2ATMJZgEzC3IBMw1pATMPYQEzEWkBMxN1ATMVYwEzF2sBMxlpATMbdAEzHWcBMx9yATMhbwEzI2kAAAHzAAAB5QEzJXYBMyd2ATMpYQEzK2UBMy1vATMv8gAAAfMAAAH5AAAB+QEzMWEAAAHtAAAB8wEzM2kAAAHlATM1ZwEzN3UBMzljATM7ZQEzPWEBMz9IATNBaAEzQ24BM0ViATNHbgEzSWEBM0tyAAAB2AEzTWMAAAHHATNPTgAAAecBM1FuATNTaQEzVWMBM1diATNZcgEzW3IBM11fATNhYQEzY2kBM2V0ATNnZAEzaWYBM2tlATNtaQEzb2cBM3FuAAAB+AEzc2IBM3VtATN3dAEzeV8BM3tiAAAB8wEzfXUBM39zATOBbgEzg2wBM4VhATOHYQEziXIAAAHzAAAB7gAAAfMBM4tuAAAB+AEzjWMBM49yATORaAEzk2YBM5ViATOXQQEzmWEBM5tfATOddQEzn2YBM6FyATOjaQEzpW8BM6dTATOpcwEzq24BM61jATOvdQAAAe0BM7FiATOyaAEztXMBM7d0ATO5bwAAAfMAAAHlATO7aQEzvXIBM79uATPBdQEzw2sBM8V1ATPHZQEzyWkBM8thATPNdQEzz20BM9FjATPTZgAAAeUBM9VyATPXcgEz2WkBM9tpATPdbwEz32MBM+FhATPjaQEz5WwBM+cxATPpMQEz62YBM+10ATPvaQEz8WkBM/NhATP1bgEz90kBM/lpATP7dAEz/WUBM/90AAAB5wE0AXcBNANsATQFZQAAAe4BNAdnATQJcwE0C2UBNA1tATQPXwE0EXQBNBNuATQVbwE0F3IBNBl0ATQbZQE0HW8BNB9pATQhaQE0I2kBNCVhATQnZgE0KW4BNCtlATQtcgAAAfgBNC9lATQxSQE0M2kBNDVpAAAB5QE0N2cBNDlhATQ7YgE0PWYBND9WATRBdgE0Q2UBNEVzATRHaQE0SWEBNEtvATRNcgE0T18BNFFpAAAB8wE0U2UBNFVhAAAB5QE0V3QBNFluATRbZwAAAeUBNF1uATRfcgE0YWcBNGNhATRlYQE0Z2IBNGllATRrZgAAAfMBNG1hAAAB8wE0b24BNHFuATRzbAE0dXQBNHdiATR5bAE0e2kAAAHFAAAB5QE0fXIBNH9zATSBbwE0g2UAAAH3ATSFaQE0h2YBNIlvATSLbgE0jXIAAAHzATSPXwE0kXUBNJN0ATSVZQE0l3QBNJliATSbYgE0nWwBNJ9zATShaQE0o2MBNKVXATSndwAAAeUBNKlvATSrbAAAAeUBNK1nATSvbgE0sW8BNLNuATS18wE0t2EBNLlpATS7bgAAAfQBNL1nATS/YQE0wW0AAAHzATTDXwE0xW8BNMdsATTJbAAAAeUAAAH0ATTLZwE0zXQBNM9hATTRYQE0028AAAHlATTVXwE012EAAAHyATTZXwE0218AAAHsATTdbAE0318BNOF1ATTjdAE05WUBNOdwATTpbwAAAeUAAAHlATTrXwE07WUBNO9uATTxbgE082wBNPV2AAAB7AE093QBNPlpAAAB5QE0+2YBNP1tATT/dAE1AW4BNQNyATUFbAE1B3YBNQlyAAAB9AAAAfQBNQtfATUNYQE1D2UBNRFtATUTaQE1FWUBNRdyATUZdAE1G2UBNR1fATUfYQE1IS0BNSN2ATUlcgE1J3MBNSlwATUrbAE1LW4BNS9pAAAB8wE1MWYBNTN2ATU1cgE1N3MBNTlhATU7aQE1PXQAAAHsAAAB5QAAAfQBNT9iATVBaQE1Q2EBNUVpATVHZQE1SXIBNUthATVNXwE1T3UAAAH4ATVRcgE1U2EAAAH0ATVVaQE1V2IBNVl1ATVbdAE1XWkBNV9iATVhYQE1Y2wBNWV0ATVnZQE1aWEBNWtsATVtYgAAAeUBNW9pAAAB8wE1cWIAAAHlATVzbAAAAewBNXVsAAAB5QAAAeU="; \ No newline at end of file +var trie_data="AAADHgAAbEEAAJ5CAAC4QwAA9kQAATxFAAFqRgABkEcAAcpIAAHiSQACCkoAAh5LAAIuTAACTE0AAmpOAAKGTwACsFAAAuZRAALwUgADFlMAA0xUAANqVQADilYAA6BXAAPEWAAD2FkAA+BaAAPu3wAEDmEABEBiAARaYwAEkmQABMRlAATwZgAFIGcABUxoAAVoaQAFlmoABaprAAW8bAAF3m0ABgRuAAYkbwAGSnAABnZxAAaGcgAGqnMABtx0AAcCdQAHHnYABzx3AAdgeAAHjHkAB5d6AAeoLgAHqkEAB6xCAAeuQwAHsEkAB7JQAAe2UQAHuFIAB7xTAAfCVgAHxmEAB8hiAAfMYwAH0GQAB9hrAAfabAAH5G0AB+ZuAAfqcAAH8nIACAJzAAgIdAAIDHUACBR2AAgXegAIGEEACCBPAAgkUwAIJlUACCphAAg0ZQAIPGkACEZsAAhIbwAITHIACFJ1AAhceQAIX3oACGAtAAhmMgAIaDYACGrDAAh2RAAIeEYACHrJAAh8TAAIhk0ACIpPAAiOUAAIklIACJRTAAiYVQAIoFcACKJYAAikWQAIpl8ACKhhAAi0YwAItmUACLpmAAi8aAAIxGkACMpsAAjQbwAI5HAACOZyAAjsdAAI7nUACPV5AAj4LQAAAK4ACPpCAAj8wwAJAkUACQhGAAkMSQAJEEwACRJNAAkUTgAJGE8ACRpQAAkcUgAJHlMACSJVAAkkVwAJJlgACShZAAkqXwAJLmEACTJiAAk2YwAJOmQACTxlAAlMZgAJTmkACVZsAAlabwAJZnAACWxyAAlucwAJcHUACXR2AAl2dwAJeXkACXouAAl8QwAJfkYAAADIAAmATAAJgk8ACYRSAAmGUwAJiFgACYphAAmOYwAJkmQACZRmAAmWbAAJmm0ACaRuAAmycAAJtHEACbZyAAm4cwAJunUACbx2AAm/eAAAALUACco5AAnMQQAJzsMACdBGAAnSSAAJ1E8ACdhQAAAA0wAJ2lUACdxfAAneYQAJ6GUACfJpAAn8bAAKAG8ACgpyAAAA8wAKEXUAChQ5AAoWQQAKGEMAChxEAAogRQAKJEgACiZJAAowSgAKMswACjZNAAo4TgAKPE8ACj5QAApCUgAKRFMACkxUAApQVQAKVFYAClZhAApYYwAKWmUACmJmAApkaQAKaGwACmxuAApwbwAKdHIACnx0AAqBdQAKgi4ACoRBAAqGRAAAAMwACohPAAqK0AAKjFQACo5hAAqSZQAKmGkACp5vAAqndQAKqC4ACqoxAAqsQgAKrkMACrJEAAq4RwAKuk4ACsRPAAAA0AAKxtIACspTAArOYwAK0GQACtRmAArYZwAK2m0ACt5uAArycgAK9HMACvl0AAr8QQALAEQACwJOAAsEUwALBlUACwhhAAsOZQALEm8ACxRzAAsXdQALGkQACxxFAAseYwALIGUACyppAAsubgALMG8ACzdzAAs4QQALOkMACzzEAAtCSQALRkwAC0hOAAtKUwALTFQAC1BYAAtSYQALVGMAC1blAAtiaQALcm8AC391AAuAQQALhEMAC4jEAAuKRQALjEkAC5JLAAuUTwALllAAC5pTAAum1AALqGEAC7plAAvGaQAL0G8AC9l1AAvcLgAL3kEAC+REAAvmTAAAAM0AC+hPAAvsVQAL7lYAC/ZhAAv+ZQAMDmkADBJvAAwcdQAMH3YAAACyAAAAswAMIEIADCJEAAwkRgAMJk8ADChQAAwq0wAMMlQADDZVAAw4YgAMPmMAAADkAAxCZgAMROcADEZsAAxIbQAMSnAADFByAAxYdQAMW3YADFxBAAxkQwAMZkQADGhFAAxqRwAMbEkADG5LAAxyTAAMdE4ADHZPAAx6UAAMfNIADIBTAAyCVAAMhlUADIhZAAyKYQAMmmMADJxlAAykaAAMpmkADK5rAAywbAAMtm8ADMRyAAzKdQAM03kADN5FAAzgTQAM4lQADOb0AAzvdQAM9EEADPbDAAz4RQAM/EgADP5JAA0ATAANAk8ADQRQAA0GUwANCFQADQxVAAAA2AANEGEADRRlAA0yaQANNG8ADTxwAA0+dQANRXgADUZDAA1KRAANTkYADVBIAA1USQANWEsADVpPAA1gUAANZFEADWZSAA1oUwANalQADWxVAA1wYQANdGMADXzlAA2KaAANkGkADZxrAA2ebAANom4ADaRvAA2ucAANtnQADcB1AA3KdwANzXkADdJBAA3YQwAAAMkADdpPAA3cVAAN3lkADeBhAA3qZQAN9mgADf5pAA4EbwAODnIADhh1AA4edwAOIXkADiJCAA4kQwAOJkQADihGAAAAyQAOKk0ADixOAA4uUgAOMFMADjRUAAAA2AAONmIADjhuAA5GcAAOTHMADlN4AA5UwQAOWkMADlxJAA5eTQAOYFMADmJVAA5kYQAOaGUADm5pAA54bwAOfXUAAACyAAAAswAAALQADn5BAA6CSAAOhEkADohPAA6KYQAOkmUADpxmAA6eaAAOoGkAAADsAA6qbgAOrG8ADq5wAA6wcgAOtXgADrYuAA68QwAOwEQADsJNAA7EYQAOyGMADsplAAAA6QAOzG8ADs90AA7QQQAO1GUADtZpAA7ZbwAO2skADtxMAA7eUwAO4GUADuLpAA7mbAAO6XIADupGAA7sRwAO7kwADvJfAA76YQAO/GMADv5kAA8AZgAPAmcADwRoAA8GbAAPCnAADwxzAA8SdAAPFHUADxl2AA8cLQAPHi4ADyIxAA8kYQAPKOIADzRjAA8+5AAPTmYAD1JnAA9WaQAPXGsAD2BsAA9ubQAPem4AAADvAA+GcAAPknEAD5RyAA+scwAPwHQAD8R1AA/MdgAP1HcAD9p4AA/degAP3l8AD/BhABAEZAAQBmUAEBZpABAibAAQKG0AECpvABA+cgAQRnMAEEp1ABBeeQAQYXoAEGQtABBwLgAQcjEAEHiyABB+NgAQgDgAEII5ABCEXwAQkmEAEKrjABC+5AAQwmUAEMpmABDOZwAQ0GgAENrpABDkagAQ5mwAEPBtABD4bwARFPAAERryABEm8wARLHQAETJ1ABFAdwARRngAEUl5ABFOLQAAAK4AAACxAAAAsgAAALMAEVBfABFe4QARbGIAEXDjABF2ZAAReuUAEZhmABGcaQARrOwAEbhtABG8bgARwm8AEdpwABHi8gAR7nMAEfh1ABIEdgASBncAEgh4ABILeQASDi4AEhIyABIUQgASFmEAEhpiABIcYwASJGQAEihmAAAA6AASLmkAEjDsABI27QASRu4AEmJvABJkcAASanEAEmxyABJw8wASeHQAEnp1ABJ8dgASg3gAEpAtABKSLgASlDIAAAC1ABKWOQASmlAAEpxfABKeYQASsuMAErRkABK2ZQASxGYAEspoABLOaQAS3mwAEuptABLsbgAS7m8AEvxwABMC8gATDPMAExB0ABMWdQATH3cAEyAtABMiOQATJGEAEy5iABMw4wATNmQAEz5lABNKZgATTmgAE1BpABNgagATYuwAE3RtABN4bgATfG8AE4pwABOOcgATmPMAE550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ACCLdAAgjE4AII5hAAAA4wAgkWkAIJN0ACCZZQAgmi0AIJxDACCeRwAgoVQAAAHIAAABwgAgo1AAAAHJACClwwAgpkMAIKlHACCrQQAAAccAIKxTACCvVAAgscMAILJFACC1SQAAAbEAILZIAAAB2AAguUIAILtUACC8YwAgwmcAIMRrACDGbgAgynAAIMxyACDScwAg13QAINthACDcYwAg3mUAIOBvACDjcgAg628AIOxjACDu8AAg8HMAIPN0ACD55wAg/mEAIQZlACEJdQAhCmkAIQxsACEQbwAhEvIAIRRzACEYdAAhG3cAIRxlACEqaQAhMe8AIUBsACFCcgAhRHMAIUd0ACFIQwAhSk0AIUxQACFOXwAhUGIAIVN0ACFVTQAhV2EAIVhCACFbXwAhXC4AAAC0ACFetQAAAbYAIWBhACFkZQAhZ2kAAAHNAAABwwAhakEAIW1TACFvRQAhcVMAIXM3ACF1TwAAAc0AAAHTACF2wwAheVQAIXpOACF9UwAhfmQAIYFuACGELQAhhmEAIYpjACGOZAAhkGYAIZJpACGUbAAhnG0AIaBuACGkcAAhqHEAIapzACGudAAhsnYAIbV3ACG3egAAANQAIbhjACG6bwAhvXUAIb9hACHAbAAhwm4AIclzACHLRAAhzEEAIc9vAAAAywAh0cwAIdNUACHULQAh10EAIdhHACHfTQAh4UkAIeJNACHkTgAh51UAIehBACHrRAAAAcwAIe1UACHvSAAAAcwAIfBGACHzUAAh9G0AIfluACH6YQAh/mUAIgBpACIFcgAiBmEAIghjACIObAAiEHAAIhRxACIWcgAiGfQAIh5hACIiZQAiJWkAIiZkACIoZwAiKmwAIixtACIwbgAiM3IAIjVpACI2YQAiOW8AIjthACI8ZgAiPmwAIkRtACJGcgAiSXUAIkxhACJOZQAiUGwAIlNvACJUYQAiXm8AImJyACJodQAia3kAImxiACJ0aQAidm0AInjuACJ7cAAif2kAIoBtACKCbgAih3MAIoxHACKO0AAikVIAAAHQACKTSwAAAcYAIpVQACKW4gAimmcAIpxpACKeawAioXIAIqJnACKkbAAipm0AIqhyACKscwAisXgAIrJpACK0bwAitnIAIrl1ACK6bAAivG0AIr96ACLAZAAiwmcAIsRvACLGdQAAAfgAIshh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ACfudAAn8/YAJ/psACf9bwAn/uEAKAJjACgEZAAoBmYAKAhnACgO8gAoHHMAKCd2ACgqYQAoLGMAKC5mACgw7AAoNm8AKDtzAAAA5AAAAecAKDxkAAAA5gAAAfMAKD5fAChCYQAoROMAKFBlAChSbQAAAO4AKFRwAChW8wAoWPQAKFp1AChcdwAoX3gAKGBkAChiawAoZHIAKGd5AChoYQAobmkAAADtAChwbwAocnUAKHX5ACh4UAAoeuwAKHxvACh+cAAogXQAKILiACiEYwAohmwAKIhtACiMcAAoj3IAKJFzACiTYQAolXYAKJZsACibbgAAAOMAAAHnAAAB6wAon28AKKByACijcwAoqW8AKKpoACisbAAorm8AAAHzACiwZwAos2kAKLRmACi6aQAAAewAKL1nACi+YgAowOUAKMdpACjIYQAozGIAKNBjACjSZQAo1GkAKNhwACjecwAo4XUAKOItACjkYQAo5mMAKOxkACj2ZQAo+GYAKPpnACj+aAApAGoAKQJsACkGcwApCPQAKRR1ACkX9gAAAewAKSBvACkicgApJXUAKSd1ACkq4QApLXIAKS5jACkwcAApNHMAKTn0ACk/YwApQXIAKUJhAClGZQApS28AKUxhAClQYwApVOUAKWBoACliaQApaHAAKXN0ACl5cwApe2UAKX0wAAAAsAAAAbUAKYFJACmDbAAphGMAKYppACmObAApkm0AKZRuAAAA8QApmHMAKZz0ACmedgApoXoAKaNfACmlawAppmEAKapiACmsZAAprmUAKbJtACm0cgApt3QAKbgtACm6bAApvW4AKb5lAAAB8wApwGMAKcJlACnEZwApxmwAKcxuACnUcgAAAPQAKdt4ACniYQAp8GUAKfRpACn2bwAp+nUAAAH5AAAB9AAp/28AKgBjACoCbAAqCG4AKgrvACoUcgAqJnMAKit1ACouZwAqMGkAKjNyACo0YQAqOmUAKkJpACpIbwAqUXUAKlIuACpjdAAqZDMAKmZhACppeAAqamwAKm7uACpycwAqd3QAKnl1ACp7aQAAAbUAKnxpACp+bQAqgnIAAADzACqFdAAqh3kAKojjACqKbwAqjXIAKo7iAAAA4wAqmGkAKptrACqcYQAqnmQAKqDlACqi7gAqsnIAKrl0ACq8bQAqv28AKsEtACrCXwAAAOQAKsTmACrGbQAqyG4AKsrvACrQ8gAq2/QAAAHzACrgYgAq4mUAKuRmACrmaQAAAO0AKupvACrucAAq8HUAKvV2ACr2YQAq+e8AKvxvACr/9QArEGEAKxJiACsUZAArFmkAKxhsACsabwArH3YAKyBnACsjbAArJGEAKy5lACs0aQArNm8AKztwACs8YwArPmUAK0F0ACtGZQArSGgAK0vrACtWYQArWmUAK1zpACthbQArY2YAK2UyACtndAAraGMAK2ppACtsbAArcG4AK3RwACt2cgArfnMAK4R0ACuHdgAriWYAK4phACuQZAArkmwAK5p1ACud+AAroWkAK6JjACukZAArqGUAK6pnACusbgArsXMAK7JsACu2bQAruG4AK7pvACu8cAArwHIAK8JzACvE9AArx3UAAADjAAAB8AArym0AK8xzACvPdAAr0G0AK9RuACvZcgAr23AAAACuAAAB5QAr3zgAK+AtACvjOAAr5TgAK+c4AAABxQAAAdMAAAHIACvpNgAAAe0AAADjACvq5QAr7uwAK/BuACvybwAr9HAAK/f1ACv45QAr/mkAAADsACwAbgAAAfMALAItACwEXwAsCGMALApuACwMbwAAAPMALA91ACwQbgAAAfQAAAHyACwTbAAsFGEALBZnACwYbQAsHXAALCYtACwsYgAsLmMALDZkACw6ZQAsQGYAAADnACxIaAAsSukALFJqACxUbAAsVm4ALFhvACxacAAsXnMALGj0ACxz9gAsei0ALH3zAAAA4wAsfmUALIBpACyCbwAshHIALIdzACyIXwAAAOEAAADoAAAA7gAslO8ALJhzACydeQAsnmEALKBlACylcwAsqG4AAADyACytdgAsrmcALLFpAAAB6wAssm4ALLV0AAAB6QAstuIALLlpACy7YQAsvW8ALL5kACzAZwAswmwALMRuACzJcwAAAe0AAAGyACzLbwAszWUALM5lACzQaQAs0nAALNRyACzX+QAs4GwALOJuACzkbwAAAPQALOd3ACzpbwAs7mIALPBsACzycgAs9XQAAAHoACz3YQAAAbMALPhiACz6YwAs/GkALP5tAC0AbgAtBHIALQZzAC0IdAAtCnUALQ35AAAAsAAAAOEAAADjAC0QaAAtEm0ALRVvAC0WLgAtJDYALSZfAC0o4wAAAOQALStmAC0sYQAAAOQALTRl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ADNebQAzYXQAM2ItAAAAtAAzZGEAM3hlADN8aQAzgGwAM4NvADOIZAAzimcAM5RsADOYbQAznm4AM6ByADOicwAzpHQAM6l6ADOqZQAzr2kAM7BhADO0aQAzuW8AM7thADO+YQAzwmQAM8VpADPILQAzymIAM8xmADPObAAz1m0AM9huADPabwAz3HAAM95yADPgdQAz5XYAM+ZhADPsZAAz8GUAM/ZpADP4bAAz+m4AM/xvADQAcgA0A3UANATsADQJdQA0CuMANBd0ADQYZQA0G2gANBxhADQs5AA0OmUANEBpADRC7AA0RG8ANEzyADRYdQA0X3kANGBiADR4YwA0fGQANH5mADSAZwA0gmkANIZtADSI7gA0jHAANJFyAAAB7gA0lF8ANJZhADSdaQA0oG0ANKRuADSpcwAAAewANLLiADS6YwA0vOcANMZpADTKawA0zGwANM5tADTQbgA00vAANNTyADTacwA03XUANN5sAAAB8AA04GEANORjADTmZAA06GcANOpsADTs7QA07u4ANPLyADT4cwA0/HQANP94AAAB9AA1AmUANQZpADUKbwA1DnIANRN1ADUWLQA1GmEANRxmADUebAA1IG0ANSRuADUmcAA1KHQANSt6ADUtLQAAAfAANTBfADU2ZAA1OmcANTxrADU+bAA1Qm0ANURvADVG8AA1THQANU51AAAB+AAAAe0ANVJhADVeZQA1YmkANWxvADVzdQA1eV8AAADmAAAB+QA1em4ANX5yADWFdAA1hk8ANYlvADWKZQA1jGkANY9vAAAB9AA1k3AANZlsADWacwA1nXUANZ5oADWgaQA1o2wAAAHwADWlagA1pl8ANajjAAAB5AA1quEANa1pADWuYQA1uGIANbpjADW+ZAA1wmUANcZmADXKaQA12GsANdptADXcbgA14G8ANehwADXucQA18HIANfJzADX6dAA1/HUANf53ADYDegA2BC0ANgZjADYIZAA2CmcANgxsADYOcAA2EXMANhPsADYW4QAAAOIANiJlAAAA7wAAAPIANin1ADYqZgA2MGgANjNpADY1aQA2N3gANjkuADY9NAA2Pl8AAADpADZA7AA2Sm4ANkxwADZP8gA2WHIANlrzADZfeAA2YGMANmJpADZkagAAAOwANmZuADZscgAAAfoANnVlADZ2YQA2eGMANnxkADZ+ZQAAAO0ANoBvADaCcgA2hXMANohRADaLcQAAAeMANo1hADaOLQAAAOMANpBpADaSbAA2lXIANpYtADaYMgA2ml8ANpxjADafZQA2oWEANqNsADalcgA2pzIAAADmADaoaQA2qmwANq5uADawcgA2tnMANrx0ADa/eQA2w2gANsRhADbI4gA2zmUANtBpADbSbAA21HIANthzADbadgA23XgANt9vADbgaQA25W8ANuZkADbsZgA27msANvBsADb0bgA3APAANwJzADcFdAA3B3IANwlvADcKZgA3DO4ANw5yADcXdQA3GWUANxphAAAA4wA3HmUANyBpADcjbwA3JXcANyYtADcrdwA3LXAANy6wADcwbwA3M/kAAAG0ADc1tgA3OG0ANzt2ADc8MQA3Pm8AN0F1ADdDZwA3RG4AN0d4ADdJZQAAAegAN0otADdMbAA3T24AN1FiAAAAwwAAAeMAN1PsAAAB9QA3VXIAN1ZjADdYbAA3W3cAN1xhADdfZQA3YWwAN2ItADdmZQAAAewAN2hmADdqaAA3bXgAN3BjADdyagA3dG0AN3dzADd4YQA3e2wAN39lAAAB7AA3gXUAN4N5ADeFdAA3hmEAN4lyAAAA5wAAAO0AN4vwADeNaQA3j24AN5FwADeTeQA3lHQAN5l5ADebQwA3nVMAAAHzADefTQA3oUgAN6NDADenTgA3qUkAN6tjADetcgA3rm8AN7F0ADezZQA3uGkAAAHzADe8aQA3wHIAAAHzADfDaQA3xWEAN8dhAAAA7gA3yXIAN8tvADfNYQA3z28AN9FoADfTZQA31WUAN9ZOADfZcgA3204AN9xjADffcgA34WEAN+JTADfkVgA352wAN+tpADftdgA372kAN/HoADfzdQA39XUAN/d0ADf5YQA3+2UAN/xlADf+aQA4AXUAOANlADgFZQA4BmUAOAlyADgLawA4DWEAOA91ADgR7wA4HWkAOB9yADghSwA4I0UAOCVTAAAB8wA4J0wAOClrADgteAA4LuUAAADoADgxaQA4M2UAODVpADg3YQAAAewAODl0ADg7aQA4PGEAOD9kADhBbgA4Q2MAOEVjAAAA6wA4RmwAOElzADhLZQA4TWEAOE9kADhRawA4U2IAOFVnADhXZgA4WWYAOFtsADhfZQA4YXAAOGNhADhlaQA4Z3QAOGkw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ALJgcwCyZHQAsmZ3ALJpegCya3IAAADkALJtaQCyb2EAsnFfALJ1XwAAAfAAsnZfALJ4aQAAAfMAsntkALJ9ZQAAAfQAsn90ALKAaQAAAfMAAAHvAAAB8wCyg28AsoVlALKHbwCyiWEAAAHlAAAB8ACyi3kAso1iALKPMwCykW4AspMtALKVbgCyl28AsplwAAAB9ACym24Asp0tALKfbwCyoWUAsqMtAAAB5ACypS0AsqdhALKpYQCyqzYAAAHkAAAB5wAAAekAsq1sAAAB7ACyr3IAsrF0ALKzcACytWkAsrblALK4aQCyvW8AAAHkALK/dAAAAfAAssFyAAAB7ACywnMAssV6ALLIXwCyymEAAAHzAAAB6wCyzXQAss9vAAAB5ACy0W4AstJzALLXegCy22UAst1hALLeLQCy4V8AsuNoALLlaQCy52kAsuktALLvcgAAAeUAsvFlALLz5QAAAfIAsvVlALL2LgAAALAAAACxALL4XwAAAPMAsv90AAAA8ACzAfkAswVnALMHYQCzCWQAsxFlALMTZQCzFWkAsxdjAAAB9AAAAeMAsxjlALMlaQAAAecAAAHzAAAB5wAAAewAsydlAAAB4QCzKWEAsyt0ALMtaQCzL2YAszFhALMzZQCzNXQAAAHnALM37ACzOmkAsz1sAAAB5wCzP3IAAAHnALNAZACzQmYAs0ZoALNJdQCzSmwAAAHzALNNYQCzT28As1FhAAAB4gCzU2EAs1XuALNXYgCzWW8As1tlALNdYQAAAecAAAHzAAABtwCzX24As2FjALNjYQCzZW8As2diALNpcgCza3QAs230ALNv7QCzd2kAs3llALN7cwAAAPMAs310ALN/dACzgWEAs4NuALOFaQCzh2IAs4luALOLcgCzjWgAs49wALORLQCzk24As5VuALOXZQCzmW4As5vmALOdbwAAAecAs59hAAAA5AAAAfIAs6FvALOjcgCzpWIAs6djALOpbwCzq24AAAHzALOtbgCzr3MAAADkAAAB8gCzsW4As7NlALO1ZQCztvIAs7l0ALO6aQCzvWwAAAHzAAAB5wAAAe4As8FuALPCbwCzxXYAs8d2ALPJaQCzy24As81uALPPZQCz0W8As9NpALPV5QCz13UAAAHjAAAB5QCz2WMAs9t0ALPdcwCz320As+FmALPjYQCz5W4As+dz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ANLbegDS3XQA0t9uANLhbgDS42kA0uVsANLnbQDS6GIA0upoANLsbQDS73YA0vFzANLzZQDS9XUA0vYtANL4XwAAAfMA0vtlANL9ZQAAAewA0v8tANMArQDTCS4A0wt6ANMNZQDTD20A0xFlANMTcgDTFW8A0xdoANMZZQDTG2EA0x1yANMfYwDTIWwA0yNlANMlcwDTJ2kA0ynkANMrcwDTLS4AAAHoAAAB7ADTL2UA0zFyANMzbwDTNWUA0zduANM5bgDTO3IA0z1vANM/dQDTQfcAAAHkANNDYwDTRXQAAAHnANNHaQDTSW4A00tzANNNbAAAAfQA009kANNRbQAAAe4A01NkANNVagAAAfMAAAHnAAAB7ADTV2EA01lnANNbLgDTXWMA019pANNhdADTYy0A02V1ANNmbADTaXcA02thAAAB9AAAAeEA021vANNvdAAAAeMA03FlANNzaQAAAfgAAAGxAAAB5wDTdTIA03dhAAAB8wDTeXIA03tFANN9SQDTf3QA04FjAAAB5wDTg2EA04VhAAAB7QDTh2kA04lWANOLLgDTjW0A049tANORaQAAAfkA05N0ANOUTgAAAfMA05dpAAAB5QAAAfIA05luANObbgDTnGUA059pAAAB8wDToWUA06NjANOlcgDTp+MAAAHzANOpYQAAALAAAAGxANOrQwDTrUIA069PAAAB0gDTsU8AAAHoAAAB5QAAAfkA07NpANO1bwAAAeUAAAHzAAAB6wDTt2EA07ltANO7ZwAAAeUA071VANO/RQAAAeQA08FJANPDQwDTxUQA08d0ANPLTwDTzV8A089UAAAByADT0UUA09NTANPVQwDT10EA09lFANPbdADT3WMA099tAAAB8gAAAfMA0+FzANPjZADT5XMA0+dkANPpSQDT62sA0+1vANPvcADT8WwAAAH5AAAB5wDT828A0/VpANP2LgAAAfMAAAHnANP79ADT/WEA0/9vANQBbgDUA2MA1AVvANQHbwDUCW0A1AtvANQMYQDUDuUA1BNpAAAB8wDUFW4AAAHyANQZQQDUG04A1B11ANQfdADUIWkA1CNuANQldADUJ24A1ClhAAAB7gDUKm0A1C1uAAAB+QDUL3IA1DFPANQzRQDUNU4A1DdLANQ5UgDUO1gA1D1fANRBZADUQ2EA1EVoANRHaQDUSXQA1Etw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ANcDaQDXBTEA1wdrANcJXwDXDV8A1w9vANcRZQDXE2kA1xVpANcXZgDXGWQA1xtfANcfcAAAAe4A1yFuANciYwDXJXQA1yZfANcoZQDXK2kA1y1iANcvYwDXMW8A1zPlANc1ZQDXOWwA1ztpANc8ZQDXP2kA10NyANdFdADXSXcA10tsANdNYwAAAecA109sAAAB5wDXUWEA11NzANdVbAAAAecA11dpANdZbAAAAfMA11tvANddZQDXX28A12FuANdjXwDXZWEA12dhANdpdQDXa2EA121jANdvZQDXcV8A13JhAAAB8wDXdWEAAAHyANd3bgDXeeUAAAHuANd7dADXfW8A1392ANeB7QDXg3IAAAH0AAAB9ADXhW4A14djANeJegDXi3IA141sANePbQAAAeUA15FpANeTZQAAAeUA15VpANeXZQDXmW4AAAH5AAAB8wAAAfQAAAHzAAAB5wDXm24A151vAAAB5ADXn3YA16EuANejbwDXpWkAAAHnANenbQDXqGkA16tsANetaQDXr2UA17FhANezYQDXtW0A17cuANe4aQAAAfkA17tlANe9dADXv28AAAGzANfBcwDXwi4A18RuAAAB8wDXx2kA18lhAAAB5QAAAfMA18thAAAB5ADXzXcAAAHkAAAB4wAAAe0A189pAAAB8gDX0W4A19NuANfVbgDX1+UA19lvAAAB+QDX224A19zlANffaQAAAfMA1+FlAAAB5ADX43QA1+VuANfnbADX6WMA1+tzANftcgDX72UAAADkAAAB8wDX8eMAAAHzANfzbADX9WUAAAHlANf3dQDX+WcA1/tkANf9cgDX/3oA2AFwANgDbwDYBS0A2AZhANgLcwDYDG0A2A9zANgRbgDYE2UAAAHoAAAB5QAAAfMAAAHlANgULQDYF/MAAAHoAAAAsAAAAbEA2BlwAAAB+QAAAfMAAAHsAAAB8wAAAfMAAAHyAAAB5wDYG28A2B3rANghYQDYI28A2CVpANgnYQAAAewA2CllANgrbgDYLWkA2C8wANgwYwDYM3YAAAHnANg1YgDYN+0A2Dl0ANg7ZgDYPGkA2D9zANhBbwDYQ2MA2EViANhHbwDYSfAA2EpyANhN8wDYT2MA2FFhAAAB5wAAAfMAAAHlAAAB6wDYU3kA2FVhAAAB5wDYV3AA2FtyANhdcwDYX24A2GFj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ARF1aQERd2wBEXl0ARF7dgERfW4BEX9sARGBcwERg2cAAAHlARGFcwERh3QAAAHzARGJYQERi2EAAAHsAAAB8gERjWsBEY9nARGRYQERk2UAAAHwARGVLQERl3MBEZlhARGbcgAAAfABEZ1pAAAB8wAAAfMBEZ8tAAAB+QAAAeUAAAH0ARGhZQERo2QBEaVpARGnYQERqW4AAAHnARGrbwERrWMBEa9tARGxZQERs2UBEbVjARG3ZAERuWkBEbthARG9eQERv3ABEcFsARHDZAERxW4BEcdsARHJZgERy2UBEc1lARHPYwER0WgBEdN0ARHVbgER12UBEdluAAAB5AAAAeQAAAHyARHbaQER3WkAAAHjARHfZAAAAecBEeEtAAAB8wER4+gBEedvARHpZQAAAfMBEethARHtaQER73QBEfFuARHyMQER9XYAAAHlARH3bwAAAeYBEfluAAAB5QAAAewBEftfARH9bAER/28BEgFpARIDcAESBWYBEgduARIJbQESC18BEg1vARIPZAESEWkBEhNuARIVbAESF2kBEhlpARIbZAESHWwBEh9pARIhaQESI2kBEiVyAAAB8wESJ2UBEiljARIrZwESLXUAAAHkARIvbwAAAe4BEjFpAAAB5wESM24BEjRiARI3dAAAAe4BEjlmARI7bgESPWkBEj5vARJBdgESQ2kBEkV2ARJHdgESSWUBEkt0ARJNdQEST3IBElFkARJTdAESVXgBEldzARJZbQESW3QBEl1kAAAB8gESYS4BEmNjARJleQESZ24BEmlnARJrcwESbXMBEm9uAAAB8wEScWUBEnN0ARJ1cwESd18BEnlpARJ7aQESfXIBEn9yAAAB5QAAAfkBEoFpARKDaQEShWkBEodsARKJbgAAAeQBEotkAAAB8wAAAeMBEo1lARKPZAESkd8BEpd2AAAB5AESmWUBEptnARKdYQESn2EBEqFkARKjMQESpW4BEqd0AAAB7gESqXQBEqtyARKtbwESr24BErFiARKzcgAAAfkBErVlARK3dAAAAecBErlyARK7YwESvWEBEr9vARLAbwESw3IBEsV1AAAB+QESx2UBEslhARLLbwESzWUBEs9pARLRYQES03AAAAHzAAAB+AES1V8AAAHhARLXaQAAAecAAAH5ARLZdAES23ABEt10ARLfbgES4XQBEuNlAAAB+AES5XQBEudpARLpaQES62EAAAH5AAAB+QAAAeQBEu1uARLvaQES8WUBEvNvARL1ZQAAAfMAAAH0ARL3ZwES+ewBEvthARL9bAES/2kBEwFyARMDcAETBXABEwd2ARMJ7AAAAeUAAAHlARMLbAETDWUBEw9uARMRdgETE28BExVkARMXbAAAAfABExlvAAAB+QETG2UAAAHlARMdZQETH2EBEyFnARMjYQETJWEBEydhAAAB5QETKV8BEytlARMtbQETL2EBEzFvARMzdgETNWYBEzdyARM5eQETO2EAAAHzARM9cgAAAewAAAHsARM/bAETQW4BE0NvARNFbwETR24BE0llARNLXwETTS0AAAHlAAAB7QETT2kBE1EtARNTcwETVXIBE1dwAAAB5wAAAecAAAHrARNZLQETW2kAAAHzAAAB5QETXXQAAAHlARNfRQETYXoBE2NvAAAB4gAAAeIBE2VrARNnaQAAAeUAAAHlARNpaAAAAe4AAAHuARNrRAETbUQBE29ZARNxTAETc1AAAAH0ARN1TgETd1YBE3lFARN7RgAAAcgBE31uARN/ZQAAAeUBE4FmARODdAEThWUBE4dzAROJbAETi3QBE41uAROPQQETkVABE5NFAROVVQETl0wBE5lFAAAB8wETm2MBE51fAAAB5AETn3QAAAHyAROhYQETo28BE6VsAROnaQAAAewBE6lhAROrYwETrUkBE68uAROxRAETsy4BE7VOARO3UgETuUcBE7tUARO9XwETv3QBE8FFAAAB2AETw28BE8VpARPHVAAAAe8BE8l3ARPLQgETzUMBE89PARPRQQET018BE9VPARPXUAET2V8BE99fARPhXwAAAcQBE+lTARPrUgET7UUBE+9FARPxZgET82UBE/VlAAAB1AET91UBE/lCARP7VAET/VMBE/9TAAABwgAAAcIAAAHzAAAB9AEUAW4BFANpARQFdAEUB3ABFAllAAABwwAAAckAAAHYARQLcAEUDWkAAAHvARQPYQEUEWkBFBNpAAAB4QAAAc8BFBVyARQXbwEUGUEBFBtrARQdbgEUH3QBFCF2ARQjZQEUJWwBFCdkARQpZgEUK04BFC1mARQvbgEUMXUBFDNtARQ1YwEUN2MBFDlvARQ7YQEUPW4BFD9tAAAB8gEUQWUBFENuARRFbgEUR2YBFElt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AStPcAErUWEBK1NzAStVYQErV2EAAAHuAStZYwErW2EBK11lAStfcwErYWUBK2MuAStlbgErZ24BK2lpAStrQwErbW8BK29yAStxeQErc0wAAAHTASt1RQErd00BK3lpASt7bwErfWUBK39hAAAB0gErgVYBK4NJASuFVQAAAdgBK4dfASuJXwEri1IBK41FAAABzgErj3QBK5FfASuTRAErlS4AAAH0ASuXUwErmW4BK5tvASudTwErn28BK6FhASujbQErpWMBK6djAAAB8wErqW8BK6tyASutbgErr2EBK7FfASuzaQErtWkBK7doASu5bgEru28BK710ASu/dAErwXABK8NoASvFZQErx2UBK8lfASvLdQErzWwBK89uASvRcQEr03QBK9VlASvXYQAAAe4AAAHzASvZdQEr23QBK91uASvfZwEr4WUBK+NuASvlaQEr52oBK+lsAAAB5QEr62UBK+1kASvvYwEr8W8BK/N0ASv1YQAAAe4AAAHtASv3LgEr+WwBK/tiASv9aQEr/2wBLAFlASwDZQAAAeUBLAVrASwHYQEsCW0BLAtvASwNXwAAAeUBLA9lASwRbgEsE24BLBVvASwXbwAAAfMBLBllAAAB9AEsG3IBLB1vASwfbgEsIW8BLCNfASwldAEsJ24BLClvASwrXwEsLXIAAAHzASwuYQEsMWwBLDN2ASw1cgEsN3kBLDlvAAAB+QEsO2kBLD1jAAAB6AAAAegAAAHzASw/ZQEsQW0BLENsASxFYwEsR2kBLEl2ASxLYQEsTW4BLE9pASxRYwEsU28BLFVhASxXaQEsWWEBLFt1ASxdbAEsX3QBLGFyAAAB8wEsY28BLGVfASxnZQEsaWEBLGtuASxtZAEsb2EBLHF0ASxzYgEsdWUBLHcxASx5YwAAAfMAAAHzASx7LgEsfXIBLH9hASyBaQAAAeUBLIN0AAAB8gEshWgBLIdoASyJdQEsi2MBLI1yASyPbQEskW4AAAHzASyTbgEslXIBLJduAAAB5QAAAe4BLJlvASybagEsnWkAAAHuASyfagEsoWoAAAHuASyjcwEspWUBLKdpASypaQAAAfIAAAHjASyrcAEsrWMBLK9zASyxYgEss18BLLVlASy3cAEsuXABLLtyASy9XwEsv2UBLMFwASzDZAAAAeQBLMVuASzHXwEsyV8BLMtz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"; \ No newline at end of file diff --git a/dumped.trie b/dumped.trie index 9c833f8fe041bdde6d15dc9c8dec3b52c4b8cd2a..8388f84618f8be20cc46723d41ec6a87b91a3ce3 100644 GIT binary patch literal 158524 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%0Ab42Z& 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 C{xFFE