Skip to content

zhangbolily/BCore

Repository files navigation

BCore

Build Status Language Platforms License codecov

中文版

The Core of every Ball Chang's project.

Main Features

  • Unified basic datatype definition.
  • Debug info output macro.
  • Return code definition.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

If you want to use BCore in your platform, these requirements should be satisfied.

C++ Standard: c++11
Build tools: cmake make autoconf automake gcc

Installation

$ git clone https://gitlab.com/zhangbolily/BCore.git BCore
$ cd BCore
$ mkdir build
$ cd build
$ cmake .. 
$ make
$ make install
Demonstration build video (click to veiw)

Build

Running the tests

The tetes will be done automatically after building by default.

Versioning

For the versions available, see the tags on this repository.

Roadmap

  • A better debug macro in the next version.
  • Windows build support

Authors

  • Ball Chang - Build the whole project

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • GitLab

About

The Core of every Ball Chang's project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published