Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-09-05 | Code style and clarity. | Vincent Richard | 1 | -47/+51 | |
2014-06-06 | Removed useless 'virtual' inheritance (fixed issue #84). | Vincent Richard | 1 | -1/+1 | |
2014-01-16 | C++11 std::shared_ptr fixes. | Vincent Richard | 1 | -5/+5 | |
2014-01-14 | C++11 std::shared_ptr fixes: | tholdawa | 1 | -5/+5 | |
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 | -0/+0 | |
build. | |||||
2013-11-23 | Do not throw exception for normal code flow (exceptions::no_such_parameter). | Vincent Richard | 1 | -5/+60 | |
2013-01-10 | Updated copyright year and maintainer email address. | Vincent Richard | 1 | -1/+1 | |
2009-09-06 | Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009. | Vincent Richard | 1 | -2/+2 | |
2008-01-04 | Changed copyright year to 2008. | Vincent Richard | 1 | -1/+1 | |
2007-01-01 | Changed copyright year to 2007. | Vincent Richard | 1 | -1/+1 | |
2006-02-05 | Changed copyright year to 2006. | Vincent Richard | 1 | -1/+1 | |
2005-11-04 | Refactored header field values and parameters. | Vincent Richard | 1 | -16/+14 | |
2005-09-17 | Updated FSF address. | Vincent Richard | 1 | -3/+7 | |
2005-04-12 | Added support for RFC-2231. | Vincent Richard | 1 | -4/+4 | |
2005-03-18 | Updated VMime website URL. | Vincent Richard | 1 | -1/+1 | |
2005-01-03 | Changed year to 2005 in copyright header. | Vincent Richard | 1 | -1/+1 | |
2004-12-26 | Moved all header files to 'vmime/' directory. | Vincent Richard | 1 | -3/+3 | |
2004-12-24 | Renamed class 'disposition' to 'contentDisposition'. | Vincent Richard | 1 | -1/+1 | |
2004-10-21 | Refactoring (see ChangeLog). | Vincent Richard | 1 | -12/+51 | |