summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/fs.py
Commit message (Expand)AuthorAgeFilesLines
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-2/+2
* various python neatness cleanupsEli Schwartz2021-03-041-1/+1
* Simplify module APIXavier Claessens2021-03-041-1/+2
* modules/fs: Use typed_pos_argsDylan Baker2021-02-261-75/+40
* Introduce `fs.read` to read a file as a stringLuke Drummond2021-02-041-1/+64
* Fix misspellsAntonin Décimo2021-01-131-1/+1
* use real pathlib moduleDylan Baker2020-11-201-1/+1
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-041-1/+1
* typing: fully annotate fs moduleDaniel Mensinger2020-09-081-4/+4
* add FeatureNewMichael Hirsch, Ph.D2020-02-061-0/+5
* add fs.stem()Michael Hirsch, Ph.D2020-02-061-2/+11
* fs: add expanduser methodMichael Hirsch, Ph.D2020-02-061-1/+8
* fs: add methods as_posix, is_absoluteMichael Hirsch, Ph.D2020-02-061-7/+43
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-13/+13
* fs: rename samefile => is_samepathMichael Hirsch, Ph.D2019-12-191-5/+5
* Add raise at the start of MesonExceptionMichael Brockus2019-12-041-7/+7
* fs: Add parent() and name() methodsXavier Claessens2019-11-251-0/+17
* fs: make replace_suffix not expand file to absolute path, just manipulate the...Michael Hirsch, Ph.D2019-11-171-1/+1
* fs: replace_suffixMichael Hirsch, Ph.D2019-11-171-1/+1
* fs: get file sizeMichael Hirsch, Ph.D2019-11-171-2/+38
* fs: add hash compute methodMichael Hirsch, Ph.D2019-11-171-0/+18
* add fs.with_suffixMichael Hirsch, Ph.D2019-11-171-1/+11
* fs: improve exception feedbackMichael Hirsch, Ph.D2019-11-171-1/+1
* fs: use expanduserMichael Hirsch, Ph.D2019-11-171-1/+1
* fs: deduplicate functionsMichael Hirsch, Ph.D2019-11-171-8/+5
* fs: use pathlib.Path, add type hint checkMichael Hirsch, Ph.D2019-11-171-14/+17
* Created the filesystem module.Jussi Pakkanen2019-11-081-0/+59