lvc / abi-compliance-checkerView external linksLinks
A tool for checking backward API/ABI compatibility of a C/C++ library
☆690Jun 6, 2024Updated last year
Alternatives and similar repositories for abi-compliance-checker
Users that are interested in abi-compliance-checker are comparing it to the libraries listed below
Sorting:
- Dump ABI of an ELF object containing DWARF debug info☆202Jan 11, 2025Updated last year
- A tool to visualize ABI changes timeline of a C/C++ software library☆203Oct 4, 2021Updated 4 years ago
- A tool to monitor and build new versions of a software library☆28Oct 4, 2021Updated 4 years ago
- A tool to list content of virtual tables in a shared library☆131May 8, 2021Updated 4 years ago
- An automatic generator of basic unit tests for a C/C++ library☆87Dec 26, 2019Updated 6 years ago
- A project to monitor and verify compatibility of upstream ABI changes in C/C++ libraries☆17Apr 22, 2021Updated 4 years ago
- A tool for use with clang to analyze #includes in C and C++ source files☆4,619Feb 10, 2026Updated last week
- Verify backward compatibility of Linux packages (RPM or DEB)☆22Jun 6, 2020Updated 5 years ago
- Clang build analysis tool using -ftime-trace☆1,208Mar 21, 2025Updated 10 months ago
- Templight is a Clang-based tool to profile the time and memory consumption of template instantiations and to perform interactive debuggin…☆786Dec 7, 2024Updated last year
- ISO C++ Core Guidelines Library implementation for C++98, C++11 up☆969Updated this week
- A tool to visualize API changes timeline of a Java library☆54Oct 4, 2021Updated 4 years ago
- ccache – a fast compiler cache☆2,760Updated this week
- Bloaty: a size profiler for binaries☆5,363Jan 31, 2026Updated 2 weeks ago
- The Basic Matrix Library (bml)☆42Aug 5, 2025Updated 6 months ago
- A C/C++ header to help move #ifdefs out of your code☆884Sep 20, 2024Updated last year
- SPY - C++ Information Broker☆158Jan 19, 2026Updated 3 weeks ago
- A tool to monitor and analyze ABI changes in new versions of the Linux kernel☆10Jun 10, 2019Updated 6 years ago
- Range-based goodness for C++17☆363Feb 11, 2021Updated 5 years ago
- A (work-in-progress) nextgen Doxygen for C++☆966Sep 12, 2025Updated 5 months ago
- Library to parse and work with the C++ AST☆1,766Jun 13, 2024Updated last year
- The fastest feature-rich C++11/14/17/20/23 single-header testing framework☆6,612Feb 10, 2026Updated last week
- Record and Replay Framework☆10,370Feb 7, 2026Updated last week
- Guidelines Support Library☆6,617Feb 6, 2026Updated last week
- mimalloc is a compact general purpose allocator with excellent performance.☆12,469Feb 6, 2026Updated last week
- C++ ABI Summary☆588Jan 20, 2026Updated 3 weeks ago
- Range library for C++14/17/20, basis for C++20's std::ranges☆4,353Mar 23, 2025Updated 10 months ago
- C++14 Dependency Injection library☆1,253Apr 2, 2025Updated 10 months ago
- A library for C++/Fortran computer simulations (e.g. stencil codes, mesh-free, unstructured grids, n-body & particle methods). Scales fro…☆40Apr 13, 2021Updated 4 years ago
- CMake module to speed up builds.☆1,301Dec 23, 2019Updated 6 years ago
- Function graph tracer for C/C++/Rust/Python