Giter Site home page Giter Site logo

parknum7 / bfdev-basiclib Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openbfdev/bfdev

0.0 0.0 0.0 1.56 MB

bfdev is a high-performance, aesthetically pleasing, and portable infrastructure provisioning library. Its goal is to provide a comprehensive and streamlined development environment.

Home Page: https://openbfdev.github.io/bfdev-docs

License: GNU General Public License v2.0

C 97.91% CMake 2.09%

bfdev-basiclib's Introduction

BFDEV Introduce

bfdev is a high-performance, aesthetically pleasing, and portable infrastructure provisioning library. Its goal is to provide a comprehensive and streamlined development environment.

logo

Continuous Integration Status

Status (master) Status (devel) Description
build status build status Build default config on Ubuntu gcc
build status build status Build default config on Ubuntu clang
build status build status Build default config on Macos
build status build status Build default config on Windows
build status build status Code analyse on codeql

Why Choose

  • The library provides common data structures, eliminating the need to reinvent the wheel.
  • Supports dynamic checking of data structures.
  • Designed with an object-oriented approach, providing compatibility with various project.
  • Offers a rich and well-organized set of APIs for users.
  • Conforms to the GNUC standard, ensuring strong cross-platform compatibility.

Note

We are seeking developers to collaborate with us on improve this project.

View supported components: Docs

Directory Structure

.
├── arch
├── cmake
├── docs
├── examples
├── include
├── scripts
└── src
Directory Description
arch ISA related code
cmake cmake configuration file
docs doc for guiding
exampes unit testing and case
include include path
scripts build scripts
src core code path

Reference Path

graph LR
    include[include]
    include/asm-generic[asm-generic]
    arch/asm[asm]
   	arch/asm-generated{exist}

    subgraph target[User Installation]
    	include/bfdev[bfdev]
    	include/bfdev/asm-generic[bfdev:asm-generic]
    	arch/bfdev/asm[bfdev:asm]
   		arch/bfdev/asm-generated{exist}
    end

    include --> arch/asm-generated
    arch/asm-generated --Y--> arch/asm
    arch/asm -.-> include/asm-generic
    arch/asm-generated --N--> include/asm-generic
    include/bfdev --> arch/bfdev/asm-generated
    arch/bfdev/asm-generated --Y--> arch/bfdev/asm
    arch/bfdev/asm-generated --N--> include/bfdev/asm-generic
    arch/bfdev/asm -.-> include/bfdev/asm-generic
   	include --> include/bfdev
   	arch/asm --> arch/bfdev/asm
   	include/asm-generic --> arch/bfdev/asm

Documentation Tutorial

Quickly start, API manual, see Bfdev Documentation Tutorial

Caution

This project is not yet fully completed, so it is not recommended for use in a production environment.

License

This is free software: you can redistribute it and/or modify it under the terms of the latest GNU General Public License as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

bfdev-basiclib's People

Contributors

johnsanpe avatar ffashion avatar sirinux avatar cloverk1t avatar xchenpan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.