Vadim Zeitlin
6bdab7b3c8
Merge branch 'master' into web-request
...
Merge with the latest master in preparation for merging into master.
Rebake to resolve conflicts in generated files.
2020-12-12 18:12:25 +01:00
Maarten Bent
0f806ad96d
CMake: use wx prefix in library names
...
Rename all library targets to start with wx. This way it does not use generic
names like base or core that could interfere with other libraries that add
include the wxWidgets project.
2020-05-17 20:01:02 +02:00
Tobias Taschner
127b596ada
Initial libcurl wxWebRequest implementation
2018-12-10 19:38:07 +01:00
Tobias Taschner
6a23c1342e
CMake: Find CURL when wxUSE_WEBREQUEST_CURL is ON
2018-12-10 19:37:46 +01:00
Tobias Taschner
5f3dc058aa
Prepare additional wxWebRequest backends
2018-12-10 19:37:33 +01:00
Tobias Taschner
a4279752f8
Start wxWebRequestWinHTTP implementation
...
Can already run the GET request in the sample app
2018-12-10 19:37:23 +01:00
Jan Niklas Hasse
6238f577db
Fix cross-compiling with CMake due to wrong ws2_32 case
...
Use "ws2_32" in lower-case to ensure the library is found when
cross-compiling and using a case-sensitive filesystem.
Closes https://github.com/wxWidgets/wxWidgets/pull/772
2018-04-04 16:53:15 +02:00
Tobias Taschner
da2b8ea812
Add CMake build system
...
Add CMake build system for libraries, tests and samples
update_files.py converts build/files into CMake format.
build/update-setup-h has been modified to update build/cmake/setup.h.in.
2017-01-03 20:53:10 +01:00