aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.9.2.v0.9.2Vincent Richard2017-01-031-2/+2
|
* Fixed #151: don't ignore CMAKE_CXX_FLAGS command line argument.Vincent Richard2016-12-061-8/+2
|
* Don't recursively include compile flags.Vincent Richard2016-11-021-4/+4
|
* Fixed #142: fixed install location of generated headers.Vincent Richard2016-09-191-2/+2
|
* Issue #138: fixed MSG_NOSIGNAL on Mac OS.Vincent Richard2016-04-251-0/+3
|
* Link with 'anl' only when building shared lib.Vincent Richard2016-04-101-5/+7
|
* Misc fixes in error handling.Vincent Richard2016-03-251-0/+2
|
* Fixed location of config and lib export include files.Vincent Richard2016-03-251-4/+4
|
* Fixed location of config.hpp in outsourced build.Vincent Richard2016-03-111-2/+3
|
* Asynchronous resolving.Vincent Richard2016-03-021-0/+13
|
* Added support for TCP Keepalive.Vincent Richard2016-02-281-0/+2
|
* Issue #103: fix badly encoded words.Vincent Richard2015-02-161-3/+7
|
* Fixed build issues when disabling filesystem features.Vincent Richard2015-01-011-0/+5
|
* Build intermediate library for test runner and utils to speed up build.Vincent Richard2014-07-241-4/+9
|
* Use string option instead of mutually exclusive bool options for charset and ↵Vincent Richard2014-05-271-49/+47
| | | | TLS library.
* remove -ansi because it interferes with -std=c++11Mark Brand2014-03-261-1/+1
|
* Windows charset converter (thanks to ElmüSoft).Vincent Richard2014-02-061-3/+21
|
* Fixed build of examples.Vincent Richard2014-01-211-4/+8
|
* C++11 std::shared_ptr fixes.Vincent Richard2014-01-161-1/+1
|
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-291-11/+12
| | | | build.
* Allow overriding auto-detection of shared_ptr<> implementation.Vincent Richard2013-12-101-7/+39
|
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-11/+70
|
* Fixed build of samples (now use CMake).Vincent Richard2013-10-201-0/+14
|
* Fixed case in include file name.Vincent Richard2013-09-061-1/+1
|
* Added support for standard 64-bit integer type.Vincent Richard2013-09-021-4/+16
|
* 64-bit type detection.Vincent Richard2013-07-151-21/+51
|
* Changed the way the path to export header file is specified.Vincent Richard2013-05-141-2/+16
|
* Put generated header files in a separate list.Vincent Richard2013-05-131-3/+3
|
* Fixed export header for static/shared build.Vincent Richard2013-05-131-8/+19
|
* Do not include generated header files in ADD_LIBRARY().Vincent Richard2013-05-121-3/+3
|
* Fixed issue with ADD_LIBRARY() and export header file.Vincent Richard2013-05-121-1/+2
|
* Fixed export header file location.Vincent Richard2013-05-121-1/+1
|
* Export class and functions in shared libraries.Vincent Richard2013-05-121-1/+13
|
* Mutually exclusive build options.Vincent Richard2013-03-251-0/+8
|
* Added support for charset conversion with ICU (thanks to Mehmet Bozkurt).Vincent Richard2013-03-251-13/+62
|
* Pkg-config file changed back to "vmime.pc" (fixed issue #35).Vincent Richard2013-03-241-2/+2
| | | | Do not break compatibility with previous releases.
* OpenSSL library already mentioned in Required.private, don't need to be ↵Vincent Richard2013-03-241-2/+0
| | | | specified again in Cflags or Libs.
* Merge pull request #31 from mabrand/fix-double-libsVincent Richard2013-03-241-4/+0
|\ | | | | fix duplicate info in .pc files
| * fix duplicate info in .pc filesMark Brand2013-03-041-4/+0
| |
* | Fixed library version.Vincent Richard2013-03-241-2/+2
| |
* | Fixed use of CMAKE_INSTALL_LIBDIR.Vincent Richard2013-03-201-19/+41
| |
* | Testing with CTest.Vincent Richard2013-03-111-6/+42
| |
* | link winsock for static buildsMark Brand2013-03-071-0/+2
| |
* | Fixes for out-of-source build.Vincent Richard2013-03-061-1/+2
|/
* Fixed 'config.hpp' not installed (issue #29).Vincent Richard2013-03-041-0/+2
|
* More fixes for pkg-config.Vincent Richard2013-03-011-4/+4
|
* Fixed dependencies and generation of .pc file (issue #28).Vincent Richard2013-03-011-5/+9
|
* Selective build of shared/static library (issue #27).Vincent Richard2013-03-011-73/+123
|
* Fixed issue #26: strcpy_s not available on MinGW.Vincent Richard2013-02-281-0/+1
|
* Check for MLang on Windows platform.Vincent Richard2013-02-101-0/+17
|