r1695242 | rhuijben | 2015-08-11 10:40:41 +0000 (Tue, 11 Aug 2015) Create backport branch to fix some neon problems when building 1.7 from VS 2015. Note that this doesn't fix a #define problem for snprintf in neon itself. Without this patch different compiler versions are used for neon and old version of serf unless an explicit PlatformToolset property is passed. 1.3+ versions of serf are build before our solution. svn_local.vcxproj is only fixed for consistency. This project is just a dummy for localization generation that doesn't use the compiler. * generator/templates/neon.vcxproj.ezt * generator/templates/serf.vcproj.ezt * generator/templates/svn_locale.vcxproj.ezt Add missing PlatformToolset-node. Patch by: Stefan <luke1410{_AT_}gmx.de> (log message tweaked by me)
r1696722 | julianfoad | 2015-08-20 08:07:36 +0000 (Thu, 20 Aug 2015) * tools/client-side/detach.py Add a note about how this doesn't work with 1.8+, and link to the email thread. Suggested by: Stefan <luke1410{_AT_}gmx.de>