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/cwA4QWUAOENhADhFZAA4R2sAOEliADhLZwA4TWYAOE9mADhRbAA4VWUAOFdwADhZYQA4W2kAOF10ADhfMAA4YTAAOGNS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ALJXdACyWGkAAAHzAAAB7wAAAfMAsltvALJdZQCyX28AsmFhAAAB5QAAAfAAsmN5ALJlYgCyZzMAsmluALJrLQCybW4Asm9vALJxcAAAAfQAsnNuALJ1LQCyd28AsnllALJ7LQAAAeQAsn0tALJ/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/aQEsgWkAAAHyAAAB4wEsg3ABLIVjASyHcwEsiWIBLItfASyNZQEsj3ABLJFwASyTcgEslV8BLJdlASyZcAEsm2QAAAHkASydbgEsn18BLKFfASyjcwEspWUBLKdvASypdAEsq3YBLK1pASyvdQAAAfgBLLFfASyzcAEstV8BLLdyASy5ZQAAAe4BLLtvASy9dAEsv3IBLMFhASzDdAEsxWMBLMdp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"; \ 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+dzALPpbwCz62QAs+1zALPvbACz8GUAs/NpALP04QCz9+UAs/lwALP7bACz/WkAs/90ALQBcwC0Ai0AtARfALQGYQC0CGUAtApyAAAB8wC0Di0AtBBlALQVaQC0F2kAtBnrAAAB5QAAAeUAtBvkALQdYwC0HmMAtCF0ALQldgC0J24AtCn0AAAB9wC0K3UAAAH5ALQtcAC0L2UAAAHkALQxbgC0M3QAAAH5ALQ35QC0O2UAtD3tALRBYQC0Q2EAtEV1AAAB5AC0R/MAtEzlALRQaQC0U/QAAADlALRXaQC0WW0AtFvtALRlcwC0Z/QAtHPvALR1bQC0d2UAtHnlAAAB8wC0fWEAtH5sALSBdAC0g20AtIRhALSHZQC0iWUAtIt0ALSNbgC0j3UAtJFvAAAB8wC0k28AAADhALSU5QC0mWkAAAHzALSbbAC0neQAAAHoAAAB7AC0oWUAtKNiALSl5QC0p3IAAAHnAAAB5wAAAOQAAAHzALSpXwC0q3QAtK1sALSvdAC0sWkAtLMxALS1bgC0ti0AtLouAAAAsgC0yLMAtMxfALTZcAC023YAtN1kALTfZAC04XIAtONwALTlcAC052QAAAH0ALTpOAC06mMAtO1wALTvaQAAAfkAtPFlAAAB8gC082QAAAHkALT1bgC0928AtPl0AAAB+QAAAecAtPtyALT9NQAAAbIAtP92ALUBcwC1A2EAtQV0AAAB4QC1B2wAtQloALULcAC1DW4AtQ9sALURbwC1E3IAtRVsALUXbwAAAesAtRluALUbcgAAAOQAAAHzALUdbgC1HmkAtSFsAAAB5gAAAecAtSMuALUlbQC1JmEAtShpAAAB8wAAAeQAtStuALUs5AAAAfQAAAHlAAAB5QAAAfMAtTFpALU1bgC1N2UAtTlpALU7aQC1PWUAtUF0AAAA5QC1Q2kAtUVuALVHYwAAAfMAtUluALVLYQC1TW8AtU9uALVRZQAAAfIAAAH0ALVTYQC1VXIAtVZlALVZcgC1W/MAtV8zAAAB8gC1YWUAtWNpALVlZQC1Zm8AtWl2AAAB5AC1a24AtW3lALVxbgC1cmkAtXVsALV4aQAAAfMAtXt0ALV9aAAAAecAtX5kALWAaQAAAfMAtYNlAAAB7AAAAOQAAAHzALWFbgAAAOQAAAHzALWHbgC1iWkAAAHzALWLcgC1jWUAtY7lALWXaQC1mWEAtZplALWcaQAAAfMAtZ/0ALWhZQC1o3UAtaVpALWn9AC1rOUAtbNpALW1ZQAAAfMAtbd0ALW5dAC1u+UAtcFpALXDYwC1xfQAAADkALXJcwAAAeUAtc1jALXPaQC10GUAtdNpALXVdgC12GMAtdplALXcaQC133MAAAHnALXhZQAAAfMAAAHlALXjZQC15GUAtedpALXpbwC162UAtezlALXuaQC18XQAAAHlAAABsgAAAbQAtfNtALX1YwC193cAAAH5ALX4ZQAAAecAtftjAAAB7wC1/UsAtf9rALYBYgC2A24AtgVhALYHbQC2CW8AtgtyALYNcwAAAfQAtg9pALYRbAAAAfMAAAHnALYTdQAAAeUAthVuALYXcgC2GWkAthtyALYdZQC2HmIAtiFyALYjcgC2JWUAAADkALYnaQC2KWwAtithALYsLQC2L3IAtjFpALYzZQC2NWoAtjduAAAB8wC2OXgAtjt6ALY+aQAAAfkAAAHyALZBbAC2Q2EAtkV1ALZHZQC2SXIAtkttALZNaQAAAOQAAAHyALZPbgC2UWoAAAHlALZTaQC2VWwAAAHzAAAB5QC2V2kAtllyAAAB7gAAAegAtltpALZcXwC2XmkAAAHzALZhbgC2Y28AtmVtALZnaQC2aWUAtmplALZtdAC2b2kAtnFnALZzcwC2dGUAtnlpALZ6LgC2fmwAAAHzALaBbgC2g3QAtoVsALaH9AC2iW8AtophALaMZQC2jmkAAAHzALaTdQC2lW8AtpdvALaZaQC2m2wAAAHnALadbAC2n2kAtqFjALajZQC2pXQAtqtiALatZQC2r2MAtrFzALazaQAAAfMAAAHzAAAB5QAAAe4AtrVuALa3cwC2uXQAtrtlALa9cgC2v+cAtsFvAAABtgC2w+MAtsX3AAAB5wC2x2IAtsgtALbKXwC2zmwAttFzAAAB5wAAAecAttNhAAABsgC21WoAAAHkAAAB5AC2124AttlzALbabwC23XUAAAHyALbfYQC24F8AAAHuAAAB7AC243UAAAHnAAAB7QC25WwAAAHuALbnbwC26C4AAADyALbrcwC27GMAtu9mALbzdAC29WEAtvctAAAB4QC3AWEAtwNwAAAB8AC3BGUAtwdpALcJbwC3C3UAtw1mALcPbgC3EW8AAAHkALcTbgC3FWEAtxdnAAAB9AAAAfIAtxljAAAB5QC3G24Atx30ALcfbAC3IXIAtyNyAAAB8wC3JW8AAAHnALcnZQC3KXAAtytyALctZQC3L2EAtzFpAAAB8gC3M2wAtzV0ALc3cwC3OWkAtzt0ALc9aQAAAecAtz9sALdBbwC3Qi0At0QuALdGXwC3VGMAt1bkALdYZgC3W/MAt19pALdhYQAAAbQAAAH3ALdjaAAAAeQAt2XsALdraQC3b2kAt3F1ALdzbgAAAfAAt3VzALd3bgC3eW4At3tzALd9aQC3f2kAt4FpAAAB+QC3g2wAt4V1AAAAswC3h2MAAAGxALeJZQAAAfIAt4tpAAAB5wC3kXQAt5JsALeVcgAAAOQAt5dyALeZbgC3m3cAAAHwAAAB5AC3nW4At59lALegXwC3pmEAt6lsALerLgAAAegAt61pAAAB5AC3r3UAAAHzAAAB5wC3sW4At7NkALe1cgC3t2kAt7lwALe7bAC3vGEAt79yALfBYgC3w18At8lkALfLcgC3zWgAt8/lALfRZwC30mUAAAHzALfUbAC313kAAAHzALfYLgC32m4At93zALfeYwC34WQAt+JlALflaQC353UAAAHnALfpZQC3620At+1yALfvcgC38W8At/NtALf1cwC3920At/hfALf8ZQAAAfMAt/9kAAAB9AC4AXMAuAN0ALgHdQC4CWUAuAt0ALgNagC4FWkAuBd1AAAB8wC4GXQAuBtpALgddAC4H/QAAAHlALgh5QC4I3MAuCXkALgp8wAAAfMAAADlALgtaQC4L2UAuDN0ALg1bAC4NmkAAAH5ALg5cgC4O2UAuD9zALhBZQC4Q2kAuEX0ALhL5QC4TXMAuE9zALhTbgAAAfcAuFRlALhZaQC4Wl8AuFxpALhf8wC4YesAuGdvALhpdAC4a2UAuG1vALhv5gAAAeYAAAH0ALhyLQAAAOQAAADzALh2dAC4eXcAuHtkALh9dAC4gWEAAAHnALiDZQC4hXMAuIfsALiILQC4ji4AuJJfALicaQAAAfMAuJ5jALihcQC4o2wAAAHzAAAB5wC4pXQAuKdhAAAB+AC4qGEAuK1vALiv+QC4sWwAuLVuALi3cwC4uWwAuLtzAAAB5wC4vWcAAAHkALi/bQC4wW8AuMNvALjFaQC4x2UAuMhkALjLZQAAAc8AAAHvALjNZwAAAfQAuM9uALjQaQAAAfMAuNNoALjVcgC41zAAuNlsALjbYwC43fQAuONhAAAB7QAAAfkAuOVsAAAB4QC452UAuOlpALjrZQC47WUAAAH0AAAA5AAAAfMAuO9uALjxdAC483MAuPV1ALj3YQAAAecAAAH0AAAB9AC4+XYAAAH0AAAB+QAAAeQAuPtuAAAA5AAAAfIAuP1uALj/YQC5AWYAuQNpALkFbgC5B2kAuQhlALkLbwC5DXQAuQ9hALkQYQC5EmkAuRVvALkXcwC5GS0AAAHkALkbbgC5HWUAuR9pALkh8gC5JS0AuSd0AAAB7AC5KWwAuStvALktZQC5L3QAuTFlALkzLQC5NWUAAAHnALk3YQC5OWkAuTthAAAB+QAAAeQAuT1hALk/4gC5QW0AuUPsALlFbwC5R2UAuUltALlLbAC5TWUAuU90ALlRbgC5U2MAuVVyALlXZwC5WWwAuVtkALldZwC5XmkAuWFvALljcgC5ZWkAuWdpALlpbgC5a3kAuW1pALluYwC5cXQAuXNtALl1cAC5d2MAuXlpALl7cwAAAeUAAAHkALl9bQC5f2EAuYFuALmDbAC5hXkAuYdlALmJcwC5i3MAuY1zALmPaQC5kXQAAAHuALmTZgAAAfQAuZVzALmXYwC5mXIAuZtjALmdbQC5n28AuaFzALmjaQC5pWkAuadpALmpZQC5qmcAua12ALmvYQC5sXYAubNpALm1bAC5t2kAublhALm7bwC5vWgAub9sAAAB7AC5wWUAucNkALnFZAC5x24AucgtALnMXwAAAOQAAAHzALnRbgAAAOUAudNpALnUZQC51mkAudhwAAAB8wC522EAud1pALnfcwC54WkAueNzALnlZQC553IAuelyALnqZQC57XAAue9tALnxbwC582EAAAHwALn1bwAAAfkAufblALn5aQC5+3gAAAGwAAABsAAAAbAAAAGwAAABsAAAAfQAuf14ALn/cgC6AWkAugNlALoFaQC6BmgAugl0ALoLYQC6DWEAug9uALoRdAC6FV8AAAGuAAAB4QC6F2kAAAHyALoZbQAAAfMAuhtsALodaQC6H/QAuiFpAAAB+QC6I3MAuiXlALoncwAAAecAuinqALoqLQC6LV8Aui9pALox5QC6MmEAujRjALo3ZQC6OWkAAAHnALo7aQC6Pe4AukdhALpJZQAAAfMAAAHnALpLaQC6TWwAAAHzALpTbAAAAeUAulRpALpXcwAAAeUAAAHlALpZZQC6WmUAul1mAAAB8wC6X3UAumEtALpiLQC6al8Aum1oAAAB5wAAAeUAum9uALpx5wC6d3YAunl0AAAB5AC6e3UAAAHTALp98wC6f+QAAAH0ALqDaQAAAeYAAAHzALqFcwC6h2UAAAHlALqJawC6i28Auo1oALqPdAC6kXYAupNwALqVYQC6l3IAuplvALqbcgC6nWkAup9kALqhcgC6o2IAuqXzAAAB8wAAAeMAAAHiALqndAAAAe4AuqlvALqrcwAAAfMAuq1pALquYwC6sGQAurNpALq1aQC6t2EAurlsALq7bwAAAfIAur1vAAAB5wC6v2EAusFhALrDYQAAAfMAusVuALrHdAC6yWkAusthALrNaQC6z2kAAAHnALrRbwC602EAutV2ALrXbwC62S4AAADkALrb8gC63W4Aut9vALrhYgAAAecAAAHuAAAB+QC6424AuuVwALrnLQC66WYAuutlALrtZQAAAbEAuu9uALrxLQAAAe4AAAHyAAAB8gC69XQAuvd4ALr5bQC6+20Auv1lAAAB8gC6/28AAAHyAAAB7QC7AWMAuwNhALsFeAC7By4AuwluAAAB5QAAAe0AAAHhAAAB5AC7Cy4Auw1yALsPdAC7EWEAAAHtAAAB1AC7E0QAAAHHALsVVAAAAeUAAAH0ALsXYQC7GW4AAAHkALsbbgAAAeUAux3uAAAArQC7H1MAAAHkALshaAAAAecAuyN0ALslcgC7JzIAuylhAAAB8gC7K2EAuy10ALsvcgC7MWMAAAHzALsz9AC7N3QAuzlkALs6ZQAAAfkAuz1lAAAB5wC7PmkAAAHzALtBdAAAAeQAu0V1ALtHdAAAAeYAu0llALtLZQAAAeUAu01pALtP7AC7US0Au1PFALtXTgC7WUkAu1tPALtdSQC7X08Au2FzALtjYwAAAe8Au2VsAAAB8gAAAfIAu2d0AAAB8wC7aE4AAAHzALtrZAC7bWUAu29lALtxcgC7c2kAu3VyAAAB5wC7d3AAAAHuAAAB5QC7eUIAu3tMALt9ZQC7f1UAu4FfALuDTwC7hXMAu4dfALuJUgC7i04AAAHTALuNVAC7j0wAu5FfALuTTgAAAdMAu5VMALuXRAAAAe4Au5lpALubbwC7nW8AAAHlAAAB5wC7n2UAAAHnAAAB5wC7oWEAAAHTALujYQAAAe0AAAHuAAAAyQAAAekAAADMAAAB7AC7pWkAu6dhALupaQC7q2UAAAHzALutYwC7r2kAu7FlALuzLQAAAfMAu7V0AAAB9AC7tm4Au7lzALu7dAC7vPIAAAHzALvBbgC7w24AAAHzALvFbgC7x2kAu8lvALvLbgC7zFQAu890ALvRYwC7028Au9VyALvbdAAAAfIAu91lALvfZQC74C0AAAHzALviZQC75W8Au+d1ALvobAAAAfMAu+ppAAAB8wC77XMAu+9vAAAB5QAAAegAAAHnAAAB5QC78WkAu/NvALv1bwC7+WwAu/thALv9VAC7/1QAvAFJALwDTwC8BUIAvAdYALwJUAC8C28AvA1yALwPdAC8EXQAvBNsAAAB9AC8FXkAvBdwALwYYgC8G2QAAAHyALwdbgAAAfMAAAHnALwfaQC8IW4AvCNuALwldAC8KXQAAAHyALwrbgC8LW4AvDBlALwzbQC8NXIAAAHlALw3YQC8OW4AAAHEAAAB+QC8O3IAAADkAAAA8gAAAfMAvD9uALxBaQAAAfMAvEN1ALxFcgC8R3QAvElpALxLdAC8TXoAvE/kALxRLQC8U24AvFUuALxbbAC8XWwAvF9nALxhUgC8Y0kAvGUtALxnZQC8aWUAvGoyALxsNAC8bzgAvHFhAAAB5AC8c2QAvHV0AAAB5wC8d0wAvHlyAAAA5AC8e20AvH1lAAAB5QC8f20AvIFlALyDaAC8hXIAAAHzALyHbgC8iWIAAAHlAAAB5wC8i2UAAAHyALyNaQAAAeQAvI/sALyQZQC8k2kAvJVfALyXRQAAAesAAAHrALyYQwC8mk8AAAHzAAAB+QC8nWQAAAHlALyfdAAAAcEAvKFrALyjbgC8pWwAvKctALypQwC8q2UAAAHkALytaQC8r3IAvLF0ALyzbgC8tkQAvLlfALy7TAC8vVMAvL9zAAAB5QC8wS0AvMMtALzFYwC8x0cAvMlPALzLZwC8zWUAvM9JAAAB5QC80WwAvNLlALzWaQC8228AAAHuALzdZQAAAe4AvN9lAAAB5QAAAfMAvOFiAAAB5AC842wAvOVFALznZQAAAfoAvOlyALzraQC87WgAvO9jAAAB9wC88XQAvPNhALz1RAC8918AvPlDAAAB5AAAAe0AvPtlALz9bgAAAfQAAAHkALz/bgAAAOQAvQFtAL0DbgC9BEQAAAHzAL0HdAC9CW4AvQt0AL0NZAC9D2UAvRF1AL0TaQC9FWUAvRdpAL0ZbgC9GmEAvR5lAL0gaQAAAfMAvSN0AL0lZQAAAfMAvSd0AAABzAAAAewAvSljAL0q7AC9LXQAvS9jAL0zZQAAAeQAAAHnAL01TQC9N2kAvTluAL07aQAAAfAAvTxlAAAB8wC9P0EAvUFfAL1DcwC9ReUAvUllAAAB+QC9S3AAvU0tAL1PcwC9UWMAvVNlAL1VZgC9V2kAAAHzAAAB8wC9WW4AvVtpAAAB5QC9XWkAAAHnAL1faQC9YW8AvWJhAL1laQC9Z2EAvWlhAAAB7gAAAe4AvWtQAL1tVAC9b1cAvXFVAL1zSQC9dEUAvXdJAL15WAC9e04AvXxBAL1/UgC9gU8AvYJLAL2ETwC9h1UAvYlFAL2LVAC9jWwAvY8tAAAB5QC9kXMAvZPlAAAB8wC9l24AAAHzAAAB+QAAAe4AvZltAL2bYQC9nWEAAAHJAL2fYQC9oXUAvaNpAL2lbgC9p3cAvalzAL2rbwC9rXIAva9hAL2xaQC9s2YAAAHlAL21UgAAAfQAvbdDAAAB8wAAAeEAvblpAL27cgAAAeUAvb1GAAAB7AC9v2EAAAHzAL3BcwAAAeUAvcNlAL3FYQC9x0MAvclrAL3LbwC9zWEAAAHyAL3PbwAAAfMAvdFHAL3TTAC91UwAvddzAL3ZdgC9224Avd1vAL3f7AAAAecAveFyAAABtAC942EAveVlAL3nYQAAAeUAveluAL3qYQC97WUAAAHsAAAB7AC9700AvfDlAL3zaQAAAfcAvfVfAL33XwC9+VIAvftDAL39RgC9/00AAAHTAL4BXwC+A18AvgVBAL4GUAC+C1IAvg1uAAAB7gC+D2wAvhFlAL4TbAC+FXIAvhdwAL4ZYQC+G2UAAAH4AAAB4wAAAeUAvh1lAAAB5QAAAfkAvh9mAL4hZgC+I2kAviVpAL4nbQC+KXQAvitpAL4tbAAAAeUAAAHkAL4vbgC+M3MAvjVTAL43YQC+OWkAvjtuAL49ZAC+P24AvkFuAL5DZQAAAecAAAHzAL5FaQC+R24AvkhtAAAB8wAAAfMAAAHzAL5NaQAAAeYAAAHsAAAB5AC+T24AvlFJAL5TVAAAAbEAAAG5AL5VXwC+VzYAvllyAL5bdQC+XW4Avl9hAL5hbQC+Y1QAAAHEAL5lRwC+Z2sAAAHlAL5pdgAAAfQAvmtjAL5vbQC+cUQAAAHlAAAB5wAAAfMAvnNhAAAB8gC+dW8AvnduAL55YwC+e2kAAADkAL58bQC+f/MAvoFpAAAB8gC+g+UAAAHlAAAB5QAAAeQAvoVuAL6HTAAAAdIAvohEAL6LUgC+jUUAvo9vAL6RbwC+k2UAvpVjAAAB5wAAAfMAAAH5AAAB8wAAAfkAAAHlAL6XZQAAAfIAvplpAAAB5wC+m3IAvpxpAAAB+QC+n28AvqFuAL6jcQAAAecAvqVyAAAB5QAAAe4AvqduAL6pbwC+q2UAvq1vAL6vZQC+sWkAAADjAL6zZQC+tWwAvrduAL65dAAAAeQAAAHnAL67aQAAAfkAvr1vAL6/cgC+wWkAAAHzAL7DZQC+xXUAvsdlAL7JaQC+y2UAvs1uAL7PZQAAAa4AvtBOAL7SUwC+1VQAvtduAAAB5QC+2WwAvttOAAAB5QC+3WIAAAHnAL7faQC+4W8AAAHnAL7jcgC+5UMAvudlAL7pcwC+62MAAAHsAL7tbAC+71AAvvFwAL7zVAC+9W8Avvd5AL75RgAAAcUAvvtlAL79ZQC+/2wAvwFhAL8DawC/BWkAvwduAAAB5QAAAecAvwluAAAB7QC/C2YAvw1jAL8PeAC/EUcAvxNlAL8VUwAAAeQAvxflAL8ZbAAAAfMAAAHsAL8bbwC/HUIAvx90AL8hYgC/I0MAAAHIAL8lbQC/J2gAvyllAL8rcwC/LWkAvy9kAL8xLgC/M3IAvzVpAAAB7AC/N3QAvzlBAAAB5wC/O3IAvz1JAL8/VQC/QV8Av0NJAL9FYgC/R3AAv0lwAL9LbgC/TW4Av090AL9RaQC/U3UAv1VfAL9XaQC/WXIAv1tfAL9dXwC/X18Av2FyAL9jbAAAAd8Av2UuAL9nZQC/aXkAAAHnAL9rYwC/bWcAv295AL9wZAC/c3MAv3VuAL92dAC/eXYAv3tlAL98bgC/f3IAv4PjAL+EYgC/h20Av4llAL+KYQC/jXAAv49pAL+RYQC/lW4Av5dhAL+ZcwC/mmwAv510AL+fYQC/oOcAv6N3AL+lbQC/p20Av6l0AL+rcgC/rW8Av65uAL+xdwC/s28Av7RhAL+3aQC/uGEAv71yAL/CbQC/xW4Av8dyAL/JbQC/y3AAv81pAL/PcgAAAeUAv9H0AL/VZQAAAfQAv9dhAL/ZawC/2mIAv91uAAAB5AC/324AAAHkAL/gYgC/424Av+X0AL/naQAAAfMAv+nlAAAB5AC/624AAAHkAL/tdAC/72IAv/DlAL/zaQAAAfkAv/VrAL/3dAC/+WUAv/t0AL/9YgC//3QAwAFnAMADcgDABXQAwAdqAMAJdADAC+4AAACtAMAPcwDAEWEAwBNlAAAB5ADAFWcAAAGyAMAXbwDAGW4AwBt0AMAdaQAAAeMAwB9oAMAgYQDAI2cAwCVuAMAnZQDAKXIAwCtpAMAtaQDAL2EAwDFpAAAB5wDAM2QAwDV0AMA3bQDAOXQAAAHnAMA7dADAPWgAwD9pAAAB5QDAQXQAwEN1AMBFbgDAR3UAwEhuAAAB8wAAAOQAAAHyAAAB5ADAS28AwE1pAMBPZQDAUXIAwFMyAAAB9ADAVGMAwFdsAAAB5ADAWW4AwFthAMBcYgDAYXQAAAHnAMBj6ADAZWkAAAHsAAAB5ADAZ20AwGlhAMBr8gDAbXIAwHFkAMBzYwAAAOQAAAHzAMB1YwAAAeUAwHdlAMB5cgAAAfkAwHv0AMCBdAAAAecAwINsAAAB5ADAhWQAAAHzAMCH9ADAiWkAwItlAMCNXwAAAfgAwI9lAMCRaQDAk2UAwJV0AMCWZQAAAfkAwJlvAMCbZQAAAeQAwJ1lAMCfdAAAAecAwKFpAMCjbQAAAeQAwKRpAAAB8wDAp3QAAAHkAMCrdQDArXQAwK9hAMCxYQDAs2EAwLVwAAAB5gDAt2UAwLguAMC7ZQDAvWQAAAHlAMC+ZQDAw2kAwMXsAMDHaQDAyWQAwMtkAMDNbwDAz2EAwNFvAMDTaAAAAeYAAAHnAMDVaQDA12MAwNl0AMDbZADA3C0AwOBfAAAB8wDA5XUAwOd0AMDpcwDA62MAwO1rAMDvYwDA8eQAAAHvAAAB8wAAAe8AwPV0AAAB8wDA9+UAwPttAMD9bADA/2UAwQF1AMED8gDBBPIAwQd1AMEJbgDBC2QAwQ1yAMEPaQAAAfMAwRFmAMETdADBFWkAAAHoAMEXZQAAAfMAwRhkAMEbaQDBHWYAwR4tAMEhXwAAAfMAAAHzAMElbgDBJ18AwSlhAAAB8wDBK24AAAHwAMEtZQDBL18AwTJuAAAB8wDBNW4AwTdpAME5bwDBO2EAwT1iAMFBZQAAAfMAwUNuAAAB8wDBRW4AwUflAAAB5wDBSWQAwUtlAAAB5wAAAfMAwU1uAMFPcgAAAeQAwVFuAMFSZQDBVWkAwVdzAMFZaQDBW2EAwV15AMFeaQDBYXIAwWJrAAAB+QAAAfMAwWVsAMFneQDBaV8AwWtpAMFtYQDBb3MAwXBvAMFzcADBdGEAwXdnAMF5aQDBe2wAAAHyAAAB5wDBfXQAwX9zAMGBcgDBg3AAAAHuAAAB8wAAAeUAAAHnAMGFbwAAAesAAAHlAMGHcADBiWQAwYthAMGNZAAAAeUAwY9jAAAB4gDBkWEAwZNkAMGVYgDBl28AwZktAMGbdADBnV8AAAHuAAAB5ADBn3QAwaFlAMGjaQAAAOQAAAHzAMGlbgDBp2wAAAHzAMGpbwDBq28AAAHlAMGtcwDBr24AAAHzAMGxdwDBs2cAwbRpAAAB+QDBuV8AwbtiAMG9bwDBv3EAwcFpAMHD4QAAAecAAAHzAMHFZQDBx24AwcllAAAB+AAAAecAAAH0AAAB7QDBy2kAAAHrAAAB5wDBzWEAwc9hAAAB8wAAAe0AwdFuAMHT7gAAAekAwdV0AMHXYQAAAewAwdlvAMHbaQDB3WEAwd9sAAAB5wDB4WMAweNlAAAB5wDB5WQAwedlAMHpbwDB63UAwe1yAMHvcgDB8XUAwfNfAMH1ZQDB928AwflwAMH6YQDB/XIAwf9rAMIBbwDCA3MAwgVmAMIHcwDCCWYAAAHzAMILZQDCDWgAwg9jAAAB5wDCEGUAwhNpAAAB5ADCFW4AwhdvAMIZbQDCG3QAAADkAAAB8wDCHW4AAAGyAMIfZQDCIC0AwiIuAMIkXwDCJmwAwihuAAAB8wAAAfMAwiplAMItaQDCLjEAwjFyAAAA6ADCM3MAAAH5AMI0YwDCN3QAwjliAMI6XwAAAOQAAAHzAMI8bgDCP3MAwkFiAAAB9ADCRW4AwkZiAMJIbgDCS3QAwkwtAMJO3wAAAOQAwlryAAAB8wDCY24AAAHuAMJlZQDCZmEAwmjlAMJuaQAAAe8AwnFpAMJzbgDCdWEAwnduAAAB5ADCeG4Awnt0AAAB5ADCf3MAwoV0AMKGXwDCiPIAAAHzAMKLbgDCjW4Awo9yAAAA8wDCkXUAwpJlAMKVaQDCl24AwplpAAAB5QDCm2UAwp1vAMKfdADCoW4AwqJmAMKldADCpmMAwqnoAMKrcADCrW8Awq9yAMK19AAAAeQAwrhuAMK7bwDCvXQAwr9lAMLBdADCw2UAwsXyAMLKZQDCzGkAAAHzAMLP9ADC0WkAwtNjAAAB5ADC1W4AwtdlAMLaLQDC3F8AAAHzAAAB8wDC3mEAwuDlAMLlbwDC52kAAAH0AMLpdQDC6mwAAAHzAMLxZQDC82kAAAHlAML0YQDC92kAwvhlAML8aQAAAfMAAAHlAML/cwAAAeUAAAHzAMMBaADDA2wAwwVjAMMHdADDCGUAwwpsAMMNbgDDD28AwxFwAMMT5QAAAecAwxdwAMMZdgAAAfMAwxt1AMMdawAAAekAwx9lAMMhbAAAAesAAAHzAAAB6AAAAfQAwyNpAAAB5wDDJWkAwydzAAAB5wAAAe4AAAHlAMMpaQAAAOEAwytvAAAB5wDDLW8AwzFpAMMzbgDDNWkAwzdsAMM5bgDDO28Awz1sAMM/XwDDQWcAw0NiAMNFbgDDR3QAw0lsAMNLcgDDTW8Aw09uAMNQXwDDVWwAw1ZpAMNZdADDXXoAw2FhAMNjLQDDZW4AAAHzAMNmYQDDaWwAw21sAMNveADDcXQAw3NwAMN1YQDDd2UAw3llAMN7dQDDfXYAAAH0AMN/cgAAAeUAw4FzAAAB+QDDg28Aw4VyAMOHdADDiXQAw4tsAAAB9ADDjXkAw49vAMOQcADDk3QAw5VpAMOWYgDDmWQAw5tzAMOdcwAAAfIAw59uAMOhdAAAAewAAAHyAMOj7gDDpXQAw6ZfAAAA5AAAAfMAw6luAMOrZQDDrGUAw69vAMOwXwDDuGUAw7ppAAAB8wDDvXYAw79fAMPBYQAAAecAw8NpAAAB5wDDxWUAw8dyAMPIbADDy3MAw9FuAMPTXwDD2WwAAAHlAMPbdADD3WUAw99zAAAB5QDD4WUAAAH5AMPjZgAAAOQAw+VuAMPrbgDD7WUAw+9zAMPxdADD9WUAw/dpAMP45QDD/WkAw/90AMQBbADEA3QAAADkAAAB8gDEBWwAAAHkAMQHdADECXQAAAHkAAAB5ADEC2MAxA1iAAAB5ADEDm4AxBFvAAAB8gDEE24AxBZlAMQaaQDEHW0AAAGyAMQfcgDEIXQAAAH0AMQjcwDEJXkAxCdhAAAB5QDEKWwAxCtuAMQvbAAAAeUAAAHkAMQxdgAAAfkAxDNyAMQ3bQDEOWUAxDsuAMQ8XwAAAOQAxEDyAAAB8wDERW4AxEduAMRJ9wDES2cAxE1lAMRPcgAAAeUAxFJlAMRXaQAAAegAxFhlAAAB8wDEW2MAxF1hAAAB9ADEX3UAxGF1AMRjaQDEZWwAAAHzAMRndADEaWwAxGtyAMRtaQDEb3IAxHFyAMRzdADEdXMAxHd0AAAB8wDEeWkAxHtjAMR99ADEg3oAxIXkAAAB5QDEjS0AxI9jAMSRbgDEky4AxJlvAMSbbADEnWMAxJ/rAAAB5wAAAfkAxKFvAMSjaQAAAe4AxKVyAMSndAAAAe4AxKtnAMStYgDErl8AxLFhAMSzLQDEtWUAxLdzAMS5ZAAAAfMAxLtjAMS9bwAAAeQAxL5uAMTBdgDEw24AxMVlAMTGMgDEyDQAxMs4AMTMYQAAAfMAxM9vAMTRdADE024AxNViAAAA5AAAAfIAxNduAMTZbwAAAecAxNt6AMTdbgDE32QAxOF0AAAB5AAAAfIAxONmAMTkYQDE52kAAAHnAMTpbAAAAeQAxOvnAMTtcwDE72UAxPFnAMTzbADE9W4AxPdlAMT5bADE+2UAAAHoAAAA5ADE/G0AAAHzAMT/cgAAAOQAxQBtAAAB8wDFA2wAxQVlAAAB5wAAAeUAxQdhAAAB+QDFCXQAxQtlAMUNcADFD2UAxRFsAMUTcwDFFW0AxRdiAMUZZQDFG2UAAAHnAMUdZwAAAecAAAHsAMUf7wDFIWEAxSNzAAAB5QDFJWgAxSblAMUraQDFL2wAAAH5AMUxcgAAAeQAAAHzAMUzbgDFNW8AxTZfAAAA5AAAAfMAxT1uAMU/dgAAAeUAxUFwAMVCYgAAAfIAAADkAAAB8wDFRG4AxUdvAAAB8gAAAeUAxUhlAMVLaQDFTWMAAAHnAAAB5QAAAeQAxU9uAMVRcwDFU3MAxVXkAMVXdgDFWW4AxVtlAMVcZQDFXmkAAAHzAMVhdADFY/QAxWVsAAAB8gDFZnIAxWlzAMVqZADFbXAAAADkAMVvcgAAAecAxXBlAMVzaQAAAeQAxXluAMV6YgDFfG8AxX92AMWB7ADFiWEAxYtyAMWNZgDFjmUAxZFpAMWTaQDFlF8AxZhlAMWaaQAAAfMAxZ1hAMWfbADFoecAAAHrAMWjYQAAAfMAxaXrAMWrbwDFrXQAAAHzAMWvZQAAAewAxbFlAMWzYQAAAeUAxbStAMW2LgDFvl8AxcBjAAAA5ADFwmYAxcRvAAAB8wAAAfkAAAHrAMXHZADFyWIAAAHnAMXLZADFzWUAxc9rAMXRbAAAAfIAAAH0AMXTbgDF1XgAxdduAMXZeADF23AAxd1wAAAB5QDF3+UAAAHoAMXjdAAAAeUAAAHkAAAB5QDF5XMAxediAMXpYwDF628Axe90AMXxawAAAeEAxfNuAMX1bAAAAOQAAAHzAAAB5QDF92kAxfluAMX7XwDF/WUAAAHnAMX/ZgAAAegAxgEtAMYCZQDGBGkAAAHzAMYHcwDGCWwAAAHlAAAB8AAAAecAxgtuAMYNZQDGD3MAxhFmAAAB8wDGE2wAxhUtAMYXLgDGGW4AAAGxAAAB8ADGG18Axh0uAAAAsQDGIWMAAAHoAMYiZQDGJWkAxidhAMYpYgDGK2wAxi1hAMYvbADGMWMAxjN5AMY1YQDGNmUAxjtpAAAB5AAAAfIAxj1fAMZDaQDGRWkAAAHuAMZHdAAAAfQAxklyAMZLcgAAAfQAxk3lAAAB5QDGT/QAAAH5AMZRaQDGU24AxlXkAMZXdADGWW8AxltmAMZdYQDGX24AxmF0AMZjYQAAAfMAxmVvAMZnbwDGaWMAxmtlAMZtdADGb2EAAAHlAMZzbgDGgW4AxoNlAMaFbQDGh2EAAAHlAAAB5AAAAeMAxolsAMaLZgAAAegAxo1vAMaPYgAAAeUAxpBpAMaVbADGluUAxpxpAMajbwDGpWEAxqd0AMapYQDGq3UAxq1mAMavaQDGsWUAxrN0AMa1dADGt2sAxrlpAAAB6ADGu2MAxr1wAMa/dQDGwWkAxsJfAMbFZADGxzEAAAHuAMbJbADGy3IAxs14AMbPZADG0XIAxtNsAAAB8wDG1WcAxtdlAMbZYwDG23IAxt1uAMbfsADG4XMAxuNtAMblbgDG52UAxul0AMbrbQAAAfAAxu1zAAAB+QAAAecAAAHuAMbvYQDG8S0AxvdvAMb4ZADG+mUAxv10AMb/awDHAW8AxwNlAAAB5QDHBWkAxwdiAMcJLQDHCi0Axw9fAMcRcADHE3AAxxRiAMcYcwDHG3cAxx1lAAAB5ADHH28AxyEtAMcjaADHJXIAAAHlAMcmYQAAAfMAxyllAAAB9ADHK2MAxy1yAMcvcADHMWQAxzNwAMc1dADHN2IAxzlzAMc78wDHPWcAxz9vAAAB8gDHQWUAx0NlAMdFYQDHRy0Ax0lhAMdLaQDHTWEAx09iAAAB5ADHUGMAx1JmAMdUbQDHV3MAx1lsAMdbZQAAAeUAx11uAMdfYQDHYWEAx2NpAAAB5wAAAeQAx2VuAMdm5QDHa2kAx21uAAAB5QDHb/oAx3F1AMdzaQDHdV8Ax3dsAMd5YwDHe2QAx31rAAAB6ADHf2wAx4FpAMeDZwDHhWUAx4dvAMeIYQDHimQAx4xmAMeOaQDHkG4Ax5VwAMeXaQDHmS0Ax5tyAMedYwDHn2kAx6FpAAAB5QDHo2gAx6V2AMencADHqWgAx6stAMet4wAAAfMAAAH3AMevbADHsXQAx7NjAMe0ZwDHt2gAx7lhAMe7ZwDHvXMAx79lAMfBZQAAAfMAx8NzAMfFdADHx3QAx8lzAMfLcgDHzWEAAAHtAMfPZQAAAe4Ax9FhAMfSaQDH1/kAx9l5AMfbaQDH3WMAx99hAAAB5QAAAeQAx+FlAMfjaAAAAecAx+VhAMfncwDH6WYAAAHvAMfrbADH7XYAx+9sAMfxaQDH824Ax/VtAMf39ADH+24AAAHkAMf9bgDH/2kAyAFiAMgDaQAAAOQAyARtAAAB8wDIB24AAAHoAMgJcgDIC2MAyAwtAMgQXwDIFuQAyBhlAMgb8wDIHW4AyB9kAMghbwDII3QAyCVlAMgnZQDIKXMAyCtjAMgs5QDIL2kAyDFiAMgzbgDINWIAyDl0AMg7ZAAAAecAyD1kAMg+5QDIQGkAyENvAMhF9ADIR3UAyElpAMhLbgDITWIAAAHkAAAA5QDITnUAAAH5AMhRYgDIU2kAAADsAMhVdADIVmUAyFlpAMhbZQDIXWkAAAHkAMhfbgDIYWgAAAHnAMhjdADIZWYAAAHkAMhmbgDIaW8AyGouAMhsaQDIbm8AAAHzAMhxdADIci0AyHRkAMh2bgAAAfIAyHgtAMh6LgDIfN8AyJJhAMiWZQDImmkAAAHzAMid5QDIn2EAyKF0AMij9ADIp2UAyKljAMiqZQDIrW8AyK9zAAAB8wDIsGQAyLN0AAAB7ADIt2wAyLlnAAAB5ADIu28AyL1hAMi/dADIwWEAyMP0AMjHYwDIy3IAyM1kAMjO7ADI03QAyNVlAMjXbADI2WUAyNtsAMjdcADI32UAyOH0AAAB7ADI42kAyORlAMjndQDI6W8AyOtlAMjtbgDI72EAyPFyAMjyYQDI9WUAyPdjAMj9ZQDI/3YAAAHkAMkBbADJA2wAyQRpAMkHbwAAAecAAAHzAAAB5ADJCXUAyQthAMkNbADJD3UAyRFiAMkTbADJFXAAyRdpAMkZZQDJG2EAAAHkAMkdbwAAAeUAAAHkAMkebwDJIXYAySNlAMklbgDJJ3QAySlnAMkrbQDJLW4AyS9zAMkxaQDJM+0AAAHjAMk1bgDJN3QAAAHlAMk5aQDJO2UAyT1uAAAB9AAAAecAyT8uAAAB8AAAAbIAyUF1AMlDZADJRWwAyUZlAMlIbAAAAfMAyUtnAMlNZgDJT3AAAAHlAMlR5QDJWWkAAAHzAAAB5wDJW3IAAAHjAAAB5ADJXWEAAAHnAMlfcgAAAecAyWFlAAAB8gDJY2kAyWVjAMlncwAAAeUAyWlsAMlrbADJbS0AyW9pAMlxbADJc28AyXVyAAAB8wAAAeMAyXfuAMl5awDJe3QAAAHtAAAB7wDJfGEAyX5lAMmCZgDJhGkAyYZuAMmIbwDJinIAyY10AAAB5gAAAeYAAAH5AMmPZAAAAfQAyZFlAMmTZADJljEAAADhAMmYcADJm3MAyZ1nAMmfYQDJoXAAyaMtAAAB5ADJpeQAyadzAMmpdgDJqzgAya0tAMmvdQDJsXQAybNmAAAB8wDJtDEAybZkAMm5cwDJu28Ayb1vAMm/bwDJwWwAycN0AMnFbgDJx2oAyclzAMnLYwDJzTIAyc9vAMnRbwDJ02UAydVjAMnXZQDJ2C0AydtfAMndYQDJ32YAyeFpAMnjLQDJ5XkAyedwAMnpYQDJ62wAye1pAAABsgDJ7y0AAAHjAMnxcgAAAfMAyfNvAMn1cgAAAecAyfcxAMn5cADJ+mQAyf1tAMn/bwDKAWMAygMyAMoJcwDKC3IAyg1vAMoPMgAAAfAAyhFkAMoTZADKFTYAyhdzAMoYXwDKGuQAAAHzAModbgDKH24AyiFpAAAB5QDKI2kAyiVfAAAB5wDKJ24AyiltAAAB5QDKK2cAyi1wAMovbgDKMW0AyjNvAMo1dAAAAeUAyjdpAMo5bwDKO24AAAH0AMo9bgDKP18AAAHwAAAB8wDKQWUAAAHzAMpD6wDKRXMAykZuAAAB9gDKSWEAyktpAMpMYQDKT2kAylFhAMpTYQDKVe4AylduAMpZbgDKW2MAAAHuAMpdZQDKX2EAymFyAMpjcwAAAeUAymVjAMpnZQDKaW8AymotAAAB8wDKbXQAym9hAAAB5QDKcW4AynNkAMp1YQDKd20AAAHsAMp57gDKfWEAyn9pAMqBcwDKg+UAAAHzAMqHcADKiWUAAAHzAAAB5wDKi24Ayo1yAAAB5wAAAfQAyo9hAAAB8wAAAfkAypFiAAAB7gAAAfkAypNsAMqXZwAAAecAypl0AMqbZQDKnWUAyp9lAAAB+QAAAfAAAAHkAAAB9AAAAbEAyqFmAAAA5ADKom0AAAHzAMqlcwDKp3QAAAGuAMqpYQDKq2EAyq10AMqvZQDKsWEAyrNpAMq1aQDKt24AyrlvAMq7YQDKvXkAAADpAMq/bgDKwWQAysJhAMrFdQDKxmEAysl1AMrLbwDKzGUAys9sAMrRYQDK0m4AytVzAMrWcADK2XYAytpyAAAB+QDK3G8Ayt91AMrhZQDK43UAyuVpAMrmZQDK6WkAyut4AMrtbgDK73AAyvBhAMrybwDK9XIAyvdvAMr4awDK+m8Ayv11AMr/ZQDLAWUAywNpAMsFbgDLB2YAywl0AMsLYgDLDXcAyw9zAAAB8wDLEW4AyxPhAMsVbwDLF3IAyxljAMsbYQDLHWkAyx9yAMshZgDLI24AyyVwAAAB5QDLJ3YAyyk2AAAB5QDLKy0Ayy1yAAAB5QAAAfQAyy9jAMsxbADLM2EAyzVpAMs3aQAAAfMAAADlAMs5aQDLO2cAyz1fAMs/ZADLQS0Ay0NlAMtFcgDLR2QAy0lyAAAB4wAAAeUAy0thAAAA5AAAAfMAy01uAMtPZADLUGYAy1N5AMtUbgDLV3YAy1kuAAAB8wDLW2gAy114AMtfaQAAAeEAy2FhAAAB8gDLY3QAy2UwAMtnWADLaXgAy2otAMttYwDLb2wAAAG3AMtxLQDLc3UAy3VvAMt3aQDLeWkAy3plAMt9aQDLf2wAy4FhAMuDbgDLhWQAy4d0AMuIYQAAAOUAy435AMuPcgDLkXIAAAHuAAAB+QAAAe0Ay5NwAAAB4wAAAeMAy5VjAAAB+QDLl28Ay5lwAAAB6ADLm+4Ay51jAMufcgDLoWQAy6NyAMulYwAAAfQAy6dvAMupcgDLq2YAAAHsAMutXwDLr18Ay7FlAMuzZgDLtWMAy7dvAAAB5AAAAfIAAAH5AMu5ZwDLu2YAy7xlAMu/aADLwWkAAAH5AAAB8wDLw/MAy8V4AMvHbgAAAeUAy8llAMvLbgAAAfMAy811AMvPZQAAAfMAy9FkAMvTdQDL1XIAy9ZhAMvbdQAAAesAy91uAMvfYQAAAfIAAAHzAMvhdADL42wAy+VvAMvnYQAAAeUAAAHuAMvpYQDL62wAy+10AMvvagAAAfQAy/FpAMvzLQAAAfgAy/VvAMv3aADL+WgAy/twAMv9ZgDL/3MAzAFhAMwDawDMBXQAzAdsAMwJcwDMC3QAzA1uAAAB5QDMD2UAzBFhAMwTagDMFGIAzBdlAMwZcgDMG2EAzB10AMwfaQAAAfQAAAH0AMwhbgDMI2kAzCV0AMwndgDMKWkAAAH4AMwrLQAAAe8AzC1hAMwuYQDMMGIAzDJlAMw0bwDMOXMAzD10AMw/YwAAAe4AAAHjAMxBbgDMQ24AzEXuAMxHbgAAAfIAzElvAMxLcgDMTWMAzE9vAAAB8wDMUW8AzFMyAAAB7ADMVWMAzFdoAAAB6QDMWXAAzFpxAMxddwDMX2UAzGFlAMxjbADMZWcAzGduAMxpZwDMamEAzG1sAMxxbADMc20AzHV2AMx3ZQDMeXMAzHvlAMx9bgDMf24AzINuAMyFbwDMh+wAzIlsAMyLbAAAAbIAAAHnAMyNbwDMj2UAAAH0AMyRdQDMk3MAzJVkAMyXdQDMmW0AzJtzAMydaADMn3IAAAHzAAABtADMoWEAzKNlAMylYQAAAeUAzKdvAAAB8wDMqG4AzKtvAMyt8gAAAeUAzK8uAMyxYQDMsmEAzLXlAMy3bgDMuewAzLtyAMy9bgAAAecAzL5hAMzBaQDMwmEAzMVpAAAB5ADMx+wAzMlrAMzLawDMzS4AAAHyAMzPYgDM0G0AzNJzAMzVdADM12kAAAHkAMzZLgAAAfMAzNtiAMzcZgDM3mkAzOFuAMzjZQDM5GkAAAHzAMznaADM6WMAzOphAMzsZADM7uUAzPVpAAAB9wDM92wAzPl0AMz/aADNAF8AzQRjAAAA5ADNBmYAzQjyAAAB8wDNC24AAAHuAM0NaQAAAbIAzQ9uAAAB9ADNEXAAzRPsAM0VZQDNFl8AzRlsAM0bcADNHWUAAAHkAM0faQDNIGEAzSNpAM0lYQDNJ3IAAAHmAM0pbQDNK18AzS1yAM0vbAAAAfMAzTHnAM0zbgDNNXMAzTdyAM05ZwDNO2gAzT10AM0/agDNQXAAzUNnAM1FdQDNR2wAzUhhAM1KZQDNTGkAAAHzAM1PYwDNUW4AzVNpAM1VZQDNV2UAAAHsAM1ZaQAAAfgAAAHjAM1b5QAAAeUAAAHlAAAB+QAAAbEAzV1mAM1fZQDNYWMAzWNmAM1laQDNZ2wAzWltAM1rcgDNbe0AzXNkAM11dADNd3UAAAH0AAAB5wDNeWkAzXvnAM19cwAAAfMAzX9pAM2BZQDNg2wAAADlAAAB+QAAAeQAzYXuAM2L5QDNjWEAzY9sAM2RcwAAAeYAzZNzAM2VYwDNl2EAAAHzAAAB7ADNmeUAzZtpAM2ddQDNn3AAzaFpAAAB8wDNo2UAzaV0AM2nYwAAAe8Azal1AAAB9ADNq24Aza9uAAAB8gDNsWwAzbNpAM21YQDNt24AzblhAM27dADNvWQAzb9zAM3BYgDNw24AzcRlAM3HaQDNyWQAAADkAAAB8wDNy24Azc1uAM3PZQDN0WUAzdNlAAAB5QDN1GEAzddlAM3Z5QAAAecAAAHzAAAB8wDN32wAzeFyAAAB5wDN4mkAAAH5AM3mXwDN62wAze1nAM3uYQAAAfMAzfFjAM3zYwDN9XIAzfhlAM38aQDN/+8AAADkAAAB8wDOAW4AzgJpAAAB8wDOB24AAAHlAM4IXwAAAOEAzgptAM4QbgAAAfMAAAHzAM4SLQDOHi4AziJfAM4oaQDOKm4AAAHzAAAB8wDOLWUAAAHzAAAA5AAAAfMAzjF0AAAB+QDOM2kAAAHlAAAB7AAAAeQAzjV0AM43ZQDOOS0AzjvmAM497AAAAfMAAADkAAAB8gDOQW4AzkNpAM5EXwAAAfMAzkdxAM5JZAAAAfMAAAHsAM5LaQDOTWEAzk9pAM5RYQDOU3QAzlWxAM5XaQDOWDIAzltyAM5cYQDOXmIAzmBkAM5iZgDOZGcAzmZpAM5pcADObC4AAAG5AM52ZADOeGYAznppAM58bADOfnAAzoNyAM6FYQAAAeUAzodfAAAB5QDOiWMAzotpAM6NcgDOj3UAzpE2AM6TbwDOlXIAzpdlAAAB8gAAAe8AAAHnAM6Z7gDOnWEAzp9uAM6hNwAAAbMAzqNvAM6lbADOp3IAAAH5AM6paQDOq2kAzq1sAM6vdQDOsXIAzrNhAM61ZQDOt2sAzrtpAM69YwDOv2wAzsFsAAAB5QDOw20AAAHlAM7FYgDOx24AAAHnAM7IaQAAAfMAzspzAM7NegAAAeQAztFuAM7TbADO2WcAAADkAAAB8gAAAeUAztt2AM7d5QAAAfQAAAHnAM7fbgDO4fIAzuNjAAAB5ADO5/QAzuthAM7tcgAAAfkAzu5lAM7xaQDO8zIAzvVtAM73YQAAAeQAzvluAM795QAAAecAAADkAM7/8wAAAfQAzwFsAAAA5QAAAfkAzwNuAM8FYQDPB2QAzwllAM8LbgDPDfIAAAHnAAAB5wDPEW4AzxNpAAAB5ADPFF8AAADkAM8WbQAAAfMAzxluAM8bdAAAAeQAzx1uAM8fbwDPIW4AzyNjAM8ndgDPKGUAzyppAAAB8wAAAOQAzyxtAM8v8wDPM24AAAHkAM81ZQDPN2kAAADkAAAA8gAAAfMAzzluAM875QDPPmUAz0FpAAAA5QDPQ2kAz0X0AAAB9AAAAeQAz0luAM9K5QDPTWkAz09vAAAB5ADPUW4Az1NfAAAB5AAAAeQAAAHkAM9VbgAAAe4AAAHkAAAB8gDPV24Az1llAM9bYQAAAesAz11uAAAB8wDPX20Az2FPAM9jbwDPZWEAz2d0AM9pbgDPa20Az21qAM9vZwDPcXQAz3N0AAAB5QDPdWwAz3dhAM95bwDPe24Az31vAM9/cwAAAekAz4FnAM+DYQDPhXAAz4duAAAB5ADPiWcAz4stAM+NLQDPj2MAz5FtAM+TbwDPlW8Az5dpAM+YZQDPm2kAz51lAAAB5QDPoWMAz6NpAM+lcADPp2cAAAHsAM+pbAAAAecAz6tzAM+t7wAAAeUAz69mAAAB8wDPsW4Az7NuAM+1bgDPt2YAz7luAM+7YQDPvXgAAAH0AM+/cwAAAeYAAAHuAM/BLgDPw3MAAADkAAAB8wDPxW4Az8ZmAM/JaQAAAfkAAAHzAAAB+QDPy3QAAAHzAM/NbgDPz2IAAAHkAM/QbgDP028Az9VpAM/XbgDP2WMAz9vjAM/fbwAAAeUAz+F2AM/jZQAAAewAz+TlAM/qaQDP7W8Az+9lAAAB8gDP8eUAz/N0AM/1egDP+WEAz/t0AM/9aQDP/3IA0AFpAAAB8wDQA28A0AVfANAJbADQC2wA0A1sANAObADQEW0A0BNpANAVdADQF2cA0BlvAAAB5wDQG3AA0B1tAAAB9ADQH24A0CFmANAjcgAAAfkAAAHuANAlcAAAAfQA0CdpANAoaQDQK/kA0C1vANAvbgDQMGUA0DJmANA0cQDQNnQA0Dl3ANA7YwDQPWUAAAHkANA/bwAAAe4A0EFiANBDXwDQRV8A0Ed1AAAB5wDQSXIA0EtlANBNYQAAAecAAAHzANBPZQAAAeUAAAHlANBR7gDQU20A0FV0ANBXbwDQWXQAAAHyANBbbADQXWUAAAHoAAAB9ADQX24A0GFpANBjbADQZW8A0Gd1ANBpYwAAAa4A0GpjANBsZADQbmYA0HJoANB0cgDQdnMA0Hl1ANB7bwDQfWkA0H9vANCAXwDQg2UA0IVvANCHcgDQiWEA0IotANCMaQDQj2wA0JDjANCVZQDQl2wA0JlwAAAB5wAAAfAAAAHnAAAB5wDQm3QA0J1uANCfbgAAAeMA0KFlANCjcwDQpXAAAAHkANCmcwDQqHQA0Kt6ANCtaQDQr28A0LHkAAAB8wAAAecA0LdpAAAB5wDQuW4A0LpkANC8ZgDQv2wA0MFsANDDaQAAAegAAAH0AAAB5wDQxXQA0MdzANDJbQAAAe4A0MtsANDNaQDQz3IA0NFpANDTcwDQ1GkA0NZsANDZdQDQ22UA0N1zANDf9ADQ4WwAAAH5AAAB5AAAAfkA0ONhAAAB6ADQ5W8A0OcuANDpaADQ62kAAAHkANDtbgDQ73IAAAHkANDxbQDQ82UA0PVpAAAB6gDQ92kAAAHzAND5YQDQ+mQA0P1uAND/YwDRAWUA0QNpANEEZQDRCWkA0QtsAAAB8wAAAfMAAACxAAAAsgDRDF8A0RFlANETcADRFWUA0Rd1ANEZbgDRG2UAAAHzAAAB8wDRHWkA0R5lAAAB8wDRIGYA0SNvANElZQAAAOQAAAHzANEnaQAAAeUA0Sl6ANErbwDRLGQAAAH0ANEvZQAAAeQA0TFuANEyZQDRNGkAAAHzAAAB5ADRN/MA0ThlANE7aQDRPWQAAADkAAAB8wDRQW4A0UNwAAAB4wDRRV8A0UZfANFIZQAAAfMA0UtuANFNaQAAAfMAAAH0ANFOZADRUWkA0VJzANFVdwDRV2EA0VlpANFbdAAAAOUA0V1vAAAB7AAAAeQA0V9lAAAB8wDRYGYA0WJnANFlcAAAAK4A0WdkANFobADRam0A0WxuANFucwDRc3QA0XVuANF3YQDReXUA0XtvANF95QDRf3IA0YLsANGFdADRh2wA0YluAAAA5QAAAfkA0YtsANGNbwAAAeUAAAHlANGPLgAAAeUAAAHqAAAB9ADRk3QAAAHkANGVZQDRl24A0ZnoANGbZADRnW4A0Z9wANGhYgDRozAA0aVhANGnbgDRqC0A0apfAAAB8wDRrW0AAAGyANGvYwDRsW8AAAHyAAAB8gAAAecAAAHlANGzbwDRtXMA0bdpANG5ZQAAAecAAAHnANG7cgAAAeYA0b1vAAAB5wDRv24AAAHyANHBcgDRw2kA0cV0ANHLcgDRzWwA0dFyAAAB5QDR02MAAAHnANHVbgDR13QA0dhlAAAB8wDR23EAAAHlANHdbwDR3y0A0eFzAAAB8gAAAfMA0eVjAAAB+QAAAewA0edtANHpcwDR62YA0e1fAAAB5QDR72wA0fFwAAAB9ADR83AA0fV0AAAB8wDR93IA0flvANH7dADR/WUA0f91ANIBYQDSA2EA0gVlANIHdAAAAe4A0gllANILdADSDWcA0g9lANIRaQDSE24A0hVvANIXYQDSGWUA0htlANIddADSH2IA0iFlANIjbADSJWwA0id0AAAB+QDSKXMA0itzANIt9ADSMWkA0jNhANI1awDSN3kA0jlpANI7cwDSPWUA0j92ANJBaQDSQ2kA0kVkANJHYQDSSWMA0kt4ANJNbAAAAeQA0k9uANJRZQDSU2IA0lVhANJXZgDSWeUA0lt4ANJdYgDSX3IA0mFlAAAB5QAAAeQAAAH5ANJjYQAAAecA0mRkANJncADSaGQA0mttAAAB5wDSbW4AAAHkANJvbgDScWEA0nPtANJ1dADSd+UA0nl0AAAB5QDSe2YA0n1pANJ/ZQDSgXQA0oNlAAAB5QDShWYA0odjAAAB4wAAAfMA0oluANKLeADSjXQA0o9nAAAB8gDSkWEA0pNuANKVYQDSl2EA0plwANKbZwAAAeQA0pzlANKfaQDSo20A0qVyAAAB5QDSp+UAAAHjAAAB8wDSq28A0q1sANKv8wDSsWUA0rMuANK1YgDSt3MAAAHtANK5bADSu2IA0r1hAAAB8wDSv24A0sFsANLCLgDSxl8A0splANLMaQAAAfMAAAHsANLPcgDS0W8A0tJiANLUZQDS12kA0tlpANLbegDS3XQA0t9uANLhbgDS42kA0uVsANLnbQDS6GIA0upoANLsbQDS73YA0vFzANLzZQDS9XUA0vYtANL4XwAAAfMA0vtlANL9ZQAAAewA0v8tANMArQDTCS4A0wt6ANMNZQDTD20A0xFlANMTcgDTFW8A0xdoANMZZQDTG2EA0x1yANMfYwDTIWwA0yNlANMlcwDTJ2kA0ynkANMrcwDTLS4AAAHoAAAB7ADTL2UA0zFyANMzbwDTNWUA0zduANM5bgDTO3IA0z1vANM/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 9c833f8fe..8388f8461 100644 Binary files a/dumped.trie and b/dumped.trie differ