1
0
cuberite-2a/src/mbedTLS++
peterbell10 ee84197014
Force all headers other than "Globals.h" to be included with relative paths (#4269)
Closes #4236

CMake now creates a header file in the build directory under the path "include/Globals.h" which just includes "src/Globals.h" with an absolute path. Then instead of adding "src/" to the include directories, it adds "include/".

#include "Globals.h" still works by including the build generated file and any other src-relative path will not work.
2018-08-29 01:51:25 +01:00
..
AesCfb128Decryptor.cpp Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
AesCfb128Decryptor.h Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
AesCfb128Encryptor.cpp Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
AesCfb128Encryptor.h Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
BlockingSslClientSocket.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
BlockingSslClientSocket.h Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
BufferedSslContext.cpp Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
BufferedSslContext.h Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
CallbackSslContext.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
CallbackSslContext.h Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
CMakeLists.txt Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
CryptoKey.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
CryptoKey.h Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
CtrDrbgContext.cpp Prefer static_cast to reinterpret_cast (#4223) 2018-05-02 08:50:36 +01:00
CtrDrbgContext.h Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
EntropyContext.cpp Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
EntropyContext.h Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
ErrorCodes.h Update mbedtls to 2.5.1 (#3964) 2017-08-30 15:00:06 +01:00
RsaPrivateKey.cpp Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
RsaPrivateKey.h Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
Sha1Checksum.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
Sha1Checksum.h Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
SslConfig.cpp Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
SslConfig.h Update mbedtls to 2.5.1 (#3964) 2017-08-30 15:00:06 +01:00
SslContext.cpp Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
SslContext.h Prefer static_cast to reinterpret_cast (#4223) 2018-05-02 08:50:36 +01:00
X509Cert.cpp Prefer static_cast to reinterpret_cast (#4223) 2018-05-02 08:50:36 +01:00
X509Cert.h Fixed webadmin certificate reading. 2017-09-19 19:44:30 +02:00