Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tools for the D programming language. | Andrew Featherstone | 2017-12-17 | 1 | -0/+2 |
| | |||||
* | SVG format for CI badge. | Andrew Featherstone | 2017-12-17 | 1 | -1/+1 |
| | |||||
* | Add AppVeyor CI status badge to README.rst. | Andrew Featherstone | 2017-12-17 | 1 | -0/+4 |
| | |||||
* | Tweaking tets_scripts section. | Andrew Featherstone | 2017-12-17 | 1 | -1/+1 |
| | |||||
* | Convert test command to Windows batch script equivalent. | Andrew Featherstone | 2017-12-17 | 1 | -1/+1 |
| | |||||
* | Disable AppVeyor's build phase. | Andrew Featherstone | 2017-12-17 | 1 | -0/+2 |
| | |||||
* | Add AppVeyor configuration, based on .travi.yml's contents and ↵ | Andrew Featherstone | 2017-12-17 | 1 | -0/+20 |
| | | | | http://buildbot.scons.org/. | ||||
* | Update CHANGES.txt to describe this fix. | Andrew Featherstone | 2017-12-03 | 1 | -0/+3 |
| | |||||
* | Remove unused warnings from the man page and Warnings.py | Andrew Featherstone | 2017-12-03 | 2 | -14/+0 |
| | | | | This warning was never used in the code. | ||||
* | Remove testing for hashlib and corresponding support for command line options. | Andrew Featherstone | 2017-12-02 | 3 | -18/+1 |
| | | | | hashlib is part of the standard library since Python 2.5, and SCons supports Python 2.7 and later. | ||||
* | Merge pull request #21 from bdbaddog/remove_coerce | William Deegan | 2017-11-21 | 2 | -6/+0 |
|\ | | | | | Remove obsolete __coerce__ methods on CLVar. Not used by new style objects | ||||
| * | Remove obsolete __coerce__ methods on CLVar. Not used by new style objects | William Deegan | 2017-11-21 | 2 | -6/+0 |
|/ | |||||
* | change back to development version stringsHEADmaster | William Deegan | 2017-11-14 | 6 | -14/+14 |
| | |||||
* | add vscode dir to gitignore3.0.1rel_3.0.1 | William Deegan | 2017-11-14 | 1 | -0/+2 |
| | |||||
* | Regenerated docs for 3.0.1 release. | William Deegan | 2017-11-14 | 3 | -22/+6 |
| | |||||
* | Fix bad syntax in module not currently used | William Deegan | 2017-11-14 | 1 | -0/+1 |
| | |||||
* | Refactor some variable names. Create a SConstruct_created next to created ↵ | William Deegan | 2017-11-14 | 1 | -21/+27 |
| | | | | files for document examples so the example code can be rerun manually to debug any issues found when running | ||||
* | Fix messaging when two environments are specified for same target to handle ↵ | William Deegan | 2017-11-14 | 1 | -1/+4 |
| | | | | when the action cannot be decoded as UTF-8. This most likely only happens when the action is a python function. It was breaking (at least) some example output generated for documentation | ||||
* | Add ability to regenerate a single example output | William Deegan | 2017-11-14 | 1 | -2/+9 |
| | |||||
* | Merge branch 'rel_3.0.1' of github.com:SConsProject/scons into rel_3.0.1 | William Deegan | 2017-11-14 | 0 | -0/+0 |
|\ | |||||
| * | Updates to release texts | William Deegan | 2017-11-13 | 2 | -5/+7 |
| | | |||||
| * | Fixed print statement to work with py2/3 | William Deegan | 2017-11-13 | 4 | -24/+24 |
| | | |||||
| * | Regenerated docs for 3.0.1 release. | William Deegan | 2017-11-13 | 20 | -114/+255 |
| | | |||||
| * | minor improvements in script logic | William Deegan | 2017-11-13 | 1 | -5/+9 |
| | | |||||
| * | Doc updates | William Deegan | 2017-11-12 | 2 | -21/+21 |
| | | |||||
| * | Update version strings | William Deegan | 2017-11-12 | 7 | -15/+15 |
| | | |||||
* | | Updates to release texts | William Deegan | 2017-11-14 | 2 | -5/+7 |
| | | |||||
* | | Fixed print statement to work with py2/3 | William Deegan | 2017-11-14 | 4 | -24/+24 |
| | | |||||
* | | Regenerated docs for 3.0.1 release. | William Deegan | 2017-11-14 | 20 | -114/+255 |
| | | |||||
* | | minor improvements in script logic | William Deegan | 2017-11-14 | 1 | -5/+9 |
| | | |||||
* | | Doc updates | William Deegan | 2017-11-14 | 2 | -21/+21 |
| | | |||||
* | | Update version strings | William Deegan | 2017-11-14 | 7 | -15/+15 |
| | | |||||
* | | Merge pull request #17 from dmoody256/master | William Deegan | 2017-11-14 | 6 | -10/+201 |
|\ \ | |/ |/| | Fix Jar again and add Travis CI script | ||||
| * | switched the order of target/source checking so no target is an option, also ↵ | Daniel Moody | 2017-11-14 | 1 | -10/+10 |
| | | | | | | | | fixed Warning module mispelling. | ||||
| * | update CHANGES.txt | Daniel Moody | 2017-11-14 | 1 | -0/+2 |
| | | |||||
| * | Added Jar test to check if multiple targets can be passed. | Daniel Moody | 2017-11-14 | 1 | -8/+29 |
| | | |||||
| * | Added a way to handle multiple targets for the Jar builder and an extra ↵ | Daniel Moody | 2017-11-14 | 1 | -5/+13 |
| | | | | | | | | warning message. | ||||
| * | added my updates to CHANGES.txt | Daniel Moody | 2017-10-26 | 1 | -1/+12 |
| | | |||||
| * | added a travis script for CI on github. This is passing for most of the ↵ | Daniel Moody | 2017-10-26 | 1 | -0/+16 |
| | | | | | | | | test, and considers no results a pass because some wont be able to be tested with travis at the moment (i.e windows). | ||||
| * | updated the JAR test to test that the java source files were actually ↵ | Daniel Moody | 2017-10-26 | 2 | -5/+21 |
| | | | | | | | | compiled and are in the resulting jar file. Also updated the swig dependency test to throw no result from what seems to be a non java related bug. | ||||
| * | added a method to the jar tool to handle directories and file sources. This ↵ | Daniel Moody | 2017-10-26 | 2 | -2/+119 |
|/ | | | | was taken from the similar Java method in the javac tool. Updated the Jar builder to have an unambiguos name. | ||||
* | Merge pull request #9 from ztessler/repeattarget | William Deegan | 2017-10-22 | 6 | -1/+141 |
|\ | | | | | Fix incorrect warning of different environments | ||||
| * | Two new tests to verify warnings when targets are repeated with same ↵ | Zachary Tessler | 2017-10-12 | 2 | -0/+123 |
| | | | | | | | | actions, but either environments or overrides differ. | ||||
| * | Fix incorrect warning of different environments for a target when repeating ↵ | Zachary Tessler | 2017-10-06 | 4 | -1/+18 |
| | | | | | | | | identical builder or Command calls that use overrides | ||||
* | | Merge pull request #16 from bdbaddog/add_sconscript_timing | William Deegan | 2017-10-20 | 3 | -9/+24 |
|\ \ | | | | | | | Add printing time processing each SConscript when --debug=time is specified on command line | ||||
| * | | Add printing time processing each SConscript when --debug=time is specified ↵ | William Deegan | 2017-10-20 | 3 | -9/+24 |
|/ / | | | | | | | on command line | ||||
* | | Merge pull request #15 from bdbaddog/fix_failing_msvs_tests_print_tuple | William Deegan | 2017-10-16 | 1 | -2/+2 |
|\ \ | | | | | | | Fix issue where test framework was printing a tuple under python 2.7 … | ||||
| * | | Fix issue where test framework was printing a tuple under python 2.7 (since ↵ | William Deegan | 2017-10-16 | 1 | -2/+2 |
|/ / | | | | | | | we removed need for print function under 2.7. This was breaking all the logic used by test framework to get the list of installed MSVS's. Switched to proper print format string | ||||
* | | Merge pull request #14 from bdbaddog/fix_py3_syspath_explosion | William Deegan | 2017-10-14 | 2 | -2/+9 |
|\ \ | | | | | | | Fix issue with Tool loading logic where sys.path was getting an addition site_scons/site_tools path prepended with every tool loaded when running with Python 3.5+. | ||||
| * | | Fix issue with Tool loading logic where sys.path was getting an addition ↵ | William Deegan | 2017-10-13 | 2 | -2/+9 |
|/ / | | | | | | | site_scons/site_tools path prepended with every tool loaded when running with Python 3.5+. |