summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* README.rst edited online with BitbucketHEADmasterWilliam Deegan2017-09-181-763/+0
|
* README.rst edited online with BitbucketWilliam Deegan2017-09-181-0/+5
|
* post release file updatesWilliam Deegan2017-09-184-6/+35
|
* update from release branchWilliam Deegan2017-09-180-0/+0
|\
* | 3.0.0 announcement updatesrel_3.0.0William Deegan2017-09-181-2/+1
| |
* | Added tag 3.0.0 for changeset 8972f6a2f699William Deegan2017-09-180-0/+0
| |
* | Add src/engine/SCons/Tool/docbook/utils/xmldepend.xsl to MANIFEST-xml.in3.0.0William Deegan2017-09-184-4/+17
| |
* | Updates for 3.0.0 releaseWilliam Deegan2017-09-188-36/+36
| |
* | Regenerated docs for 3.0.0 release.William Deegan2017-09-1812-26/+212
|/
* Add clang.py and clangxx.py to Manifest.in to include them in the ↵William Deegan2017-09-181-0/+2
| | | | distribution packages
* PY2/3 changes to pickle so py2.7 and py3.5+ pickles used in sconsign will be ↵William Deegan2017-09-102-2/+7
| | | | readable by either. There are still rebuilds when switching
* remove reference to tools no longer included in SConsWilliam Deegan2017-09-021-9/+7
|
* D: added DCommon.xml to hold common variable cvars. the following were ↵William Deegan2017-09-011-0/+71
| | | | missing which broke doc building. DRPATHPREFIX, DRPATHSUFFIX, DShLibSonameGenerator, SHDLIBVERSION, SHDLIBVERSIONFLAGS
* add docs targetWilliam Deegan2017-09-011-1/+12
|
* restore default sconsign extensionWilliam Deegan2017-08-311-4/+10
|
* Fix many epydoc warningsWilliam Deegan2017-08-3122-239/+251
|
* Merged scons/scons into defaultWilliam Deegan2017-08-311-0/+14
|\
| * Add string of actual output when the commands in this test are run manually. ↵William Deegan2017-08-291-0/+14
| | | | | | | | It appears that on non-win and win+py2.7 some of the output is getting dropped and so the test passes when it should fail. with win+py3.5or6 it intermittently fails as it should based on expected output. Though in reality the output is correct.
* | Merge in mainline.Russel Winder2017-08-26248-384/+371
|\ \ | |/
| * PY2/3 get_contents() was returning empty string instead of empty bytes when ↵William Deegan2017-08-242-1/+3
| | | | | | | | file doesn't exist. get_text_contents() was then trying to call decode on a string object... Fixed. get_contents() now returns empty byte string
| * Merged in bdbaddog/scons (pull request #505)William Deegan2017-08-241-1/+3
| |\ | | | | | | | | | Fix handling of non ascii/not utf-8 file contents for PY3 in get_text_contents()
| | * Merged in grbd/scons (pull request #502)William Deegan2017-08-2410-5/+71
| | |\ | | | | | | | | | | | | Fix for building under python3.5 via bootstrap
| | * | Fix for building under python3.5 via bootstrapgrbd2017-08-151-1/+3
| | | |
| * | | Updates to get_text_content() logic and testsWilliam Deegan2017-08-242-5/+8
| | | |
| * | | Handle decode errors by backslashing character. Should only throw exception ↵William Deegan2017-08-231-2/+2
| | | | | | | | | | | | | | | | if content is not a byte type now
| * | | Fix issue for PY3 where file content has not BOM and isn't ascii by ↵William Deegan2017-08-232-1/+9
| | | | | | | | | | | | | | | | decodeing to utf-8
| * | | fix spelling of Tim Jenness last nameWilliam Deegan2017-08-231-1/+1
| | | |
| * | | version string changes for 3.0.0 alphaWilliam Deegan2017-08-236-13/+13
| | | |
| * | | updates for distributionWilliam Deegan2017-08-231-0/+3
| | | |
| * | | mergeWilliam Deegan2017-08-21236-365/+334
| |\ \ \ | | |_|/ | |/| |
| | * | merge defaultWilliam Deegan2017-08-19236-365/+334
| | |\ \
| | | * \ mergeWilliam Deegan2017-06-141-1/+7
| | | |\ \
| | | * \ \ mergeWilliam Deegan2017-06-148-81/+71
| | | |\ \ \
| | | * | | | updates from build machineWilliam Deegan2017-06-14236-365/+334
| | | | | | |
* | | | | | | For consistency with another test.Russel Winder2017-08-232-8/+17
| | | | | | |
* | | | | | | Make the exists and generate functions consistent over D compilers.Russel Winder2017-08-231-1/+1
| | | | | | |
* | | | | | | Merge mainline.Russel Winder2017-08-2310-5/+71
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix Bug #3025 - (Credit to Florian : User flow86 on tigris) - Fix typo ↵William Deegan2017-08-202-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | JAVACLASSSUFIX should have been JAVACLASSSUFFIX
| * | | | | | Fix Bug #2622 - AlwaysBuild()+MSVC regression. Due to AlwaysBuild'd target ↵William Deegan2017-08-202-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | not being added to changed_sources. This has been fixed for a while via some changes for other issue/development. I added a unit test to cover this to src/engine/SCons/ExecutorTests.py
| * | | | | | Fix Bug #2486 - Allow SetOption('silent',True) - Previously this option ↵William Deegan2017-08-193-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | could not be passed to SetOption
| * | | | | | Fix Bug #2486 - Allow SetOption('silent',True) - Previously this option ↵William Deegan2017-08-193-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | could not be passed to SetOption
| * | | | | | Fix Bug #3020 - Download link in user guide broken. python setup.py install ↵William Deegan2017-08-192-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | --version-lib broken. Now fixed
| * | | | | | PEP8William Deegan2017-08-191-0/+1
| | | | | | |
| * | | | | | Update CHANGES to cover bug fixed as part of another fixWilliam Deegan2017-08-192-1/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge in mainline.Russel Winder2017-08-156-37/+313
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Update to mainline.Russel Winder2017-08-086-37/+313
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge mainline.Russel Winder2017-08-0532-155/+300
| | |\ \ \ \
| | * \ \ \ \ Merge in mainline.Russel Winder2017-08-026-37/+313
| | |\ \ \ \ \
| | | * \ \ \ \ Merge mainline.Russel Winder2017-07-286-37/+313
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge in from mainline.Russel Winder2017-07-274-6/+145
| | | | |\ \ \ \ \