diff options
| author | Neil <nyamatongwe@gmail.com> | 2018-04-05 20:18:51 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2018-04-05 20:18:51 +1000 |
| commit | a758cf5b78f0ec3bf4c0924edcbbbcef03154ab1 (patch) | |
| tree | d8c7a2156b06a69c63bae2a80049def522ba6849 /BACKPORTING | |
| parent | f27fbf31ddd074893a4a383f2698fb713d66a981 (diff) | |
| download | scintilla-mirror-a758cf5b78f0ec3bf4c0924edcbbbcef03154ab1.tar.gz | |
Backport: Switching to https.
Backport of changeset 6674:f2293f8e3cca.
Diffstat (limited to 'BACKPORTING')
| -rw-r--r-- | BACKPORTING | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/BACKPORTING b/BACKPORTING index bbacb9558..b9337e588 100644 --- a/BACKPORTING +++ b/BACKPORTING @@ -160,3 +160,13 @@ branch), or have information worth noting. 6632:8399b7723701 Change standard flag on MacOS as Xcode clang doesn't yet like c++17. Not backported, since only C++11 is supported. + +6643:ebbb4e5aaf93 Update unit test Visual C++ builds to Visual C++ 2017 with /std:c++latest. + Not backported, since only C++11 is supported. + +6661:d03cd726962c New Xcode 9.3 so ran the updater which turned on some warnings and it fiddled with the projects and schemes. +6662:3c001296c0a4 Reverted #6488 as Xcode clang 9.1 now likes --std=c++17. +6664:0f1db0d9a0a6 Standardize on --std=c++17, avoiding GNU extensions and enabling clang 6.0. +6666:9561714c303b Updated due to allowing C++17 code now. + Not backported, since only C++11 is supported. + |
