summaryrefslogtreecommitdiffstats
path: root/SCons
Commit message (Expand)AuthorAgeFilesLines
* Revert to using stat.ST_MTIME in FS nodes for nowMats Wichmann2022-05-062-3/+3
* Fix content-timestamp decider for symlinksMats Wichmann2022-05-062-21/+15
* Merge branch 'master' into masterWilliam Deegan2022-05-053-26/+68
|\
| * Merge branch 'master' into ninja_alias_generated_filesWilliam Deegan2022-05-0517-390/+733
| |\
| * | fixed sider complaintsDaniel Moody2022-04-161-0/+2
| * | Merge remote-tracking branch 'origin/master' into ninja_alias_generated_filesDaniel Moody2022-04-151-4/+12
| |\ \
| * | | Add ninja alias option to label generated source filesDaniel Moody2022-04-143-27/+67
* | | | Merge branch 'master' into masterWilliam Deegan2022-05-042-4/+27
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' into ninja_fix_python36_windowsWilliam Deegan2022-05-0415-386/+706
| |\ \ \
| * | | | [ci skip] Add more annotations to python 3.6 specific code and TODO to help t...William Deegan2022-05-042-2/+8
| * | | | fix spelling sider issueDaniel Moody2022-04-201-1/+1
| * | | | added workarounds for ninja with python36 on windowsDaniel Moody2022-04-202-4/+21
| | |_|/ | |/| |
* | | | Merge branch 'master' into masterWilliam Deegan2022-05-0415-386/+708
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #4141 from dmoody256/ninja_mingw_parse_formatWilliam Deegan2022-05-048-16/+35
| |\ \ \
| | * \ \ Merge branch 'master' into ninja_mingw_parse_formatWilliam Deegan2022-05-033-292/+535
| | |\ \ \
| | * | | | delayed setting till generationDaniel Moody2022-04-231-17/+17
| | * | | | check the value at a later timeDaniel Moody2022-04-232-4/+3
| | * | | | updated tools to set thisDaniel Moody2022-04-226-1/+17
| | * | | | added mingw depfile formatDaniel Moody2022-04-222-2/+6
| | | |/ / | | |/| |
| * | | | docs: update parseconfig, parseflags, mergeflagsMats Wichmann2022-05-044-78/+136
| | |/ / | |/| |
| * | | Merge branch 'master' into jbrill-msvc-vcJoseph Brill2022-05-031-18/+18
| |\ \ \
| | * | | Update debug record format comment for additional space.Joseph Brill2022-04-301-2/+2
| | * | | Add space to stdout debug prefix for logging record.Joseph Brill2022-04-301-1/+1
| | * | | Use the logging framework for mscommon debug output to stdoutJoseph Brill2022-04-301-18/+18
| | |/ /
| * | | Add comment describing host/target configuration data structure.Joseph Brill2022-04-191-1/+45
| * | | Define arm host for VS2017 and later with x86 host.Joseph Brill2022-04-191-0/+3
| * | | Rename and move script error regular expression. Make all script error regul...Joseph Brill2022-04-191-15/+17
| * | | Change host default target map construction to use default target list for tr...Joseph Brill2022-04-181-2/+7
| * | | Merge branch 'master' into jbrill-msvc-vcJoseph Brill2022-04-151-4/+12
| |\ \ \ | | |/ /
| * | | Change list of strings to list of raw strings when building regular expression.Joseph Brill2022-04-101-8/+8
| * | | Whitespace changes to appease sider.Joseph Brill2022-04-102-34/+34
| * | | Change the string path fragments to tuples of path components. Change the co...Joseph Brill2022-04-082-43/+44
| * | | Fix to recognize Visual C++ For Python (9.0): registry key returns installati...Joseph Brill2022-04-071-5/+13
| * | | Refactor parallel dictionaries to namedtuple. Guarantee all hosts dictionary...Joseph Brill2022-04-072-134/+166
| * | | Refactor handling of host/target combinations: replace existing data structur...Joseph Brill2022-04-062-270/+418
| | |/ | |/|
* | | Update ninja file generation to only create response files for build commands...Daniel Moody2022-04-202-6/+39
| |/ |/|
* | Use the same mingw tool search paths in both the generate and exists methods.Joseph Brill2022-04-131-4/+12
|/
* Fix a ref-before-assign issue in tex toolMats Wichmann2022-04-031-23/+29
* Merge branch 'master' into ninja_scons_daemonWilliam Deegan2022-03-2843-205/+470
|\
| * Merge pull request #4116 from mwichmann/maint/superWilliam Deegan2022-03-2722-99/+117
| |\
| | * Add simple unittest for -includeMats Wichmann2022-03-171-1/+4
| | * Fix sider complaintMats Wichmann2022-03-151-0/+9
| | * Use super call instead of direct class callMats Wichmann2022-03-1521-98/+104
| * | Merge pull request #4123 from jcbrill/jbrill-docfixWilliam Deegan2022-03-252-2/+2
| |\ \
| | * | Change right single quotation mark to single quotation mark in ninja/ninja.xm...Joseph Brill2022-03-242-2/+2
| * | | Merge pull request #4122 from bdbaddog/check_cxx_struct_memberWilliam Deegan2022-03-253-0/+86
| |\ \ \ | | |/ / | |/| |
| | * | [ci skip] fix sider complaintWilliam Deegan2022-03-221-1/+1
| | * | Separated just the CheckMember() checker from yuzhicang's PR #4100, changed c...William Deegan2022-03-213-0/+86
| * | | Merge pull request #4120 from bdbaddog/add_defaults_for__definesWilliam Deegan2022-03-222-6/+44
| |\ \ \ | | |/ / | |/| |
| | * | Added default values for source and target arguments to _defines (used for ex...William Deegan2022-03-202-6/+44
| | |/