aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Link with "ws2_32" library on Windows, if available.Vincent Richard2013-02-081-0/+20
|
* Fixed linking with pthread library.Vincent Richard2013-02-051-4/+16
|
* Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. ↵Vincent Richard2013-02-051-6/+14
| | | | Use localtime_s and gmtime_s on Windows, if available.
* Trivial 64-bit warning fixes.Vincent Richard2012-12-121-0/+3
|
* SSL server identity check.Vincent Richard2012-12-101-0/+1
|
* OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard2012-11-031-1/+30
|
* Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard2012-11-011-0/+630
selection of platform handler.