Charles Brunet
Charles Brunet
When providing multiple methods on a single route, the same operation id is generated on routes for each methods, using the first method in the list. This PR adds a...
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
On Windows, python installs the py.exe launcher as a reliable way to find a given installed version of python. This PR adds the possibillity to specify a python version (e.g....
My project was setup in a way the extension was not able to find the `meson` executable. The project tree was showing only the project name, but nothing under. There...
This is a new attempt to achieve the same goal as what I tried in #11822 , but in a simpler way. This function produces, at build time, a file...
FIxes #5452 - Internal dependency objects now carry both_libraries objects, allowing to choose either the static or the shared version of a library, at a later stage. There is now...
With MSVC, we sometimes need to know which runtime is used, to deduce the right dependency name to link with. `get_option('b_vscrt')` is not sufficient because the crt may be deduced...
unity build breaks module compilation, at least with MSVC. Should we disable and/or warn the user when unity build is on and source files contain `.ixx` files?
`poetry add git+https://github.com/mesonbuild/meson.git` does not work on Windows, because it tries to create a symlink. However, I can git clone this repository with no problems, and I can install it...