summaryrefslogtreecommitdiff
path: root/lib/spack/spack/util/executable.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-11-07catch exceptions in which_string (#40935)Harmen Stoppels1-2/+5
2023-11-01Executable.add_default_arg: multiple (#40801)Harmen Stoppels1-3/+3
2023-09-21Harden compiler detection against errors (#39736)John W. Parent1-21/+45
2023-08-14Windows: executable/path handling (#37762)markus-ferrell1-37/+48
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-1/+1
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-6/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-10/+7
2022-10-26Windows: fix bootstrap and package install failure (#32942)百地 希留耶1-1/+2
2022-08-17bugfix: use cmake version from dependency (#31739)Tom Scogland1-0/+7
2022-07-31black: reformat entire repository with blackTodd Gamblin1-48/+47
2022-05-24Update regex to correctly identify quoted args (#23494)edwardsp1-1/+1
2022-05-06Preserve jobserver file descriptors into build environment (#30302)Tom Scogland1-1/+2
2022-03-17Windows Support: Testing Suite integrationJohn Parent1-3/+2
2022-03-17Path handling (#28402)John W. Parent1-11/+32
2022-03-17Allow 'spack external find' to find executables on the system path (#22091)Betsy McPhail1-0/+2
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-12-15Revert "patches: make re-applied patches idempotent (#26784)" (#27625)Harmen Stoppels1-17/+7
2021-10-18patches: make re-applied patches idempotent (#26784)Todd Gamblin1-7/+17
2021-08-09installation: filter padding from all `tty` outputTodd Gamblin1-32/+7
2021-08-03executable: filter long paths from debug output (#25168)Todd Gamblin1-1/+26
2021-07-16API Docs: fix broken reference targetsAdam J. Stewart1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-1/+3
2021-04-06Remove erroneous warnings about quotes for from_source_file (#22767)Adam J. Stewart1-9/+15
2021-03-03Bootstrap clingo from sources (#21446)Massimiliano Culpo1-9/+29
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-11-18spack test (#15702)Greg Becker1-7/+16
2020-07-23util.executable.which: handle path separators like /bin/which (#17668)Greg Becker1-2/+7
2020-07-21bugfix: make compiler preferences slightly saner (#17590)Todd Gamblin1-1/+6
2020-04-05verify `other.exe` attr exists before use in __eq__ (#15882)Stephen McDowell1-1/+1
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-08-11bugfix: Python 2.6 parsing error (#11867)Massimiliano Culpo1-1/+1
2019-04-20spack edit: use execv instead of Executable (#11245)Todd Gamblin1-16/+22
2019-03-26Use 'shlex' to split default Executable arguments (#10929)Seth R. Johnson1-1/+2
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-12-23bugfix: handle unicode properly in spack.util.executable (#10186)Todd Gamblin1-18/+3
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
2018-09-19report error if failed process captures stderr (#9293)scheibelp1-6/+16
2018-09-04Enable testing in parallel when using CMake. (#8484)Chris Green1-0/+9
2018-05-17init: factor paths out of spack/__init__.py and into spack.paths moduleTodd Gamblin1-1/+1
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-08-14Decode process stream only for python3scheibelp1-2/+17
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-06-21fix issue #4577 (#4579)becker331-1/+1
2017-06-15Prefer vim to vi for default editor (#4230)Adam J. Stewart1-78/+76
2017-05-17fix bug with executables setting their own environment. (#4237)Todd Gamblin1-3/+4
2017-04-29Python command, libraries, and headers (#3367)Adam J. Stewart1-0/+23