Todd Gamblin
|
bf1072c902
|
Make Spack core PEP8 compliant.
|
2016-08-10 16:33:37 -07:00 |
|
alalazo
|
1ecea4c2f1
|
log : refactored acquire and release semantic to meet the context manager protocol
|
2016-07-14 09:34:01 +02:00 |
|
alalazo
|
90b131260b
|
log : changed semantic for start / join (now it's explicit)
|
2016-07-13 22:50:39 +02:00 |
|
alalazo
|
ad16830f71
|
log : added timeout to avoid deadlocks on daemon join
|
2016-07-13 11:20:23 +02:00 |
|
alalazo
|
813cb032c4
|
package.py : updated logic to log.py rework
Conflicts:
lib/spack/spack/package.py
|
2016-07-13 09:27:09 +02:00 |
|
alalazo
|
9af964a6d6
|
log_output : moved from os.fork to multiprocessing.Process
|
2016-07-13 09:27:09 +02:00 |
|
Todd Gamblin
|
e7ced54369
|
Correct LLNL LGPL license template for clarity.
|
2016-05-11 21:22:25 -07:00 |
|
Todd Gamblin
|
c1e57e49ae
|
Merge pull request #202 from scheibelp/features/unittest-xml-output-nose
Features/unittest xml output nose
|
2016-01-17 19:14:49 -08:00 |
|
Todd Gamblin
|
c41b9b7ddc
|
Change github.com/scalability-llnl to github.com/llnl everywhere.
|
2015-12-09 01:24:15 -08:00 |
|
Peter Scheibel
|
0adf93853d
|
Update log_output to handle cases where sys.stdout/stderr streams do not have
an associated file descriptor (e.g. holds for nose tests where sys.stdout is
assigned to a StringIO object)
|
2015-11-24 17:58:17 -08:00 |
|
Todd Gamblin
|
6ed5dd7427
|
log_output now allows echo to be toggled wtih 'v' key
|
2015-06-20 20:20:28 -07:00 |
|
Todd Gamblin
|
0035100186
|
SPACK-69: Add context manager to fork and log output in a with block.
|
2015-05-29 17:20:08 -07:00 |
|