소스 검색

externals: Update httplib

Since the introduction of this library, numerous improvements have been
made. Notably, many of the warnings we would get by simply including the
library header have now been fixed. This makes it much easier to make
conversion warning an error.
Lioncash 6 년 전
부모
커밋
47a6bb2d5b
2개의 변경된 파일1637개의 추가작업 그리고 902개의 파일을 삭제
  1. 1636 901
      externals/httplib/httplib.h
  2. 1 1
      src/core/crypto/key_manager.cpp

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1636 - 901
externals/httplib/httplib.h


+ 1 - 1
src/core/crypto/key_manager.cpp

@@ -21,8 +21,8 @@
 #include "common/common_paths.h"
 #include "common/file_util.h"
 #include "common/hex_util.h"
-#include "common/string_util.h"
 #include "common/logging/log.h"
+#include "common/string_util.h"
 #include "core/core.h"
 #include "core/crypto/aes_util.h"
 #include "core/crypto/key_manager.h"

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.