aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-01-15Fixed missing 'vmime/config.hpp' include.Vincent Richard1-0/+2
2005-01-05Started version 0.6.3.Vincent Richard1-1/+1
2005-01-02Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'.Vincent Richard1-0/+1
2005-01-02Added unit tests for 'bodyPart'.Vincent Richard1-0/+1
2005-01-02Added unit tests for 'utility::path'.Vincent Richard1-1/+2
2005-01-01Added unit tests for 'utility::stringProxy' and 'utility::stringUtils'.Vincent Richard1-1/+3
2005-01-01Converted all C-style casts to C++-style casts + added unit test for ↵Vincent Richard1-1/+3
utility::md5.
2004-12-31Started version 0.6.2.Vincent Richard1-1/+1
2004-12-30Modification in library versioning.Vincent Richard1-30/+28
2004-12-30Added more checks in 'configure.in'.Vincent Richard1-0/+136
2004-12-30Autotools and libtool support.Vincent Richard1-138/+794
2004-12-26Renamed files in POSIX platform handler.Vincent Richard1-3/+3
2004-12-26Moved all header files to 'vmime/' directory.Vincent Richard1-12/+22
2004-12-26Oops, forgot a close() when writing to .pc file.Vincent Richard1-0/+2
2004-12-26Added versioning + removed shared library build (does not work because of ↵Vincent Richard1-52/+31
C++ templates).
2004-12-26Added support for 'pkg-config'.Vincent Richard1-0/+19
2004-12-26Import default environment.Vincent Richard1-0/+1
2004-12-24Renamed class 'disposition' to 'contentDisposition'.Vincent Richard1-1/+1
2004-12-22Fixed missing 'unit++' in tests/lib.Vincent Richard1-8/+6
2004-12-22Fixed missing files in dist + empty 'COPYING' file.Vincent Richard1-0/+5
2004-12-22Fixed SConstruct for files that have been removed.Vincent Richard1-5/+0
2004-12-22Added getCapabilities() on messaging::store.Vincent Richard1-1/+1
2004-12-19Moved code from 'exception.hpp' to 'exception.cpp' + new features for ↵Vincent Richard1-1/+1
exceptions.
2004-12-18Default platform handlers (currently only POSIX).Vincent Richard1-4/+74
2004-12-08Changed 'uname -o' to 'uname -s' for POSIX compatibility.Vincent Richard1-1/+1
2004-11-11Added support for generating documentation (Doxygen) + written AUTHORS file.Vincent Richard1-0/+17
2004-11-07Added tests for media type.Vincent Richard1-0/+1
2004-11-06Removed "old-style" tests for encoder and mailbox. Added new test for encoder.Vincent Richard1-37/+1
2004-11-06New build system for unit tests.Vincent Richard1-16/+101
2004-10-25Added specialization for typeAdapter <string>::parse() as it took only the ↵Vincent Richard1-1/+1
first word of the text (operator<<).
2004-10-21Refactoring (see ChangeLog).Vincent Richard1-14/+8