summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/fs.py
AgeCommit message (Expand)Author
2021-05-30modules/fs: Use typed_kwargsDylan Baker
2021-05-28modules: Add methods dict everywhereXavier Claessens
2021-05-28modules: Stop using ModuleReturnValue where it's not neededXavier Claessens
2021-05-28modules: Remove snippet methodsXavier Claessens
2021-05-08modules/fs: support FileOrString argumentsFlorian Fischer
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-03-04various python neatness cleanupsEli Schwartz
2021-03-04Simplify module APIXavier Claessens
2021-02-26modules/fs: Use typed_pos_argsDylan Baker
2021-02-04Introduce `fs.read` to read a file as a stringLuke Drummond
2021-01-13Fix misspellsAntonin Décimo
2020-11-20use real pathlib moduleDylan Baker
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger
2020-09-08typing: fully annotate fs moduleDaniel Mensinger
2020-02-06add FeatureNewMichael Hirsch, Ph.D
2020-02-06add fs.stem()Michael Hirsch, Ph.D
2020-02-06fs: add expanduser methodMichael Hirsch, Ph.D
2020-02-06fs: add methods as_posix, is_absoluteMichael Hirsch, Ph.D
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2019-12-19fs: rename samefile => is_samepathMichael Hirsch, Ph.D
2019-12-04Add raise at the start of MesonExceptionMichael Brockus
2019-11-25fs: Add parent() and name() methodsXavier Claessens
2019-11-17fs: make replace_suffix not expand file to absolute path, just manipulate the...Michael Hirsch, Ph.D
2019-11-17fs: replace_suffixMichael Hirsch, Ph.D
2019-11-17fs: get file sizeMichael Hirsch, Ph.D
2019-11-17fs: add hash compute methodMichael Hirsch, Ph.D
2019-11-17add fs.with_suffixMichael Hirsch, Ph.D
2019-11-17fs: improve exception feedbackMichael Hirsch, Ph.D
2019-11-17fs: use expanduserMichael Hirsch, Ph.D
2019-11-17fs: deduplicate functionsMichael Hirsch, Ph.D
2019-11-17fs: use pathlib.Path, add type hint checkMichael Hirsch, Ph.D
2019-11-08Created the filesystem module.Jussi Pakkanen