|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + |
| 5 | +<base href="."> |
| 6 | + |
| 7 | +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| 8 | +<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 9 | +<meta name="viewport" content="width=device-width, initial-scale=1"> |
| 10 | + |
| 11 | + |
| 12 | +<title>Release 1.9.0 (in development)</title> |
| 13 | + |
| 14 | +<link rel="stylesheet" href="assets/css/dark-frontend.css" type="text/css" title="dark"> |
| 15 | +<link rel="alternate stylesheet" href="assets/css/light-frontend.css" type="text/css" title="light"> |
| 16 | +<link rel="stylesheet" href="assets/css/bootstrap-toc.min.css" type="text/css"> |
| 17 | +<link rel="stylesheet" href="assets/css/jquery.mCustomScrollbar.min.css"> |
| 18 | +<link rel="stylesheet" href="assets/js/search/enable_search.css" type="text/css"> |
| 19 | + |
| 20 | +<link rel="stylesheet" href="assets/css/notes.css" type="text/css"> |
| 21 | + |
| 22 | +<link rel="stylesheet" href="assets/css/prism-tomorrow.css" type="text/css" title="dark"> |
| 23 | + |
| 24 | +<link rel="alternate stylesheet" href="assets/css/prism.css" type="text/css" title="light"> |
| 25 | + |
| 26 | +<script src="assets/js/mustache.min.js"></script> |
| 27 | +<script src="assets/js/jquery.js"></script> |
| 28 | +<script src="assets/js/bootstrap.js"></script> |
| 29 | +<script src="assets/js/scrollspy.js"></script> |
| 30 | +<script src="assets/js/typeahead.jquery.min.js"></script> |
| 31 | +<script src="assets/js/search.js"></script> |
| 32 | +<script src="assets/js/compare-versions.js"></script> |
| 33 | +<script src="assets/js/jquery.mCustomScrollbar.concat.min.js"></script> |
| 34 | +<script src="assets/js/bootstrap-toc.min.js"></script> |
| 35 | +<script src="assets/js/jquery.touchSwipe.min.js"></script> |
| 36 | +<script src="assets/js/anchor.min.js"></script> |
| 37 | +<script src="assets/js/tag_filtering.js"></script> |
| 38 | +<script src="assets/js/language_switching.js"></script> |
| 39 | +<script src="assets/js/styleswitcher.js"></script> |
| 40 | + |
| 41 | +<script src="assets/js/lines_around_headings.js"></script> |
| 42 | + |
| 43 | +<script src="assets/js/prism-core.js"></script> |
| 44 | +<script src="assets/js/prism-autoloader.js"></script> |
| 45 | +<script src="assets/js/prism_autoloader_path_override.js"></script> |
| 46 | +<script src="assets/js/prism-keep-markup.js"></script> |
| 47 | +<script src="assets/js/trie.js"></script> |
| 48 | + |
| 49 | +<link rel="icon" type="image/png" href="assets/images/favicon.png"> |
| 50 | +<link rel="shortcut icon" href="assets/images/favicon.png"> |
| 51 | + |
| 52 | +</head> |
| 53 | + |
| 54 | +<body class="no-script |
| 55 | +"> |
| 56 | + |
| 57 | +<script> |
| 58 | +$('body').removeClass('no-script'); |
| 59 | +</script> |
| 60 | + |
| 61 | +<nav class="navbar navbar-fixed-top navbar-default" id="topnav"> |
| 62 | + <div class="container-fluid"> |
| 63 | + <div class="navbar-right"> |
| 64 | + <a id="toc-toggle"> |
| 65 | + <span class="glyphicon glyphicon-menu-right"></span> |
| 66 | + <span class="glyphicon glyphicon-menu-left"></span> |
| 67 | + </a> |
| 68 | + <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-wrapper" aria-expanded="false"> |
| 69 | + <span class="sr-only">Toggle navigation</span> |
| 70 | + <span class="icon-bar"></span> |
| 71 | + <span class="icon-bar"></span> |
| 72 | + <span class="icon-bar"></span> |
| 73 | + </button> |
| 74 | + <span title="light mode switch" class="glyphicon glyphicon-sunglasses pull-right" id="lightmode-icon"></span> |
| 75 | + <form class="navbar-form pull-right" id="navbar-search-form"> |
| 76 | + <div class="form-group has-feedback"> |
| 77 | + <input type="text" class="form-control input-sm" name="search" id="sidenav-lookup-field" placeholder="search" disabled> |
| 78 | + <span class="glyphicon glyphicon-search form-control-feedback" id="search-mgn-glass"></span> |
| 79 | + </div> |
| 80 | + </form> |
| 81 | + </div> |
| 82 | + <div class="navbar-header"> |
| 83 | + <a id="sidenav-toggle"> |
| 84 | + <span class="glyphicon glyphicon-menu-right"></span> |
| 85 | + <span class="glyphicon glyphicon-menu-left"></span> |
| 86 | + </a> |
| 87 | + <a id="home-link" href="index.html" class="hotdoc-navbar-brand"> |
| 88 | + <img src="assets/images/meson_logo.png" alt="Home"> |
| 89 | + </a> |
| 90 | + </div> |
| 91 | + <div class="navbar-collapse collapse" id="navbar-wrapper"> |
| 92 | + <ul class="nav navbar-nav" id="menu"> |
| 93 | + |
| 94 | +<li class="dropdown"> |
| 95 | + <a class="dropdown-toggle" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> |
| 96 | + Modules <span class="caret"></span> |
| 97 | + </a> |
| 98 | + <ul class="dropdown-menu" id="modules-menu"> |
| 99 | + <li> |
| 100 | + <a href="CMake-module.html">CMake</a> |
| 101 | + </li> |
| 102 | + <li> |
| 103 | + <a href="Cuda-module.html">CUDA</a> |
| 104 | + </li> |
| 105 | + <li> |
| 106 | + <a href="Dlang-module.html">Dlang</a> |
| 107 | + </li> |
| 108 | + <li> |
| 109 | + <a href="External-Project-module.html">External Project</a> |
| 110 | + </li> |
| 111 | + <li> |
| 112 | + <a href="Fs-module.html">Filesystem</a> |
| 113 | + </li> |
| 114 | + <li> |
| 115 | + <a href="Gnome-module.html">GNOME</a> |
| 116 | + </li> |
| 117 | + <li> |
| 118 | + <a href="Hotdoc-module.html">Hotdoc</a> |
| 119 | + </li> |
| 120 | + <li> |
| 121 | + <a href="i18n-module.html">i18n</a> |
| 122 | + </li> |
| 123 | + <li> |
| 124 | + <a href="Icestorm-module.html">Icestorm</a> |
| 125 | + </li> |
| 126 | + <li> |
| 127 | + <a href="Java-module.html">Java</a> |
| 128 | + </li> |
| 129 | + <li> |
| 130 | + <a href="Keyval-module.html">Keyval</a> |
| 131 | + </li> |
| 132 | + <li> |
| 133 | + <a href="Pkgconfig-module.html">Pkgconfig</a> |
| 134 | + </li> |
| 135 | + <li> |
| 136 | + <a href="Python-3-module.html">Python 3</a> |
| 137 | + </li> |
| 138 | + <li> |
| 139 | + <a href="Python-module.html">Python</a> |
| 140 | + </li> |
| 141 | + <li> |
| 142 | + <a href="Qt4-module.html">Qt4</a> |
| 143 | + </li> |
| 144 | + <li> |
| 145 | + <a href="Qt5-module.html">Qt5</a> |
| 146 | + </li> |
| 147 | + <li> |
| 148 | + <a href="Qt6-module.html">Qt6</a> |
| 149 | + </li> |
| 150 | + <li> |
| 151 | + <a href="Rust-module.html">Rust</a> |
| 152 | + </li> |
| 153 | + <li> |
| 154 | + <a href="Simd-module.html">Simd</a> |
| 155 | + </li> |
| 156 | + <li> |
| 157 | + <a href="SourceSet-module.html">SourceSet</a> |
| 158 | + </li> |
| 159 | + <li> |
| 160 | + <a href="Wayland-module.html">Wayland</a> |
| 161 | + </li> |
| 162 | + <li> |
| 163 | + <a href="Windows-module.html">Windows</a> |
| 164 | + </li> |
| 165 | + </ul> |
| 166 | +</li> |
| 167 | +<li class="dropdown"> |
| 168 | + <a class="dropdown-toggle" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> |
| 169 | + Quick References <span class="caret"></span> |
| 170 | + </a> |
| 171 | + <ul class="dropdown-menu" id="quick-refs-menu"> |
| 172 | + <li> |
| 173 | + <a href="Reference-manual.html">Functions</a> |
| 174 | + </li> |
| 175 | + <li> |
| 176 | + <a href="Build-options.html">Options</a> |
| 177 | + </li> |
| 178 | + <li> |
| 179 | + <a href="Configuration.html">Configuration</a> |
| 180 | + </li> |
| 181 | + <li> |
| 182 | + <a href="Dependencies.html">Dependencies</a> |
| 183 | + </li> |
| 184 | + <li> |
| 185 | + <a href="Unit-tests.html">Tests</a> |
| 186 | + </li> |
| 187 | + <li> |
| 188 | + <a href="Syntax.html">Syntax</a> |
| 189 | + </li> |
| 190 | + </ul> |
| 191 | +</li> |
| 192 | + </ul> |
| 193 | + <div class="hidden-xs hidden-sm navbar-text navbar-center"> |
| 194 | + <p><b>The Meson Build System</b></p> |
| 195 | + </div> |
| 196 | + </div> |
| 197 | + </div> |
| 198 | +</nav> |
| 199 | + |
| 200 | +<main> |
| 201 | +<div data-extension="core" data-hotdoc-in-toplevel="True" data-hotdoc-project="Meson-documentation" data-hotdoc-ref="Release-notes-for-1-9-0.html" class="page_container" id="page-wrapper"> |
| 202 | +<script src="assets/js/utils.js"></script> |
| 203 | + |
| 204 | +<div class="panel panel-collapse oc-collapsed" id="sidenav" data-hotdoc-role="navigation"> |
| 205 | + <script src="assets/js/full-width.js"></script> |
| 206 | + <div id="sitenav-wrapper"> |
| 207 | + <iframe src="hotdoc-sitemap.html" id="sitenav-frame"></iframe> |
| 208 | + </div> |
| 209 | +</div> |
| 210 | + |
| 211 | +<div id="body"> |
| 212 | + <div id="main"> |
| 213 | + <div id="page-description" data-hotdoc-role="main"> |
| 214 | + <h1 id="new-features-in-development">New features (in development)</h1> |
| 215 | + |
| 216 | + </div> |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + </div> |
| 224 | + <div id="search_results"> |
| 225 | + <p>The results of the search are</p> |
| 226 | + </div> |
| 227 | + <div id="footer"> |
| 228 | + |
| 229 | + |
| 230 | +<hr> |
| 231 | + |
| 232 | +<div class="license-description"> |
| 233 | + Website licensing information are available on the <a href="legal.html">Legal</a> page. |
| 234 | +</div> |
| 235 | + |
| 236 | + |
| 237 | + </div> |
| 238 | +</div> |
| 239 | + |
| 240 | +<div id="toc-column"> |
| 241 | + |
| 242 | + <div class="edit-button"> |
| 243 | + <a href="https://github.com/mesonbuild/meson/edit/master/docs/_build/Release-notes-for-1.9.0.md" data-hotdoc-role="edit-button">Edit on GitHub</a> |
| 244 | + |
| 245 | + </div> |
| 246 | + <div id="toc-wrapper"> |
| 247 | + <nav id="toc"></nav> |
| 248 | + </div> |
| 249 | +</div> |
| 250 | +</div> |
| 251 | +</main> |
| 252 | + |
| 253 | + |
| 254 | +<script src="assets/js/navbar_offset_scroller.js"></script> |
| 255 | +</body> |
| 256 | +</html> |
0 commit comments