Path to this page:
./
devel/woboq_codebrowser,
Code analysis tool
Branch: CURRENT,
Version: 2.1.20231117nb3,
Package name: woboq_codebrowser-2.1.20231117nb3,
Maintainer: pkgsrc-usersWoboq Code Browser is a clang-based code analysis tool. It provides a
post-processing tool for C/C++ code to create static web sites with a
wide range of information:
- place of declaration and use for symbols, including type of use,
- hyperlinking between calls/definitions, uses/declarations,
- macro expansions,
- intelligent identifier search,
- inheritance diagrams
and much more.
Required to run:[
lang/clang]
Required to build:[
pkgtools/cwrappers]
Master sites:
Version history: (Expand)
- (2024-11-01) Updated to version: woboq_codebrowser-2.1.20231117nb3
- (2024-11-01) Updated to version: woboq_codebrowser-2.1.20231117nb2
- (2024-05-29) Updated to version: woboq_codebrowser-2.1.20231117nb1
- (2024-04-22) Updated to version: woboq_codebrowser-2.1.20231117
- (2023-11-08) Updated to version: woboq_codebrowser-2.1.20230517nb1
- (2023-05-22) Updated to version: woboq_codebrowser-2.1.20230517
CVS history: (Expand)
2024-04-22 09:54:14 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
woboq_codebrowser: updated to 2.1.20231117
2.1.20231117
Build with LLVM 17
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-07-20 11:46:34 by Nia Alarie | Files touched by this commit (14) |
Log message:
*: Convert some remaining usage of GCC_REQD.
|
2023-05-22 00:40:33 by nikita | Files touched by this commit (2) | |
Log message:
woboq_codebrowser: update to version 2.1.20230517
Changelog:
Support Clang 16
Change-Id: Ic2333919be760dc335d82e229a267fd38991cac8
Add a clang-format file and run clang-format over the repo
Change-Id: Ibc4a43b5eeb2c81eb2b435e9c6c1ef359c3ba808
Reviewed-on: https://codereview.kdab.com/c/kdab/code_browser/+/120178
Reviewed-by: Franck Arrecot <franck.arrecot@kdab.com>
(generator) Fixed help message (#106)
Parameter -b should point to the build directory containing compile_commands.json
cmake: Use project() in top-level CMakeLists.txt
Owtherwise CMake complains.
Change-Id: I42446972417205623e3ff98f30da36ea9ceb4534
Reviewed-on: https://codereview.kdab.com/c/kdab/code_browser/+/120177
Reviewed-by: Franck Arrecot <franck.arrecot@kdab.com>
Fix llvm-7 build
Change-Id: I4c698bd744bd44eed734459de4b3d3316a4375d5
Reviewed-on: https://codereview.kdab.com/c/kdab/code_browser/+/120176
Reviewed-by: Franck Arrecot <franck.arrecot@kdab.com>
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2022-12-07 16:38:48 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
woboq_codebrowser: update to 2.1.20221107.
Fix build with llvm 15.
|
2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | |
Log message:
massive revision bump after textproc/icu update
|
2022-11-21 19:20:46 by Jonathan Perkin | Files touched by this commit (54) |
Log message:
*: Re-apply SunOS linker argument removals.
These are currently duplicated in mk/platform/SunOS.mk but the generic
removals will be removed soon in favour of per-package removals, due to
flags getting leaked into installed files.
|