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