Skip to content

adambde/bde-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#BDE Tools

This repository contains a collection of useful tools to help with the development of BDE libraries, including:

##Waf-Based Build System

This repository provides a system, based on waf, for building code whose source files are organized according to the BDE Style. This is the tool used to build the BDE libraries.

For detail documentation, please see the Waf Build System Wiki

##bde_verify

bde_verify is a static analysis tool that verifies that source code adheres to the BDE coding standards. It is built within the clang C++ compiler tool system, and therefore has access to proper syntax and type information about the program it is examining, unlike text-based scanning tools.

For detailed usage information, please see the bde_verify wiki.

#License

The BDE tools repository is distributed under a simple MIT-style license; see the LICENSE file at the top of the source tree for more information.

#Question, Comments and Feedback

If you have questions, comments, suggestions for improvement or any other inquiries regarding BDE, feel free to open an issue in the issue tracker.

About

Tools for development and building BDE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 54.9%
  • Python 36.1%
  • Makefile 7.7%
  • C 0.7%
  • Perl 0.4%
  • Shell 0.1%
  • Objective-C 0.1%