Skip to content

Releases: bkryza/clang-uml

0.5.2

05 May 10:24
cd6dce2
Compare
Choose a tag to compare
  • Fixed generation of empty packages in class diagrams (#253)
  • Added option inline_lambda_messages to omit lambda expressions from sequence
    diagrams (#261)
  • Added support for CUDA calls in sequence diagrams (#263)
  • Improved handling of message call comments (#264)
  • Fixed handling of nested lambda expressions in sequence diagrams
  • Fixed type aliases handling in sequence diagram message names (#260)
  • Added support for call expressions tracking through lambdas in function
    arguments (#168)
  • Added Nix build files (Thanks @hatch01, @uku3lig, @thomaslepoix)
  • Fixed building with LLVM 18 (#251)

0.5.1

06 Mar 21:21
9e689b5
Compare
Choose a tag to compare
  • Fixed elements filter in sequence diagrams (#248)
  • Fixed progress indicators ranges with multiple commands per TU (#240)
  • Added default diagram generation error for empty diagrams (#246)
  • Added style option to plantuml config section (#238)
  • Added generate_concept_requirements config option (#237)
  • Refactored util pipe handling (#244)
  • Fixed handling of variadic template parameters in sequence diagrams (#241)
  • Fixed handling of query_driver option in config file (#243)

0.5.0

28 Jan 22:36
10dae02
Compare
Choose a tag to compare
  • Fixed static linking against LLVM (#225)
  • Fixed handling of absolute paths in glob patterns (#233)
  • Enabled type_aliases config option for sequence diagrams (#224)
  • Refactored and unified JSON generators output (#223)
  • Added support for C++20 module based packages in class diagrams (#101)
  • Added support for class diagram filtering based on C++20 modules (#195)
  • Added support for C++20 coroutines in class diagrams (#221)
  • Fixed progress indicator characters on Windows (#218)

0.4.3-rc1

18 Jan 15:46
100f7c8
Compare
Choose a tag to compare
0.4.3-rc1 Pre-release
Pre-release

This is a release candidate to verify MSVC fixes.

0.4.2

11 Dec 13:07
11c0305
Compare
Choose a tag to compare
  • Fixed random typos and omissions in docs (#208)
  • Fixed handling of diagram hyperlinks with sources outside of project dir (#213)
  • Fixed test case t00014 on macos (#176)
  • Added automatic generation of diagram images using PlantUML and MermaidJS (#204)
  • Added radius parameter to context filter (#201)

0.4.1

22 Oct 17:12
29ad94a
Compare
Choose a tag to compare
  • Enabled manual call expression injection through comments (#196)
  • Added support for generating sequence diagram notes from comments (#194)
  • Added Bash and Zsh autocomplete scripts (#193)
  • Updated clang-uml to work with LLVM 17 (#190)
  • Fixed handling of compilation databases with relative header paths (#189)
  • Excluded package diagram dependencies on parent and child packages (186)
  • Excluded package diagram relationships to rejected packages (#185)
  • Added 'title' diagram property (#184)
  • Make sure sequence diagram messages generated during static variable
    initialization are rendered only once (#183)

0.4.0

13 Sep 20:38
31ed805
Compare
Choose a tag to compare
  • Added MermaidJS diagram generators (#27)

0.3.9

02 Sep 15:41
e980816
Compare
Choose a tag to compare
  • Added from_to and to location constraints to sequence diagrams (#154)
  • Fixed 'else if' statement generation in sequence diagrams (#81)
  • Implemented removal of redundant dependency relationhips (#28)
  • Add option to disable generation of dependency relation to template
    arguments (#141)
  • Added configuration file validation (#57)

0.3.8

09 Jul 14:57
ff5184d
Compare
Choose a tag to compare
  • Added option to display block conditional statements in sequence diagrams (#162)
  • Added Doxygen documentation (#161)
  • Added diagram generation progress indicators options (#158)
  • Extended source_location with column and translation unit info

0.3.7

11 Jun 15:29
3154cfd
Compare
Choose a tag to compare
  • Added regexp support to selected diagram filters (#51, #132)
  • Added method type diagram filter (#145)
  • Added default method grouping and sorting in class diagrams (#36)
  • Improved generation of method attributes (e.g. constexpr, noexcept) (#142)