Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-24 | Create release notes page for 0.60. | Jussi Pakkanen | 33 | -360/+399 | |
2021-10-24 | Merge pull request #9377 from mensinda/jsonDocs | Jussi Pakkanen | 9 | -17/+496 | |
docs: Add a JSON documentation backend | |||||
2021-10-21 | Fix typos | Hofer-Julian | 4 | -4/+4 | |
"seperator" -> "separator" | |||||
2021-10-11 | docs: fix a typoed arg name and another missing arg | Eli Schwartz | 1 | -1/+5 | |
More stuff that got overlooked during the big refman migration. | |||||
2021-10-10 | Add missing release snippet for option() deprecated kwarg | Xavier Claessens | 1 | -0/+23 | |
2021-10-10 | Add --vsenv command line option and active VS only when needed | Xavier Claessens | 1 | -0/+14 | |
2021-10-10 | improve wraptool search | Daniel Jacobs | 1 | -0/+6 | |
2021-10-10 | Fix typos discovered by codespell | Christian Clauss | 18 | -27/+27 | |
2021-10-10 | clangformat: Only format files tracked by git by default | Xavier Claessens | 1 | -0/+5 | |
2021-10-10 | ar linker: generate thin archives for uninstalled static libraries | Eli Schwartz | 1 | -0/+11 | |
Since they will never be used outside of the build directory, they do not need to literally contain the .o files, and references will be sufficient. This covers a major use of object libraries, which is that the static library would potentially take up a lot of space by including another copy of every .o file. Fixes #9292 Fixes #8057 Fixes #2129 | |||||
2021-10-10 | Add release notes for `subprojects packagefiles`. | Eli Schwartz | 1 | -0/+11 | |
2021-10-10 | Zipapp docs (#9356) | Eli Schwartz | 1 | -0/+12 | |
* Revert "README: Don't recommend using as a standalone script" This reverts commit 9763bf65c6285176b578de71b0c3b8c14c72fdf2. zipapps work fine now that we have a single entry point. Time to recommend them again. * update zipapp documentation to recommend the current packaging script Also update the website documentation to mention this at all. | |||||
2021-10-09 | modules/windows: allow CustomTargets with more than one output for ↵ | Dylan Baker | 2 | -3/+37 | |
compile_resources | |||||
2021-10-09 | optinterpreter: Add deprecated kwarg | Xavier Claessens | 1 | -0/+26 | |
It can be either: - boolean: the option is completely deprecated. - list: some choices are deprecated. - dict: some choices are deprecated and replaced by another. Fixes: #7444 | |||||
2021-10-09 | docs: Update docs | Daniel Mensinger | 2 | -2/+19 | |
2021-10-09 | docs: GitHub Action up the JSON docs | Daniel Mensinger | 1 | -8/+41 | |
2021-10-09 | docs: Add a validator for the new JSON docs | Daniel Mensinger | 1 | -0/+195 | |
2021-10-09 | docs: Added JSON generator | Daniel Mensinger | 3 | -1/+210 | |
2021-10-08 | python: Add platlibdir and purelibdir options | Xavier Claessens | 3 | -0/+38 | |
2021-10-08 | doc: fix yaml indentation typo that broke building the website | Eli Schwartz | 1 | -6/+6 | |
2021-10-08 | add install_emptydir function | Eli Schwartz | 3 | -3/+51 | |
This replaces the absolute hack of using ``` install_subdir('nonexisting', install_dir: 'share') ``` which requires you to make sure you don't accidentally or deliberately have a completely different directory with the same name in your source tree that is full of files you don't want installed. It also avoids splitting the name in two and listing them in the wrong order. You can also set the install mode of each directory component by listing them one at a time in order, and in fact create nested structures at all. Fixes #1604 Properly fixes #2904 | |||||
2021-10-08 | Add Mac installation instructions for Homebrew | Ismayil Mirzali | 1 | -0/+4 | |
2021-10-07 | docs: restore build_target method documentation which went missing | Eli Schwartz | 1 | -0/+40 | |
In the refman rewrite, these functions vanished. I noticed this when I went looking at the docs for extract_all_objects(), or should I say I tried to go looking. | |||||
2021-10-07 | docs: Added pickle RefMan loader | Daniel Mensinger | 2 | -2/+27 | |
2021-10-07 | docs: minor model refectoring | Daniel Mensinger | 1 | -4/+4 | |
2021-10-07 | modules/gnome: deprecate yelp variadic sources | Dylan Baker | 2 | -0/+20 | |
Yelp currently can take sources two different ways, the first is via variadic arguments, the second is by a keyword argument. If the keyword is passed then the variadic arguments are silently ignored, which is obviously not ideal. Fortunately the variadic form was never documented, and is likely not in wide use. This patch fixes it by deprecating the variadic form, and warning if both are passed. It does not change behavior as someone may be relying on it. | |||||
2021-10-04 | docs: Temporarily disable modules and move RefMan --> Reference-manual | Daniel Mensinger | 6 | -7/+16 | |
2021-10-04 | Minor fixups | Daniel Mensinger | 6 | -9/+51 | |
2021-10-03 | docs: Update YAML docs after rebase | Daniel Mensinger | 4 | -13/+59 | |
2021-10-03 | docs: Added new static docs | Daniel Mensinger | 2 | -0/+11 | |
2021-10-03 | docs: Fix mypy | Daniel Mensinger | 4 | -3/+4 | |
2021-10-03 | docs: added install_tag docs | Daniel Mensinger | 6 | -18/+71 | |
2021-10-03 | docs: added unset_variable() | Daniel Mensinger | 1 | -0/+11 | |
2021-10-03 | docs: Document documenting Meson | Daniel Mensinger | 2 | -0/+191 | |
2021-10-03 | docs: Fix broken links | Daniel Mensinger | 30 | -91/+74 | |
2021-10-03 | docs: Use a custom hotdoc extension for links to RefMan | Daniel Mensinger | 7 | -77/+171 | |
2021-10-03 | docs: Remove the old Reference manual | Daniel Mensinger | 2 | -2997/+0 | |
2021-10-03 | docs: Fixes found during the YAML conversion process | Daniel Mensinger | 1 | -0/+3 | |
2021-10-03 | docs: Hook up the new RefMan generator to Meson | Daniel Mensinger | 2 | -1/+18 | |
2021-10-03 | docs: Added Markdown generator | Daniel Mensinger | 11 | -0/+662 | |
2021-10-03 | docs: Added pickle generator | Daniel Mensinger | 2 | -1/+30 | |
2021-10-03 | docs: Add the YAML Reference manual | Daniel Mensinger | 92 | -0/+4885 | |
2021-10-03 | docs: Initial reference manual generator | Daniel Mensinger | 8 | -0/+781 | |
2021-09-30 | dependency: Allow searching for multiple names | Xavier Claessens | 2 | -1/+16 | |
2021-09-30 | Make custom_target() name argument optional | Xavier Claessens | 2 | -2/+18 | |
2021-09-30 | doc: document string.strip() optional argument [skip ci] | Stone Tickle | 1 | -0/+5 | |
2021-09-28 | Merge pull request #9014 from bonzini/mixed-language-link | Jussi Pakkanen | 2 | -1/+25 | |
Use appropriate compiler for the source file for "links" tests with file argument | |||||
2021-09-25 | Merge pull request #8773 from dcbaker/submit/rustc-enhancements-clippy | Jussi Pakkanen | 2 | -0/+12 | |
More enhancements for Rust + clippy support | |||||
2021-09-25 | Remove helpers.check_stringlist() | Daniel Mensinger | 1 | -0/+12 | |
2021-09-25 | interpreter: Introduce StringHolder | Daniel Mensinger | 2 | -0/+6 | |
Another commit in my quest to rid InterpreterBase from all higher level object processing logic. Additionally, there is a a logic change here, since `str.join` now uses varargs and can now accept more than one argument (and supports list flattening). |