summaryrefslogtreecommitdiff
path: root/src/flags.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some #include ordering issues.John Wiegley2009-02-071-0/+2
|
* Added documentation stubs for all include files and classes.John Wiegley2009-01-311-0/+29
|
* Added a copy constructor for basic_flags_t.John Wiegley2009-01-311-0/+4
|
* Revised the way that parsing flags get passed around.John Wiegley2009-01-291-5/+52
|
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Renamed a variable to be more consistent.John Wiegley2008-09-191-19/+19
|
* Fixed a memory leak that would show up if --verify --verbose was running andJohn Wiegley2008-08-101-1/+4
| | | | an error or exception occurred.
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+117
is in doc/, etc.