James Mitchell

Results 4 issues of James Mitchell

While building a SHARED lib version of curlcpp, we noticed that the src/CMakeLists.txt file utilizes the CMake variable `${BUILD_SHARED_LIBS}` in a non-standard way. i.e., according to [their documentation](https://cmake.org/cmake/help/latest/variable/BUILD_SHARED_LIBS.html), this should...

### What is your question? My goal is to not only cross compile from Linux x86_64 (build) to Linux Armv8 x64 (host) (which is working fine) but to also run...

We're using the punycode branch to parse URIs and recently stumbled upon an issue where IP addresses with multiple 0s will drop some of them during parsing. For instance, given...

Great project. Thank you for all your hard work! I only have one request about handling "Unknown" values. When creating enums, it's best practice to have a value that represents...