aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExporter.h
Commit message (Expand)AuthorAgeFilesLines
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-2/+0
* Various export enhancements and fixes, including:stuconnolly2010-08-121-47/+35
* Tidy up SPExportController by splitting out all filename related methods to a...stuconnolly2010-07-251-2/+0
* In addition to Gzip compression support when exporting SQL dumps add the abil...stuconnolly2010-07-241-8/+64
* - Fix SQL export progress displayrowanbeentje2010-05-271-2/+2
* Merge export redesign branch back into trunk.stuconnolly2010-05-241-12/+21
* More export redesign work. Note that the current implementation has a major f...stuconnolly2009-10-071-0/+2
* More export redesign work.stuconnolly2009-10-061-8/+5
* More export redesign work. CSV data generation is currently working using the...stuconnolly2009-10-061-2/+2
* Exporter concurrency comments.stuconnolly2009-09-161-4/+4
* Some more data exporter redesign changes I've been meaning to commit.stuconnolly2009-09-161-3/+13
* More data export work.stuconnolly2009-08-291-1/+3
* Implement the core CSV export process in the new CSV exporter class.stuconnolly2009-08-291-1/+15
* Add the first classes of the new export architecture. See the description at ...stuconnolly2009-08-291-0/+49