Releases: ossrs/state-threads
Releases · ossrs/state-threads
Release v1.9.5
Release v1.9.4
CHANGELOGS:
- LOONGARCH: Support loongarch for loongson CPU, #24.
- System: Support Multiple Threads for Linux and Darwin. #19, srs#2188.
- RISCV: Support RISCV for RISCV CPU, #24.
- MIPS: Support Linux/MIPS64 for loongson 3A4000/3B3000, #21.
- AppleM1: Support Apple Silicon M1(aarch64), #30.
- IDE: Support CLion for debugging and learning.
- Define and use a new jmpbuf, because the structure is different.
Release v1.9.3
The branch srs will be patched the following patches:
- ARM: Patch st.arm.patch, for ARM.
- OSX: Patch st.osx.kqueue.patch, for osx.
- Linux: Patch st.disable.examples.patch, for ubuntu.
- System: Refine TAB of code.
- ARM: Merge from michaeltalyansky and xzh3836598, support ARM.
- Valgrind: Merge from toffaletti, support valgrind for ST.
- OSX: Patch st.osx10.14.build.patch, for osx 10.14 build.
- ARM: Support macro
MD_ST_NO_ASM
to disable ASM, #8. - AARCH64: Merge patch srs#1282 to support aarch64, #9.
- OSX: Support OSX for Apple Darwin, macOS, #11.
- System: Refine performance for sleep or epoll_wait(0), #17.
- System: Support utest by gtest and coverage by gcov/gocvr.
- System: Only support for Linux and Darwin. #19, srs#2188.
- System: Improve the performance of timer. 9fe8cfe5b, 7879c2b, 387cddb
- Windows: Support Windows 64bits. #20.
- MIPS: Support Linux/MIPS for OpenWRT, #21.
ST-1.9.2 for SRS.
- Patch st.arm.patch, for ARM.
- Patch st.osx.kqueue.patch, for osx.
- Patch st.disable.examples.patch, for ubuntu.
- Refine TAB of code.
- Merge from michaeltalyansky and xzh3836598, support ARM.
- Merge from toffaletti, support valgrind for ST.
- Patch st.osx10.14.build.patch, for osx 10.14 build.
- Support macro
MD_ST_NO_ASM
to disable ASM, #8. - Merge patch srs#1282 to support aarch64, #9.
- Support OSX for Apple Darwin, macOS, #11.
- Refine performance for sleep or epoll_wait(0), #17.
- Support utest by gtest and coverage by gcov/gocvr.
- Only support for Linux and Darwin. #19, srs#2188.
ST-1.9.1 for SRS.
- Patched for ARM.
- Patched for valgrind.
- Patched for OSX.
- Disabled all examples.