summaryrefslogtreecommitdiff
path: root/project2/streamRows.cpp
Commit message (Collapse)AuthorAge
* Remove the pointer versions of variable type membersrandomdan2011-07-22
| | | | Add a new variable that looks up it's value in a map populated from a standard rowset
* Push defined columns stuff into its own class, used from streamRowsrandomdan2011-07-19
| | | | | Also use it in new class regexRows for filtering and splitting rows by regex Move all code over to using Glib regexes now they're in Glibmm, as they work properly with UTF8 strings
* Fix inheritance of Ifrandomdan2011-03-03
| | | | | | Remove virtual inheritance in many places Strip down the unneeded docs made my doxygen Add beginnings of a docbook
* Fix behaviour of stream rows with blank rowsrandomdan2011-02-18
| | | | Add support for default values of blank columns in stream rows
* Make CurlHandle throw an exception on failurerandomdan2011-02-16
| | | | | | | Improve error messages almost everywhere Allow setting of platform through the options system Allow specifying query params on the console Fix file stream writer's string support for strings containing multibyte chars
* Commit some changes I'd swear blind I'd done alreadyrandomdan2011-02-15
|
* Merge fileRows and urlRows content parser into a shared based; streamRowsrandomdan2011-02-14