diff options
author | William Deegan <bill@baddogconsulting.com> | 2022-06-16 01:20:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-16 01:20:38 (GMT) |
commit | e3f5d949db7d5a0ac711fff9608a5fb4503c02e4 (patch) | |
tree | f840b3d0fbe7d8c30f153de57d36a6890d1bb08a /CHANGES.txt | |
parent | 7cecf9d8df31cfa386ddd3bdc32e801efb98d34e (diff) | |
parent | 067e290d832e17158aeb068bddb39dc9ad46d5cc (diff) | |
download | SCons-e3f5d949db7d5a0ac711fff9608a5fb4503c02e4.zip SCons-e3f5d949db7d5a0ac711fff9608a5fb4503c02e4.tar.gz SCons-e3f5d949db7d5a0ac711fff9608a5fb4503c02e4.tar.bz2 |
Merge branch 'master' into lex_space_args
Diffstat (limited to 'CHANGES.txt')
-rwxr-xr-x | CHANGES.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index e43cc0e..c986c1e 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -135,7 +135,13 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER Note that these are called for every build command run by SCons. It could have considerable performance impact if not used carefully. to connect to the server during start up. - - Updated lex emitter to respect escaped spaces when climbing out of a the SConscript dir + - Updated lex emitter to respect escaped spaces when climbing out of a the SConscript dir. + Previously if the build/source directories absolute path included a space the lex emitter + would fail to use the correct paths. + - Ninja: added option "--skip-ninja-regen" to enable skipping regeneration of the ninja file + if scons can determine the ninja file doesnot need to be regenerated, which will also + skip restarting the scons daemon. Note this option is could result in incorrect rebuilds + if scons Glob or scons generated files are used in ninja build target's command lines. - Ninja: Added new alias "shutdown-ninja-scons-daemon" to allow ninja to shutdown the daemon. Also added cleanup to test framework to kill ninja scons daemons and clean ip daemon logs. NOTE: Test for this requires python psutil module. It will be skipped if not present. |