Today I Learned - lessons from building a C++ development stack
Table of Contents
1. wsl (windows services for linux)
- (Nov 2023) x11 apps wedged after wsl update
- (Sep 2024) getting fonts from nix
2. cmake
- (Oct 2023) inconsistent eigen package
- (Oct 2023) cmake headeronly dependencies
3. pybind11
- (Oct 2023) pybind11 transitive library deps
4. lsp (language server process)
5. iostream
- (Feb 2024) iostream api rant
6. zlib
- (Jan 2024) zlib z_stream cannot be moved
7. gcc
- (June 2024) get builtin preprocessor defines from gcc
8. llvm
- (June 2024) injecting symbols into llvm jit
- (June 2024) alloca and function pointers