Skip to content

shuchitak/lib_xassert

 
 

Repository files navigation

Lightweight assertions library

Overview

This library provides a lightweight and flexible replacement for the standard C header assert.h.

The assertions in this library can be be enabled/disabled and configured as to how much information they show. This configuration can be per "xassert unit" (i.e. for sets of files).

Features

  • Low memory usage
  • Ability to enable or disable various features via compile time defines

Software version and dependencies

The CHANGELOG contains information about the current and previous versions. For a list of direct dependencies, look for DEPENDENT_MODULES in lib_xassert/module_build_info.

About

Lightweight assertions library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 35.8%
  • Python 32.8%
  • C 20.9%
  • XC 9.2%
  • CMake 1.3%