summaryrefslogtreecommitdiff
path: root/csv.cc
Commit message (Collapse)AuthorAgeFilesLines
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-148/+0
| | | | is in doc/, etc.
* Added several missing copyright notices.John Wiegley2008-08-031-0/+31
|
* Moved xact_xdata_t into xact_t itself, as a set of "extended data" that mightJohn Wiegley2008-08-021-4/+3
| | | | | | | | be gathered during reporting. Removed the references to accounts and such from the mask logic, which means that the value expression "acount =~ /foo/" is needed in place of just "/foo/".
* Change many uses of for+iterator to use Boost.Foreach.John Wiegley2008-07-311-3/+3
|
* Moved around and renamed a very large amount of code in order to rationalizeJohn Wiegley2008-07-291-9/+9
| | | | the way that value expressions extract information from journal objects.
* Value expression architecture is now rewritten, but the functionality of theJohn Wiegley2008-07-291-0/+12
| | | | | | | old system (for example, the meaning of 'a') has yet to be restored. In the new scheme, this will be done by definition a function outside of the value expression logic, rather than the tight coupling between journal innards and value expressions that occurred in 2.x.
* Brought in the final round of 3.0 code, although it does not compile yet:John Wiegley2008-07-201-1/+2
| | | | report, session, parts of xpath, main, journal, option.
* The code is compiling again, but it's far from being able to run yet.John Wiegley2008-05-081-2/+2
|
* Made separate modules for the csv command, since the prior method wasJohn Wiegley2008-04-131-0/+105
not fully correct.