kicad/Documentation/development
unknown e506a4354b Replace avhttp with libcurl: Some fixes:
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
2015-12-22 15:19:00 +01:00
..
Doxyfile Create markdown version of compiling KiCad for developer documentation. 2015-10-11 11:16:25 -04:00
coding-style-policy.md Convert coding policy document from odt to markdown for inclusion in developer's documentation. 2015-01-16 13:57:16 -05:00
compiling.md Replace avhttp with libcurl: Some fixes: 2015-12-22 15:19:00 +01:00
road-map.md Fix Bug #1210120 (commit rev 4280 did not fully fixed this bug) 2014-12-16 19:58:26 +01:00
stable-release-policy.md Add stable release policy to developers documentation. 2014-10-18 11:37:08 -04:00