Skip to content

Releases: bas524/linuxdependency

Add non-x86 platforms

25 May 09:27
0ff86ca
Compare
Choose a tag to compare

What's Changed

This release contains distributives for

  • arch: aarch64
    distro: ubuntu_latest
  • arch: ppc64le
    distro: ubuntu_latest
  • arch: s390x
    distro: ubuntu_latest
  • arch: riscv64
    distro: ubuntu_latest
  • arch: aarch64
    distro: fedora_latest
  • arch: ppc64le
    distro: fedora_latest
  • arch: s390x
    distro: fedora_latest

Full Changelog: v1.2.1...v1.2.1.1

Custom demangle rules

15 May 09:39
Compare
Choose a tag to compare

This release allows use custom rules for type transformation, for example,

{
    "rules": [
        {
            ":__1:": ""
        },
        {
            ":__cxx11:": ""
        },
        {
            " >": ">"
        },
        {
            "std::basic_istream<char, std::char_traits<char>>": "std::istream"
        },
        {
            "std::basic_ostream<char, std::char_traits<char>>": "std::ostream"
        }
    ]
}

Rules applies in order to declaration

FileManager integration

13 Mar 15:33
a29296f
Compare
Choose a tag to compare

What's Changed

  • Rpm/Deb, Qt6 and FileManager integrations by @bas524 in #1
  • update screenshots by @bas524 in #2

New Contributors

  • @bas524 made their first contribution in #1

Full Changelog: v1.0.0-test...v1.1.1

Qldd - macos

21 Sep 13:42
Compare
Choose a tag to compare
Qldd - macos Pre-release
Pre-release

test release for mac os