Giter Site home page Giter Site logo

kbase's Introduction

KBase

Introduction

A light-weight base library for C++.

Build Instructions

Windows

Requirements

  • Windows 7, or later
  • Visual Studio 2015, or later

Build Steps

  1. Clone the repository
  2. Open the KBase.sln file, then build the project KBase, it will end up with the static library kbase.lib in the directory KBase/build/<Configuration>/
  3. Build the Test project if you want to run any unittests (optional).

Please be noted that, only x64 mode compilation is officially supported, though compiling on 32-bit should also work.

Besides, all these projects originally are built with /MD(d) flags.

Ubuntu

Requirements

  • 14.04 LTS x64, or later
  • Clang 3.8, or G++ 6 (higher versions should also work)
  • CMake 3.5, or later
  • Python 3.5, or later
  • Ninja

Note:

  • G++ 5 has bugs which cause compilation errors.
  • If you don't want to use ninja as the build system, you can edit gen.py to change back to makefile.

Build Steps

  1. Clone the repository, and cd to KBase directory
  2. Run gen.py to build the lib and tests. Use --build-type={Debug|Release} to specify build mode, and Debug is the default mode.
  3. If you want to skip building tests, just specify --build-test=False

Please be noted that, building the project would not install any of its files into your system's include directory.

Usages and Samples

The project Test contains a set of unit test files, which can also be regarded as code samples in a certain of extend.

Documentation files in docs are far more outdated, and it will take a lot of work to make it consistent with newest version of the codebase.

Disclaimers

KBase is initially a practicing project for fun, i.e. a personal-interest-driven project. There is no guarantee for its long-term maintenance.

KBase is inspired by base lib in Chromium. However, I don't approve of the way how they use C++, thus I build KBase in my own coding flavor, and also with adapting to my personal needs.

kbase's People

Contributors

kingsamchen avatar

Watchers

 avatar  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.