index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mask.h
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Whitespace fix
John Wiegley
2009-11-04
1
-1
/
+1
|
*
Added serialization methods for most type
John Wiegley
2009-10-30
1
-0
/
+19
|
|
|
|
|
This allows journal_t objects to be completed serialized to disk and deserialized.
*
Added validation code for mask_t objects.
John Wiegley
2009-02-12
1
-0
/
+11
|
*
Removed the binary caching code, and the XML, QIF and Gnucash parsers.
John Wiegley
2009-02-03
1
-3
/
+0
|
*
Added support for metadata and tagging, and made regexs a first-class type.
John Wiegley
2009-02-01
1
-0
/
+8
|
*
Added documentation stubs for all include files and classes.
John Wiegley
2009-01-31
1
-1
/
+5
|
*
Update Doxygen documentation. Still much more work to be done.
John Wiegley
2009-01-29
1
-0
/
+13
|
*
Added output insertion operator for mask_t objects.
John Wiegley
2009-01-22
1
-0
/
+5
|
*
Increased copyright range to include 2009.
John Wiegley
2009-01-20
1
-1
/
+1
|
*
Removed some dead code and updated the binary streaming code for op_t and
John Wiegley
2008-08-17
1
-2
/
+3
|
|
|
|
value_t.
*
Moved around most of the files so that source code is in src/, documentation
John Wiegley
2008-08-05
1
-0
/
+67
is in doc/, etc.