Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| |/ | ||||||
* | | import SCons.Platform and use its platform_default instead of copying the source | Robert Managan | 2012-12-15 | 1 | -31/+3 | |
| | | ||||||
* | | Change symlinks to match what ldconfig does | Robert Managan | 2012-11-18 | 2 | -7/+17 | |
| | | ||||||
* | | merge latest commits from SCons main line | Robert Managan | 2012-11-10 | 3 | -8/+20 | |
|\ \ | |/ | ||||||
| * | vcxproj.filters files should be removed upon clean | stopiccot | 2012-10-24 | 3 | -8/+20 | |
| | | ||||||
* | | Fix typo, change period to comma | Robert Managan | 2012-11-09 | 1 | -1/+1 | |
| | | ||||||
* | | Add documentation and update CHANGES.txt. Remove the Environment methods ↵ | Robert Managan | 2012-11-09 | 5 | -73/+22 | |
| | | | | | | | | VersionedSharedLibrary and VersionSharedLibraryInstall since they are no longer needed | |||||
* | | Get sym links working with VariantDir and add a test | Robert Managan | 2012-11-07 | 3 | -2/+163 | |
| | | ||||||
* | | Start to clean up changes in __init__.py and link.py. Add support in ↵ | Robert Managan | 2012-11-05 | 3 | -53/+167 | |
| | | | | | | | | install.py for versioned shared libs. Still need test case. | |||||
* | | merge outstanding commits | Robert Managan | 2012-10-25 | 1 | -0/+1 | |
|\ \ | |/ | ||||||
| * | Re-merged pull request #46: biber/biblatex updates | Gary Oberbrunner | 2012-10-19 | 5 | -9/+9 | |
| |\ | ||||||
| * | | Innocuous change to create new tip rev on default branch | Gary Oberbrunner | 2012-10-19 | 1 | -0/+1 | |
| | | | ||||||
* | | | Treat the sym links as side effects instead of extra targets. This prevents ↵ | Robert Managan | 2012-10-24 | 2 | -26/+64 | |
| | | | | | | | | | | | | Install from copying the links as full files. Still need to get Install to create the links, if possible. Still a test failure or two to clean up as well. Needs a new test as well. | |||||
* | | | add support for darwin | Robert Managan | 2012-10-17 | 3 | -11/+18 | |
| | | | ||||||
* | | | merge in changes from other forks/branches | Robert Managan | 2012-10-17 | 26 | -826/+1031 | |
|\ \ \ | ||||||
| * | | | Backed out changeset 87e2f40b59e3 (merge of D support updates) | Gary Oberbrunner | 2012-10-13 | 64 | -1932/+144 | |
| | | | | ||||||
| * | | | Merged in managan/scons_biblatex2.2 (pull request #46) | Gary Oberbrunner | 2012-10-13 | 5 | -9/+9 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Fix test for presence of biber and in several tests make variable names ↵ | Robert Managan | 2012-10-13 | 5 | -9/+9 | |
| | |/ | | | | | | | | | | consistent with what we are testing the presence of |