| Commit message (Expand) | Author | Age | Files | Lines |
* | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 1 | -15/+2 |
|\ |
|
| * | removed several pre-2.7 methods and imports, including some basic refactorings | Dirk Baechle | 2015-12-10 | 1 | -14/+0 |
|
|
| * | Fixed or skipped tests that fail on Windows. | Gary Oberbrunner | 2014-08-22 | 1 | -2/+3 |
|
|
* | | Added six module as SCons.compat.six, for python3 port. | Gary Oberbrunner | 2014-04-20 | 1 | -2/+2 |
|
|
* | | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 1 | -2/+29 |
|\ \
| |/ |
|
| * | Fix TestCmd to use ctypes when PyWin32 is not installed, and respect os.envir... | Sye van der Veen | 2014-01-24 | 1 | -2/+29 |
|
|
* | | Fixed re.sub for PY3 print() in TestCmd.write(). | Stefan Zimmermann | 2014-01-08 | 1 | -1/+1 |
|
|
* | | QMTest: open() in text mode. Add ()s to prints on writing test scripts from str. | Stefan Zimmermann | 2013-12-27 | 1 | -1/+5 |
|
|
* | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes). | Stefan Zimmermann | 2014-03-31 | 1 | -4/+3 |
|
|
* | | 2 minor issues | ndbecker2 | 2013-09-09 | 1 | -1/+2 |
|
|
* | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 1 | -16/+16 |
|/ |
|
* | Test harness: fail_test() can now take an optional message to print on failure. | Gary Oberbrunner | 2013-04-20 | 1 | -10/+17 |
|
|
* | TestCmd.py: Delay cleanup registration with atexit to avoid exessive | anatoly techtonik | 2012-12-19 | 1 | -19/+15 |
|
|
* | Remove subprocess compatibility code used for Python < 2.4 | anatoly techtonik | 2012-12-12 | 1 | -59/+11 |
|
|
* | - fixed directory/file fixtures for "general" mode | dirkbaechle | 2012-08-12 | 1 | -0/+1 |
|
|
* | - renamed the '-j' option to '-k', such that we can use the former for parall... | dirkbaechle | 2012-08-09 | 1 | -5/+1 |
|
|
* | - basic merge with source from the external scons-test-framework | dirkbaechle | 2012-08-03 | 1 | -8/+116 |
|
|
* | Fix test failures in test/explain/basic.py on Windows due to drive-name case ... | Gary Oberbrunner | 2012-04-07 | 1 | -0/+24 |
|
|
* | Fix test/sconsign/script/dblite.py test on Windows (adjusted expected result ... | Gary Oberbrunner | 2011-05-15 | 1 | -0/+2 |
|
|
* | Fix #2740, using PRESERVE with runtest.py. | Gary Oberbrunner | 2011-03-11 | 1 | -1/+1 |
|
|
* | Misc Windows test cleanups | Gary Oberbrunner | 2011-02-27 | 1 | -1/+4 |
|
|
* | Merged revisions 4727-4729,4731-4938,4940-5028 via svnmerge from | Steven Knight | 2010-06-15 | 1 | -99/+268 |
|
|
* | Update QMTEst/Test{Cmd,Common}.py to version 1.1 from upstream: | Steven Knight | 2010-05-27 | 1 | -169/+85 |
|
|
* | Start the deprecation cycle for the BuildDir() method and the build_dir | Greg Noel | 2010-05-26 | 1 | -3/+6 |
|
|
* | Use slice built-in instead of types.SliceType | Greg Noel | 2010-05-01 | 1 | -2/+1 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-26 | 1 | -14/+10 |
|
|
* | Convert to Python 3.x division rules. | Greg Noel | 2010-04-24 | 1 | -0/+1 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -17/+2 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-21 | 1 | -30/+26 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-20 | 1 | -1/+1 |
|
|
* | Replace remaining os.path.walk() calls with os.walk(). | Steven Knight | 2010-04-18 | 1 | -48/+25 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-17 | 1 | -1/+1 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -3/+2 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -5/+5 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-03-29 | 1 | -2/+16 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-03-29 | 1 | -9/+0 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 1 | -13/+13 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -34/+34 |
|
|
* | Update Test{Cmd,Common}.py from upstream, with a new | Steven Knight | 2010-01-12 | 1 | -10/+30 |
|
|
* | Minor fixes found while debugging | Greg Noel | 2009-09-18 | 1 | -3/+3 |
|
|
* | Update the Test{Cmd,Common}.py 0.36, with better diff reporting | Steven Knight | 2009-07-24 | 1 | -8/+103 |
|
|
* | Modify the SWIG tests so that OS X is treated like a UNIX platform (which it | Greg Noel | 2009-04-18 | 1 | -3/+0 |
|
|
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
|
|
* | Update Test{Cmd,Common}.py to print the command arguments if | Steven Knight | 2009-02-08 | 1 | -29/+45 |
|
|
* | 2to3 sez, "rewrite map() as loop" | Greg Noel | 2009-02-08 | 1 | -9/+7 |
|
|
* | Update to latest Test{Cmd,Common}.py, including fixes for working | Steven Knight | 2008-12-29 | 1 | -6/+47 |
|
|
* | Move responsibility for extracting the exit status from executed tests | Steven Knight | 2008-10-31 | 1 | -4/+18 |
|
|
* | Merged revisions 2527-2645 via svnmerge from | Steven Knight | 2008-02-04 | 1 | -72/+355 |
|
|
* | Merged revisions 2454-2525 via svnmerge from | Steven Knight | 2007-12-13 | 1 | -2/+15 |
|
|
* | Merged revisions 2302-2362,2364-2452 via svnmerge from | Steven Knight | 2007-09-19 | 1 | -68/+113 |
|
|