Rosen Penev

Results 173 issues of Rosen Penev

std::string_view is available with libcxx, even in C++11 mode. Use the proper macro to check it.

Windows expects a partition table in order to see a filesystem. Any chance this could be implemented? Preferably GPT as that causes fewer issues.

Something strange happened locally such that a bunch of packages now get linking errors. This one included: ``` [13/21] Linking C executable example/multi_process_server FAILED: example/multi_process_server : && /home/mangix/devstuff/openwrt/staging_dir/toolchain-powerpc_464fp_gcc-11.2.0_musl/bin/powerpc-openwrt-linux-musl-gcc -Os -pipe...

``` -musl/bin/ld: src/libuwsc.so.3.3.5: undefined reference to `mbedtls_ssl_config_free' /home/mangix/devstuff/openwrt/staging_dir/toolchain-powerpc_464fp_gcc-11.2.0_musl/lib/gcc/powerpc-openwrt-linux-musl/11.2.0/../../../../powerpc-openwrt-linux-musl/bin/ld: src/libuwsc.so.3.3.5: undefined reference to `mbedtls_ctr_drbg_init' /home/mangix/devstuff/openwrt/staging_dir/toolchain-powerpc_464fp_gcc-11.2.0_musl/lib/gcc/powerpc-openwrt-linux-musl/11.2.0/../../../../powerpc-openwrt-linux-musl/bin/ld: src/libuwsc.so.3.3.5: undefined reference to `mbedtls_ssl_read' /home/mangix/devstuff/openwrt/staging_dir/toolchain-powerpc_464fp_gcc-11.2.0_musl/lib/gcc/powerpc-openwrt-linux-musl/11.2.0/../../../../powerpc-openwrt-linux-musl/bin/ld: src/libuwsc.so.3.3.5: undefined reference to `mbedtls_ssl_setup' /home/mangix/devstuff/openwrt/staging_dir/toolchain-powerpc_464fp_gcc-11.2.0_musl/lib/gcc/powerpc-openwrt-linux-musl/11.2.0/../../../../powerpc-openwrt-linux-musl/bin/ld: src/libuwsc.so.3.3.5: undefined reference to...

On various devices, there are hardware offloads for RAID parity calculations. It seems that in order to use them, https://www.kernel.org/doc/html/latest/crypto/async-tx-api.html must be used. As far as I can tell, bcachefs...

enhancement

Example failure: https://downloads.openwrt.org/snapshots/faillogs/arc_arc700/packages/udpspeeder/compile.txt Missing -latomic. (I don't speak Chinese)

**Describe the feature** With Windows 10, UCRT was designed as the new libc to be used. Also compatible with Windows 7, 8.1, and others. Using UCRT allows fopen to work...

new feature

clang + lld + ucrt on Windows seems to require that the dllimport attribute be applied to the first declaration. Fixes -Wdll-attribute-on-declaration error. Signed-off-by: Rosen Penev