aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
13 daysAdapt libraries installationRonald Cron1-1/+1
13 daysAdapt make cscopeRonald Cron1-1/+2
2024-03-15Merge pull request #8923 from bensze01/drop-old-compilersBence Szépkúti1-7/+7
2024-03-13Rename solution files to referece VS2017Bence Szépkúti1-7/+7
2024-03-04In library, with make, only require the framework for generated filesGilles Peskine1-1/+13
2024-02-29Require framework directory to exist when buildingGilles Peskine1-0/+2
2023-09-09Move comment to its intended locationGilles Peskine1-0/+2
2023-09-08Allow turning off re-generation of files with makeGilles Peskine1-4/+25
2023-01-11Rename VS2010 directory to VS2013 and update Makefiles etcDave Rodgman1-7/+7
2022-12-08Remove obsolete target covtestGilles Peskine1-10/+8
2022-12-01No need for -g or -O in LDFLAGSGilles Peskine1-1/+1
2022-12-01You need --coverage when linking as wellGilles Peskine1-2/+3
2022-11-30Move lcov commands to a separate scriptGilles Peskine1-8/+1
2021-05-20Merge remote-tracking branch 'upstream-public/development' into no-generated-...Gilles Peskine1-9/+0
2021-05-20Use an order-only dependency the presence matters but not the contentGilles Peskine1-4/+3
2021-05-20Fix `make generated_files` generating broken visualc filesGilles Peskine1-0/+6
2021-05-17Makefile targets for automatically generated filesGilles Peskine1-1/+41
2021-05-11Remove MBEDTLS_TEST_NULL_ENTROPY config option.Mateusz Starzyk1-9/+0
2021-01-13TAGS: Fix lookup in test/suites/!(test_suite_*).functionGilles Peskine1-2/+2
2020-11-26Remove psa header files in uninstall partWu, Jheng-Jhong1-0/+1
2020-11-20Add abstract target names for index generationGilles Peskine1-0/+3
2020-11-09Add a target for the cscope indexGilles Peskine1-0/+2
2020-11-09Update the list of directories containing source filesGilles Peskine1-1/+10
2020-06-26build: Add top-level mbedtls_test targetRonald Cron1-2/+5
2020-05-28Enable branch coverage in basic_build_test.shDan Handley1-4/+4
2020-04-02Allow alternative ctags versions in MakefileManuel Pégourié-Gonnard1-1/+3
2020-04-02Improve ctags invocation in MakefileManuel Pégourié-Gonnard1-1/+1
2020-03-19Revert "Remove tests that depend on TLS or X.509"Gilles Peskine1-0/+2
2020-03-19Revert "Only build libmbedcrypto"Gilles Peskine1-0/+4
2019-11-13Invoke config.py instead of config.plGilles Peskine1-2/+2
2019-07-31Merge remote-tracking branch 'tls/development' into developmentJaeden Amero1-1/+0
2019-05-23Export the submodule flag to sub-makesAndrzej Kurek1-1/+2
2019-05-23Force the usage of crypto submoduleAndrzej Kurek1-15/+2
2019-05-23Fix crypto submodule usage in MakefileAndrzej Kurek1-2/+2
2019-05-23Typo fixes in documentationAndrzej Kurek1-1/+1
2019-05-23Build from submodule by default (make, cmake)Manuel Pégourié-Gonnard1-3/+6
2019-05-21Merge remote-tracking branch 'tls/development' into developmentJaeden Amero1-0/+9
2019-05-20Merge remote-tracking branch 'origin/pr/2465' into developmentJaeden Amero1-0/+9
2019-04-25Only build libmbedcryptoJaeden Amero1-4/+0
2019-03-13tests: Test crypto via the crypto submoduleJaeden Amero1-0/+6
2019-03-11Remove tests that depend on TLS or X.509Jaeden Amero1-2/+0
2019-02-25Generate tags for Vi, for Emacs and with GlobalGilles Peskine1-0/+9
2018-11-21crypto: Add mbedtls-psa as a submoduleJaeden Amero1-0/+12
2018-11-21Makefile: Install PSA headersJaeden Amero1-0/+2
2018-08-29compile time warning of 128bit ctr_drbg keys and standardized warningsNir Sonnenschein1-0/+12
2018-06-28Use preserve mode to copy headers.Ruini Xue1-1/+1
2018-05-15Fix minor code style issuesDarryl Green1-3/+3
2018-01-22Run doxygen only if the doxygen directory existsKrzysztof Stachowiak1-1/+1
2018-01-19Have doxygen run in the doxygen directoryKrzysztof Stachowiak1-1/+1
2016-09-16Add missing dependency to check in MakefileAndres AG1-1/+1