1. 22.05.2026 1 коммит
    • Зунин Владимир Викторович's avatar
      docs: align Generator docs with Graph/Parameters and add changelog
      · 89e65f8f
      Bring CircuitGen Generator documentation in line with the shared CircuitGen
      layout: changelog, extended CodeStyle, and updated doc hubs in ru/en.
      
      - Add docs/ru|en/CHANGELOG.md (v0.1.0-alpha through v1.3.0, Unreleased) and
        refresh docs index, README, Versioning, and FUNCTIONALITY cross-links.
      - Expand CodeStyle (including Doxygen rules) and keep ru/en in sync.
      - Normalize “See also” sections in functionality guides.
      - Fix GraphPtr wording and typos in ru/NewGenerator.md.
      - Remove obsolete root CHANGELOG.md redirect.
      89e65f8f
  2. 04.04.2026 1 коммит
    • Зунин Владимир Викторович's avatar
      refactor(build,ci,docs): CMake overhaul, multi-OS GitLab CI, and documentation
      · fb09fe42
      Consolidated branch work: modernize the CMake layout and developer workflow,
      expand GitLab CI for multiple OS images and Docker, and align documentation
      and tooling with the new pipeline.
      
      Build / CMake
      - Rework CMake structure (e.g. CMakeGraphVizOptions under cmake/), presets,
        and examples integration; update googletest and nlohmann_json.
      - Genetic layout and related sources; test executable naming; easylogging
        include path fix for examples.
      
      CI / GitLab
      - Multi-OS matrix and per-OS jobs, workflow rules (tags, MR, default branch),
        draft-MR skip, secondary OS matrix gating.
      - Docker: build/push helpers, context-unchanged skip, Harbor login (stdin,
        fallbacks, protected-variable hints), dind/network fixes for runners.
      - Quality: pinned clang-format 18 venv, cppcheck/lint alignment, lcov 2+
        and coverage settings, sanitizer packages and parallelism caps.
      - Release/suggest-version scripting and related CI glue.
      
      Documentat...
      fb09fe42