summaryrefslogtreecommitdiffstats
path: root/Tools/ProtoProxy/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-5/+2
| | | | | | + Use libdeflate + Use std::byte * Fix passing temporary to string_view + Emulate make_unique_for_overwrite
* Address commentsTiger Wang2020-07-121-2/+2
|
* More CMake cleanupTiger Wang2020-07-121-7/+2
|
* Resolve IPO flags mismatchTiger Wang2020-05-311-1/+0
|
* Upgrade to C++17 [CMake] (#4717)Tiger Wang2020-05-161-1/+0
| | | * Make our CMake slightly less insane
* Add the fmt library (#4065)peterbell102018-01-031-1/+2
| | | | | | | * Replaces AppendVPrintf with fmt::sprintf * fmt::ArgList now used as a type safe alternative to varargs. * Removed SIZE_T_FMT compatibility macros. fmt::sprintf is fully portable and supports %zu. * Adds FLOG functions to log with fmt's native formatting style.
* Update mbedtls to 2.5.1 (#3964)peterbell102017-08-301-14/+14
| | | | | | | | | | | | | | | | | | | | | | * Renaming changes: * macro prefix "POLARSSL" -> "MBEDTLS" * functions now prefixed with "mbedtls_" * rename PolarSSL++ -> mbedTLS++ * rename polarssl submodule * Use mbedtls' AES-CFB8 implementation. * Add cSslConfig to wrap mbedtls_ssl_config * Update cTCPLink and cBlockingSslClientSocket to use cSslConfig * Use cSslConfig in cHTTPServer * Use cSslConfig for cMojangAPI::SecureRequest * CI Fixes * Set -fomit-frame-pointer on the right target
* Add cUUID class (#3871)peterbell102017-08-251-0/+2
|
* Removed the LeakFinder for Windows. (#3777)Mattes D2017-06-191-5/+3
|
* Fixed type-casting-related warnings.Mattes D2016-08-241-10/+2
|
* CMake: Remove needless minimum version specifications.Mattes D2016-07-181-3/+0
|
* Fix other clang 3.6 committycho2015-05-241-1/+4
|
* Disable -Werror for warnings in tools.tycho2015-05-241-1/+2
|
* Disable warnings in MCADefrag, ProtoProxy and teststycho2015-05-231-1/+3
|
* Update submodulesTiger Wang2015-05-021-1/+1
|
* Fixed tools compilation.Mattes D2014-12-251-0/+2
| | | | Fixes errors introduced in 081e7ddd028d9382bd52c2b117dae6b6f84225e5.
* Tools: Removed unused Timer.* file from CMakeLists.txt.Mattes D2014-12-041-2/+0
|
* Fixed missing files in ProtoProxy.Mattes D2014-11-291-0/+8
|
* Renamed LoggersTycho2014-08-121-2/+2
|
* Fixed Tools to work with new logging frameworkTycho2014-08-101-4/+2
|
* ProtoProxy: Renamed PublicKey to CryptoKey.madmaxoft2014-05-011-2/+2
|
* Moved the rest of the Crypto objects into their own respective files.madmaxoft2014-04-291-2/+4
|
* Moved cPublicKey to its separate file in PolarSSL++.madmaxoft2014-04-291-0/+2
|
* Fixed ProtoProxy.madmaxoft2014-04-291-0/+6
|
* Now uses setflags for flagsTycho2014-02-161-55/+4
|
* COnverted ProtoProxy to use library CMakeListsTycho2014-02-161-17/+4
|
* ProtoProxy: Modified to use PolarSSL.madmaxoft2014-01-251-7/+11
|
* ProtoProxy: Compiles under Linux.madmaxoft2014-01-171-2/+2
|
* ProtoProxy: use CMake to generate the MSVC project files.madmaxoft2014-01-151-0/+153