summaryrefslogtreecommitdiffstats
path: root/test/ninja
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into ninja_scons_daemonWilliam Deegan2022-03-282-0/+96
|\
| * fix a few typos and add tests backDaniel Moody2022-02-262-0/+96
* | Merge branch 'ninja_scons_daemon' of github.com:dmoody256/scons into ninja_sc...William Deegan2022-03-191-4/+6
|\ \
| * | adjust iterative speedup to pre-launch scons daemon before taking timingDaniel Moody2022-03-151-4/+6
* | | flake8 fixesWilliam Deegan2022-03-192-3/+3
|/ /
* | update test/ninja/force_scons_callback.py to test using NINJA_SCONS_DAEMON_PO...William Deegan2022-03-142-31/+37
* | add scons daemonDaniel Moody2022-02-111-2/+2
|/
* address a number of ResourceWarning: unclosed file <_io.TextIOWrapper name='p...William Deegan2022-01-231-1/+3
* run black on new test file to quiet sider complaintsWilliam Deegan2021-11-051-21/+21
* allow exit status of 1 or 2 on windows when running ninjaWilliam Deegan2021-11-051-1/+6
* Fix ninja_handle_control_c_rebuild for windows. The stderr on windows doesn't...William Deegan2021-11-041-2/+5
* Fix incorrect call to must_exist. There's no message argument if it failsWilliam Deegan2021-11-041-3/+2
* add test to verify that control-c'ing ninja while it's calling SCons to rebui...William Deegan2021-11-042-0/+94
* Merge pull request #3994 from dmoody256/ninja_fix_escapingWilliam Deegan2021-10-102-0/+94
|\
| * update ninja tool to support $ in scons command line argsDaniel Moody2021-09-262-0/+94
* | Merge branch 'master' into ninja_fix_mkdirWilliam Deegan2021-10-062-0/+96
|\ \
| * | [ci skip] Fix sider complainWilliam Deegan2021-10-061-1/+0
| * | Updated ninja tool to allow for NINJA_FORCE_SCONS_BUILD to be usedDaniel Moody2021-10-052-0/+97
| |/
* | Merge branch 'master' into ninja_fix_mkdirWilliam Deegan2021-09-261-1/+1
|\ \ | |/
| * Address most sider complaintsWilliam Deegan2021-09-181-1/+1
* | fix test to ensure no callbacks for mkdir actionsDaniel Moody2021-09-081-2/+4
* | Expanded ninja Mkdir to also support Mkdir actions.Daniel Moody2021-09-081-0/+121
|/
* addressed comments for #4014Daniel Moody2021-09-081-1/+1
* fix ninja tool to never user for_sig substitution.Daniel Moody2021-09-072-0/+104
* tests: use framework for platform-specific definesMats Wichmann2021-08-241-34/+22
* update ninja tool to not overwrite NINJA_DISABLE_AUTO_RUN from loading enviro...Daniel Moody2021-07-212-0/+102
* Fix full path to ninja binary to work ok on windowsWilliam Deegan2021-07-191-1/+1
* update tests to use SetOption('experimental','ninja')William Deegan2021-04-138-0/+18
* Updated from MongoDB commit: https://github.com/mongodb/mongo/commit/59965cf5...William Deegan2021-04-131-1/+1
* fix sider issueWilliam Deegan2021-04-131-3/+4
* more sider fixesWilliam Deegan2021-04-132-18/+15
* Continue fixing sider complaints.William Deegan2021-04-138-38/+43
* address sider issues. Also update copyright text to current versionWilliam Deegan2021-04-138-17/+9
* fix broken target check in ninja_execute. It was improperly adding all nodes ...William Deegan2021-04-133-12/+13
* add sconstest.skip to file fixture dir for ninja system testsWilliam Deegan2021-04-131-0/+0
* Incremental update with code reorganization. Currently broken. Some debug cod...William Deegan2021-04-133-9/+12
* [ci skip] fix copyright headerWilliam Deegan2021-04-131-3/+1
* Fix ninja tool rules for macos/ar for static libs to skip response files for...William Deegan2021-04-131-1/+4
* refactor test a bit, explicitly use ninja found by test frameworkWilliam Deegan2021-04-131-6/+18
* Fix int function not returning int valueWilliam Deegan2021-04-131-0/+1
* is link should use the base nodes lstat instead of local fs statDaniel Moody2021-04-138-34/+28
* used different method for pushing ninja file to bottom of DAG, use import nin...Daniel Moody2021-04-138-87/+141
* update tests to work on windows, added some environment support for windows a...Daniel2021-04-1310-63/+106
* fixed sider issuesDaniel Moody2021-04-137-7/+0
* added more test, including ninja speed testDaniel Moody2021-04-138-161/+96
* added some more test and update ninja tool to handle commandsDaniel Moody2021-04-134-145/+57
* updated to ninja-next, added some small fixes, and added simple testDaniel Moody2021-04-132-0/+69
* is link should use the base nodes lstat instead of local fs statDaniel Moody2021-04-138-34/+28
* used different method for pushing ninja file to bottom of DAG, use import nin...Daniel Moody2021-04-1310-84/+268
* update tests to work on windows, added some environment support for windows a...Daniel2021-04-1311-64/+107