Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.63 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.63 KB

#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.