Yang Tse
|
38ae6ec1a2
configure: NATIVE_WINDOWS no longer defined in config files
|
12 年 前 |
tetetest tetetest
|
66c0e26e28
CMakeLists.txt: fix Windows LDAP/LDAPS option handling
|
12 年 前 |
tetetest tetetest
|
7d1b715605
CMakeLists.txt: fix MS Visual Studio x64 unsigned long long literal suffix
|
12 年 前 |
Daniel Stenberg
|
ede9ad43fc
cmake: list_spaces_append_once fails with spaces in filename
|
12 年 前 |
Yang Tse
|
ed0364343d
removed trailing whitespace
|
13 年 前 |
Daniel Stenberg
|
40afeea2fb
cmake: find winsock when building on windows
|
13 年 前 |
Zmey Petroff
|
2cbe885c1a
CMake: improve library search, implement install.
|
13 年 前 |
Brad King
|
651c0bcdf2
CMake: Use upstream CheckTypeSize module
|
14 年 前 |
Julien Chaffraix
|
ecd624b8e7
CMake: Build fix.
|
14 年 前 |
Yang Tse
|
43d20d81a5
Enable OpenLDAP support for cygwin builds.
|
14 年 前 |
Bill Hoffman
|
ff438c994e
Enable LDAP by default since it is now disabled when ldap.h is not found,
|
14 年 前 |
Bill Hoffman
|
5709a0dca2
CMake fixes for Linux.
|
14 年 前 |
Bill Hoffman
|
d42f9329dc
Fix curl CMake build.
|
14 年 前 |
Bill Hoffman
|
b4dcbbfabd
ENH: fix build with ssl
|
15 年 前 |
Bill Hoffman
|
fb08218a04
BUG: curl did not build with cmake with VS 2005 for two reasons, ws2tcpip.h requires winsock2.h to be included before it with that compiler, and wldap32 is not available with the default install of the compiler, so disable ldap support if that is not found
|
15 年 前 |
Bill Hoffman
|
a8ea1e9ef4
ENH: add optional support for c-ares
|
15 年 前 |
Bill Hoffman
|
600460ffc6
ENH: do not report if zlib is not found as it still works
|
15 年 前 |
Bill Hoffman
|
5c4b6a8ef0
ENH: extract version from curlver.h
|
15 年 前 |
Bill Hoffman
|
744dceaffe
ENH: lower case cmake functions and remove tabs and re-indent cmake code
|
15 年 前 |
Bill Hoffman
|
15be673054
ENH: add some cmake docs and fix build with socklen_t
|
15 年 前 |
Yang Tse
|
9137e717b0
Use build-time configured curl_socklen_t instead of socklen_t
|
15 年 前 |
Benoit Neil
|
c663494c69
(Minor change - From Piotr Dobrogost) Moved a line.
|
15 年 前 |
Benoit Neil
|
7e9f7659b3
(Minor update) Moved some utilities to a separate file.
|
15 年 前 |
Benoit Neil
|
4d396169c8
Cleaned up the custom definition I added (replaced by CURL_STATICLIB)
|
15 年 前 |
Benoit Neil
|
3733fa02ee
Made the windows .lib addition cleaner.
|
15 年 前 |
Benoit Neil
|
7037e4a4b1
Renamed a variable
|
15 年 前 |
Benoit Neil
|
25f626cc52
Fixed compile defines in CMake scripts
|
15 年 前 |
Benoit Neil
|
702355da47
(Minor update) Modified a comment, before going to sleep :)
|
15 年 前 |
Benoit Neil
|
e9dd099870
Added missing tests in CMake, added Makefile.inc for tests (+ use in CMake scripts), and fixed a missing define under windows in a test source file.
|
15 年 前 |
Benoit Neil
|
070d89a561
Added CURL_HIDDEN_SYMBOLS option, and fixed missing SIZEOF_INT causing warnings.
|
15 年 前 |