aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2019-12-20cmake: Add cmake module to find softhsmSahana Prasad1-0/+36
2019-07-04cmake: Use GNUInstallDirs for installationAndreas Schneider1-109/+0
2019-01-25cmake: Add support for MemorySanitizerAndreas Schneider1-0/+12
2018-10-09cmake: Link against gpg-errorJakub Jelen1-1/+9
2018-10-02cmake: Always build position independent codeAndreas Schneider1-0/+3
2018-09-26cmake: Add UndefinedSanitizerAndreas Schneider1-2/+14
2018-09-26cmake: Rewritten AddCMockaTest.cmakeAnderson Toshiyuki Sasaki1-6/+100
2018-09-05cmake: Move CompilerFlags to own fileAndreas Schneider2-26/+25
2018-09-05cmake: Update defaultsAndreas Schneider1-12/+0
2018-09-03cmake: Store Profiling and AddressSanitizer flags in the cacheAndreas Schneider1-8/+20
2018-09-02cmake: Small improvements to AddCMockaTestAndreas Schneider1-15/+17
2018-08-29cmake: Fix SSP compiler flag checkAndreas Schneider1-3/+3
2018-08-29cmake: Fix target to make sure copy runs in the endAnderson Toshiyuki Sasaki1-17/+30
2018-08-29cmake: Fix extract_symbols COPY_TOAnderson Toshiyuki Sasaki2-7/+18
2018-08-29cmake: Detect abimap versionAndreas Schneider1-1/+15
2018-08-27cmake: Fix FindABIMap targetsAnderson Toshiyuki Sasaki1-78/+123
2018-08-23cmake: Add header to AddCCompilerFlag.cmakeAndreas Schneider1-0/+8
2018-08-22cmake: Disable include_guard as oss-fuzz's cmake version is too oldAndreas Schneider1-2/+2
2018-08-22cmake: Remove obsolete UseDoxygen.cmakeAndreas Schneider1-140/+0
2018-08-22cmake: Remove obsolete DefineCompilerFlags.cmakeAndreas Schneider1-84/+0
2018-08-20cmake: Improve compiler flag detectionAndreas Schneider1-0/+13
2018-08-20cmake: Respect CMAKE_REQUIRED_* variables in CHECK_C_COMPILER_FLAG_SSPAndreas Schneider1-2/+5
2018-08-14cmake: Fix optional ABIMap detectionAndreas Schneider1-11/+24
2018-08-13cmake: Improve NSIS detection on WindowsAndreas Schneider1-5/+4
2018-08-08cmake: Introduce symbol versioningAnderson Toshiyuki Sasaki4-0/+659
2018-06-30gitlab-ci: Add 32bit build on openSUSEAndreas Schneider1-0/+23
2018-06-27gitlab: Use wine to run tests built for WindowsAnderson Toshiyuki Sasaki1-1/+9
2018-06-27cmake: Added executable exension on test binariesAnderson Toshiyuki Sasaki1-1/+1
2018-04-10cmake: Fix libfuzzer linking with clang6Andreas Schneider1-32/+0
2018-02-04cmake: Build ssh_server_fuzzer if enabledAndreas Schneider1-0/+32
2017-12-28add mbedtls crypto supportJuraj Vijtiuk1-0/+104
2017-10-12cmake: Fix parsing the gcrypt versionAndreas Schneider1-2/+2
2017-04-11cmake: Fix GCRYPT_ROOT_DIR and check correct pathsAndreas Schneider1-0/+4
2016-03-17cmake: Try to fix FindArgp moduleAndreas Schneider1-43/+49
2016-03-14cmake: detect MIT gssapi shim on osxAris Adamantiadis1-1/+2
2015-05-04cmake: Add support for Address SanitizerAndreas Schneider1-0/+7
2015-04-10cmake: Require cmake version 2.8.0Andreas Schneider2-328/+0
2014-04-10cmake: Fix doxygen.Andreas Schneider1-5/+1
2014-04-09cmake: Update doxygen module.Andreas Schneider1-67/+111
2014-04-04cmake: Enable creation of the compile command database by default.Andreas Schneider1-0/+3
2014-02-02build: remove OSX deprecated warnings for opensslAris Adamantiadis1-0/+7
2014-01-07src: Update my mail address.Andreas Schneider4-4/+4
2014-01-07cmake: Remove unused macro modules.Andreas Schneider4-104/+0
2013-11-03Fix examples compilation on OSX (libargp)Aris Adamantiadis1-0/+4
2013-11-03Compile libssh with nacl if possibleAris Adamantiadis1-0/+61
2013-08-01cmake: Add CMOCKA_ROOT_DIR with hints and paths.Andreas Schneider1-1/+18
2013-07-25doc: Don't generate latex documentation.Andreas Schneider1-21/+21
2013-07-25cmake: Only build with _FORTIFY_SOURCE on release builds.Andreas Schneider1-1/+1
2013-07-24cmake: Document GSSAPI_FLAVOR_MIT and GSSAPI_FLAVOR_HEIMDAL.Andreas Schneider1-0/+2
2013-07-24cmake: Rewrote FindGSSAPI.cmake.Andreas Schneider1-75/+319