aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed unit tests build on OSX.Vincent Richard2010-05-201-0/+4
* Added helper function to construct parsed message from net message. Splitted ...Vincent Richard2010-05-181-0/+3
* Fixed typo.Vincent Richard2010-05-041-5/+5
* Migrated config script for newer versions of SCons.Vincent Richard2010-03-161-3/+6
* Fixed test for global constructor failing when cross building.Vincent Richard2010-02-151-1/+1
* Replaced 'Options' with 'Variables' to solve warnings about the former being ...Vincent Richard2010-02-121-12/+12
* Fixed missing M4 file in dist tarball.Vincent Richard2010-02-101-0/+1
* Removed wide-char support.Vincent Richard2010-02-031-18/+0
* Added workaround for Decider() for legacy versions of SCons.Vincent Richard2009-09-141-1/+5
* Use pkg-config for gnutls 2.8.0 and later (thanks to Andreas Metzler).Vincent Richard2009-08-191-1/+1
* Fixed dynamic_cast support detection on HPUX (aCC).Vincent Richard2009-05-011-2/+2
* Removed '-pipe' compiler flags, as it is not available on all platforms.Vincent Richard2009-04-091-2/+1
* Use Decider() method instead of deprecated SourceSignatures/TargetSignatures().Vincent Richard2009-03-011-3/+1
* Started version 0.9.1.Vincent Richard2008-10-191-1/+1
* Fixed autotools support.Vincent Richard2008-10-191-2/+2
* Version 0.9.0.Vincent Richard2008-10-191-2/+2
* New namespace for encoders.Vincent Richard2008-10-121-10/+11
* Fixed bug #1755458: The project generator does not exclude the SASL sources. ...Vincent Richard2007-12-221-45/+60
* Fixed bug #1721186: thread-safe reference counting.Vincent Richard2007-05-221-1/+11
* Fail if GNU TLS or GNU SASL dev packages are required but not installed.Vincent Richard2007-05-221-1/+12
* Added support for Courier maildir format.Vincent Richard2007-03-221-2/+6
* Started version 0.8.2.Vincent Richard2006-12-201-1/+1
* Fixed CPPDEFINES for new version of SCons.Vincent Richard2006-11-241-1/+1
* Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard2006-10-111-2/+3
* Fixed bug #1096610: non-integral number of chars in RFC-2047 encoded words.Vincent Richard2006-10-021-0/+1
* Fixed bugs in MHTML code + unit tests.Vincent Richard2006-07-131-0/+1
* Unit tests for SMTP.Vincent Richard2006-05-051-1/+5
* Clean up.Vincent Richard2006-04-051-1/+2
* Refactored and cleaned up smart pointers.Vincent Richard2006-03-291-1/+1
* Added unit tests for datetimeUtils + renamed functions.Vincent Richard2006-02-121-0/+1
* Added service::isSecuredConnection() and service::getConnectionInfos() to ret...Vincent Richard2006-01-291-0/+4
* Link with Winsock under Windows.Vincent Richard2006-01-291-1/+9
* Do not link with SASL/TLS libraries if support not enabled.Vincent Richard2006-01-261-10/+10
* Added support for attachments of type 'message/rfc822'.Vincent Richard2006-01-161-1/+3
* Added SMTPResponse to read and parse SMTP responses.Vincent Richard2006-01-071-0/+1
* Added support for getaddrinfo() on POSIX.Vincent Richard2005-12-261-0/+11
* Enhanced detection of GnuTLS (SCons).Vincent Richard2005-12-151-1/+4
* Fixed typo in CXXFLAGS/debug.Vincent Richard2005-12-011-2/+2
* GNU TLS detection with SCons.Vincent Richard2005-11-161-1/+2
* Started version 0.8.1.Vincent Richard2005-11-061-1/+1
* Version 0.8.0.Vincent Richard2005-11-061-2/+2
* Missing 'headerFieldValue.hpp' in dist.Vincent Richard2005-11-061-0/+1
* Refactored header field values and parameters.Vincent Richard2005-11-061-4/+0
* Refactored header field values and parameters.Vincent Richard2005-11-041-3/+0
* Fixed typo for 'ac_cv_sizeof_long'.Vincent Richard2005-11-031-1/+1
* Moved certificate code into 'vmime::net::security::cert' namespace.Vincent Richard2005-10-301-5/+5
* Added 'charsetFilteredOutputStream'.Vincent Richard2005-10-191-0/+1
* Refactoring of built-in services registration system.Vincent Richard2005-10-191-0/+1
* Charset converter.Vincent Richard2005-10-191-0/+1
* Fixed include dir (prefix).Vincent Richard2005-10-161-1/+1