aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/ctags
AgeCommit message (Collapse)Author
2021-11-15ctags: upgrade 5.9.20210905.0 -> 5.9.20211114.0wangmy
Make: fill "end:" fields Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03recipes: Update SRC_URI branch and protocolsRichard Purdie
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-07ctags: upgrade 5.9.20210815 -> 5.9.20210905zhengruoqin
Units, docs(web): add cases for testing direction flags of langdef option. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-23ctags: upgrade 5.9.20210801.0 -> 5.9.20210815.0wangmy
SQL: fix a typo in the code deciding a promise area Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-06ctags: upgrade 5.9.20210718.0 -> 5.9.20210801.0wangmy
ci-env: use unified CI environment variable Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-27ctags: upgrade 5.9.20210711.0 -> 5.9.20210718.0wangmy
docs(web): add RpmMacros as a new parser Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-16ctags: upgrade 5.9.20210627.0 -> 5.9.20210711.0wangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-01ctags: upgrade 5.9.20210620.0 -> 5.9.20210627.0zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-23ctags: upgrade 5.9.20210613.0 -> 5.9.20210620.0zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-18ctags: upgrade 5.9.20210606.0 -> 20210613.0zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-11ctags: upgrade 5.9.20210502.0 -> 5.9.20210606.0zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-21ctags: Use PACKAGECONFIG for build optionsRobert Joslyn
Make the dependencies optional via PACKAGECONFIG where possible to make it easier for users to enable or disable them as desired. Set the new PACKAGECONFIG defaults to recreate what was built previously. The configure script does not have a manpages option, resulting in a warning: ctags-5.9.20210502.0-r0 do_configure: QA Issue: ctags: invalid PACKAGECONFIG: manpages [invalid-packageconfig] The configure script detects if rst2man.py is available, and enables creating the man pages if found. Add python3-docutils-native as a dependency only when documentation is requested. Remove commented code which looks like leftover debugging. The binary is installed as expected. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-03ctags: Switch to universal ctagsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2015-05-22ctags: fix ${PN}-${PV} -> ${BP} for multilibYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-05-13ctags: addIgor Santos
Ctags generates an index (or tag) file of language objects found in source files that allows these items to be quickly and easily located by a text editor or other utility. A tag signifies a language object for which an index entry is available (or, alternatively, the index entry created for that object). Signed-off-by: Igor Santos <igor.santos@aker.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>