aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2022-12-13Remove obsolete target covtestGilles Peskine1-7/+7
2022-12-13Call the new lcov script from CMake buildsGilles Peskine1-8/+1
2022-12-08Improve CMake backward compatibilityDavid Horstmann1-2/+4
2022-12-07Copy files instead of hard-linking on WindowsDominik Gschwind1-20/+15
2022-08-09cmake: IAR support option( MBEDTLS_FATAL_WARNINGS)savent1-1/+5
2022-05-18Fix typos in documentation and constants with typo finding toolbootstrap-prime1-1/+1
2022-04-28Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell.Shaun Case1-1/+1
2022-03-01build(msvc): always assume source files are in UTF-8Andrea Pappacoda1-2/+2
2021-03-17Reduce level of -Wformat-truncationPaul Elliott1-1/+1
2021-03-10Raise level of -Wformat-truncation to 2Paul Elliott1-2/+1
2021-03-10Add printf warning flags to CMake BuildPaul Elliott1-1/+8
2020-12-03Set CMake policies for newer versions of CMakePaul Elliott1-0/+12
2020-10-30Merge pull request #3790 from peter-toft-greve/developmentGilles Peskine1-3/+6
2020-10-28Merge pull request #3407 from RcColes/developmentGilles Peskine1-1/+5
2020-10-22Updated minimum cmake requirement down to 2.8.12Peter Toft1-1/+1
2020-10-20Build: Add MBEDTLS_TARGET_PREFIXRaef Coles1-1/+5
2020-10-14Add fix for cmake control of CMAKE_BUILD_TYPE only if mbedtls is the root pro...Peter Toft1-3/+6
2020-09-04Add initial test driver conforming to the new specSteven Cooreman1-1/+1
2020-08-18Get back -Wsigned-one-bit-field and fix sources according to itmakise-homura1-4/+0
2020-08-18Get back -Wsign-compare and fix sources according to itmakise-homura1-4/+0
2020-08-18Support building on e2k (Elbrus) architecturemakise-homura1-1/+14
2020-07-03Only pass -Wformat-signedness to versions of GCC that support it.okhowang(王沛文)1-1/+4
2020-06-29cmake: Add comment about mbedtls_test targetRonald Cron1-0/+14
2020-06-26build: Add top-level mbedtls_test targetRonald Cron1-0/+9
2020-06-22cmake: Add include directory policy documentationRonald Cron1-0/+18
2020-06-22cmake: Remove global include directoriesRonald Cron1-3/+0
2020-06-22cmake: Limit scope of 3rd party definitionsRonald Cron1-3/+0
2020-06-22cmake: Add 3rd party public include directoriesRonald Cron1-0/+1
2020-06-10Use FindPython3 when cmake version >= 3.15.0okhowang(王沛文)1-4/+15
2020-04-29Merge pull request #3147 from gocarlos/gocarlos-patch-1danh-arm1-10/+25
2020-04-28build: readd unsafe build to show #warnings in CICarlos Gomes Martinho1-0/+5
2020-04-22Fix GCC format-signedness warningsKenneth Soerensen1-1/+1
2020-04-03build: add option to treat compiler warnings as errorsCarlos Gomes Martinho1-11/+21
2020-04-03build: do not treat compiler warnings as errors for unsafe builds with msvcCarlos Gomes Martinho1-1/+1
2020-03-19Revert "Remove tests that depend on TLS or X.509"Gilles Peskine1-0/+2
2020-03-19Revert "Remove pkcs11-helper option"Gilles Peskine1-0/+1
2020-03-19Revert "Remove zlib"Gilles Peskine1-0/+10
2019-11-13cmake: fix Python requirementGilles Peskine1-3/+3
2019-11-13Invoke config.py instead of config.plGilles Peskine1-3/+3
2019-09-05Unify gcc and clang cmake flags to test with UBsanUnknown1-3/+3
2019-08-193rdparty: fix inclusion order of CMakeLists.txtChristoph M. Wintersteiger1-1/+2
2019-08-193rdparty: Add additional build facilities for 3rd-party codeChristoph M. Wintersteiger1-1/+5
2019-08-19Add new 3rdparty build scriptsChristoph M. Wintersteiger1-0/+1
2019-08-19ECDH: Include Everest Curve25519 in build scriptsChristoph M. Wintersteiger1-1/+1
2019-07-31Merge remote-tracking branch 'tls/development' into developmentJaeden Amero1-10/+13
2019-07-10Merge remote-tracking branch 'origin/pr/2726' into developmentJaeden Amero1-2/+5
2019-07-02Warn if VLAs are usedGilles Peskine1-1/+4
2019-07-02Consistently spell -WextraGilles Peskine1-2/+2
2019-06-26Remove use of CMAKE_SOURCE_DIRAshley Duncan1-0/+3
2019-06-25Allow declarations after statementsGilles Peskine1-2/+2