mbedtls/ChangeLog.d
Dominik Gschwind c6d16362f3
Copy files instead of hard-linking on Windows
Fixes an issue on Windows where when source and build directory are on different drives hard-linking
to files or directory fails as it doesn't work across filesystem boundaries. Note that symlinking is also
not possible because it requires administrator privileges on Windows.

The solution copies the files using the built-in cmake `configure_file(src dest COPYONLY)` command.
As this command only operates on files, if a directory is specified the files will be globbed recursively
and through symlinks.

Signed-off-by: Dominik Gschwind <dominik.gschwind99@gmail.com>
2022-08-10 16:27:14 +02:00
..
00README.md 2.24.0 is still covered by the old policy 2020-10-01 00:35:49 +02:00
add-rsa-pss-rsae-support-for-tls12.txt fix typo and changelog entry issues 2022-07-28 23:08:00 +08:00
bn_mul-fix-x86-pic-compilation-for-gcc-4.txt Add a ChangeLog entry 2022-07-19 08:55:48 +01:00
extend-query_compile_time_config-to-psa_want.txt Add parsing of psa/crypto_config.h for PSA_WANT_xxx to query_compile_time_config 2022-07-25 12:19:35 +01:00
fix-aes-shallow-copying.txt Refactor AES context to be shallow-copyable 2022-06-29 16:17:50 +01:00
fix_build_error_for_mbedtls_deprecated_removed.txt Fix missing prototype warning when MBEDTLS_DEPRECATED_REMOVED is 2022-08-02 11:15:18 +05:30
fix_cmake_gen_files Fix linking of generated files in cmake 2022-07-19 17:23:30 +01:00
fix_cmake_using_iar_toolchain.txt cmake: IAR support option( MBEDTLS_FATAL_WARNINGS) 2022-08-02 03:23:02 +00:00
fix_hard_link_across_drives Copy files instead of hard-linking on Windows 2022-08-10 16:27:14 +02:00
fix_psa_crypto_cipher_h_include.txt Use double quotes to include private header file psa_crypto_cipher.h 2022-08-02 12:44:35 +02:00
muladdc_microblaze.txt Add Changelog entry 2022-05-30 17:55:13 +01:00
remove_ssl_session_compression.txt Add ChangeLog entry 2022-07-26 16:13:23 +01:00
x509-broken-symlink-handling.txt Add Changelog entry 2022-07-20 14:37:08 +01:00