summaryrefslogtreecommitdiffstats
path: root/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Add lex/yacc filegen consvarsMats Wichmann2022-07-194-13/+112
* | | | Merge branch 'master' into maint/no-load-moduleWilliam Deegan2022-07-195-65/+179
|\ \ \ \
| * | | | Sider fixesMats Wichmann2022-06-301-1/+1
| * | | | Improvements to lex and yacc toolsMats Wichmann2022-06-305-65/+179
| | |_|/ | |/| |
* | | | load_module work: back off zipimport changesMats Wichmann2022-07-191-5/+17
* | | | zip module loading: fallback for older PythonsMats Wichmann2022-07-171-3/+10
* | | | Fix sider-discovered problemsMats Wichmann2022-07-171-2/+2
* | | | Stop using deprecated load_moduleMats Wichmann2022-07-171-46/+21
|/ / /
* | | Merge pull request #4168 from dmoody256/lex_space_argsWilliam Deegan2022-06-251-6/+9
|\ \ \
| * | | updated blurb in CHANGES.txt and RELEASE.txt to indicate more specifically wh...William Deegan2022-06-251-5/+8
| * | | Merge branch 'master' into lex_space_argsWilliam Deegan2022-06-168-93/+174
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' into lex_space_argsWilliam Deegan2022-06-1417-94/+663
| |\ \ \
| * | | | Updated lex emitter to respect escaped spaces when climbing out of a the SCos...Daniel Moody2022-06-061-1/+1
* | | | | Restore convars to gfortran doc, add to g77 [ci skip]Mats Wichmann2022-06-172-1/+37
* | | | | Fix PR review issuesMats Wichmann2022-06-161-8/+8
* | | | | Fortran vairants now include FORTRANCOMMONFLAGSMats Wichmann2022-06-1613-153/+143
| |_|/ / |/| | |
* | | | Merge pull request #4178 from bdbaddog/trivial_fortran_cleanupWilliam Deegan2022-06-155-49/+64
|\ \ \ \
| * | | | [ci skip] docstring cleanup per mwichmannWilliam Deegan2022-06-154-4/+4
| * | | | trivial cleanups. Change internal flag in internal methods from 0/1 to True/F...William Deegan2022-06-155-48/+63
| | |/ / | |/| |
* | | | added message to test failure, and removed unneeded import SCons in fixture s...William Deegan2022-06-151-1/+1
* | | | Fix typoWilliam Deegan2022-06-141-1/+2
* | | | Merge branch 'master' into ninja_determinismWilliam Deegan2022-06-1417-94/+663
|\ \ \ \ | |/ / /
| * | | Merge pull request #4170 from dmoody256/ninja_exit_daemonWilliam Deegan2022-06-144-4/+31
| |\ \ \
| | * | | Fixed some typos. Added skip_test() if psutil is not present for new test. Ad...William Deegan2022-06-142-4/+4
| | * | | Merge branch 'master' into ninja_exit_daemonWilliam Deegan2022-06-1412-70/+607
| | |\ \ \
| | * | | | install psutil for testing and fix sider complaintsDaniel Moody2022-06-072-2/+2
| | * | | | Added new alias 'shutdown-ninja-scons-daemon' to allow ninja to shutdown the ...Daniel Moody2022-06-074-2/+29
| | | |/ / | | |/| |
| * | | | find_prorgram_path() can now add discovered pathMats Wichmann2022-06-142-20/+25
| | |/ / | |/| |
| * | | Fix sider complaintsWilliam Deegan2022-06-131-1/+0
| * | | Merge branch 'master' into ninja_command_line_argsWilliam Deegan2022-06-139-66/+577
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'master' into jbrill-msvc-warnfixJoseph Brill2022-06-109-97/+207
| | |\ \
| | | * | doc: FORTRANCOM doesn't include cpp vars [skip appveyor]Mats Wichmann2022-06-091-17/+26
| | | |/
| | * | Refine conditions for intent to use msvc toolsJoseph Brill2022-06-101-4/+26
| | * | Update MSVC_NOTFOUND_POLICY documentationJoseph Brill2022-06-081-9/+24
| | * | Add preliminary docstrings for set_msvc_notfound_policy and get_msvc_notfound...Joseph Brill2022-06-081-0/+14
| | * | Update MSVC_NOTFOUND_POLICY documentationJoseph Brill2022-06-081-2/+20
| | * | Update MSVC_NOTFOUND_POLICY documentationJoseph Brill2022-06-061-9/+9
| | * | Update MSVC_NOTFOUND_POLICY documentationJoseph Brill2022-06-061-5/+16
| | * | Update MSVC_NOTFOUND_POLICY documentationJoseph Brill2022-06-061-2/+2
| | * | Update MSVC_NOTFOUND_POLICY documentationJoseph Brill2022-06-061-9/+35
| | * | Add Blurb for MSVC_NOTFOUND_POLICYWilliam Deegan2022-06-061-0/+24
| | * | Merge branch 'master' into jbrill-msvc-warnfixJoseph Brill2022-06-018-58/+68
| | |\ \
| | * | | Treat environment notfound policy set to None the same as if undefined (defau...Joseph Brill2022-05-191-6/+13
| | * | | Change notfound policy parallel variables to namedtuple.Joseph Brill2022-05-191-48/+69
| | * | | [ci skip] fix sider complaint. Reformat. Update file header to current standardWilliam Deegan2022-05-181-22/+22
| | * | | Merge branch 'master' into jbrill-msvc-warnfixJoseph Brill2022-05-162-7/+38
| | |\ \ \
| | * \ \ \ Merge branch 'master' into jbrill-msvc-warnfixJoseph Brill2022-05-154-10/+114
| | |\ \ \ \
| | * | | | | Hard-code tool name instead of deriving from file nameJoseph Brill2022-05-155-5/+5
| | * | | | | Merge branch 'master' into jbrill-msvc-warnfixJoseph Brill2022-05-1513-63/+188
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into jbrill-msvc-warnfixJoseph Brill2022-05-042-274/+516
| | |\ \ \ \ \ \