Coder Social home page Coder Social logo

apex's Introduction

Build and Test

Overview

Apex is Netlify's Core C++ library. In addition to providing shims for upcoming C++ standards library features, it also provides several modules for types that can't be standardized. Below is a non-exhaustive list of features, as well as basic instructions for getting started building. Unlike many C++ libraries, Apex is compiled and only used as a static library.

Apex is currently available under the Apache 2.0 License.

Building

Apex currently targets C++20 and Linux. We only test and use it on Ubuntu. Additionally, we stay up to date with a recent version of CMake. The current mininimum version is CMake 3.16. We also only run the build with ninja. The CMake file is setup in such a way that Apex can also be used via add_subdirectory, making it possible to acquire via FetchContent during a build.

Configuring

To configure Apex, run the following command

cmake -Bbuild -S. -GNinja -DCMAKE_BUILD_TYPE=Release

Additional options can be set via -D<OPTION>=<VALUE>. These are documented elsewhere.

Compiling

Run the following command to build Apex

cmake --build build

Dependencies

Apex will pull its dependencies in via FetchContent. The CMake documentation has more information on hooking into or changing dependencies.

apex's People

Contributors

bruxisma avatar calavera avatar

Watchers

 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.