Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-11-21 | Boost/C++11 shared pointers. | Vincent Richard | 27 | -0/+553 | |
2013-09-02 | Added support for standard 64-bit integer type. | Vincent Richard | 1 | -0/+5 | |
2013-07-15 | 64-bit type detection. | Vincent Richard | 1 | -0/+3 | |
2013-05-12 | Export class and functions in shared libraries. | Vincent Richard | 1 | -0/+3 | |
2013-03-25 | Added support for charset conversion with ICU (thanks to Mehmet Bozkurt). | Vincent Richard | 2 | -0/+318 | |
2013-02-10 | Check for MLang on Windows platform. | Vincent Richard | 1 | -0/+1 | |
2013-02-05 | Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. ↵ | Vincent Richard | 1 | -0/+4 | |
Use localtime_s and gmtime_s on Windows, if available. | |||||
2012-12-12 | Trivial 64-bit warning fixes. | Vincent Richard | 1 | -0/+2 | |
2012-11-03 | OpenSSL support (thanks to Mehmet Bozkurt). | Vincent Richard | 1 | -0/+4 | |
2012-11-01 | Migrated build system to CMake. Conditional file compilation. Automatic ↵ | Vincent Richard | 6 | -0/+361 | |
selection of platform handler. |