| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use Perl to find the files to analyze for the help documentation. | Michele Calgaro | 2026-02-13 | 1 | -9/+63 |
| | | | | | | | All the .h and .cpp files needs to be processed for this. Some files are generated at build time and the coming cmake conversion can't use "file(GLOB)" to collect the lists of files since that command is execute at configure time, so before some files are generated. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Move admin/gendoc.pl to data/gendoc/gendoc.pl. | Michele Calgaro | 2026-01-08 | 2 | -0/+1352 |
| Once the cmake conversion is completed and the support for autotools is dropped, the admin folder will no longer exist but "gendoc.pl" is still required to generate the help documentation. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
