summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/castxml
Commit message (Collapse)AuthorAgeFilesLines
* bcc,bpftrace,castxml,include-what-you-use: DeleteKhem Raj8 days1-12/+0
| | | | | | | | These recipes are moved into meta-oe layer for wider use. They depend on clang and clang is now moved to oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
* castxml/include-what-you-use: remove incorrect S settingsChen Qi2025-07-031-2/+0
| | | | | | | | Due to recent UNPACKDIR/S change in oe-core, the S settings in these two recipes are no longer valid and are causing errors. Remove them. Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
* castxml: Do not inherit cmake-nativeKhem Raj2025-05-051-1/+1
| | | | | | This has been merged into cmake bbclass in core Signed-off-by: Khem Raj <raj.khem@gmail.com>
* castxml: Upgrade to 0.6.11Khem Raj2025-03-211-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* castxml: Upgrade to 0.6.4Khem Raj2024-03-061-1/+1
| | | | | | And fixes for clang-18 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* castxml: Fix nativesdk buildKhem Raj2023-03-301-13/+0
| | | | | | | | | There is no need to enforce clang for nativesdk here let it use defaults. Fixes https://github.com/kraj/meta-clang/issues/686 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* castxml: Upgrade to 0.6.1Khem Raj2023-03-301-3/+1
| | | | | | It supports clang-16 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* castxml: Upgrade to tip of trunkKhem Raj2023-03-081-1/+3
| | | | | | To fix compile with clang16 its needed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* castxml: Update to 0.4.5Khem Raj2022-08-071-3/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* castxml: bump to 0.4.4Dan McGregor2022-02-171-3/+3
| | | | | | This version supports llvm main, llvm 13.x, and llvm 14.x. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
* castxml: add branch and switch to using httpsAnuj Mittal2021-11-161-1/+1
| | | | | | | Github no longer supports fetching using git protocol and bitbake now requires explicit branch. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta-clang: Convert to new override syntaxSigned-off-by: Martin Jansa2021-08-031-9/+9
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* CastXML: new recipeDaniel McGregor2020-10-081-0/+29
CastXML is an AST analysis tool similar to and succeeding gccxml. It is used to generate an XML description of a C or C++ abstract syntax tree. Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>