summaryrefslogtreecommitdiff
path: root/src/mask.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix to the XML code for ICU usersJohn Wiegley2009-11-091-1/+1
|
* Added basic foundation for XML reportingJohn Wiegley2009-11-091-0/+6
|
* Removed a bunch of empty commentsJohn Wiegley2009-11-081-5/+0
|
* Added support for Boost.Regex w/ ICUJohn Wiegley2009-11-071-6/+37
| | | | | This allows for correct searching of UTF-8 encoded strings, such as lower-case versions of Russian words to find mixed-case words.
* Whitespace fixJohn Wiegley2009-11-041-1/+1
|
* Added serialization methods for most typeJohn Wiegley2009-10-301-0/+19
| | | | | This allows journal_t objects to be completed serialized to disk and deserialized.
* Added validation code for mask_t objects.John Wiegley2009-02-121-0/+11
|
* Removed the binary caching code, and the XML, QIF and Gnucash parsers.John Wiegley2009-02-031-3/+0
|
* Added support for metadata and tagging, and made regexs a first-class type.John Wiegley2009-02-011-0/+8
|
* Added documentation stubs for all include files and classes.John Wiegley2009-01-311-1/+5
|
* Update Doxygen documentation. Still much more work to be done.John Wiegley2009-01-291-0/+13
|
* Added output insertion operator for mask_t objects.John Wiegley2009-01-221-0/+5
|
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Removed some dead code and updated the binary streaming code for op_t andJohn Wiegley2008-08-171-2/+3
| | | | value_t.
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+67
is in doc/, etc.