summaryrefslogtreecommitdiffstats
path: root/QMTest
Commit message (Expand)AuthorAgeFilesLines
* Guard checking for subprocess.mswindows by checking if on win32 platformWilliam Deegan2016-05-091-2/+2
* Commit resolved conflicted merge.Russel Winder2016-04-101-2/+2
|\
| * changes for 2.5.0 releaseWilliam Deegan2016-04-091-2/+2
* | Remove all the six stuff.Russel Winder2016-02-022-14/+2
* | Merge in default.Russel Winder2016-01-191-0/+7
|\ \ | |/
| * changes to skip tests on ubuntu-next when gcj and not real java, and also whe...William Deegan2016-01-171-0/+7
* | Some more statement to function transforms.Russel Winder2016-01-011-6/+6
* | Amend some missed print functions.Russel Winder2016-01-011-4/+5
* | Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-244-42/+149
|\ \ | |/
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-102-39/+0
| * Merged in williamblevins/scons_20150323 (pull request #244)William Deegan2015-11-131-0/+32
| |\
| | * Issue 2264: Corrected comment description of new output validation function.William Blevins2015-06-291-1/+1
| | * Issue 2264: Added SWIG recursive dependency tests.William Blevins2015-05-131-0/+32
| * | change release config files to post release stateWilliam Deegan2015-11-111-1/+1
| * | merge changes from 2.4.1 release to defaultWilliam Deegan2015-11-091-1/+1
| * | add another possible path for JAVA_HOME on OSXWilliam Deegan2015-09-291-0/+3
| * | release 2.4.0William Deegan2015-09-211-1/+1
| |/
| * post 2.3.6 release changesWilliam Deegan2015-08-011-1/+1
| * Add VS14 support to the solution generation code and fix the solution version...Rob Smith2015-07-201-1/+1
| * Update MSVS project samples in TestSConsMSVSRob Smith2015-07-171-0/+108
| * merging 2.3.5 changesWilliam Deegan2015-06-201-1/+1
| * reverting 3320William Deegan2015-06-181-1/+1
| * reverting 3321William Deegan2015-06-181-1/+1
| * Release 2.3.5.final.0William Deegan2015-06-151-1/+1
| * Release 2.3.5.final.0William Deegan2015-06-151-1/+1
| * Updated jni header directory expectations for tests.William Blevins2015-03-241-1/+1
| * Issue 2978: Update tests for toolset support in VS project filesDan Pidcock2014-10-151-0/+2
| * Put default branch back to develop mode, post 2.3.4.Gary Oberbrunner2014-09-271-1/+1
| * Apply 2.3.3 release auto changes to default branchGary Oberbrunner2014-08-241-1/+1
| * Fixed or skipped tests that fail on Windows.Gary Oberbrunner2014-08-221-2/+3
* | Merged default branch into python3-port to keep it up to date.Gary Oberbrunner2014-08-231-4/+14
|\ \ | |/
| * Remove extra print stmt in TestSCons.py, per review.Gary Oberbrunner2014-08-211-1/+0
| * SWIG: improve tool detection, and update SWIG tests to run on Windows.Gary Oberbrunner2014-08-211-3/+14
| * Fix development mailing list with a new address @scons.organatoly techtonik2014-05-281-1/+1
* | Added six module as SCons.compat.six, for python3 port.Gary Oberbrunner2014-04-202-27/+27
* | Merged with [default]Stefan Zimmermann2014-03-312-4/+29
|\ \ | |/
| * Merged in Syeberman/SCons (pull request #104, support Visual Studio 2013 Expr...Gary Oberbrunner2014-03-091-2/+29
| |\
| | * Fix TestCmd to use ctypes when PyWin32 is not installed, and respect os.envir...Sye van der Veen2014-01-241-2/+29
| * | No need to update copyright_years in QMTest/TestSCons.py anymoreanatoly techtonik2014-02-251-2/+0
| |/
* | Fixed re.sub for PY3 print() in TestCmd.write().Stefan Zimmermann2014-01-081-1/+1
* | Merged with [default]Stefan Zimmermann2014-03-311-4/+4
|\ \ | |/
| * Merged scons/scons into defaultTom Tanner2013-10-301-1/+1
| |\
| | * Fix broken python-version.py test. regex for deprecated version string wasn't...William Deegan2013-10-251-1/+1
| * | Adding documentation and a couple of testsTom Tanner2013-10-081-3/+3
| |/
* | QMTest: open() in text mode. Add ()s to prints on writing test scripts from str.Stefan Zimmermann2013-12-272-3/+7
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-316-62/+72
* | 2 minor issuesndbecker22013-09-091-1/+2
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-228-156/+156
|/
* Fix VersionedLib testDavid Rothenberger2013-08-181-1/+1
* Test harness: fail_test() can now take an optional message to print on failure.Gary Oberbrunner2013-04-201-10/+17