Coder Social home page Coder Social logo

ctle's Introduction

ctle

C++ Template Library Extension classes - Extension classes for Windows and Linux STL

Dependencies & Package Management

This repository uses vcpkg as the C++ package manager. CMake and Ninja for building. GTest for test.

Packages are added to vcpkg.json. Use vcpkg-configuration.json for adding custom ports using filesystem/git based registries. vcpkg is using manifest mode so install would be called by cmake.

vcpkg is fetched using CMake

How to build

After checking out you can run the following commands to list and use presets. If you are using VSCode you can use then directly through Ctrl+Shift+P ( CMake:Configure, CMake:Build, CMake:Run Test, CMake:Install )

cmake --list-presets=all

To run a configure preset

cmake --preset <configurePreset-name>

To run a build preset

cmake --build --preset <buildPreset-name>

To run a test preset

ctest --preset <testPreset-name>

Linux using DevContainer setup

A devcontainer setup can be setup for x64-linux platform. See Developing inside a Container for how to setup devcontainer and use them in VSCode.

You can use the devcontainer setup from the following repo.

git clone https://github.com/mtungekar/devcontainer.git .devcontainer

Some usefull Ctrl+Shift+P commands are :

  • Dev Containers: Rebuild and Reopen in Container

  • Dev Containers: Open Folder in Container

  • ReOpen Folder Locally (once VSCode is running in container)

License

Copyright (c) 2022 Ulrik Lindahl Licensed under the MIT license https://github.com/Cooolrik/ctle/blob/main/LICENSE

ctle's People

Contributors

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