summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-03-28pass parser state as shared ptrDavid Tardon6-26/+26
2016-03-28pass shared ptrs by valueDavid Tardon2-9/+9
2016-03-27check for __attribute__((__format__())) in configureDavid Tardon1-1/+5
2016-03-27print debug msgs to stderrDavid Tardon2-7/+29
2016-03-27add parentesesDavid Tardon1-1/+1
2016-03-27drop verbose debuggingDavid Tardon1-8/+0
2016-03-27move macros upDavid Tardon1-21/+16
2016-03-27use boost for int typesDavid Tardon1-32/+14
2016-03-27add skeleton charset converterDavid Tardon10-14/+85
2016-03-27drop unneeded functionDavid Tardon7-136/+0
2016-03-26detect T602 filesDavid Tardon1-0/+20
2016-03-26t602: parse headerDavid Tardon2-1/+143
2016-03-13add test for stream iteratorDavid Tardon2-0/+114
2016-03-13put core into a conv. lib to enable testingDavid Tardon2-11/+19
2016-03-13add unit test supportDavid Tardon4-0/+85
2016-03-13add iterator adapter for streamDavid Tardon3-0/+111
2016-03-13fix debug buildDavid Tardon1-2/+2
2016-02-25add skeleton C602 chart parserDavid Tardon5-0/+134
2016-02-25add skeleton C602 parserDavid Tardon5-0/+134
2016-02-25add skeleton T602 parserDavid Tardon6-0/+136
2016-02-25refactor format detectionDavid Tardon4-32/+89
2016-02-25rename the document classDavid Tardon7-34/+34
2016-02-25start moving to SW602ParserDavid Tardon3-16/+16
2016-02-24replace SW602Variable by boost::optionalDavid Tardon5-181/+125
2016-02-24copy parser toolkit from libmwawDavid Tardon51-1/+20487
2016-02-21drop RVNGInputStreamPtr typedefDavid Tardon4-21/+26
2016-02-21make boost dep unconditionalDavid Tardon2-11/+4
2016-02-21stream cannot be nullDavid Tardon6-45/+45
2016-02-21put function defs into namespaceDavid Tardon1-6/+11
2016-02-21extend interface to cover all expected use casesDavid Tardon4-32/+118
2016-02-21include config.h firstDavid Tardon3-12/+12
2016-02-21make --help output more help2man-friendlyDavid Tardon3-23/+50
2016-02-21change style of include guardsDavid Tardon4-12/+12
2016-02-21simplify dist. and inst. of headersDavid Tardon1-4/+0
2016-02-21put own header firstDavid Tardon4-6/+8
2016-02-21rename projectDavid Tardon28-414/+414
2014-07-29check argumentsDavid Tardon1-0/+6
2014-05-25export API symbolsDavid Tardon1-1/+1
2013-12-22adapt to librevenge changesDavid Tardon2-0/+6
2013-12-16relicense to MPL 2.0David Tardon12-108/+24
2013-12-16adapt to changes in librevengeDavid Tardon1-2/+1
2013-11-30update astyle optionsDavid Tardon1-1/+1
2013-11-30fix return valueDavid Tardon1-3/+3
2013-11-30switch to librevengeDavid Tardon24-2589/+145
2013-08-24WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-1/+1
2013-08-12add missing includeDavid Tardon1-0/+1
2013-07-25WaE: private field 'm_currentListLevel' is not usedDavid Tardon2-2/+0
2013-06-30add BIPU support for textDavid Tardon1-4/+71
2013-06-30add generally usable memory stream impl.David Tardon4-84/+168
2013-06-30start reading the contentDavid Tardon5-10/+204