| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 fil... | William Deegan | 2017-11-14 | 1 | -21/+27 |
|
|
* | Fix messaging when two environments are specified for same target to handle w... | William Deegan | 2017-11-14 | 1 | -1/+4 |
|
|
* | 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 |
|\ \
| |/
|/| |
|
| * | switched the order of target/source checking so no target is an option, also ... | Daniel Moody | 2017-11-14 | 1 | -10/+10 |
|
|
| * | 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 warni... | Daniel Moody | 2017-11-14 | 1 | -5/+13 |
|
|
| * | 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 test,... | Daniel Moody | 2017-10-26 | 1 | -0/+16 |
|
|
| * | updated the JAR test to test that the java source files were actually compile... | Daniel Moody | 2017-10-26 | 2 | -5/+21 |
|
|
| * | added a method to the jar tool to handle directories and file sources. This w... | Daniel Moody | 2017-10-26 | 2 | -2/+119 |
|/ |
|
* | Merge pull request #9 from ztessler/repeattarget | William Deegan | 2017-10-22 | 6 | -1/+141 |
|\ |
|
| * | Two new tests to verify warnings when targets are repeated with same actions,... | Zachary Tessler | 2017-10-12 | 2 | -0/+123 |
|
|
| * | Fix incorrect warning of different environments for a target when repeating i... | Zachary Tessler | 2017-10-06 | 4 | -1/+18 |
|
|
* | | 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 o... | William Deegan | 2017-10-20 | 3 | -9/+24 |
|/ / |
|
* | | 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 (since w... | William Deegan | 2017-10-16 | 1 | -2/+2 |
|/ / |
|
* | | 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... | William Deegan | 2017-10-13 | 2 | -2/+9 |
|/ / |
|
* | | Merge branch 'dmoody256-master' | William Deegan | 2017-10-12 | 3 | -2/+66 |
|\ \ |
|
| * \ | Merge branch 'master' of https://github.com/dmoody256/scons into dmoody256-ma... | William Deegan | 2017-10-12 | 3 | -2/+66 |
| |\ \
|/ / / |
|
| * | | added test to JAR to also check the case that java source files are passed di... | Daniel Moody | 2017-10-10 | 1 | -0/+62 |
|
|
| * | | added changes to CHANGES.txt | Daniel Moody | 2017-10-07 | 1 | -0/+4 |
|
|
| * | | updated the Jar tool to not force sources to .class files allowing for direct... | Daniel Moody | 2017-10-07 | 1 | -2/+0 |
| |/ |
|
* | | Merge pull request #13 from bdbaddog/add_cmp_to_compat | William Deegan | 2017-10-12 | 2 | -4/+4 |
|\ \ |
|
| * | | Fix tests where the GenerateHelpText() sort function was never correct and fi... | William Deegan | 2017-10-12 | 2 | -4/+4 |
|
|
* | | | Merge pull request #12 from bdbaddog/add_cmp_to_compat | William Deegan | 2017-10-11 | 5 | -8/+44 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Fix logic which was broken by automatic fixers. the sort parameter to Generat... | William Deegan | 2017-10-11 | 4 | -2/+32 |
|
|
| * | Add cmp to SCons.Util as py3 no longer provides it | William Deegan | 2017-10-11 | 2 | -6/+12 |
|/ |
|
* | Merge pull request #8 from bdbaddog/fix_scons_build | William Deegan | 2017-10-04 | 14 | -1066/+222 |
|\ |
|
| * | Simplify main SConstruct. Remove deb and rpm and win executable package creat... | William Deegan | 2017-10-04 | 13 | -1001/+182 |
|
|
| * | Migrate some logic from SConstruct into site_scons to simplify top level SCon... | William Deegan | 2017-10-03 | 3 | -40/+41 |
|
|
| * | Remove windows executable installers | William Deegan | 2017-10-02 | 1 | -26/+0 |
|
|