Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-01-03 | Release 0.9.2.v0.9.2 | Vincent Richard | 1 | -2/+2 | |
2016-12-06 | Fixed #151: don't ignore CMAKE_CXX_FLAGS command line argument. | Vincent Richard | 1 | -8/+2 | |
2016-11-02 | Don't recursively include compile flags. | Vincent Richard | 1 | -4/+4 | |
2016-09-19 | Fixed #142: fixed install location of generated headers. | Vincent Richard | 1 | -2/+2 | |
2016-04-25 | Issue #138: fixed MSG_NOSIGNAL on Mac OS. | Vincent Richard | 1 | -0/+3 | |
2016-04-10 | Link with 'anl' only when building shared lib. | Vincent Richard | 1 | -5/+7 | |
2016-03-25 | Misc fixes in error handling. | Vincent Richard | 1 | -0/+2 | |
2016-03-25 | Fixed location of config and lib export include files. | Vincent Richard | 1 | -4/+4 | |
2016-03-11 | Fixed location of config.hpp in outsourced build. | Vincent Richard | 1 | -2/+3 | |
2016-03-02 | Asynchronous resolving. | Vincent Richard | 1 | -0/+13 | |
2016-02-28 | Added support for TCP Keepalive. | Vincent Richard | 1 | -0/+2 | |
2015-02-16 | Issue #103: fix badly encoded words. | Vincent Richard | 1 | -3/+7 | |
2015-01-01 | Fixed build issues when disabling filesystem features. | Vincent Richard | 1 | -0/+5 | |
2014-07-24 | Build intermediate library for test runner and utils to speed up build. | Vincent Richard | 1 | -4/+9 | |
2014-05-27 | Use string option instead of mutually exclusive bool options for charset and ↵ | Vincent Richard | 1 | -49/+47 | |
TLS library. | |||||
2014-03-26 | remove -ansi because it interferes with -std=c++11 | Mark Brand | 1 | -1/+1 | |
2014-02-06 | Windows charset converter (thanks to ElmüSoft). | Vincent Richard | 1 | -3/+21 | |
2014-01-21 | Fixed build of examples. | Vincent Richard | 1 | -4/+8 | |
2014-01-16 | C++11 std::shared_ptr fixes. | Vincent Richard | 1 | -1/+1 | |
2014-01-14 | C++11 std::shared_ptr fixes: | tholdawa | 1 | -1/+1 | |
Test for C++11 std::shared_ptr was always failing because std::make_shared was calling a constructor of 1 argument which did not exist for the struct A. Changed test code snippet to call default no argument constructor of A. Once C++11 std::shared_ptr support was fixed, contentDispositionField.cpp and contentTypeField.cpp would not compile because std::shared_ptr cannot be implicitly cast to bool (i.e. in a return statement). Added explicit cast to bool. | |||||
2013-12-29 | Merged source and header files in directory structure. Got rid of SConstruct ↵ | Vincent Richard | 1 | -11/+12 | |
build. | |||||
2013-12-10 | Allow overriding auto-detection of shared_ptr<> implementation. | Vincent Richard | 1 | -7/+39 | |
2013-11-21 | Boost/C++11 shared pointers. | Vincent Richard | 1 | -11/+70 | |
2013-11-16 | add BUILD_DOCUMENTATION option | Mark Brand | 1 | -11/+18 | |
2013-10-20 | Fixed build of samples (now use CMake). | Vincent Richard | 1 | -0/+14 | |
2013-09-06 | Fixed case in include file name. | Vincent Richard | 1 | -1/+1 | |
2013-09-02 | Added support for standard 64-bit integer type. | Vincent Richard | 1 | -4/+16 | |
2013-07-15 | 64-bit type detection. | Vincent Richard | 1 | -21/+51 | |
2013-05-14 | Changed the way the path to export header file is specified. | Vincent Richard | 1 | -2/+16 | |
2013-05-13 | Put generated header files in a separate list. | Vincent Richard | 1 | -3/+3 | |
2013-05-13 | Fixed export header for static/shared build. | Vincent Richard | 1 | -8/+19 | |
2013-05-12 | Do not include generated header files in ADD_LIBRARY(). | Vincent Richard | 1 | -3/+3 | |
2013-05-12 | Fixed issue with ADD_LIBRARY() and export header file. | Vincent Richard | 1 | -1/+2 | |
2013-05-12 | Fixed export header file location. | Vincent Richard | 1 | -1/+1 | |
2013-05-12 | Export class and functions in shared libraries. | Vincent Richard | 1 | -1/+13 | |
2013-03-25 | Mutually exclusive build options. | Vincent Richard | 1 | -0/+8 | |
2013-03-25 | Added support for charset conversion with ICU (thanks to Mehmet Bozkurt). | Vincent Richard | 1 | -13/+62 | |
2013-03-24 | Pkg-config file changed back to "vmime.pc" (fixed issue #35). | Vincent Richard | 1 | -2/+2 | |
Do not break compatibility with previous releases. | |||||
2013-03-24 | OpenSSL library already mentioned in Required.private, don't need to be ↵ | Vincent Richard | 1 | -2/+0 | |
specified again in Cflags or Libs. | |||||
2013-03-24 | Fixed library version. | Vincent Richard | 1 | -2/+2 | |
2013-03-20 | Fixed use of CMAKE_INSTALL_LIBDIR. | Vincent Richard | 1 | -19/+41 | |
2013-03-11 | Testing with CTest. | Vincent Richard | 1 | -6/+42 | |
2013-03-07 | link winsock for static builds | Mark Brand | 1 | -0/+2 | |
2013-03-06 | Fixes for out-of-source build. | Vincent Richard | 1 | -1/+2 | |
2013-03-04 | fix duplicate info in .pc files | Mark Brand | 1 | -4/+0 | |
2013-03-04 | Fixed 'config.hpp' not installed (issue #29). | Vincent Richard | 1 | -0/+2 | |
2013-03-01 | More fixes for pkg-config. | Vincent Richard | 1 | -4/+4 | |
2013-03-01 | Fixed dependencies and generation of .pc file (issue #28). | Vincent Richard | 1 | -5/+9 | |
2013-03-01 | Selective build of shared/static library (issue #27). | Vincent Richard | 1 | -73/+123 | |
2013-02-28 | Fixed issue #26: strcpy_s not available on MinGW. | Vincent Richard | 1 | -0/+1 | |