Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-25 | use CURL_SIZEOF_LONG instead of SIZEOF_LONG | Daniel Stenberg | |
That's the symbol we have or generate in include/curl/curlbuild.h | |||
2010-03-24 | Fix curl CMake build. | Bill Hoffman | |
This commit fixes the cmake build of curl, and cleans up the cmake code a little. It removes some commented out code and some trailing whitespace. To get curl to build the binary tree include/curl directory needed to be added to the include path. Also, SIZEOF_SHORT needed to be added. A check for the lack of defines of SIZEOF_* for warnless.c was added. | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-26 | Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems | Yang Tse | |
2010-02-26 | fix compiler warning | Yang Tse | |
2010-02-22 | convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() and | Yang Tse | |
curlx_ultouc(), exposing them through curlx.h to allow proper code reuse later in our test harness. | |||
2010-02-22 | fix compiler warning | Yang Tse | |
2010-02-19 | fix compiler warning | Yang Tse | |