GSoC/GCI Archive
Google Summer of Code 2010 Drizzle

Refractor Command-Line Option and Configuration File Processing

by Vijay Samuel for Drizzle

The goal of this project is to remove all of the custom command-line option and configuration file parsing code inside of Drizzle with the boost::program_options library. This will not only cut out a significant portion of source code that is weakly tested, but will replace that code with a well-tested and standardized library of code.