awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesC++ Toolchains

Collections of compilers, linkers, and build systems for targeting specific hardware architectures.

Distinct from Windows Builds from Unix Toolchains: Focuses on the complete toolchain for native development, rather than specific build scripts or interoperability bindings.

Explore 4 awesome GitHub repositories matching programming languages & runtimes · C++ Toolchains. Refine with filters or upvote what's useful.

Awesome C++ Toolchains GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • microsoft/stlmicrosoft का अवतार

    microsoft/STL

    11,084GitHub पर देखें↗

    This project is a C++ Standard Library implementation that provides the foundational classes and functions required by the ISO C++ standard. It serves as a template-based generic programming library, providing the Standard Template Library's set of containers, algorithms, and iterators for data manipulation. The library is a core component of the MSVC toolchain, designed specifically for integration with the Microsoft Visual C++ compiler and build tools. The implementation covers memory management through optimized allocators and buffer strategies, as well as tools for performance benchmarki

    Compiling and linking C++ projects using the Microsoft Visual C++ compiler and its optimized system libraries.

    C++
    GitHub पर देखें↗11,084
  • msys2/msys2.github.iomsys2 का अवतार

    msys2/msys2.github.io

    3,026GitHub पर देखें↗

    MSYS2 is a software distribution that provides a MinGW development environment, a Bash shell, and a Unix-to-Windows compatibility layer on Windows. It centers around the Pacman package manager for installing and managing software dependencies and provides C++ toolchains for creating native software for x86_64 and ARM64 architectures. The project distinguishes itself by providing a comprehensive compatibility layer that translates Unix paths and process arguments for use on Windows. It enables the emulation of a native Linux build environment, allowing users to compile native Windows executabl

    Provides comprehensive C++ toolchains for creating native software for x86_64 and ARM64 Windows architectures.

    CSS
    GitHub पर देखें↗3,026
  • android/ndkandroid का अवतार

    android/ndk

    2,287GitHub पर देखें↗

    The project is a development kit and compilation toolchain that builds C and C++ source files into native machine code libraries and shared library packages for mobile execution. It integrates target architecture toolchains with standard build systems to transform source code into deployable native modules. The toolset includes debugging and profiling capabilities that bridge low-level system debuggers with compiled binaries to inspect runtime execution states, register contents, and memory layouts. It provides performance monitoring instrumentation to measure execution bottlenecks and resour

    Provides a build system toolchain that compiles C and C++ source files into native shared libraries.

    GitHub पर देखें↗2,287
  • webassembly/wasi-sdkWebAssembly का अवतार

    WebAssembly/wasi-sdk

    1,504GitHub पर देखें↗

    The WASI SDK is a comprehensive compiler toolchain designed to transform C and C++ source code into portable, sandboxed binary modules. It provides the necessary utilities to target the WebAssembly System Interface, enabling native code to execute across diverse hardware and operating system environments through a standardized interface. The toolkit distinguishes itself by providing a complete, sysroot-isolated environment that ensures build consistency regardless of the host operating system. By bundling compilers, system headers, and libraries into unified, portable archives, it facilitates

    Provides a comprehensive C and C++ compiler toolchain for generating portable, sandboxed binaries.

    CMakellvmsysrootwasi-libc
    GitHub पर देखें↗1,504
  1. Home
  2. Programming Languages & Runtimes
  3. C++ Toolchains

सब-टैग एक्सप्लोर करें

  • Compiler System LibrariesLow-level libraries provided as part of a compiler toolchain to support the target language runtime. **Distinct from C++ Toolchains:** C++ Toolchains refer to the overall set of tools (compiler, linker); this refers specifically to the supporting system library provided by the toolchain.