Skip to content

A playground for testing and playing with C++ snippet.

License

Notifications You must be signed in to change notification settings

frklan/cpp-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Playground

A playground for testing and playing with C++ snippet.

N.B. Clang-tidy will be run on all source files at build time.

Usage

Either add a file in src/or a full mini project in a subfolder to src/.

Compiling

mkdir build && cd build
cmake ...
build

Verbose build

mkdir build && cd build
cmake -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON ..
make

Debug build

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
make

Programs/projects

N.B. Since this repo have grown quite a bit and have a fair amount of dependencies, we're starting with a clean slate. All the old code is save at commit 7e30b8314df55f8d53b44b16510979c3a1998225.

Contributing

Contributions are always welcome!

When contributing to this repository, please first discuss the change you wish to make via the issue tracker, email, or any other method with the owner of this repository before making a change.

Please note that we have a code of conduct, you are required to follow it in all your interactions with the project.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Fredrik Andersson - Initial work - frklan

License

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

About

A playground for testing and playing with C++ snippet.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published