summaryrefslogtreecommitdiffstats
path: root/BUILD.md
AgeCommit message (Collapse)AuthorFilesLines
2026-07-17Add a new cmake project variable and doc updateAlexey Gavrilov1-3/+16
A `IS_BIND_FEATURES_TO_BUILD` option has influence the `bindFeatureToBuild` function calling if it is specifies. Add some cmake options in build documentation Signed-off-by: Alexey Gavrilov <alexey.gavrilov@mail.com>
2026-06-09Root project documentation updateAlexey Gavrilov1-0/+73
`README.md` is rework. Describe project concept description and mention links. The old readme file build section move to the separate file `BUILD.md`. It helps to fast read the corresponding file instead of viewing a `README.md` table of content. 'CONTRIBUTING.md' file contents information to makes gain experience and contribute in project easier. 'CHANGELOG.md' provide a detailed, chronological history of change releases. Signed-off-by: Alexey Gavrilov <alexey.gavrilov@mail.com>