/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.relyze.com
| | www.systutorials.com
4.0 parsecs away

Travel
| | Statically Linking C and C++ Programs on Linux with gcc tagged C, C++, CentOS, cmake, Command, Command line, compatibility, compiler, DNS, Fedora, g++, gcc, glibc, GNU, How to, kernel, Library, linking, Linux, Linux Kernel, memory, mmap, musl-libc, POSIX, R, RHEL, systems, Tutorial, www, yum.
| | cullmann.io
6.9 parsecs away

Travel
| | At work we use the LLVM/clang libraries for pre-processing and parsing C/C++ stuff. During some experimenting with the current master version of these libraries, I stumbled on unexpected crashes inside our unit-tests on Windows. We work with MSVC 2019 on Windows and all worked fine with LLVM 9.x, but with master, close to all my tests did now segfault in aligned_free. I first thought that might be some current regression in LLVM master, but after tracing it back to having DenseSet/Map crashing during destruction, this seemed unlikely.
| | littlegreenviper.com
3.5 parsecs away

Travel
| | Software Development For People That Help People.
| | swiftui-lab.com
29.8 parsecs away

Travel
| In this article we are going to explore the possibilities in handling the focus of custom SwiftUI views, its limitations and a hack to work around them.