Skip to content

Commit 58dd8f1

Browse files
author
github-actions
committed
Update
1 parent 86b7c6f commit 58dd8f1

File tree

217 files changed

+530
-255
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

217 files changed

+530
-255
lines changed

Release-notes-for-1-8-0.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="viewport" content="width=device-width, initial-scale=1">
1010

1111

12-
<title>Release 1.8.0 (in development)</title>
12+
<title>Release 1.8.0</title>
1313

1414
<link rel="stylesheet" href="assets/css/dark-frontend.css" type="text/css" title="dark">
1515
<link rel="alternate stylesheet" href="assets/css/light-frontend.css" type="text/css" title="light">
@@ -211,7 +211,8 @@
211211
<div id="body">
212212
<div id="main">
213213
<div id="page-description" data-hotdoc-role="main">
214-
<h1 id="new-features-in-development">New features (in development)</h1>
214+
<h1 id="new-features">New features</h1>
215+
<p>Meson 1.8.0 was released on 28 April 2025</p>
215216
<h2 id="new-argument-android_exe_type-for-executables">New argument <code>android_exe_type</code> for executables</h2>
216217
<p>Android application executables actually need to be linked
217218
as a shared object, which is loaded from a pre-warmed JVM.
@@ -335,7 +336,7 @@ <h2 id="valgrind-now-fails-tests-if-errors-are-found">Valgrind now fails tests i
335336
<div id="toc-column">
336337

337338
<div class="edit-button">
338-
<a href="https://github.com/mesonbuild/meson/edit/master/docs/_build/Release-notes-for-1.8.0.md" data-hotdoc-role="edit-button">Edit on GitHub</a>
339+
<a href="https://github.com/mesonbuild/meson/edit/master/docs/markdown/Release-notes-for-1.8.0.md" data-hotdoc-role="edit-button">Edit on GitHub</a>
339340

340341
</div>
341342
<div id="toc-wrapper">

Release-notes-for-1-9-0.html

+256
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,256 @@
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>

Release-notes.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,13 @@ <h1 id="release-notes">Release notes</h1>
222222
<div id="subpages">
223223
<p><b>Subpages:</b></p>
224224
<div class="thumb-subpages">
225-
</div>
225+
</div>
226226
<p>
227-
<a href="Release-notes-for-1-8-0.html">Release 1.8.0 (in development)</a>
227+
<a href="Release-notes-for-1-9-0.html">Release 1.9.0 (in development)</a>
228+
– Release notes for 1.9.0
229+
</p>
230+
<p>
231+
<a href="Release-notes-for-1-8-0.html">Release 1.8.0</a>
228232
– Release notes for 1.8.0
229233
</p>
230234
<p>

assets/js/search/Android

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
urls_downloaded_cb({"token":"Android","urls":[{"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":"Reference-manual_functions.html#shared_module","node_type":"p","page":"Functions","sections":["Functions","shared_module()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#new-argument-android_exe_type-for-executables","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","New argument android_exe_type for executables"],"context":{"gi-language":["default"]}},{"url":"Users.html#notable-projects-using-meson","node_type":"ul","page":"Users","sections":["Notable projects using Meson"],"context":{"gi-language":["default"]}}]});
1+
urls_downloaded_cb({"token":"Android","urls":[{"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":"Reference-manual_functions.html#shared_module","node_type":"p","page":"Functions","sections":["Functions","shared_module()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#new-argument-android_exe_type-for-executables","node_type":"p","page":"Release 1.8.0","sections":["New features","New argument android_exe_type for executables"],"context":{"gi-language":["default"]}},{"url":"Users.html#notable-projects-using-meson","node_type":"ul","page":"Users","sections":["Notable projects using Meson"],"context":{"gi-language":["default"]}}]});

assets/js/search/April

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
urls_downloaded_cb({"token":"April","urls":[{"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":"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-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-1-1-0.html#new-features","node_type":"p","page":"Release 1.1.0","sections":["New features"],"context":{"gi-language":["default"]}}]});
1+
urls_downloaded_cb({"token":"April","urls":[{"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":"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-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-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-8-0.html#new-features","node_type":"p","page":"Release 1.8.0","sections":["New features"],"context":{"gi-language":["default"]}}]});

assets/js/search/Changes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
urls_downloaded_cb({"token":"Changes","urls":[{"url":"Adding-new-projects-to-wrapdb.html#changes-to-original-source","node_type":"h2","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","Changes to original source"],"context":{"gi-language":["default"]}},{"url":"Commands.html#configure","node_type":"p","page":"Command-line commands","sections":["Command-line commands","configure"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#msvcclangcl-argument-changescleanup","node_type":"h2","page":"Release 0.57.0","sections":["New features","MSVC/Clang-Cl Argument Changes/Cleanup"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"h2","page":"Release 1.8.0 (in development)","sections":["New features (in development)","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}}]});
1+
urls_downloaded_cb({"token":"Changes","urls":[{"url":"Adding-new-projects-to-wrapdb.html#changes-to-original-source","node_type":"h2","page":"Adding new projects to WrapDB","sections":["Adding new projects to WrapDB","Changes to original source"],"context":{"gi-language":["default"]}},{"url":"Commands.html#configure","node_type":"p","page":"Command-line commands","sections":["Command-line commands","configure"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-57-0.html#msvcclangcl-argument-changescleanup","node_type":"h2","page":"Release 0.57.0","sections":["New features","MSVC/Clang-Cl Argument Changes/Cleanup"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#changes-to-the-b_sanitize-option","node_type":"h2","page":"Release 1.8.0","sections":["New features","Changes to the b_sanitize option"],"context":{"gi-language":["default"]}}]});

0 commit comments

Comments
 (0)