summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | move sconsign logic into src/engine/SCons/Utilties, update entry_points to ge...William Deegan2020-04-092-0/+548
| | | |_|/ | | |/| |
| * | | | Merge pull request #3601 from mwichmann/man-examples-fmtWilliam Deegan2020-04-108-41/+48
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Manpage example tweaks [ci skip]Mats Wichmann2020-04-078-41/+48
| | | |/ | | |/|
| * | | Fix inconsistencies between RootDir attributesAdam Gross2020-04-021-1/+7
| |/ /
| * | Generate groff-style manpages with Py3 [ci skip]Mats Wichmann2020-03-291-2/+7
| * | Improve manpage treatment of Variables and ConfigureMats Wichmann2020-03-263-14/+18
| * | [PR #3591] tweak --tree=linedrawMats Wichmann2020-03-241-16/+16
| * | Add option to use box-draw chars with --treeMats Wichmann2020-03-241-6/+18
| * | Adding posibility to use single line drawing when displaying the dependency treeIosif Daniel Kurazs2020-03-243-13/+40
| |/
| * Merge pull request #3583 from mwichmann/man-notesWilliam Deegan2020-03-152-23/+31
| |\
| | * Add a link from Clone() to Envirornment() methods. [ci skip]Mats Wichmann2020-03-131-1/+1
| | * Fix the packagers table again. [ci skip]Mats Wichmann2020-03-131-22/+30
| * | Merge pull request #3574 from mwichmann/more-py2-cleanupsWilliam Deegan2020-03-155-95/+19
| |\ \
| | * | [PR #3574] fix sider complaintsMats Wichmann2020-03-032-2/+1
| | * | Clean up some more Python 2 codeMats Wichmann2020-03-035-95/+20
| * | | Merge pull request #3577 from bdbaddog/add_msys2_mingw_pathsWilliam Deegan2020-03-151-0/+1
| |\ \ \
| | * | | Add msys2 installed mingw64 to PATH for mingw toolWilliam Deegan2020-03-091-0/+1
| | |/ /
| * | | Purge some py 2.7 codeWilliam Deegan2020-03-131-7/+0
| | |/ | |/|
| * | Fix syntax problem in Action doc [ci skip]Mats Wichmann2020-03-091-3/+3
| |/
| * Specifiy encoding for Java files, as the default varies across platforms.Rob Boehne2020-02-242-1/+25
| * Merge branch 'master' into substfilesuffixWilliam Deegan2020-02-2153-561/+371
| |\
| | * Merge branch 'master' into topic/grossag/compoundactionscanWilliam Deegan2020-02-2190-1010/+1431
| | |\
| | * | Change IMPLICIT_COMMAND_DEPENDENCIES meaning as requested in PRAdam Gross2020-01-132-10/+58
| | * | Address review feedbackAdam Gross2020-01-121-0/+21
| | * | Merge branch 'master' into topic/grossag/compoundactionscanAdam Gross2020-01-10167-1161/+1045
| | |\ \
| | * | | Update scanning code to get it closer to desired stateAdam Gross2020-01-101-19/+22
| | * | | Switch heavyweight scanning to be opt-inAdam Gross2019-12-031-9/+27
| | * | | Fix some testsAdam Gross2019-12-031-5/+14
| | * | | Various improvements to the changeAdam Gross2019-12-021-25/+25
| | * | | Add support for scanning multiple entries in an action stringAdam Gross2019-12-021-7/+28
| * | | | Change errant TEXFTILESUFFIX to SUBSTFILESUFFIXMats Wichmann2020-02-151-1/+1
* | | | | Merge branch 'master' into c-conditional-scannerWilliam Deegan2020-02-1952-561/+251
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge pull request #3561 from bdbaddog/more_post_py27_cleanup_02_17_2020William Deegan2020-02-1913-249/+139
| |\ \ \ \
| | * | | | Remove u' u" from strings. no longer neededWilliam Deegan2020-02-189-41/+24
| | * | | | more post py27 cleanupWilliam Deegan2020-02-185-182/+84
| | * | | | More post py27 cleanup. Remove no-op function calls. Fix _exercise() built in...William Deegan2020-02-181-26/+31
| * | | | | Merge branch 'master' of github.com:SCons/sconsWilliam Deegan2020-02-1949-255/+47
| |\ \ \ \ \ | | |/ / / /
| | * | | | more unicode cleanupWilliam Deegan2020-02-181-10/+2
| | * | | | more unicode cleanupWilliam Deegan2020-02-183-28/+2
| | * | | | more unicode cleanupWilliam Deegan2020-02-181-16/+0
| | * | | | More unicode removal and cleanupWilliam Deegan2020-02-181-15/+13
| | * | | | removing unicode from UtilTests.pyWilliam Deegan2020-02-181-4/+1
| | * | | | remove unicode from dblite.pyWilliam Deegan2020-02-181-20/+2
| | * | | | remove unicode reference in ActionTests.pyWilliam Deegan2020-02-181-8/+0
| | * | | | more code cleanup found by pycharmWilliam Deegan2020-02-181-4/+4
| | * | | | replace dictionary initializations with simpler logicWilliam Deegan2020-02-182-13/+4
| | * | | | remove PY3 variable from SCons.Util No longer neededWilliam Deegan2020-02-171-1/+0
| | * | | | Fix sider issue. Simplify code by removing py27 v py35+William Deegan2020-02-171-14/+5
| | * | | | Clean up collections to switch to collections.abc where possibleWilliam Deegan2020-02-177-40/+9
| | * | | | remove remaining from __future__ importsWilliam Deegan2020-02-175-11/+0