summaryrefslogtreecommitdiffstats
path: root/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
* Fix fortran tools to set SHFORTRAN variables to $FORTRAN, similarly SHF77, SH...Rob Boehne2020-07-166-23/+44
* Correct some encoding problems found on UNIX platforms AIX and Solaris with p...Rob Boehne2020-07-081-11/+7
* [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
* 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-011-2/+2
|\
| * All working except automatic build of wheel and sdist packageWilliam Deegan2020-06-301-2/+2
* | 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
* | | 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-1113-13/+13
|/ /
* | 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
| * Allow override environments to affect whether output file has abs or relative...William Deegan2020-06-061-10/+25
| * [ci skip] Updates to docsWilliam Deegan2020-06-061-10/+18
| * change CompilationDatabase from psuedo builder to builder. Add emitter to cle...William Deegan2020-06-062-11/+18
| * Remove debug outputWilliam Deegan2020-05-221-1/+0
| * More doc updates. Hide internal env variables. Fix broken test/import.py. Han...William Deegan2020-05-202-36/+41
| * Don't use from..import, rather import and copy generate,exists to address sid...William Deegan2020-05-191-1/+5
| * fix typoWilliam Deegan2020-05-191-1/+1
| * address sider issuesWilliam Deegan2020-05-191-3/+4
| * Updates to doc. Still WIPWilliam Deegan2020-05-191-192/+98
| * Rename as.py to asm.py and add to TOOL_ALIASES. 'as' is reserved keyword so c...William Deegan2020-05-195-58/+338
| * refactor function names per PEP8. Pull C & C++ file extensions from cc and cx...William Deegan2020-05-121-22/+14