summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-03-24avoid manual memory allocationDavid Tardon2-7/+6
2018-03-24these functions cannot throw any exceptionDavid Tardon1-10/+2
2018-02-01WaE: unnecessary parentheses in declarationDavid Tardon2-10/+10
2017-07-29drop empty namespace declDavid Tardon1-4/+0
2017-07-29boost::shared_ptr -> std::shared_ptrDavid Tardon33-124/+116
2017-07-29boost::scoped_ptr -> std::unique_ptrDavid Tardon1-2/+2
2017-07-29suppress GCC7 fallthrough warningsDavid Tardon8-14/+27
2017-07-29fix buildDavid Tardon1-1/+1
2017-07-29do not append UTF-8 string by code unitDavid Tardon1-4/+5
2017-07-29astyleDavid Tardon2-2/+2
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