Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Issue 2978: Update tests for toolset support in VS project files | Dan Pidcock | 2014-10-15 | 1 | -0/+2 | |
| | | ||||||
| * | Put default branch back to develop mode, post 2.3.4. | Gary Oberbrunner | 2014-09-27 | 1 | -1/+1 | |
| | | ||||||
| * | Apply 2.3.3 release auto changes to default branch | Gary Oberbrunner | 2014-08-24 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed or skipped tests that fail on Windows. | Gary Oberbrunner | 2014-08-22 | 1 | -2/+3 | |
| | | | | | | | | | | Mostly just per-test changes, but also made match_re strip out CR (\r) chars at end of lines to make Windows match properly. | |||||
* | | Merged default branch into python3-port to keep it up to date. | Gary Oberbrunner | 2014-08-23 | 1 | -4/+14 | |
|\ \ | |/ | | | | | | | Hand-updated a few things to keep them python3-safe, and handled several merge conflicts. | |||||
| * | Remove extra print stmt in TestSCons.py, per review. | Gary Oberbrunner | 2014-08-21 | 1 | -1/+0 | |
| | | ||||||
| * | SWIG: improve tool detection, and update SWIG tests to run on Windows. | Gary Oberbrunner | 2014-08-21 | 1 | -3/+14 | |
| | | | | | | | | | | | | | | | | | | The tool detection is improved by checking for swig in env['SWIG'], where it is commonly set, as well as env['ENV']['PATH']. The tests mostly didn't work on Windows. I updated them all. Mostly to build 32-bit extensions when using 32-bit python on Windows, and use .pyd as the python extension on Windows. | |||||
| * | Fix development mailing list with a new address @scons.org | anatoly techtonik | 2014-05-28 | 1 | -1/+1 | |
| | | ||||||
* | | Added six module as SCons.compat.six, for python3 port. | Gary Oberbrunner | 2014-04-20 | 2 | -27/+27 | |
| | | ||||||
* | | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 2 | -4/+29 | |
|\ \ | |/ | ||||||
| * | Merged in Syeberman/SCons (pull request #104, support Visual Studio 2013 ↵ | Gary Oberbrunner | 2014-03-09 | 1 | -2/+29 | |
| |\ | | | | | | | | | | Express) | |||||
| | * | Fix TestCmd to use ctypes when PyWin32 is not installed, and respect ↵ | Sye van der Veen | 2014-01-24 | 1 | -2/+29 | |
| | | | | | | | | | | | | os.environ.get('python_executable') in ActionTests | |||||
| * | | No need to update copyright_years in QMTest/TestSCons.py anymore | anatoly techtonik | 2014-02-25 | 1 | -2/+0 | |
| |/ | ||||||
* | | Fixed re.sub for PY3 print() in TestCmd.write(). | Stefan Zimmermann | 2014-01-08 | 1 | -1/+1 | |
| | | ||||||
* | | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 1 | -4/+4 | |
|\ \ | |/ | ||||||
| * | Merged scons/scons into default | Tom Tanner | 2013-10-30 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Fix broken python-version.py test. regex for deprecated version string ↵ | William Deegan | 2013-10-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | wasn't updated with new version nor new verbiage | |||||
| * | | Adding documentation and a couple of tests | Tom Tanner | 2013-10-08 | 1 | -3/+3 | |
| |/ | ||||||
* | | QMTest: open() in text mode. Add ()s to prints on writing test scripts from str. | Stefan Zimmermann | 2013-12-27 | 2 | -3/+7 | |
| | | ||||||
* | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes). | Stefan Zimmermann | 2014-03-31 | 6 | -62/+72 | |
| | | ||||||
* | | 2 minor issues | ndbecker2 | 2013-09-09 | 1 | -1/+2 | |
| | | | | | | | | (transplanted from 6711a6b819f61764bb82c0f32a251b91ec66a0b2) | |||||
* | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 8 | -156/+156 | |
|/ | ||||||
* | Fix VersionedLib test | David Rothenberger | 2013-08-18 | 1 | -1/+1 | |
| | | | | | Adjust for Cygwin coding conventions and test for existence of the import libraries. | |||||
* | Test harness: fail_test() can now take an optional message to print on failure. | Gary Oberbrunner | 2013-04-20 | 1 | -10/+17 | |
| | ||||||
* | Merged in carandraug/scons (pull request #67). | Gary Oberbrunner | 2013-03-17 | 1 | -2/+4 | |
|\ | | | | | | | | | Added test for CheckContext custom result types. Also allow test.must_match() to take a match type. | |||||
* | | Move back to 'develop' mode after rel_2.3.0. | Gary Oberbrunner | 2013-03-04 | 1 | -1/+1 | |
| | | ||||||
* | | Final auto updates for 2.3.0 release. | Gary Oberbrunner | 2013-03-02 | 1 | -19/+19 | |
|/ | ||||||
* | Merging pull request #62 from Dirk Baechle: fixes for MinGW tests | Gary Oberbrunner | 2012-12-22 | 1 | -0/+22 | |
|\ | ||||||
| * | - moved check for an installed MSVC toolchain into its own function in TestSCons | Dirk Baechle | 2012-12-22 | 1 | -0/+22 | |
| | | ||||||
* | | TestCmd.py: Delay cleanup registration with atexit to avoid exessive | anatoly techtonik | 2012-12-19 | 1 | -19/+15 | |
|/ | | | | | tracebacks when Import fails because of missing pywin32 modules (see http://bugs.python.org/issue16718) | |||||
* | Merge pull request #58: remove some pre-2.4 code | Gary Oberbrunner | 2012-12-17 | 2 | -118/+22 | |
|\ | ||||||
| * | Remove subprocess compatibility code used for Python < 2.4 | anatoly techtonik | 2012-12-12 | 2 | -118/+22 | |
| | | ||||||
* | | Fixed tests/scons-time/file.py. | Gary Oberbrunner | 2012-12-16 | 1 | -0/+2 | |
| | | ||||||
* | | - extended the must_contain* methods of the test framework, such that they ↵ | Dirk Baechle | 2012-12-16 | 2 | -8/+51 | |
|/ | | | | | | all support user-defined find/search functions - relaxed several of the regex comparisons for better cross-platform compatibility | |||||
* | Removed some pre-Python 2.4 compatibility code | anatoly techtonik | 2012-12-07 | 1 | -20/+0 | |
| | ||||||
* | - several smaller fixes to get all tests running under Buildbot again | dirkbaechle | 2012-09-27 | 1 | -40/+31 | |
| | ||||||
* | - added two new functions must_exist_one_of/must_not_exist_any_of to TestCmd, | dirkbaechle | 2012-09-06 | 3 | -4/+262 | |
| | | | | | | | | supporting wildcards - rewrote several test/packaging tests, using the new matching functions instead of relying on the os.uname() machine value for determining the resulting RPM filename - renamed glob modules in test/scons-time to avoid name clashes - minor fix: added Java 1.7 as supported version to Tool/JavaCommon.py | |||||
* | - first swoop of changes for getting all Buildbot slaves to run successfully ↵ | dirkbaechle | 2012-09-04 | 1 | -6/+6 | |
| | | | | again | |||||
* | - removed Aegis support | dirkbaechle | 2012-08-12 | 1 | -10/+0 | |
| | ||||||
* | - fixed directory/file fixtures for "general" mode | dirkbaechle | 2012-08-12 | 3 | -5/+436 | |
| | | | | | - added documentation for the testing framework - converted two old tests from the "packaging" section to using fixtures as reference examples | |||||
* | - renamed the '-j' option to '-k', such that we can use the former for ↵ | dirkbaechle | 2012-08-09 | 2 | -10/+2 | |
| | | | | | | | | | parallel processing later on - changed list(map()) to list comprehensions - removed try/except block around os.environ.get() for SCONS_EXTERNAL_TEST - fixed a potential deadlock for subprocess.Popen by using temporary files - added the '--nopipefiles' option to switch off this temp file fix (not recommended though) | |||||
* | - fixed where_is for standard mode | dirkbaechle | 2012-08-03 | 1 | -2/+2 | |
| | ||||||
* | - basic merge with source from the external scons-test-framework | dirkbaechle | 2012-08-03 | 2 | -69/+225 | |
| | ||||||
* | Merged msvc11 branch from stopiccot. | Gary Oberbrunner | 2012-05-07 | 1 | -0/+107 | |
|\ | ||||||
| * | copy paste unit tests for VC11 | stopiccot | 2012-03-04 | 1 | -0/+107 | |
| | | ||||||
* | | Merged in garyo/scons (pull request #18) | Gary Oberbrunner | 2012-04-07 | 1 | -0/+24 | |
|\ \ | |/ |/| | ||||||
| * | Fix test failures in test/explain/basic.py on Windows due to drive-name case ↵ | Gary Oberbrunner | 2012-04-07 | 1 | -0/+24 | |
| | | | | | | | | | | | | | | problems (C: vs. c:) Added new test match function, match_caseinsensitive to handle this and probably other similar cases. | |||||
* | | Fix in Visual Studio project generation. When project contains only one ↵ | stopiccot | 2012-02-12 | 1 | -2/+2 | |
| | | | | | | | | *.cpp or only one *.h file, incorrect paths are generated. | |||||
* | | Add 2012 to the copyright year list | William Deegan | 2012-01-16 | 1 | -1/+1 | |
|/ | ||||||
* | Fix bug 2772 | William Deegan | 2011-06-17 | 1 | -1/+1 | |
| |