summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added coveralls.io status badgeWilliam Deegan2017-12-111-0/+5
* add travis statusWilliam Deegan2017-12-111-0/+4
* Merge pull request #28 from dmoody256/CoverageTestingWilliam Deegan2017-12-103-12/+87
|\
| * rewrote the travis script to first run a plain test, then do the coverage tests.Daniel Moody2017-12-101-43/+65
| * had to split the build up because it was exceed travis max time limit per job...Daniel Moody2017-12-091-3/+27
| * needed to write the JobTest.py to the exclude listDaniel Moody2017-12-091-0/+1
| * adding in JobTests.py workaround with the coverage testing, also updated runt...Daniel Moody2017-12-092-7/+25
| * updated travis script to not exit, but instead just set the exit code, also s...Daniel Moody2017-12-092-4/+5
| * can't use >> with sudo, switching to teeDaniel Moody2017-12-091-2/+2
| * testing coverage packageDaniel Moody2017-12-091-1/+10
* | Merge pull request #19 from dmoody256/JarFlattenSourceWilliam Deegan2017-12-103-17/+268
|\ \
| * \ Merge remote-tracking branch 'scons/master' into JarFlattenSourceDaniel Moody2017-12-109-42/+37
| |\ \
| * | | Updated some comments and refactored a variable name. No functional changes.Daniel Moody2017-12-031-13/+25
| * | | updated CHANGES.txtDaniel Moody2017-12-031-0/+1
| * | | updated jar to handle directories better, JarClassFile build doesnt return an...Daniel Moody2017-12-032-4/+150
| * | | updated jar.py to handle nodes and varanit dirs better, added test for nodes ...Daniel Moody2017-12-032-6/+10
| * | | updated CHANGES.txtDaniel Moody2017-12-031-0/+1
| * | | updated Jar builder to flatten source list, and added test for embedded sourcesDaniel Moody2017-11-192-1/+88
* | | | Merge pull request #26 from dmoody256/MacTestsJavaNotInstalledWilliam Deegan2017-12-101-0/+20
|\ \ \ \ | |_|/ / |/| | |
| * | | moved logic to function so less duplicate codeDaniel Moody2017-12-101-25/+17
| * | | On Mac there is are some place holder java binaries installed which confuse S...Daniel Moody2017-12-071-0/+28
| | |/ | |/|
* | | Merge pull request #20 from dmoody256/JarRemoveMagicNumbersWilliam Deegan2017-12-102-3/+6
|\ \ \
| * | | fixed mistake in converting from magic numbers where it should have been the ...Daniel Moody2017-11-211-1/+1
| * | | updated some magic number references, no functional changes.Daniel Moody2017-11-202-3/+6
| | |/ | |/|
* | | Merge pull request #24 from ajf58/tidy-warningsWilliam Deegan2017-12-104-32/+4
|\ \ \ | |_|/ |/| |
| * | Update CHANGES.txt to describe this fix.Andrew Featherstone2017-12-031-0/+3
| * | Remove unused warnings from the man page and Warnings.pyAndrew Featherstone2017-12-032-14/+0
| * | Remove testing for hashlib and corresponding support for command line options.Andrew Featherstone2017-12-023-18/+1
* | | Adding to support automatic coverage via github/coverallsWilliam Deegan2017-12-061-0/+3
* | | Merge pull request #22 from dmoody256/JobTestNumJobsWilliam Deegan2017-12-051-1/+24
|\ \ \ | |/ / |/| |
| * | num_jobs will be based on the number of CPUs detected to make sure parallel j...Daniel Moody2017-11-231-1/+24
| |/
* | Merge pull request #21 from bdbaddog/remove_coerceWilliam Deegan2017-11-212-6/+0
|\ \ | |/ |/|
| * Remove obsolete __coerce__ methods on CLVar. Not used by new style objectsWilliam Deegan2017-11-212-6/+0
|/
* change back to development version stringsHEADmasterWilliam Deegan2017-11-146-14/+14
* add vscode dir to gitignore3.0.1rel_3.0.1William Deegan2017-11-141-0/+2
* Regenerated docs for 3.0.1 release.William Deegan2017-11-143-22/+6
* Fix bad syntax in module not currently usedWilliam Deegan2017-11-141-0/+1
* Refactor some variable names. Create a SConstruct_created next to created fil...William Deegan2017-11-141-21/+27
* Fix messaging when two environments are specified for same target to handle w...William Deegan2017-11-141-1/+4
* Add ability to regenerate a single example outputWilliam Deegan2017-11-141-2/+9
* Merge branch 'rel_3.0.1' of github.com:SConsProject/scons into rel_3.0.1William Deegan2017-11-140-0/+0
|\
| * Updates to release textsWilliam Deegan2017-11-132-5/+7
| * Fixed print statement to work with py2/3William Deegan2017-11-134-24/+24
| * Regenerated docs for 3.0.1 release.William Deegan2017-11-1320-114/+255
| * minor improvements in script logicWilliam Deegan2017-11-131-5/+9
| * Doc updatesWilliam Deegan2017-11-122-21/+21
| * Update version stringsWilliam Deegan2017-11-127-15/+15
* | Updates to release textsWilliam Deegan2017-11-142-5/+7
* | Fixed print statement to work with py2/3William Deegan2017-11-144-24/+24
* | Regenerated docs for 3.0.1 release.William Deegan2017-11-1420-114/+255