#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
##Future Plans
The following tools will be made available in the near future:
-
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.
#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.