PowerStat / DateClass

This is a C++ 17 value object (immutable) implementation of my DateLib (TM) calendrical calculation library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PowerStat's DateClass

This is a C++ 17 value object (immutable) implementation of my DateLib (TM) calendrical calculation library.

See:

Installation

Because this library is only useful for developers the installation depends on your build environment.

For example when using Conan you could add the following dependency to your project:

...

To compile this project yourself you could use:

cmake .
cmake --build .

To make a new release:

...

To run ...:

...

If you use clang-tidy/sonarlint:

...

Usage

For usage in your own projects please read the Doxygen doc's and follow the examples in the unittests.

Contributing

If you would like to contribute to this project please read How to contribute.

License

This code is licensed under the Apache License Version 2.0.

About

This is a C++ 17 value object (immutable) implementation of my DateLib (TM) calendrical calculation library.

License:Apache License 2.0


Languages

Language:C++ 96.4%Language:CMake 2.8%Language:Python 0.9%