diff options
author | William Deegan <bill@baddogconsulting.com> | 2022-06-25 15:23:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-25 15:23:14 (GMT) |
commit | 4973db56207dbbe29cfccf2453ae4b2538f81fb7 (patch) | |
tree | ec3c646417e7e8c1c807687496786bb1eb2438a2 /CHANGES.txt | |
parent | ce25fd3081406d7429b285bf22a57c63996d4279 (diff) | |
parent | 56d8f264280d47bafa19ce982641191bfca5cad2 (diff) | |
download | SCons-4973db56207dbbe29cfccf2453ae4b2538f81fb7.zip SCons-4973db56207dbbe29cfccf2453ae4b2538f81fb7.tar.gz SCons-4973db56207dbbe29cfccf2453ae4b2538f81fb7.tar.bz2 |
Merge pull request #4168 from dmoody256/lex_space_args
Updated lex emitter to respect escaped spaces when climbing out of the SConscript dir
Diffstat (limited to 'CHANGES.txt')
-rwxr-xr-x | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index d221603..bea5838 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -135,6 +135,8 @@ 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. + - lex: Fixed an issue with the lex tool where file arguments specified to either "--header-file=" + or "--tables-file=" which included a space in the path to the file would be processed incorrectly - 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 |