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

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

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

4 रिपॉजिटरी

Awesome GitHub RepositoriesCMake

Compiling a C++ runtime library from source using CMake, either as a submodule or standalone.

Distinct from Runtime Builds: Distinct from Runtime Builds: focuses on CMake-based compilation of the runtime, not general runtime environment setup.

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

Awesome CMake GitHub Repositories

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

    ARMmbed/mbedtls

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

    Mbed TLS is an open-source TLS and DTLS library with a small footprint, designed for embedded systems and IoT devices. It provides a portable cryptographic library that includes symmetric ciphers, hashing, and public-key cryptography, along with a reference implementation of the PSA Cryptography API for standardized cryptographic operations across platforms. The library also offers X.509 certificate management for parsing, validating, and managing certificate chains in secure communications. The library is built around a platform abstraction layer that decouples it from OS-specific services t

    Supports building the library from source using a CMake-based build system.

    C
    GitHub पर देखें↗6,712
  • mbed-tls/mbedtlsMbed-TLS का अवतार

    Mbed-TLS/mbedtls

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

    Mbed TLS is a C library that provides a full implementation of the TLS and DTLS protocols for secure network communication, a library of fundamental cryptographic primitives, and a reference implementation of the PSA Cryptography API. It also includes libraries for parsing, validating, and managing X.509 digital certificates, as well as support for integrating hardware cryptoprocessors through the PSA Cryptoprocessor Driver Interface. The library is designed for resource-constrained environments and is built from source with a customizable feature set, allowing developers to select which TLS

    Provides CMake build scripts for compiling the library from source with configurable options.

    Ccryptocryptography-librarypsa
    GitHub पर देखें↗6,711
  • alandefreitas/matplotplusplusalandefreitas का अवतार

    alandefreitas/matplotplusplus

    4,894GitHub पर देखें↗

    यह C++ डेटा विज़ुअलाइज़ेशन लाइब्रेरी एक वैज्ञानिक प्लॉटिंग फ्रेमवर्क है जिसका उपयोग 2D और 3D चार्ट, नेटवर्क ग्राफ और भौगोलिक मानचित्र बनाने के लिए किया जाता है। यह एक मल्टी-बैकएंड ग्राफिक्स लाइब्रेरी के रूप में कार्य करती है, जो विभिन्न आउटपुट बैकएंड का समर्थन करने के लिए निम्न-स्तरीय रेंडरिंग इंजन से उच्च-स्तरीय प्लॉटिंग लॉजिक को अलग करती है। यह प्रोजेक्ट अपने दोहरे-इंटरफेस API के साथ खुद को अलग करता है, जो तेजी से प्रोटोटाइपिंग के लिए एक वैश्विक कार्यात्मक इंटरफेस और सटीक नियंत्रण के लिए एक ऑब्जेक्ट-ओरिएंटेड इंटरफेस दोनों प्रदान करता है। इसमें टाइल वाले ग्रिड और सबप्लॉट्स को प्रबंधित करने के लिए एक कंपोनेंट-आधारित लेआउट इंजन है, साथ ही एक लेयर्ड प्लॉट स्टेट है जो कुल्हाड़ियों (axes) को साफ किए बिना कई डेटा सीरीज़ को ओवरले करने की अनुमति देता है। यह लाइब्रेरी गणितीय फ़ंक्शन प्लॉटिंग, वेक्टर फील्ड्स और हीटमैप व समानांतर निर्देशांक के माध्यम से बहुआयामी डेटा विश्लेषण सहित विज़ुअलाइज़ेशन क्षमताओं की एक विस्तृत श्रृंखला को कवर करती है। इसमें भौगोलिक डेटा विज़ुअलाइज़ेशन के लिए विशेष टूल्स शामिल हैं, जैसे कि जियोबबल और जियोडेंसिटी प्लॉट्स, साथ ही निर्देशित और अनिर्देशित ग्राफ नेटवर्क को रेंडर करने के लिए टूल्स। सामान्य क्षमताओं में एक्सिस प्रबंधन, कलरमैप के साथ सौंदर्यपरक स्टाइलिंग और उच्च-गुणवत्ता वाले ग्राफिक्स का निर्यात शामिल है। यह प्रोजेक्ट विभिन्न ऑपरेटिंग सिस्टमों में इंस्टॉलेशन की सुविधा के लिए बिल्ड ऑटोमेशन और डिपेंडेंसी पुनर्प्राप्ति के लिए CMake का उपयोग करता है।

    Utilizes CMake for building and installing the library as a system-wide or local package.

    C++charting-librarychartscontour-plots
    GitHub पर देखें↗4,894
  • pytorch/executorchpytorch का अवतार

    pytorch/executorch

    4,296GitHub पर देखें↗

    ExecuTorch is a lightweight C++ runtime for deploying PyTorch models on mobile, embedded, and edge hardware. It provides an ahead-of-time compilation pipeline that exports, quantizes, and lowers model graphs into compact serialized programs, then executes them through a minimal runtime with hardware acceleration and on-device large language model inference capabilities. The project distinguishes itself through a hardware accelerator delegate system that partitions model subgraphs and offloads computation to specialized backends including NPUs, GPUs, and DSPs from Apple, Arm, Intel, MediaTek,

    ExecuTorch compiles the runtime using CMake, either as a submodule in a user project or as a standalone library.

    Pythondeep-learningembeddedgpu
    GitHub पर देखें↗4,296
  1. Home
  2. Programming Languages & Runtimes
  3. Source Code Compilers
  4. Runtime Builds
  5. CMake