summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-05disable werror by defaultHEADmasterDavid Tardon1-2/+2
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 Tardon34-125/+116
2017-07-29boost::scoped_ptr -> std::unique_ptrDavid Tardon2-3/+2
2017-07-29use existing checkDavid Tardon2-9/+227
2017-07-29switch to C++11David Tardon3-0/+1022
2017-07-29suppress GCC7 fallthrough warningsDavid Tardon10-14/+94
2017-07-29ignore only autogenerated m4 filesDavid Tardon2-1/+2
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 Tardon2-1/+14
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 Tardon2-32/+15
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 Tardon3-1/+147
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 Tardon5-0/+101
2016-03-13add iterator adapter for streamDavid Tardon4-0/+112
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 Tardon5-32/+90
2016-02-25rename the document classDavid Tardon13-43/+43
2016-02-25start moving to SW602ParserDavid Tardon3-16/+16
2016-02-24replace SW602Variable by boost::optionalDavid Tardon6-181/+126
2016-02-24copy parser toolkit from libmwawDavid Tardon51-1/+20487
2016-02-21drop RVNGInputStreamPtr typedefDavid Tardon4-21/+26
2016-02-21update AUTHORSDavid Tardon1-2/+2
2016-02-21update HACKINGDavid Tardon1-2/+2
2016-02-21fix license infoDavid Tardon1-2/+1
2016-02-21make boost dep unconditionalDavid Tardon4-74/+14
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 Tardon5-34/+204
2016-02-21include config.h firstDavid Tardon3-12/+12
2016-02-21make --help output more help2man-friendlyDavid Tardon3-23/+50
2016-02-21add make astyle targetDavid Tardon1-0/+2