Skip to content

PowerStat/DateClass

Repository files navigation

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.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks