spack/lib/spack/llnl/util
Harmen Stoppels 73219e4b02
llnl.util.filesystem.find: multiple entrypoints (#47436)
You can now provide multiple roots to a single `find()` call and all of
them will be searched. The roots can overlap (e.g. can be parents of one
another).

This also adds a library function for taking a set of regular expression
patterns and creating a single OR expression (and that library function
is used in `find` to improve its performance).
2024-11-06 15:22:26 -08:00
..
tty ensure write_fd.close() isn't called when sys.std* cannot be redirected 2024-10-25 10:16:44 -07:00
__init__.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
argparsewriter.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
filesystem.py llnl.util.filesystem.find: multiple entrypoints (#47436) 2024-11-06 15:22:26 -08:00
lang.py llnl.util.filesystem.find: multiple entrypoints (#47436) 2024-11-06 15:22:26 -08:00
link_tree.py Environment views: dependents before dependencies, resolve identical file conflicts (#42350) 2024-02-03 11:05:45 +01:00
lock.py Remove dead code (#43114) 2024-03-11 00:47:55 -07:00
multiproc.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
symlink.py link: directly bind to os.* on non-windows (#44400) 2024-05-27 13:37:04 +02:00