NoBug 0.3rc1 (Snapshot branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News NoBug 0.3rc1 (Snapshot branch)
# 1  
Old 04-03-2008
NoBug 0.3rc1 (Snapshot branch)

NoBug is a library which provides assertions, logging statements, and annotations for C and C++ programs. It includes pre-/post-condition and invariant checks, as well as generic assertions. Checks are enabled based on build-levels and scope tags. It also includes debugger support (valgrind), dumping of data structures, logging your application's activities, runtime customizable logging via environment variables, different logging targets (ringbuffer, stderr, syslog, debugger, etc.), and annotation of your source code regarding known bugs, things to do, and planned things. It can track resources and detect deadlocks.License: GNU General Public License (GPL)Changes:
The environment variable parser for runtime configuration was completed, and passing of options for creating log files or ring buffers is now implemented. A hook for application defined logging was added. A tool to dump ring buffer content as a log was included. Logging output contains now an event counter. The license was changed to GPLv2 or any later.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
PPIx::Regexp::Token::Assertion(3)			User Contributed Perl Documentation			 PPIx::Regexp::Token::Assertion(3)

NAME
PPIx::Regexp::Token::Assertion - Represent a simple assertion. SYNOPSIS
use PPIx::Regexp::Dumper; PPIx::Regexp::Dumper->new( 'qr{foo}smx' ) ->print(); INHERITANCE
"PPIx::Regexp::Token::Assertion" is a PPIx::Regexp::Token. "PPIx::Regexp::Token::Assertion" has no descendants. DESCRIPTION
This class represents one of the simple assertions; that is, those that are not defined via parentheses. This includes the zero-width assertions "^", "$", "", "B", "A", "", "z" and "G", as well as the positive look-behind assertion "K" added in Perl 5.009005. METHODS
This class provides no public methods beyond those provided by its superclass. SUPPORT
Support is by the author. Please file bug reports at <http://rt.cpan.org>, or in electronic mail to the author. AUTHOR
Thomas R. Wyant, III wyant at cpan dot org COPYRIGHT AND LICENSE
Copyright (C) 2009-2013 by Thomas R. Wyant, III This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses in the directory LICENSES. This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. perl v5.16.3 2014-06-10 PPIx::Regexp::Token::Assertion(3)