summaryrefslogtreecommitdiffstats
path: root/SCons
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix sider complaintsJoseph Brill2022-06-121-4/+4
| * | | | Initial support for msvc batch file argumentsJoseph Brill2022-06-121-17/+474
* | | | | LEX_TABLE_FILE -> LEX_TABLES_FILEWilliam Deegan2022-07-202-7/+7
* | | | | Move LEXHEADERFILE, LEXTABLEFILE, YACCHEADERFILE, YACCGRAPHFILE -> separated ...William Deegan2022-07-204-29/+29
* | | | | Add lex/yacc filegen consvarsMats Wichmann2022-07-194-13/+112
* | | | | Merge branch 'master' into maint/no-load-moduleWilliam Deegan2022-07-197-66/+189
|\ \ \ \ \
| * \ \ \ \ Merge pull request #4183 from mwichmann/maint/lex_yaccWilliam Deegan2022-07-195-65/+179
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Sider fixesMats Wichmann2022-06-301-1/+1
| | * | | | Improvements to lex and yacc toolsMats Wichmann2022-06-305-65/+179
| | | |_|/ | | |/| |
| * | | | Conditional C/C++ Preprocessor: Strip shell's backslashes from the computed i...Ivan Kravets2022-07-062-1/+10
| |/ / /
* | | | load_module work: back off zipimport changesMats Wichmann2022-07-194-17/+23
* | | | zip module loading: fallback for older PythonsMats Wichmann2022-07-172-6/+19
* | | | Fix sider-discovered problemsMats Wichmann2022-07-172-2/+3
* | | | Stop using deprecated load_moduleMats Wichmann2022-07-175-96/+100
|/ / /
* | | Merge pull request #4181 from mwichmann/doc/strfunctionWilliam Deegan2022-06-252-53/+76
|\ \ \
| * | | Minor edits. Link to Action Objects instead of just referencing it, and remov...William Deegan2022-06-251-1/+1
| * | | Doc wordsmithing - actions [skip appveyor]Mats Wichmann2022-06-182-53/+76
| | |/ | |/|
* | | 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-169-96/+178
| |\ \ \ | | |/ /
| * | | 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
* | | | Fixed typoWilliam Deegan2022-06-141-2/+2
* | | | 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-1013-267/+480
| | |\ \
| | | * \ Merge pull request #4172 from mwichmann/doc/fortrancomWilliam Deegan2022-06-091-17/+26
| | | |\ \ | | | | |/ | | | |/|
| | | | * 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