summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Pass some env vars that affect msvs tool setup.Mats Wichmann2020-03-172-10/+19
| * | | | Merge pull request #3611 from mwichmann/doc-implicitdepWilliam Deegan2020-04-162-43/+61
| |\ \ \ \
| | * | | | [PR #3611] implicit deps fix review comment [ci skip]Mats Wichmann2020-04-122-9/+12
| | * | | | Update doc wording for IMPLICIT_COMMAND_DEPEDENCIES [ci skip]Mats Wichmann2020-04-111-38/+53
| * | | | | Merge pull request #3603 from bdbaddog/revamp_scons_buildWilliam Deegan2020-04-1612-2802/+198
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Address github review notes and sider issuesWilliam Deegan2020-04-111-5/+5
| | * | | | Update CHANGES.txtWilliam Deegan2020-04-091-0/+2
| | * | | | Remove src/LICENSE.txt. Just use the version in the basedirWilliam Deegan2020-04-091-22/+0
| | * | | | add logic to not include *Tests.py in wheelWilliam Deegan2020-04-094-716/+0
| | * | | | Fix sconsign tests and scriptWilliam Deegan2020-04-091-45/+4
| | * | | | move scons-configure-cache logic into SCons.Utilities.ConfigureCache:main and...William Deegan2020-04-091-0/+182
| | * | | | move sconsign logic into src/engine/SCons/Utilties, update entry_points to ge...William Deegan2020-04-092-0/+548
| | * | | | Move scripts from src/scripts to scripts. Simplify scons.py to only be used f...William Deegan2020-04-096-2559/+0
| | * | | | First pass of refactor. Moved command line argument processing into site_scon...William Deegan2020-04-091-2/+4
| | | |_|/ | | |/| |
| * | | | 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
| | | |/ | | |/|
| * | | Update CHANGES.txtAdam Gross2020-04-021-0/+2
| * | | Fix inconsistencies between RootDir attributesAdam Gross2020-04-021-1/+7
| |/ /
| * | Generate groff-style manpages with Py3 [ci skip]Mats Wichmann2020-03-292-2/+9
| * | Improve manpage treatment of Variables and ConfigureMats Wichmann2020-03-263-14/+18
| * | [PR #3591] tweak --tree=linedrawMats Wichmann2020-03-241-16/+16
| * | Remove duplicate entry in src/CHANGES.txtMats Wichmann2020-03-241-4/+0
| * | Add option to use box-draw chars with --treeMats Wichmann2020-03-241-6/+18
| * | updated the CHANGES.txtPaul Tipei2020-03-241-0/+4
| * | updated the src/CHANGES.txtPaul Tipei2020-03-241-3/+7
| * | Adding posibility to use single line drawing when displaying the dependency treeIosif Daniel Kurazs2020-03-243-13/+40
| * | Remove obsolete scripts. Remove py27 supportWilliam Deegan2020-03-211-1/+2
| |/
| * 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-156-96/+21
| |\ \
| | * | [PR #3574] fix sider complaintsMats Wichmann2020-03-032-2/+1
| | * | Clean up some more Python 2 codeMats Wichmann2020-03-036-96/+22
| * | | Merge pull request #3577 from bdbaddog/add_msys2_mingw_pathsWilliam Deegan2020-03-152-0/+3
| |\ \ \
| | * | | [ci skip] update CHANGES.txt to have actual path addedWilliam Deegan2020-03-151-1/+2
| | * | | Add msys2 installed mingw64 to PATH for mingw toolWilliam Deegan2020-03-092-0/+2
| | |/ /
| * | | 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
| |/
| * Add a blurb about specifining encoding when opening Java source files as text.Robert Boehne2020-02-241-0/+4
| * Specifiy encoding for Java files, as the default varies across platforms.Rob Boehne2020-02-242-1/+25
| * Update description of IMPLICIT_COMMAND_DEPENDENCIES's functional changeWilliam Deegan2020-02-231-3/+4
| * Merge branch 'master' into substfilesuffixWilliam Deegan2020-02-2164-581/+379
| |\
| | * Merge branch 'master' into topic/grossag/compoundactionscanWilliam Deegan2020-02-21103-1037/+1477
| | |\
| | | * rm-py2: Remove "from __future__" from more placesMats Wichmann2020-02-201-1/+0
| | * | Change IMPLICIT_COMMAND_DEPENDENCIES meaning as requested in PRAdam Gross2020-01-132-10/+58
| | * | Address review feedbackAdam Gross2020-01-122-1/+24
| | * | Merge branch 'master' into topic/grossag/compoundactionscanAdam Gross2020-01-10174-1175/+1137
| | |\ \
| | * | | 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