index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CMakeLists.txt
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2013-05-13
Fixed export header for static/shared build.
Vincent Richard
1
-8
/
+19
2013-05-12
Do not include generated header files in ADD_LIBRARY().
Vincent Richard
1
-3
/
+3
2013-05-12
Fixed issue with ADD_LIBRARY() and export header file.
Vincent Richard
1
-1
/
+2
2013-05-12
Fixed export header file location.
Vincent Richard
1
-1
/
+1
2013-05-12
Export class and functions in shared libraries.
Vincent Richard
1
-1
/
+13
2013-03-25
Mutually exclusive build options.
Vincent Richard
1
-0
/
+8
2013-03-25
Added support for charset conversion with ICU (thanks to Mehmet Bozkurt).
Vincent Richard
1
-13
/
+62
2013-03-24
Pkg-config file changed back to "vmime.pc" (fixed issue #35).
Vincent Richard
1
-2
/
+2
Do not break compatibility with previous releases.
2013-03-24
OpenSSL library already mentioned in Required.private, don't need to be ↵
Vincent Richard
1
-2
/
+0
specified again in Cflags or Libs.
2013-03-24
Fixed library version.
Vincent Richard
1
-2
/
+2
2013-03-20
Fixed use of CMAKE_INSTALL_LIBDIR.
Vincent Richard
1
-19
/
+41
2013-03-11
Testing with CTest.
Vincent Richard
1
-6
/
+42
2013-03-07
link winsock for static builds
Mark Brand
1
-0
/
+2
2013-03-06
Fixes for out-of-source build.
Vincent Richard
1
-1
/
+2
2013-03-04
fix duplicate info in .pc files
Mark Brand
1
-4
/
+0
2013-03-04
Fixed 'config.hpp' not installed (issue #29).
Vincent Richard
1
-0
/
+2
2013-03-01
More fixes for pkg-config.
Vincent Richard
1
-4
/
+4
2013-03-01
Fixed dependencies and generation of .pc file (issue #28).
Vincent Richard
1
-5
/
+9
2013-03-01
Selective build of shared/static library (issue #27).
Vincent Richard
1
-73
/
+123
2013-02-28
Fixed issue #26: strcpy_s not available on MinGW.
Vincent Richard
1
-0
/
+1
2013-02-10
Check for MLang on Windows platform.
Vincent Richard
1
-0
/
+17
2013-02-08
Link with "ws2_32" library on Windows, if available.
Vincent Richard
1
-0
/
+20
2013-02-05
Fixed linking with pthread library.
Vincent Richard
1
-4
/
+16
2013-02-05
Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. ↵
Vincent Richard
1
-6
/
+14
Use localtime_s and gmtime_s on Windows, if available.
2012-12-12
Trivial 64-bit warning fixes.
Vincent Richard
1
-0
/
+3
2012-12-10
SSL server identity check.
Vincent Richard
1
-0
/
+1
2012-11-03
OpenSSL support (thanks to Mehmet Bozkurt).
Vincent Richard
1
-1
/
+30
2012-11-01
Migrated build system to CMake. Conditional file compilation. Automatic ↵
Vincent Richard
1
-0
/
+630
selection of platform handler.
[prev]