1. 11 May, 2023 1 commit
    • Added support for GCC 13 (#2452) · 350e2624
      GCC Does not explicitly include stdint. This update includes them where needed.
      A very minor change that would allow GCC13 and above to compile
      correctly. In newer versions, cstdint is not implicitly included, hence
      it errors out during compilation for some files.
      Per-Arne Andersen committed
  2. 08 May, 2023 1 commit
  3. 05 May, 2023 1 commit
  4. 03 May, 2023 2 commits
  5. 02 May, 2023 1 commit
  6. 29 Apr, 2023 1 commit
  7. 28 Apr, 2023 8 commits
  8. 27 Apr, 2023 2 commits
  9. 24 Apr, 2023 2 commits
  10. 23 Apr, 2023 2 commits
  11. 22 Apr, 2023 7 commits
  12. 21 Apr, 2023 7 commits
  13. 20 Apr, 2023 1 commit
    • 修正 iOS 平台编译 Socket_ios.mm 文件找不到问题 (#2404) · cb92cd0b
      CMake Error at 3rdpart/CMakeLists.txt:188 (add_library):
        Cannot find source file:
      
          /Users/shinianzhiqian/Desktop/ZLMediaKit/3rdpart/ZLToolKit/Network/Socket_ios.mm
      
        Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h
        .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc
      
      
      CMake Error at 3rdpart/CMakeLists.txt:188 (add_library):
        No SOURCES given to target: zltoolkit
      朱如洪 committed
  14. 19 Apr, 2023 2 commits
  15. 18 Apr, 2023 2 commits