Age | Commit message (Expand) | Author | Files | Lines |
2024-02-24 | Add support for BuildTargetTypes to various fs module functions | Tristan Partin | 1 | -28/+28 |
2024-02-24 | Correct fs.read function name in exception message | Tristan Partin | 1 | -1/+1 |
2024-02-24 | Fix fs module FeatureNew prefixes to match the function name | Tristan Partin | 1 | -8/+8 |
2024-02-24 | Fix bad escape character in doc comment | Tristan Partin | 1 | -1/+1 |
2024-02-23 | Alphabetize the fs module methods dict | Tristan Partin | 1 | -10/+10 |
2024-02-23 | Add location nodes to FeatureNews in the fs module | Tristan Partin | 1 | -9/+9 |
2024-01-25 | modules/fs: use ModuleState object instead of Interpreter when possible | Dylan Baker | 1 | -4/+4 |
2023-12-13 | Use SPDX-License-Identifier consistently | Dylan Baker | 1 | -12/+1 |
2023-08-18 | Revert "Revert "Add fs.relative_to()"" | Tristan Partin | 1 | -7/+22 |
2023-08-18 | Add more descriptive description to CustomTarget | Charles Brunet | 1 | -0/+1 |
2023-08-17 | Revert "Add fs.relative_to()" | Eli Schwartz | 1 | -22/+7 |
2023-08-17 | fix style errors in fs.relative_to implementation | Eli Schwartz | 1 | -8/+2 |
2023-08-17 | Add fs.relative_to() | Tristan Partin | 1 | -1/+22 |
2023-08-16 | fs.read(): Catch FileNotFoundError | Xavier Claessens | 1 | -1/+3 |
2022-12-11 | fix broken fs.copyfile function that crashed if you tried to use it | Eli Schwartz | 1 | -1/+1 |
2022-12-11 | simplify install_tag handling according to the accepted API | Eli Schwartz | 1 | -1/+1 |
2022-08-18 | modules/fs: Replace configure_file(copy:) with fs.copyfile | Dylan Baker | 1 | -5/+60 |
2022-08-17 | modules: use module level information about new and deprecation | Dylan Baker | 1 | -2/+3 |
2022-03-29 | move a bunch of imports into TYPE_CHECKING blocks | Eli Schwartz | 1 | -1/+1 |
2021-12-31 | add FeatureNew decorators for various modules that were lacking them | Eli Schwartz | 1 | -0/+1 |
2021-05-30 | modules/fs: Use typed_kwargs | Dylan Baker | 1 | -7/+11 |
2021-05-28 | modules: Add methods dict everywhere | Xavier Claessens | 1 | -0/+17 |
2021-05-28 | modules: Stop using ModuleReturnValue where it's not needed | Xavier Claessens | 1 | -41/+33 |
2021-05-28 | modules: Remove snippet methods | Xavier Claessens | 1 | -1/+0 |
2021-05-08 | modules/fs: support FileOrString arguments | Florian Fischer | 1 | -26/+46 |
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -2/+2 |
2021-03-04 | various python neatness cleanups | Eli Schwartz | 1 | -1/+1 |
2021-03-04 | Simplify module API | Xavier Claessens | 1 | -1/+2 |
2021-02-26 | modules/fs: Use typed_pos_args | Dylan Baker | 1 | -75/+40 |
2021-02-04 | Introduce `fs.read` to read a file as a string | Luke Drummond | 1 | -1/+64 |
2021-01-13 | Fix misspells | Antonin Décimo | 1 | -1/+1 |
2020-11-20 | use real pathlib module | Dylan Baker | 1 | -1/+1 |
2020-10-04 | pathlib: Fix resolve() by overriding it in Python 3.5 | Daniel Mensinger | 1 | -1/+1 |
2020-09-08 | typing: fully annotate fs module | Daniel Mensinger | 1 | -4/+4 |
2020-02-06 | add FeatureNew | Michael Hirsch, Ph.D | 1 | -0/+5 |
2020-02-06 | add fs.stem() | Michael Hirsch, Ph.D | 1 | -2/+11 |
2020-02-06 | fs: add expanduser method | Michael Hirsch, Ph.D | 1 | -1/+8 |
2020-02-06 | fs: add methods as_posix, is_absolute | Michael Hirsch, Ph.D | 1 | -7/+43 |
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 1 | -13/+13 |
2019-12-19 | fs: rename samefile => is_samepath | Michael Hirsch, Ph.D | 1 | -5/+5 |
2019-12-04 | Add raise at the start of MesonException | Michael Brockus | 1 | -7/+7 |
2019-11-25 | fs: Add parent() and name() methods | Xavier Claessens | 1 | -0/+17 |
2019-11-17 | fs: make replace_suffix not expand file to absolute path, just manipulate the... | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-11-17 | fs: replace_suffix | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-11-17 | fs: get file size | Michael Hirsch, Ph.D | 1 | -2/+38 |
2019-11-17 | fs: add hash compute method | Michael Hirsch, Ph.D | 1 | -0/+18 |
2019-11-17 | add fs.with_suffix | Michael Hirsch, Ph.D | 1 | -1/+11 |
2019-11-17 | fs: improve exception feedback | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-11-17 | fs: use expanduser | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-11-17 | fs: deduplicate functions | Michael Hirsch, Ph.D | 1 | -8/+5 |