Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cpp,qt: Remove C++ and Qt bindings | Ingo Klöcker | 2025-02-03 | 1 | -2352/+0 |
| | | | | | | | | | | | | | | | | | * README: Update. * configure.ac: Remove checks, variables and file generations related to the C++/Qt bindings. Remove cpp and qt* from available_languages and default_languages. * lang/Makefile.am (DIST_SUBDIRS): Remove cpp and qt. * lang/cpp, lang/qt: Remove. * m4/ax_check_compile_flag.m4, m4/ax_cxx_compile_stdcxx.m4, m4/ax_gcc_func_attribute.m4, m4/pkg.m4, m4/qt5.m4, m4/qt6.m4: Remove. -- The C++ and Qt bindings have been moved to separate Git repositories: gpgmepp and gpgmeqt. GnuPG-bug-id: 7262 | ||||
* | python: Do not include the full file names in the docs. | Werner Koch | 2021-06-24 | 1 | -1/+1 |
| | | | | | | -- GnuPG-bug-id: 5299 | ||||
* | spelling: fix misspellings | Daniel Kahn Gillmor | 2018-11-08 | 1 | -3/+3 |
| | | | | Signed-off-by: Daniel Kahn Gillmor <[email protected]> | ||||
* | doc: use https:// for www.gnu.org | Daniel Kahn Gillmor | 2018-10-18 | 1 | -3/+3 |
| | | | | | | -- Signed-off-by: Daniel Kahn Gillmor <[email protected]> | ||||
* | Qt: Check for graphviz and set HAVE_DOT correctly | Andre Heinecke | 2016-05-19 | 1 | -1/+1 |
| | | | | | * configure.ac: Check for graphviz and define HAVE_DOT. * lang/qt/doc/Doxyfile.in (HAVE_DOT): Use variable. | ||||
* | Qt: Make doxygen quieter | Andre Heinecke | 2016-05-10 | 1 | -2/+2 |
| | | | | * lang/qt/doc/Doxyfile.in: Quiet and no undocumented warnings. | ||||
* | Qt: Add doc generation with doxygen | Andre Heinecke | 2016-04-11 | 1 | -0/+2352 |
* configure.ac: Look for doxygen if qt is built. Configure new files. * lang/qt/doc/Doxyfile.in: New. * lang/qt/doc/Makefile.am: New. * lang/qt/README: Update. -- Currently this is a standard doxyfile template without much customization. |