Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | removed misleading comment from test/gettext/Translate/MultiCatalog.py | Paweł Tomulik | 2013-01-07 | 1 | -2/+0 | |
| | ||||||
* | added test case gettext/Translate/MultiCatalog.py | Paweł Tomulik | 2013-01-07 | 1 | -0/+122 | |
| | ||||||
* | added test case gettext/Translate/MultiCatalog.py | Paweł Tomulik | 2013-01-07 | 1 | -1/+1 | |
| | ||||||
* | fixed bug with mutable default argument in Tool/GettextCommon.py | Paweł Tomulik | 2013-01-07 | 1 | -1/+2 | |
| | ||||||
* | Fix MSVS project generation for older (<10) MSVS versions. | Gary Oberbrunner | 2012-12-23 | 1 | -1/+1 | |
| | ||||||
* | Make VersionedSharedLib and its test not fail on Windows | Gary Oberbrunner | 2012-12-22 | 2 | -5/+24 | |
| | ||||||
* | Fix SHLINKCOMSTR test rot | Gary Oberbrunner | 2012-12-22 | 1 | -7/+7 | |
| | ||||||
* | Merging pull request #62 from Dirk Baechle: fixes for MinGW tests | Gary Oberbrunner | 2012-12-22 | 31 | -140/+178 | |
|\ | ||||||
| * | - moved check for an installed MSVC toolchain into its own function in TestSCons | Dirk Baechle | 2012-12-22 | 15 | -135/+36 | |
| | | ||||||
| * | - fixes for MinGW under Windows, mainly skipping MSVS-specific tests | Dirk Baechle | 2012-12-18 | 30 | -72/+209 | |
| | | ||||||
* | | Fix test/SCONSFLAGS test rot. | Gary Oberbrunner | 2012-12-21 | 1 | -2/+2 | |
| | | ||||||
* | | Merged in techtonik/scons (pull request #63: Another minor cleanup as the ↵ | Gary Oberbrunner | 2012-12-21 | 13 | -141/+32 | |
|\ \ | | | | | | | | | | code study goes on) | |||||
| * | | Fix test/runtest/xml/output.py for the new behavior of --xml option | anatoly techtonik | 2012-12-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix tests broken after --noqmtest option was removed from runtest.py | anatoly techtonik | 2012-12-20 | 2 | -3/+3 | |
| | | | ||||||
| * | | Remove os_spawnv_fix.diff patch for pre-Python 2.2 versions | anatoly techtonik | 2012-12-19 | 4 | -86/+2 | |
| | | | ||||||
| * | | Cleanup replacement of sys.exitfunc with atexit (Python 2+) | anatoly techtonik | 2012-12-19 | 5 | -32/+11 | |
| | | | ||||||
| * | | 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) | |||||
* | | Fixed up docs for InstallVersionedLib and SHLIBVERSION. | Gary Oberbrunner | 2012-12-21 | 2 | -8/+21 | |
| | | ||||||
* | | update to latest SCons commits | Robert Managan | 2012-12-18 | 17 | -469/+434 | |
|\ \ | |/ | ||||||
| * | runtest.py: Enable -o, --output to save stdout/stderr into a file | anatoly techtonik | 2012-12-18 | 2 | -7/+17 | |
| | | ||||||
| * | runtest.py: Fix CRLF | anatoly techtonik | 2012-12-18 | 1 | -2/+2 | |
| | | ||||||
| * | runtest.py: Replace `-o file --xml` with `--xml file` | anatoly techtonik | 2012-12-17 | 2 | -28/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | `runtest.py -o file ...` never worked right throwing exception: Traceback (most recent call last): File "...\runtest.py", line 925, in <module> tests[0].header(f) IndexError: list index out of range Leaving -o argument to gather all output into a file (work in process) also allows to capture output and format test results in parallel. | |||||
| * | runtest.py: Exit with an error if no tests were found | anatoly techtonik | 2012-12-17 | 2 | -3/+10 | |
| | | ||||||
| * | runtest.py: remove --noqmtest option | anatoly techtonik | 2012-12-17 | 2 | -11/+4 | |
| | | ||||||
| * | Merge runtest.py fixes | anatoly techtonik | 2012-12-17 | 2 | -20/+52 | |
| |\ | ||||||
| | * | runtest.py: Turn on unbuffered output ASAP. | anatoly techtonik | 2012-12-15 | 1 | -13/+18 | |
| | | | ||||||
| | * | runtest.py: Gradually moving from getopt to optparse | anatoly techtonik | 2012-12-14 | 1 | -8/+33 | |
| | | | ||||||
| | * | CHANGES.txt: clean up after which Python 2.3 is unlikely to work | anatoly techtonik | 2012-12-14 | 1 | -0/+2 | |
| | | | ||||||
| * | | Add -jN support to runtest.py to run tests in parallel | Gary Oberbrunner | 2012-12-17 | 2 | -11/+73 | |
| | | | ||||||
| * | | Merge pull request #58: remove some pre-2.4 code | Gary Oberbrunner | 2012-12-17 | 3 | -266/+129 | |
| |\ \ | | |/ | ||||||
| | * | Remove subprocess compatibility code used for Python < 2.4 | anatoly techtonik | 2012-12-12 | 3 | -266/+129 | |
| | | | ||||||
| * | | Fixed tests/scons-time/file.py. | Gary Oberbrunner | 2012-12-16 | 2 | -1/+3 | |
| | | | ||||||
| * | | - extended the must_contain* methods of the test framework, such that they ↵ | Dirk Baechle | 2012-12-16 | 12 | -130/+133 | |
| | | | | | | | | | | | | | | | | | | all support user-defined find/search functions - relaxed several of the regex comparisons for better cross-platform compatibility | |||||
* | | | removed versioned library support from Install and put it in InstallVersionedLib | Robert Managan | 2012-12-18 | 6 | -12/+118 | |
| | | | ||||||
* | | | merge in changes from SCons default | Robert Managan | 2012-12-15 | 19 | -200/+203 | |
|\ \ \ | |/ / | ||||||
| * | | kick buildbot | William Deegan | 2012-12-15 | 1 | -0/+1 | |
| |/ | ||||||
| * | Fix failing unit test. | Gary Oberbrunner | 2012-12-14 | 1 | -52/+0 | |
| | | | | | | | | | | Removed test that tested for 1.x python behavior since the code no longer supports versions back that far. | |||||
| * | os.spawnv is here since Python 1.6, removing compatibility code | anatoly techtonik | 2012-12-12 | 2 | -23/+7 | |
| | | ||||||
| * | Fix release date for SCons 2.2.0 | anatoly techtonik | 2012-12-12 | 1 | -1/+1 | |
| | | ||||||
| * | Removed some pre-Python 2.4 compatibility code | anatoly techtonik | 2012-12-07 | 4 | -82/+8 | |
| | | ||||||
| * | Updated tests for Anatoly Techtonik's option error handling improvements. | Gary Oberbrunner | 2012-12-09 | 3 | -3/+64 | |
| | | ||||||
| * | Add hints about valid choices to error messages from option parser | anatoly techtonik | 2012-12-07 | 2 | -6/+13 | |
| | | ||||||
| * | Cleanup admin/ directory, which was moved to HOWTO in 823bdc5faf25 | anatoly techtonik | 2012-12-07 | 1 | -5/+0 | |
| | | ||||||
| * | Hide deprecated --debug={dtree,stree,tree} from --help output | anatoly techtonik | 2012-11-22 | 2 | -10/+12 | |
| | | ||||||
| * | Support building with WiX releases after 2.0 | Juan Lang | 2012-12-06 | 3 | -9/+13 | |
| | | ||||||
| * | Clean up remnants of Optik module which was removed in | anatoly techtonik | 2012-11-22 | 3 | -6/+3 | |
| | | | | | | | | SCons 0.98 (revision 6661c9ea429f by Steven Knight) | |||||
| * | Merge pull request #51 from Anatoly Techtonik; allow running ↵ | garyo | 2012-11-18 | 2 | -1/+12 | |
| |\ | | | | | | | | | | scripts/scons.py from source dir | |||||
| | * | Ability to run scripts/scons.py directly from source checkout. | anatoly techtonik | 2012-11-16 | 2 | -1/+12 | |
| | | | ||||||
| * | | Added Wix test and made a few Wix constants into construction vars. | garyo | 2012-11-18 | 3 | -3/+70 | |
| | | | ||||||
| * | | Use .wixobj rather than .wxiobj as the suffix for WiX compiler output | Juan Lang | 2012-11-14 | 1 | -2/+2 | |
| |/ |