aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt (unfollow)
Commit message (Collapse)AuthorFilesLines
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
Do not break compatibility with previous releases.
2013-03-24OpenSSL library already mentioned in Required.private, don't need to be ↵Vincent Richard1-2/+0
specified again in Cflags or Libs.
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
2013-02-10Check for MLang on Windows platform.Vincent Richard1-0/+17
2013-02-08Link with "ws2_32" library on Windows, if available.Vincent Richard1-0/+20
2013-02-05Fixed linking with pthread library.Vincent Richard1-4/+16
2013-02-05Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. ↵Vincent Richard1-6/+14
Use localtime_s and gmtime_s on Windows, if available.
2012-12-12Trivial 64-bit warning fixes.Vincent Richard1-0/+3
2012-12-10SSL server identity check.Vincent Richard1-0/+1
2012-11-03OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard1-1/+30
2012-11-01Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard1-0/+630
selection of platform handler.