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

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

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

4 रिपॉजिटरी

Awesome GitHub RepositoriesMulti-Architecture Build Configurations

Build systems configured to produce binaries for multiple CPU architectures from a single source tree.

Distinct from Hardware-Targeted Compilation: Focuses on the build-time configuration for multiple targets rather than just the act of hardware-targeted compilation.

Explore 4 awesome GitHub repositories matching programming languages & runtimes · Multi-Architecture Build Configurations. Refine with filters or upvote what's useful.

Awesome Multi-Architecture Build Configurations GitHub Repositories

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

    xianyi/OpenBLAS

    7,475GitHub पर देखें↗

    OpenBLAS is a high-performance library for basic linear algebra subprograms that provides optimized matrix and vector operations. It serves as a multi-architecture math backend and numerical computing framework designed to execute complex mathematical calculations and high-speed numerical analysis. The library functions as an optimized CPU math library that detects hardware at runtime to apply the most efficient operation kernels for the specific processor. It supports multiple CPU targets through a combination of optimized assembly and C implementations. The project covers high-performance

    Supports compiling a single library for various CPU architectures via flexible build configurations.

    C
    GitHub पर देखें↗7,475
  • microsoft/winobjcmicrosoft का अवतार

    microsoft/WinObjC

    6,239GitHub पर देखें↗

    WinObjC विंडोज ऑपरेटिंग सिस्टम के लिए Objective-C भाषा रनटाइम और ऑब्जेक्ट मॉडल का एक कार्यान्वयन है। इसका प्राथमिक उद्देश्य iOS एप्लिकेशन को पोर्ट करने में सहायता के लिए विंडोज पर Objective-C कोड और iOS API के निष्पादन को सक्षम करना है। इस प्रोजेक्ट में एक नेटिव API ब्रिज है जो Objective-C सिस्टम फ्रेमवर्क कॉल्स को नेटिव विंडोज API फंक्शन्स के साथ मैप करता है। इसमें Xcode प्रोजेक्ट टारगेट्स और वर्कस्पेस को विज़ुअल स्टूडियो प्रारूपों में बदलने के लिए एक टूलचेन शामिल है और यह विज़ुअल स्टोरीबोर्ड डिज़ाइन फाइलों को सक्रिय ऑन-स्क्रीन इंटरफ़ेस तत्वों में अनुवादित करता है। कोडबेस बाइनरी इंटरऑपरेबिलिटी, मल्टी-आर्किटेक्चर संकलन और यूजर इंटरफ़ेस इवेंट्स की रूटिंग को कवर करता है। यह डिबगिंग के दौरान रनटाइम मेमोरी स्टेट्स का निरीक्षण करने और नेटिव ऑब्जेक्ट्स को विज़ुअलाइज़ करने के लिए डायग्नोस्टिक टूल्स भी प्रदान करता है। प्रोजेक्ट आउटपुट NuGet पैकेज के रूप में वितरित किए जाते हैं।

    Produces binaries for various CPU targets and applies compiler optimizations for improved performance.

    C
    GitHub पर देखें↗6,239
  • limine-bootloader/limineLimine-Bootloader का अवतार

    Limine-Bootloader/Limine

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

    Limine is a multiprotocol operating system bootloader that bridges low-level hardware initialization and system software across legacy BIOS and modern UEFI firmware environments. It executes directly on bare-metal hardware without an underlying operating system kernel or standard C library, parsing storage media and filesystems during the early boot sequence before OS drivers load. The software targets diverse processor architectures including x86, ARM, RISC-V, and LoongArch through discrete target binaries built from shared source code. It reads files directly from FAT and ISO9660 storage f

    Builds discrete target binaries from shared source code to support diverse processor architectures.

    Caarch64armarm64
    GitHub पर देखें↗3,381
  • richfelker/musl-cross-makerichfelker का अवतार

    richfelker/musl-cross-make

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

    Musl-cross-make is a build system that automatically downloads, patches, and compiles source components to generate relocatable cross-compilation toolchains targeting the musl C library. It functions as an automated build environment for creating custom cross-compilers and standard library toolchains for alternative target architectures. The system orchestrates the sequential downloading, patching, configuring, and compiling of multi-component toolchains, applying distribution-specific bug fixes and architecture patches directly to extracted source trees. It downloads required upstream source

    Customizes the compiler build process using configuration files specifying target tuples and build parameters.

    Makefilebinutilscross-compilergcc
    GitHub पर देखें↗1,532
  1. Home
  2. Programming Languages & Runtimes
  3. Source Code Compilers
  4. Multi-Target Compilers
  5. Hardware-Targeted Compilation
  6. Multi-Architecture Build Configurations

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

  • Multi-Architecture BinariesBuild configurations producing discrete target binaries for diverse processor architectures from shared source code. **Distinct from Multi-Architecture Build Configurations:** Distinct from general build configurations: specifically targets multi-architecture compilation for bootloaders.