3 个仓库
Merging compiled object files into executable binaries or shared libraries across different architectures.
Distinct from Object File Execution: Covers the functional merging of object files, unlike the execution or extraction of those files.
Explore 3 awesome GitHub repositories matching operating systems & systems programming · Binary Linking. Refine with filters or upvote what's useful.
Kalibr 是一个用于多相机标定和视觉惯性参数估计的软件套件。它提供了一个数学框架,用于确定多个相机之间的内参和外参,并计算相机与惯性测量单元(IMU)之间的时空偏移。 该项目具有非线性最小二乘优化器,可最小化重投影误差和惯性误差。它包括用于卷帘快门(rolling-shutter)相机标定的专业工具,以估计逐行捕获图像的传感器的投影和畸变参数。 该系统涵盖广泛的传感器标定原语,包括用于重叠视场的多相机系统对齐,以及利用视觉辅助对多个惯性传感器进行空间和时间对齐。 构建系统利用 Colcon 自动化依赖解析、库链接以及二进制文件和通信类型的生成。
Generates executable binaries and shared libraries that are automatically linked against identified system dependencies.
Wild is a binary linker and compiler integration tool used to merge multiple object files into single executable binaries, shared libraries, or static archives. It functions as a replacement for standard system linkers, automating the final stage of the compilation process to generate binaries across different operating system architectures. The project provides custom binary linking and toolchain integration, allowing for the modification of how compilers resolve symbols and determine memory layouts. It specifically handles the organization of machine code and data sections to meet the requi
Merges multiple object files into executable binaries or shared libraries across different operating system architectures.
This project is a cross-platform library for building desktop applications using Deno. It enables developers to create software with web-based user interfaces by rendering HTML, CSS, and JavaScript within native desktop windows. The framework functions as a bridge between the web-based frontend and the host operating system. It provides a communication layer that allows for bidirectional data exchange and code execution between the interface and the underlying system. By integrating with native system event queues, the library maintains window responsiveness and manages the application lifecy
Loads pre-compiled native shared libraries at runtime to execute system-level operations outside the primary runtime environment.