Age | Commit message (Expand) | Author | Files | Lines |
2022-03-03 | interpreter: replace build_def_files with OrderedSet | Dylan Baker | 1 | -2/+1 |
2022-03-03 | interpreter: add cm_interpreter to SubprojectHolder | Dylan Baker | 1 | -3/+4 |
2022-03-03 | interpreter: use typed_kwargs for subproject() | Dylan Baker | 1 | -3/+10 |
2022-03-03 | modules/cmake: add type annotations for subproject method | Dylan Baker | 1 | -12/+31 |
2022-02-27 | cmake: configure_package_config_file can now take a dict | Andrea Pappacoda | 1 | -2/+5 |
2022-02-27 | cmake: typed_kwargs for configure_package_config_file | Andrea Pappacoda | 1 | -24/+26 |
2022-02-01 | cmake: add arch_independent kwarg | Andrea Pappacoda | 1 | -1/+5 |
2022-02-01 | cmake: typed_kwargs for write_basic_package_version_file | Andrea Pappacoda | 1 | -18/+24 |
2022-01-18 | interpreter: replace ConfigurationDataObject with ConfigurationDataHolder | Dylan Baker | 1 | -4/+4 |
2021-12-31 | add FeatureNew decorators for various modules that were lacking them | Eli Schwartz | 1 | -0/+1 |
2021-12-21 | modules: use find_program implementation to find programs | Eli Schwartz | 1 | -4/+3 |
2021-11-21 | Make the generated reproducible .cmake files reproducible. | Chris Lamb | 1 | -1/+1 |
2021-10-27 | do not repeat magic regexes for cmake define replacements | Eli Schwartz | 1 | -2/+2 |
2021-10-04 | f-strings | Eli Schwartz | 1 | -1/+1 |
2021-10-03 | cmake module: if cmake cannot be found, do not traceback | Eli Schwartz | 1 | -0/+3 |
2021-09-06 | mintro: add installed_plan | Filipe LaÃns | 1 | -3/+4 |
2021-08-31 | pylint: turn on superflous-parens | Dylan Baker | 1 | -3/+3 |
2021-07-05 | cmake: Improved error message for using dependency for executables | Daniel Mensinger | 1 | -0/+2 |
2021-06-29 | fix: Always explicitly set encoding for text files (fixes #8263) | Daniel Mensinger | 1 | -1/+1 |
2021-06-18 | holders: remove unholder | Daniel Mensinger | 1 | -8/+9 |
2021-05-28 | modules: Add methods dict everywhere | Xavier Claessens | 1 | -0/+6 |
2021-05-28 | modules: Stop using ModuleReturnValue where it's not needed | Xavier Claessens | 1 | -3/+2 |
2021-05-28 | modules: Stop using InterpreterObject | Xavier Claessens | 1 | -30/+26 |
2021-05-28 | modules: Remove snippet methods | Xavier Claessens | 1 | -8/+6 |
2021-04-01 | interpreter: Move to its own folder and split it | Xavier Claessens | 1 | -1/+2 |
2021-03-19 | split program related classes and functions out of dependencies | Dylan Baker | 1 | -2/+3 |
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -7/+7 |
2021-03-04 | various python neatness cleanups | Eli Schwartz | 1 | -2/+2 |
2021-02-22 | minstall: Add --skip-subprojects option | Xavier Claessens | 1 | -2/+2 |
2021-01-13 | build/interperter: Add annotations and move input validation to interpreter | Dylan Baker | 1 | -2/+2 |
2021-01-04 | Use a single coredata dictionary for options | Dylan Baker | 1 | -3/+3 |
2020-10-13 | include_type: Add CMake subporject dependency method (fixes #6879) | Daniel Mensinger | 1 | -3/+10 |
2020-08-09 | cmake: Make the CMake targte not found error more useful (see #7567) | Daniel Mensinger | 1 | -1/+3 |
2020-07-01 | Merge pull request #7231 from mensinda/cmOverride | Jussi Pakkanen | 1 | -9/+101 |
2020-06-12 | modules/cmake: Fix setting install_dir | Dylan Baker | 1 | -2/+1 |
2020-06-05 | cmake: Add more advanced subproject configuration options | Daniel Mensinger | 1 | -9/+101 |
2020-02-19 | modules/cmake: Add a found() method to the cmake subproject | Dylan Baker | 1 | -0/+8 |
2020-02-19 | modules/cmake: Use the noPosargs helper | Dylan Baker | 1 | -3/+2 |
2019-11-06 | Fix typos found by codespell | Wolfgang Stöggl | 1 | -1/+1 |
2019-10-01 | cmake: subproject() supports the 'required' kwarg | Xavier Claessens | 1 | -1/+1 |
2019-09-26 | cmake: define set_and_check in CMake package config (fixes #5889) | Daniel Mensinger | 1 | -0/+12 |
2019-07-13 | cmake: Handle disabling subprojects | Thibault Saunier | 1 | -1/+4 |
2019-06-09 | Purge `is_cross` and friends without changing user interfaces | John Ericson | 1 | -1/+1 |
2019-06-06 | cmake: moved subprojects into the CMake module | Daniel Mensinger | 1 | -2/+68 |
2019-05-20 | Remove compilers from ModuleState object | Jon Turney | 1 | -2/+3 |
2019-04-28 | cmake: Use CMAKE_ROOT instead of _INCLUDE_FILE (closes #5218) | Daniel Mensinger | 1 | -10/+2 |
2019-04-25 | Don't use len() to test for container emptiness | Dylan Baker | 1 | -1/+1 |
2019-01-17 | add support for generating cmake files | David Fort | 1 | -0/+221 |