index
:
SCons.git
aix-xlc_r-is-for-threads
conftest-messages
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
pchdll
python3-port
python3raise
python3win32
rel_2.2.0
rel_2.3.0
rel_2.3.1
rel_2.3.2
rel_2.3.3
rel_2.3.4
rel_2.3.5
rel_2.3.6
rel_2.4.0
rel_2.4.1
rel_2.5.0
rel_2.5.1
rel_3.0.0
rel_3.0.1
release-2.1.0
switch_to_slots
test_bb
ziproot
SCons is an Open Source software construction tool—that is, a next-generation build tool.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
ninja
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into ninja_scons_daemon
William Deegan
2022-03-28
2
-0/+96
|
\
|
*
fix a few typos and add tests back
Daniel Moody
2022-02-26
2
-0/+96
*
|
Merge branch 'ninja_scons_daemon' of github.com:dmoody256/scons into ninja_sc...
William Deegan
2022-03-19
1
-4/+6
|
\
\
|
*
|
adjust iterative speedup to pre-launch scons daemon before taking timing
Daniel Moody
2022-03-15
1
-4/+6
*
|
|
flake8 fixes
William Deegan
2022-03-19
2
-3/+3
|
/
/
*
|
update test/ninja/force_scons_callback.py to test using NINJA_SCONS_DAEMON_PO...
William Deegan
2022-03-14
2
-31/+37
*
|
add scons daemon
Daniel Moody
2022-02-11
1
-2/+2
|
/
*
address a number of ResourceWarning: unclosed file <_io.TextIOWrapper name='p...
William Deegan
2022-01-23
1
-1/+3
*
run black on new test file to quiet sider complaints
William Deegan
2021-11-05
1
-21/+21
*
allow exit status of 1 or 2 on windows when running ninja
William Deegan
2021-11-05
1
-1/+6
*
Fix ninja_handle_control_c_rebuild for windows. The stderr on windows doesn't...
William Deegan
2021-11-04
1
-2/+5
*
Fix incorrect call to must_exist. There's no message argument if it fails
William Deegan
2021-11-04
1
-3/+2
*
add test to verify that control-c'ing ninja while it's calling SCons to rebui...
William Deegan
2021-11-04
2
-0/+94
*
Merge pull request #3994 from dmoody256/ninja_fix_escaping
William Deegan
2021-10-10
2
-0/+94
|
\
|
*
update ninja tool to support $ in scons command line args
Daniel Moody
2021-09-26
2
-0/+94
*
|
Merge branch 'master' into ninja_fix_mkdir
William Deegan
2021-10-06
2
-0/+96
|
\
\
|
*
|
[ci skip] Fix sider complain
William Deegan
2021-10-06
1
-1/+0
|
*
|
Updated ninja tool to allow for NINJA_FORCE_SCONS_BUILD to be used
Daniel Moody
2021-10-05
2
-0/+97
|
|
/
*
|
Merge branch 'master' into ninja_fix_mkdir
William Deegan
2021-09-26
1
-1/+1
|
\
\
|
|
/
|
*
Address most sider complaints
William Deegan
2021-09-18
1
-1/+1
*
|
fix test to ensure no callbacks for mkdir actions
Daniel Moody
2021-09-08
1
-2/+4
*
|
Expanded ninja Mkdir to also support Mkdir actions.
Daniel Moody
2021-09-08
1
-0/+121
|
/
*
addressed comments for #4014
Daniel Moody
2021-09-08
1
-1/+1
*
fix ninja tool to never user for_sig substitution.
Daniel Moody
2021-09-07
2
-0/+104
*
tests: use framework for platform-specific defines
Mats Wichmann
2021-08-24
1
-34/+22
*
update ninja tool to not overwrite NINJA_DISABLE_AUTO_RUN from loading enviro...
Daniel Moody
2021-07-21
2
-0/+102
*
Fix full path to ninja binary to work ok on windows
William Deegan
2021-07-19
1
-1/+1
*
update tests to use SetOption('experimental','ninja')
William Deegan
2021-04-13
8
-0/+18
*
Updated from MongoDB commit: https://github.com/mongodb/mongo/commit/59965cf5...
William Deegan
2021-04-13
1
-1/+1
*
fix sider issue
William Deegan
2021-04-13
1
-3/+4
*
more sider fixes
William Deegan
2021-04-13
2
-18/+15
*
Continue fixing sider complaints.
William Deegan
2021-04-13
8
-38/+43
*
address sider issues. Also update copyright text to current version
William Deegan
2021-04-13
8
-17/+9
*
fix broken target check in ninja_execute. It was improperly adding all nodes ...
William Deegan
2021-04-13
3
-12/+13
*
add sconstest.skip to file fixture dir for ninja system tests
William Deegan
2021-04-13
1
-0/+0
*
Incremental update with code reorganization. Currently broken. Some debug cod...
William Deegan
2021-04-13
3
-9/+12
*
[ci skip] fix copyright header
William Deegan
2021-04-13
1
-3/+1
*
Fix ninja tool rules for macos/ar for static libs to skip response files for...
William Deegan
2021-04-13
1
-1/+4
*
refactor test a bit, explicitly use ninja found by test framework
William Deegan
2021-04-13
1
-6/+18
*
Fix int function not returning int value
William Deegan
2021-04-13
1
-0/+1
*
is link should use the base nodes lstat instead of local fs stat
Daniel Moody
2021-04-13
8
-34/+28
*
used different method for pushing ninja file to bottom of DAG, use import nin...
Daniel Moody
2021-04-13
8
-87/+141
*
update tests to work on windows, added some environment support for windows a...
Daniel
2021-04-13
10
-63/+106
*
fixed sider issues
Daniel Moody
2021-04-13
7
-7/+0
*
added more test, including ninja speed test
Daniel Moody
2021-04-13
8
-161/+96
*
added some more test and update ninja tool to handle commands
Daniel Moody
2021-04-13
4
-145/+57
*
updated to ninja-next, added some small fixes, and added simple test
Daniel Moody
2021-04-13
2
-0/+69
*
is link should use the base nodes lstat instead of local fs stat
Daniel Moody
2021-04-13
8
-34/+28
*
used different method for pushing ninja file to bottom of DAG, use import nin...
Daniel Moody
2021-04-13
10
-84/+268
*
update tests to work on windows, added some environment support for windows a...
Daniel
2021-04-13
11
-64/+107
[next]