Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-03-28 | pass parser state as shared ptr | David Tardon | 6 | -26/+26 |
2016-03-28 | pass shared ptrs by value | David Tardon | 2 | -9/+9 |
2016-03-27 | check for __attribute__((__format__())) in configure | David Tardon | 1 | -1/+5 |
2016-03-27 | print debug msgs to stderr | David Tardon | 2 | -7/+29 |
2016-03-27 | add parenteses | David Tardon | 1 | -1/+1 |
2016-03-27 | drop verbose debugging | David Tardon | 1 | -8/+0 |
2016-03-27 | move macros up | David Tardon | 1 | -21/+16 |
2016-03-27 | use boost for int types | David Tardon | 1 | -32/+14 |
2016-03-27 | add skeleton charset converter | David Tardon | 10 | -14/+85 |
2016-03-27 | drop unneeded function | David Tardon | 7 | -136/+0 |
2016-03-26 | detect T602 files | David Tardon | 1 | -0/+20 |
2016-03-26 | t602: parse header | David Tardon | 2 | -1/+143 |
2016-03-13 | add test for stream iterator | David Tardon | 2 | -0/+114 |
2016-03-13 | put core into a conv. lib to enable testing | David Tardon | 2 | -11/+19 |
2016-03-13 | add unit test support | David Tardon | 4 | -0/+85 |
2016-03-13 | add iterator adapter for stream | David Tardon | 3 | -0/+111 |
2016-03-13 | fix debug build | David Tardon | 1 | -2/+2 |
2016-02-25 | add skeleton C602 chart parser | David Tardon | 5 | -0/+134 |
2016-02-25 | add skeleton C602 parser | David Tardon | 5 | -0/+134 |
2016-02-25 | add skeleton T602 parser | David Tardon | 6 | -0/+136 |
2016-02-25 | refactor format detection | David Tardon | 4 | -32/+89 |
2016-02-25 | rename the document class | David Tardon | 7 | -34/+34 |
2016-02-25 | start moving to SW602Parser | David Tardon | 3 | -16/+16 |
2016-02-24 | replace SW602Variable by boost::optional | David Tardon | 5 | -181/+125 |
2016-02-24 | copy parser toolkit from libmwaw | David Tardon | 51 | -1/+20487 |
2016-02-21 | drop RVNGInputStreamPtr typedef | David Tardon | 4 | -21/+26 |
2016-02-21 | make boost dep unconditional | David Tardon | 2 | -11/+4 |
2016-02-21 | stream cannot be null | David Tardon | 6 | -45/+45 |
2016-02-21 | put function defs into namespace | David Tardon | 1 | -6/+11 |
2016-02-21 | extend interface to cover all expected use cases | David Tardon | 4 | -32/+118 |
2016-02-21 | include config.h first | David Tardon | 3 | -12/+12 |
2016-02-21 | make --help output more help2man-friendly | David Tardon | 3 | -23/+50 |
2016-02-21 | change style of include guards | David Tardon | 4 | -12/+12 |
2016-02-21 | simplify dist. and inst. of headers | David Tardon | 1 | -4/+0 |
2016-02-21 | put own header first | David Tardon | 4 | -6/+8 |
2016-02-21 | rename project | David Tardon | 28 | -414/+414 |
2014-07-29 | check arguments | David Tardon | 1 | -0/+6 |
2014-05-25 | export API symbols | David Tardon | 1 | -1/+1 |
2013-12-22 | adapt to librevenge changes | David Tardon | 2 | -0/+6 |
2013-12-16 | relicense to MPL 2.0 | David Tardon | 12 | -108/+24 |
2013-12-16 | adapt to changes in librevenge | David Tardon | 1 | -2/+1 |
2013-11-30 | update astyle options | David Tardon | 1 | -1/+1 |
2013-11-30 | fix return value | David Tardon | 1 | -3/+3 |
2013-11-30 | switch to librevenge | David Tardon | 24 | -2589/+145 |
2013-08-24 | WaE: comparison between signed and unsigned integer expressions | David Tardon | 1 | -1/+1 |
2013-08-12 | add missing include | David Tardon | 1 | -0/+1 |
2013-07-25 | WaE: private field 'm_currentListLevel' is not used | David Tardon | 2 | -2/+0 |
2013-06-30 | add BIPU support for text | David Tardon | 1 | -4/+71 |
2013-06-30 | add generally usable memory stream impl. | David Tardon | 4 | -84/+168 |
2013-06-30 | start reading the content | David Tardon | 5 | -10/+204 |