| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Cleanup replacement of sys.exitfunc with atexit (Python 2+) | anatoly techtonik | 2012-12-19 | 2 | -14/+4 | |
| | |/ | ||||||
| * | | update to latest SCons commits | Robert Managan | 2012-12-18 | 10 | -122/+82 | |
| |\ \ | |/ | ||||||
| | * | Fixed tests/scons-time/file.py. | Gary Oberbrunner | 2012-12-16 | 1 | -1/+1 | |
| | | | ||||||
| | * | - extended the must_contain* methods of the test framework, such that they ↵ | Dirk Baechle | 2012-12-16 | 10 | -122/+82 | |
| | | | | | | | | | | | | | 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 | 1 | -1/+1 | |
| | | | ||||||
| * | | merge in changes from SCons default | Robert Managan | 2012-12-15 | 5 | -62/+66 | |
| |\ \ | |/ | ||||||
| | * | 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 | 1 | -7/+2 | |
| | | | ||||||
| | * | Updated tests for Anatoly Techtonik's option error handling improvements. | Gary Oberbrunner | 2012-12-09 | 3 | -3/+64 | |
| | | | ||||||
| * | | 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 | 1 | -2/+0 | |
| | | | ||||||
| * | | merge latest commits from SCons main line | Robert Managan | 2012-11-10 | 2 | -8/+16 | |
| |\ \ | |/ | ||||||
| | * | vcxproj.filters files should be removed upon clean | stopiccot | 2012-10-24 | 2 | -8/+16 | |
| | | | ||||||
| * | | Get sym links working with VariantDir and add a test | Robert Managan | 2012-11-07 | 1 | -0/+154 | |
| | | | ||||||
| * | | Backed out changeset 87e2f40b59e3 (merge of D support updates) | Gary Oberbrunner | 2012-10-13 | 53 | -1408/+0 | |
| | | | ||||||
| * | | 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 | |||||
| * | | Merge default/tip. | Russel Winder | 2012-10-13 | 3 | -2/+134 | |
| |\ \ | |/ | ||||||
| | * | Merged pull request #44 (make README a ReStructuredText file) | Gary Oberbrunner | 2012-10-13 | 1 | -1/+5 | |
| | |\ | | | | | | | | | | I added a few test fixes and tweaks to Russels version. | |||||
| | * \ | Merged in managan/scons_biblatex2.2 (pull request #43, biber support) | Gary Oberbrunner | 2012-10-13 | 2 | -1/+129 | |
| | |\ \ | | |/ | |/| | ||||||
| | | * | Add separate biber action and add logic to call either bibtex or biber ↵ | Robert Managan | 2012-10-07 | 2 | -1/+129 | |
| | | | | | | | | | | | | | depending on which is needed; the files created tell us which to call. | |||||
| * | | | Merge in default/tip from the mainline. | Russel Winder | 2012-10-07 | 5 | -16/+23 | |
| |\ \ \ | |/ / | ||||||
| | * | | - final changes for bug2872 "Fix tests on Buildbot slaves", mainly switched ↵ | dirkbaechle | 2012-10-03 | 5 | -16/+23 | |
| | |/ | | | | | | | all RPM tests to using the new rpmutils module | |||||
| * | | Merge mainline tip. | Russel Winder | 2012-10-04 | 10 | -26/+50 | |
| |\ \ | |/ | ||||||
| | * | Merged in dirkbaechle/scons (pull request #39) | Gary Oberbrunner | 2012-09-29 | 9 | -22/+36 | |
| | |\ | ||||||
| | | * | - several smaller fixes to get all tests running under Buildbot again | dirkbaechle | 2012-09-27 | 9 | -22/+36 | |
| | | | | ||||||
| | * | | Merged pull request #38, from eyan: add target name to debug=time | Gary Oberbrunner | 2012-09-22 | 1 | -2/+2 | |
| | | | | | | | | | | | | | Fixes #2873. | |||||
| | * | | Adding target name to output of --debug=time. Fix for Issue 2873 | Edmund Yan | 2012-09-18 | 1 | -3/+13 | |
| | |/ | ||||||
| * | | Merge mainline tip. | Russel Winder | 2012-09-16 | 22 | -128/+262 | |
| |\ \ | |/ | ||||||
| | * | Merged in managan/scons_newglossary (pull request #37); support newglossary ↵ | Gary Oberbrunner | 2012-09-16 | 1 | -0/+158 | |
| | |\ | | | | | | | | | | LaTeX command | |||||
| | | * | Support auxiliary files created by \newglossary command | Robert Managan | 2012-09-16 | 1 | -0/+158 | |
| | | | | ||||||
| | * | | - added two new functions must_exist_one_of/must_not_exist_any_of to TestCmd, | dirkbaechle | 2012-09-06 | 10 | -73/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 17 | -98/+119 | |
| | |/ | | | | | | | again | |||||
| * | | Rearrange, refactor, rework, rewrite, fix. | Russel Winder | 2012-09-06 | 15 | -47/+122 | |
| | | | ||||||
| * | | The test needs two parameters to compare against the problem. | Russel Winder | 2012-09-05 | 2 | -2/+2 | |
| | | | ||||||
| * | | Start the process of getting better support for D builds. | Russel Winder | 2012-09-05 | 50 | -1/+1206 | |
| | | | ||||||
| * | | Add a first cut at GDC support. | Russel Winder | 2012-09-03 | 1 | -0/+64 | |
| | | | ||||||
| * | | Be specific about which tools to use. | Russel Winder | 2012-09-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | Strip out all the Linux specific stuff as not being the right direction to ↵ | Russel Winder | 2012-09-03 | 1 | -0/+64 | |
| |/ | | | | handle all the variation. | |||||
| * | Merging pull request #33, test framework, from Dirk Baechle. | Gary Oberbrunner | 2012-08-28 | 25 | -56/+51 | |
| |\ | ||||||
| | * | - fixed directory/file fixtures for "general" mode | dirkbaechle | 2012-08-12 | 10 | -41/+36 | |
| | | | | | | | | | | | - 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 | 15 | -15/+15 | |
| | | | | | | | | | | | | | | | | | | | 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 usage of subprocess module in runtest.py | dirkbaechle | 2012-08-03 | 15 | -15/+15 | |
| | | | | | | | | | - fixed tests in test/runtest (needed -j option for suppressing the count/percent messages) | |||||
| * | | Another MinGW test skip fix. | Gary Oberbrunner | 2012-08-22 | 1 | -0/+6 | |
| | | | ||||||
| * | | Skip MinGW test on Windows machines without MinGW. | Gary Oberbrunner | 2012-08-22 | 1 | -0/+6 | |
| | | | | | | | | | Need to do this, otherwise it fails erroneously. | |||||
| * | | Fixed test rot in test/MSVS/CPPPATH-Dirs.py. | Gary Oberbrunner | 2012-08-22 | 1 | -1/+3 | |
| | | | | | | | | | | | Visual Studio now creates .vcxproj rather than .vcproj. Made the test allow either one's existence to succeed. | |||||
| * | | Fixed some test rot in test/IDL/midl.py, so it works on Win7. | Gary Oberbrunner | 2012-08-22 | 1 | -11/+12 | |
| | | | ||||||
| * | | Fix MSVS solution generation for VS11, and fixed tests. | Gary Oberbrunner | 2012-08-14 | 4 | -4/+4 | |
| | | | ||||||
| * | | Merged in ptomulik/scons, pull request #25: gettext toolset | Gary Oberbrunner | 2012-08-01 | 9 | -196/+1334 | |
| |\ \ | |/ |/| | ||||||
| | * | Removed test/GETTEXT | ptomulik | 2012-06-18 | 4 | -298/+0 | |
| | | | ||||||
