spack/lib/spack
alalazo efd2a95781 find has been changed to accept glob expressions
Following the discussion with Todd and Adam, find has been modified to
accept glob expressions. This should not affect performance as every
glob implementation I inspected has 3 cases (no wildcard, wildcard but
no directories involved, wildcard and directories involved) and uses
fnmatch underneath.

Mixins have been changed to do by default a non-recursive search (but
a recursive search can still be triggered using the recursive keyword).
2018-02-13 02:18:28 -08:00
..
docs Rework command reference in docs, add spack commands command 2018-02-12 20:25:17 -08:00
env Replace github.com/llnl/spack with github.com/spack/spack (#6142) 2017-11-04 17:08:04 -07:00
external Fix issues with spack [cmd] -h help output 2018-02-12 20:25:17 -08:00
llnl find has been changed to accept glob expressions 2018-02-13 02:18:28 -08:00
spack find has been changed to accept glob expressions 2018-02-13 02:18:28 -08:00