Age | Commit message (Expand) | Author | Files | Lines |
2021-03-05 | Port CUDA module to new API. | Olexa Bilaniuk | 1 | -11/+23 |
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 14 | -81/+81 |
2021-03-04 | various python neatness cleanups | Eli Schwartz | 5 | -8/+8 |
2021-03-04 | Simplify module API | Xavier Claessens | 4 | -16/+54 |
2021-03-03 | pkgconfig: Add missing permitted kwargs | Xavier Claessens | 1 | -1/+1 |
2021-03-02 | exernal_project: Fix default cross compile parameters | Leif Middelschulte | 1 | -1/+1 |
2021-02-27 | install_man locale support | Jason Woodward | 1 | -1/+4 |
2021-02-26 | modules/fs: Use typed_pos_args | Dylan Baker | 1 | -75/+40 |
2021-02-22 | minstall: Add --skip-subprojects option | Xavier Claessens | 4 | -7/+8 |
2021-02-16 | CUDA Toolkit 11.2.1 has been released, update version table | Olexa Bilaniuk | 1 | -1/+2 |
2021-02-07 | Add Qt6 module | Luca Weiss | 2 | -2/+28 |
2021-02-07 | Merge pull request #8162 from dcbaker/wip/2021-01/rust-module-bindgen | Jussi Pakkanen | 1 | -3/+77 |
2021-02-07 | Merge pull request #8305 from xclaesse/run-target-env | Jussi Pakkanen | 2 | -7/+7 |
2021-02-06 | rust: Add a module wrapper for bindgen | Dylan Baker | 1 | -3/+77 |
2021-02-06 | modules/rust: use typed_pos_args | Dylan Baker | 1 | -10/+5 |
2021-02-05 | run_target: Add env kwarg | Xavier Claessens | 2 | -7/+7 |
2021-02-05 | gnome: Add post_install() method | Xavier Claessens | 1 | -18/+67 |
2021-02-04 | Introduce `fs.read` to read a file as a string | Luke Drummond | 1 | -1/+64 |
2021-02-02 | Quick update of table of CUDA Toolkit vs. NVIDIA driver versions. | Olexa Bilaniuk | 1 | -0/+2 |
2021-01-30 | Merge pull request #8264 from xclaesse/ep-misc | Jussi Pakkanen | 1 | -14/+19 |
2021-01-30 | Fix executable as script on Windows | Xavier Claessens | 3 | -9/+4 |
2021-01-29 | external_project: Add default configure options | Xavier Claessens | 1 | -12/+12 |
2021-01-29 | external_project: Do not set LD in the env | Xavier Claessens | 1 | -1/+4 |
2021-01-29 | external_project: Improve logging | Xavier Claessens | 1 | -1/+3 |
2021-01-20 | external_project: Log configure command | Xavier Claessens | 1 | -0/+4 |
2021-01-19 | Replace NinjaBackend is_rust_target with build.uses_rust | Dylan Baker | 1 | -1/+1 |
2021-01-17 | external_project: Write output in log files when not verbose | Xavier Claessens | 1 | -2/+7 |
2021-01-14 | Merge pull request #8192 from dcbaker/submit/minstall-type-annotations | Jussi Pakkanen | 4 | -13/+13 |
2021-01-13 | build/interpreter: Split InstallDir to fix layering violation | Dylan Baker | 1 | -9/+9 |
2021-01-13 | build/interperter: Add annotations and move input validation to interpreter | Dylan Baker | 3 | -4/+4 |
2021-01-13 | Fix misspells | Antonin Décimo | 3 | -4/+4 |
2021-01-11 | rename cflags_mapping to CFLAGS_MAPPING | Dylan Baker | 1 | -4/+4 |
2021-01-05 | modules: Add an unstable-rust module | Dylan Baker | 1 | -0/+137 |
2021-01-04 | Use a single coredata dictionary for options | Dylan Baker | 7 | -20/+21 |
2021-01-04 | use OptionKey for builtin and base options | Dylan Baker | 1 | -5/+9 |
2020-11-20 | use real pathlib module | Dylan Baker | 4 | -4/+4 |
2020-11-18 | Merge pull request #7894 from obilaniu/cudaupdates | Jussi Pakkanen | 1 | -41/+105 |
2020-11-18 | Merge pull request #7900 from bonzini/stabilize-hash | Jussi Pakkanen | 1 | -2/+2 |
2020-11-17 | gnome: Drop use of volatile in GLib type functions | Philip Withnall | 1 | -1/+1 |
2020-11-15 | stabilize sets that are converted to lists | Paolo Bonzini | 1 | -2/+2 |
2020-11-13 | gnome: Handle libraries that are not in the current build dir | Sam Thursfield | 1 | -5/+6 |
2020-11-05 | Update CUDA module's nvcc_arch_flags() and nvcc_arch_readable() for new | Olexa Bilaniuk | 1 | -35/+96 |
2020-11-05 | Add newer CUDA Toolkit version entries. | Olexa Bilaniuk | 1 | -6/+9 |
2020-11-04 | pkgconfig: Make external deps of static library public | Xavier Claessens | 1 | -3/+6 |
2020-11-04 | qt module: fix error message typo, translation qresource accepts qm not ts | Eli Schwartz | 1 | -1/+1 |
2020-11-01 | gnome: Tweak error message | Sam Thursfield | 1 | -1/+2 |
2020-10-22 | pkgconfig: Define libdir and includedir in -uninstalled.pc files | Xavier Claessens | 1 | -6/+5 |
2020-10-17 | Fix gnome.compile_resources() when glib is a subproject | Xavier Claessens | 1 | -33/+38 |
2020-10-17 | pkgconfig: InternalDependency's ext_deps should be private by default | Xavier Claessens | 1 | -1/+1 |
2020-10-16 | Fix consistency in variables kwarg | Xavier Claessens | 1 | -19/+7 |