Here ya go. 1. Fixed an assumption somebody originally made in the plugin that std::string had contiguous storage. This is not specced behavior pre C++11 so we gamble by calling .reserve() which should give a far better guarantee. 2. Added copy to clipboard information for curl 3. Removed some openssl references in compiling.md 4. Renamed struct vars to be uppercase to match "public var" code style policy
On Mon, Dec 21, 2015 at 5:31 PM, Wayne Stambaugh <stambau...@gmail.com> wrote: > Sorry about that. I'm starting to lose track of the patches due to the > volume. Would you please send me a diff against what I committed when > you get a chance? > > > On 12/21/2015 4:47 PM, Mark Roszko wrote: >> FYI, you committed the older patch :/ The newer email thread had the >> newer patch/ >> > -- Mark
0001-Tweaks-for-curl-usage.patch
Description: Binary data
_______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp