summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-03-03 00:59:30 (GMT)
committerGitHub <noreply@github.com>2019-03-03 00:59:30 (GMT)
commitae0960e31030bf7c5e3a5bd2c1c543867fbc5f8b (patch)
tree10594aee7339bfc6b1aa39f1c3301542a9190270 /src/CHANGES.txt
parent87445ef897104a15f42be27cf9773d9fd11dca96 (diff)
parent7b192e7b4c92606ffe1b07adbb82bda039a17975 (diff)
downloadSCons-ae0960e31030bf7c5e3a5bd2c1c543867fbc5f8b.zip
SCons-ae0960e31030bf7c5e3a5bd2c1c543867fbc5f8b.tar.gz
SCons-ae0960e31030bf7c5e3a5bd2c1c543867fbc5f8b.tar.bz2
Merge pull request #3290 from dmoody256/make_lex_tool_cross_platform
Add windows default paths to lex tool
Diffstat (limited to 'src/CHANGES.txt')
-rwxr-xr-xsrc/CHANGES.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index f304c39..d4576a1 100755
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -21,6 +21,11 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Change the default for AppendENVPath to delete_existing=0, so path
order will not be changed, unless explicitly set (Issue #3276)
- Fixed bug which threw error when running SCons on windows system with no MSVC installed.
+ - Update link tool to convert target to node before accessing node member
+ - Update mingw tool to remove MSVC like nologo CCFLAG
+ - Add default paths for lex tool on windows
+ - Add lex construction variable LEXUNISTD for turning off unix headers on windows
+ - Update lex tool to use win_flex on windows if available
From Mats Wichmann:
- Quiet open file ResourceWarnings on Python >= 3.6 caused by
@@ -47,8 +52,6 @@ RELEASE 3.0.4 - Mon, 20 Jan 2019 22:49:27 +0000
Issues #3268 & Issue #3222
- Initial support for ARM targets with Visual Studio 2017 - Issue #3182 (You must set TARGET_ARCH for this to work)
- Update TempFileMunge class to use PRINT_CMD_LINE_FUNC
- - Update link tool to convert target to node before accessing node member
- - Update mingw tool to remove MSVC like nologo CCFLAG
From Tobias Herzog
- Enhance cpp scanner regex logic to detect if/elif expressions without whitespaces but