Skip to main content

Projects

loading · loading ·
Table of Contents

Common GitLab CI/CD tools

A collection of carefully crafted GitLab CI/CD pipelines and jobs for C++, Docker, Python and many more other programming languages, as well as some utility jobs for making my work on projects hosted on GitLab way easier.

Keys features:


Links: docs, repo, issues.

Released under Apache License 2.0.

Tags: GitLab, GitLab CI/CD, C++, Clang-Format, Clang-Tidy, Docker, Linters.

Developer Guides

A collection of different guides for programming languages and tools which I’m using on a daily basis.

Those guides mostly include stuff listed below:

  • normative requirements, like code conventions and code styles, which I follow mainly in my hobby projects;

    (I tend to follow those conventions and code styles on my job as well if customer doesn’t enforce their conventions or doesn’t have such)

  • helpful pages with tools setups and some common stuff from my daily work;

  • useful links to external articles or guides.

Note: This project was heavily inspired by Developer Guide provided for Legacy Survey of Space and Time (LSST) Data Management (DM) project which is developed and maintained by Rubin Observatory.

Links: docs, repo, issues.

Released under Apache License 2.0.

Tags: C++, CMake, Docker, RST, Shell.

Common CMake Project Options

A cmake module that is used by the C++-based projects developed by me (Bytes Mess). This module helps to control the quality and consistency of such projects’ build systems.

While the driving force of this module is to reduce duplication in CMake scripts across all my projects, it can be applied to any software that uses the CMake build system.

This module may also serve as a handy reference for setting up a modern CMake build system using good practices.


Links: conan recipe, docs, repo, issues.

Released under Apache License 2.0.

Tags: CMake.

CppDoc

A cmake module that makes it easier to generate HTML documentation with a help of doxygen and sphinx packages, as well as breathe and exhale sphinx extensions.

Keys features:

  • support of C++ files annotated with Doxygen comments;

  • support of python stubs annotated with docstrings;

  • support of separate RST documentation boosted with sphinx;

    (a better replacement of .dox files approach)

  • correct support of multiple Doxygen projects.


Links: conan recipe, docs, repo, issues.

Example: docs, repo.

Released under Apache License 2.0.

Tags: C++, CMake, Doxygen, Sphinx, Breathe, Exhale.