]> git.ipfire.org Git - thirdparty/openssl.git/commit
Call ctags on *.inc files as well
authorEugene Syromiatnikov <esyr@openssl.org>
Thu, 24 Jul 2025 15:40:21 +0000 (17:40 +0200)
committerNeil Horman <nhorman@openssl.org>
Fri, 8 Aug 2025 16:22:10 +0000 (12:22 -0400)
commit2c59dc90295dc39cf89c90d848dd969616b66dc6
tree52fedeeb2872cd9d6ba0b3b032cbdc8cff0e13b4
parent14737252a1e6a689bc8a681fd45a943429d2e500
Call ctags on *.inc files as well

There are some *.inc already in the repository, mostly in demos/tests
and related to some algorithm implementations.  Introduction
of array_alloc.inc has made including these files in the tags generation
even more pertinent, so they are included now.

Also, this commit explicitly marks *.h files as containing C code,
overriding universal-ctags default of interpreting them as C++/ObjectiveC
ones.

Suggested-by: Neil Horman <nhorman@openssl.org>
Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28059)
.ctags.d/langmap.ctags [new file with mode: 0644]
Configurations/unix-Makefile.tmpl