aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-03Release 0.9.2.v0.9.2Vincent Richard1-2/+2
2016-12-06Fixed #151: don't ignore CMAKE_CXX_FLAGS command line argument.Vincent Richard1-8/+2
2016-11-02Don't recursively include compile flags.Vincent Richard1-4/+4
2016-09-19Fixed #142: fixed install location of generated headers.Vincent Richard1-2/+2
2016-04-25Issue #138: fixed MSG_NOSIGNAL on Mac OS.Vincent Richard1-0/+3
2016-04-10Link with 'anl' only when building shared lib.Vincent Richard1-5/+7
2016-03-25Misc fixes in error handling.Vincent Richard1-0/+2
2016-03-25Fixed location of config and lib export include files.Vincent Richard1-4/+4
2016-03-11Fixed location of config.hpp in outsourced build.Vincent Richard1-2/+3
2016-03-02Asynchronous resolving.Vincent Richard1-0/+13
2016-02-28Added support for TCP Keepalive.Vincent Richard1-0/+2
2015-02-16Issue #103: fix badly encoded words.Vincent Richard1-3/+7
2015-01-01Fixed build issues when disabling filesystem features.Vincent Richard1-0/+5
2014-07-24Build intermediate library for test runner and utils to speed up build.Vincent Richard1-4/+9
2014-05-27Use string option instead of mutually exclusive bool options for charset and ...Vincent Richard1-49/+47
2014-03-26remove -ansi because it interferes with -std=c++11Mark Brand1-1/+1
2014-02-06Windows charset converter (thanks to ElmüSoft).Vincent Richard1-3/+21
2014-01-21Fixed build of examples.Vincent Richard1-4/+8
2014-01-16C++11 std::shared_ptr fixes.Vincent Richard1-1/+1
2014-01-14C++11 std::shared_ptr fixes:tholdawa1-1/+1
2013-12-29Merged source and header files in directory structure. Got rid of SConstruct ...Vincent Richard1-11/+12
2013-12-10Allow overriding auto-detection of shared_ptr<> implementation.Vincent Richard1-7/+39
2013-11-21Boost/C++11 shared pointers.Vincent Richard1-11/+70
2013-11-16add BUILD_DOCUMENTATION optionMark Brand1-11/+18
2013-10-20Fixed build of samples (now use CMake).Vincent Richard1-0/+14
2013-09-06Fixed case in include file name.Vincent Richard1-1/+1
2013-09-02Added support for standard 64-bit integer type.Vincent Richard1-4/+16
2013-07-1564-bit type detection.Vincent Richard1-21/+51
2013-05-14Changed the way the path to export header file is specified.Vincent Richard1-2/+16
2013-05-13Put generated header files in a separate list.Vincent Richard1-3/+3
2013-05-13Fixed export header for static/shared build.Vincent Richard1-8/+19
2013-05-12Do not include generated header files in ADD_LIBRARY().Vincent Richard1-3/+3
2013-05-12Fixed issue with ADD_LIBRARY() and export header file.Vincent Richard1-1/+2
2013-05-12Fixed export header file location.Vincent Richard1-1/+1
2013-05-12Export class and functions in shared libraries.Vincent Richard1-1/+13
2013-03-25Mutually exclusive build options.Vincent Richard1-0/+8
2013-03-25Added support for charset conversion with ICU (thanks to Mehmet Bozkurt).Vincent Richard1-13/+62
2013-03-24Pkg-config file changed back to "vmime.pc" (fixed issue #35).Vincent Richard1-2/+2
2013-03-24OpenSSL library already mentioned in Required.private, don't need to be speci...Vincent Richard1-2/+0
2013-03-24Fixed library version.Vincent Richard1-2/+2
2013-03-20Fixed use of CMAKE_INSTALL_LIBDIR.Vincent Richard1-19/+41
2013-03-11Testing with CTest.Vincent Richard1-6/+42
2013-03-07link winsock for static buildsMark Brand1-0/+2
2013-03-06Fixes for out-of-source build.Vincent Richard1-1/+2
2013-03-04fix duplicate info in .pc filesMark Brand1-4/+0
2013-03-04Fixed 'config.hpp' not installed (issue #29).Vincent Richard1-0/+2
2013-03-01More fixes for pkg-config.Vincent Richard1-4/+4
2013-03-01Fixed dependencies and generation of .pc file (issue #28).Vincent Richard1-5/+9
2013-03-01Selective build of shared/static library (issue #27).Vincent Richard1-73/+123
2013-02-28Fixed issue #26: strcpy_s not available on MinGW.Vincent Richard1-0/+1