Releases: JosephP91/curlcpp
Releases · JosephP91/curlcpp
curlcpp 3.1
curlcpp 3.0
Full Changelog: 2.1...3.0
curlcpp 2.1
Full Changelog: 2.0...2.1
Added possibility to build static/dynamic library.
curlcpp 2.0
curlcpp 1.5
What's Changed
- cmake: don't hardcode libdir value by @nE0sIghT in #130
- Update CMake code for installing target by @prateek9623 in #132
- General warning removal, curl_pair specialization. #128 by @pipawoz in #133
- initialising order warnings by @mihir3445 in #139
- Hotfix/build test option by @sakthi-vivek in #140
- Fix cmake CURL dependency by @fferflo in #142
- Add getter for underlying handle in curl_share by @memcorrupt in #145
- Fix needed while build with curl 7.83 by @prateek9623 in #144
- add pkg-config definitions by @guijan in #146
- Code cleanup to remove warnings by @memcorrupt in #147
New Contributors
- @nE0sIghT made their first contribution in #130
- @prateek9623 made their first contribution in #132
- @pipawoz made their first contribution in #133
- @mihir3445 made their first contribution in #139
- @sakthi-vivek made their first contribution in #140
- @fferflo made their first contribution in #142
- @memcorrupt made their first contribution in #145
- @guijan made their first contribution in #146
Full Changelog: 1.4...1.5
curlcpp 1.4
Compile warning removal.
General code fixes.
Improved readability of certain functions.
curlcpp 1.3
Errors during cmake build process has been fixed.
curlcpp 1.2
curlcpp 1.1
What's Changed
- Disabled copying for curl_global, added curl_global_cleanup call by @sergey-shambir in #105
- Made curl_multi movable not copyable. by @sergey-shambir in #104
- Added method get_next_finished by @desertkun in #106
- Fix value type for CURLOPT_PREQUOTE by @novadan in #110
- get pointer from unique_ptr in curl_multi in #112
New Contributors
- @sergey-shambir made their first contribution in #105
- @desertkun made their first contribution in #106
- @novadan made their first contribution in #110
Full Changelog: 1.0...1.1
curlcpp 1.0
This is the first official release of curlcpp. It includes all the fix to the issues closed until now.