summaryrefslogtreecommitdiffstats
path: root/SCons
Commit message (Expand)AuthorAgeFilesLines
* final 4.0.0 commitWilliam Deegan2020-07-041-3/+3
* fix scons --version and packagingWilliam Deegan2020-07-042-5/+5
* 4.0.0 releaseWilliam Deegan2020-07-041-4/+4
* Merge pull request #3730 from mwichmann/mavc-tool-docWilliam Deegan2020-07-041-23/+43
|\
| * [PR #3730] change wording on TARGET_ARCH [skip appveyor]Mats Wichmann2020-07-031-5/+10
| * [PR #3730] fix doc syntax errors [skip appveyor]Mats Wichmann2020-07-031-5/+5
| * Updates to doc for MSVC construction vars [skip appveyor]Mats Wichmann2020-07-031-21/+36
* | Merge pull request #3734 from bdbaddog/restore_scons_localWilliam Deegan2020-07-041-4/+4
|\ \ | |/ |/|
| * Add sepearat pypi README-package.rst for pypi's long description textWilliam Deegan2020-07-041-4/+4
* | Fix the executable path for Visual Studio 7.0 vs.py. Add an explicit check f...Joseph Brill2020-07-011-1/+1
* | Merge pull request #3712 from bdbaddog/restore_scons_localWilliam Deegan2020-07-015-79/+13
|\ \ | |/
| * clean up sider/flake8 warningsWilliam Deegan2020-06-303-9/+4
| * have scripts use central SCons.__init__.py's __version__,etcWilliam Deegan2020-06-303-28/+8
| * All working except automatic build of wheel and sdist packageWilliam Deegan2020-06-303-54/+13
| * Add copyright stringWilliam Deegan2020-06-291-1/+1
* | Merge pull request #3716 from mwichmann/env-dict-emulWilliam Deegan2020-06-272-27/+62
|\ \
| * | Add keys() and values() to environmentMats Wichmann2020-06-252-27/+62
| |/
* | Fix for failing Docbook slides tests.Dirk Baechle2020-06-241-6/+21
|/
* Tool doc updates: textfile, lib/object [ci skip]Mats Wichmann2020-06-222-149/+154
* Merge pull request #3706 from dirkbaechle/issue3580-generate-doc-lxmlWilliam Deegan2020-06-213-144/+72
|\
| * Fixed Docbook Tool and updated its tests.Dirk Baechle2020-06-212-11/+12
| * Replaced 'bare excepts', now catching Exception.Dirk Baechle2020-06-201-6/+8
| * Updated generated doc files and user manual.Dirk Baechle2020-06-202-3/+2
| * Added a specialized Manpage builder for lxml (Docbook).Dirk Baechle2020-06-191-2/+32
| * First set of changes, started to rip out libxslt2.Dirk Baechle2020-06-191-142/+38
* | Merge pull request #3701 from jcbrill/msvc-detectionWilliam Deegan2020-06-211-30/+48
|\ \ | |/ |/|
| * update comment for vswhere version argumentsJoseph Brill2020-06-161-1/+1
| * Merge branch 'master' into msvc-detectionJoseph Brill2020-06-151-1/+2
| |\
| * | don't exit immediately when vswhere returns no information since there may be...Joseph Brill2020-06-151-1/+1
| * | fix erroneous indent is os.walk code for cl.exeJoseph Brill2020-06-151-1/+1
| * | The order of results from the vswhere query using "products *" is unreliable ...Joseph Brill2020-06-151-26/+33
| * | Msvc 14.1Exp detection raises an UnsupportedVersion exception due to a missin...Joseph Brill2020-06-151-2/+3
| * | The cl.exe existence check for msvc 6.0 fails due to the case sensitivity of ...Joseph Brill2020-06-151-4/+13
| * | reset_installed_vcs is setting a local variable named __INSTALLED_VCS_RUN rat...Joseph Brill2020-06-151-0/+1
* | | Fix docbook 4.5 vs 5 usage [ci skip]Mats Wichmann2020-06-171-2/+2
* | | Fix Issue #3628 - limit pickle protocol to 4William Deegan2020-06-161-2/+3
* | | update to fix Issue #3694 properly handle source and output file names with v...William Deegan2020-06-151-2/+2
| |/ |/|
* | remove context manager from Pipe() broke testsWilliam Deegan2020-06-151-14/+14
* | Wrap SCons.Action._subproc() call with 'with' to prevent leaking popen objectWilliam Deegan2020-06-151-13/+14
|/
* Fix Issue #3693 - doc fixWilliam Deegan2020-06-141-1/+1
* Fix Issue #3693 - change compilation db field 'target' to 'output' per specWilliam Deegan2020-06-142-10/+10
* Merge pull request #3690 from mwichmann/msvc-notesWilliam Deegan2020-06-132-29/+140
|\
| * Tweak MSCommon README a bit [ci skip]Mats Wichmann2020-06-111-52/+51
| * msvc: fiddle debugs, add flow descriptionMats Wichmann2020-06-092-29/+141
* | Merge pull request #3692 from mwichmann/docs-for-scons4William Deegan2020-06-131-1/+1
|\ \
| * | Documentation updates in perparation for 4.0 [ci skip]Mats Wichmann2020-06-101-1/+1
* | | Minor: drop engine prefix from docstrings [ci skip]Mats Wichmann2020-06-1122-22/+22
|/ /
* | Merge pull request #3662 from bdbaddog/add_compilation_dbWilliam Deegan2020-06-085-39/+471
|\ \ | |/ |/|
| * [ci skip] updates based on mwichmann's review of the PRWilliam Deegan2020-06-071-7/+7
| * Added tests which should cover all the variations of ways to call Compilation...William Deegan2020-06-061-0/+4