Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-05-05 | disable werror by defaultHEADmaster | David Tardon | 1 | -2/+2 |
2018-03-24 | avoid manual memory allocation | David Tardon | 2 | -7/+6 |
2018-03-24 | these functions cannot throw any exception | David Tardon | 1 | -10/+2 |
2018-02-01 | WaE: unnecessary parentheses in declaration | David Tardon | 2 | -10/+10 |
2017-07-29 | drop empty namespace decl | David Tardon | 1 | -4/+0 |
2017-07-29 | boost::shared_ptr -> std::shared_ptr | David Tardon | 34 | -125/+116 |
2017-07-29 | boost::scoped_ptr -> std::unique_ptr | David Tardon | 2 | -3/+2 |
2017-07-29 | use existing check | David Tardon | 2 | -9/+227 |
2017-07-29 | switch to C++11 | David Tardon | 3 | -0/+1022 |
2017-07-29 | suppress GCC7 fallthrough warnings | David Tardon | 10 | -14/+94 |
2017-07-29 | ignore only autogenerated m4 files | David Tardon | 2 | -1/+2 |
2017-07-29 | fix build | David Tardon | 1 | -1/+1 |
2017-07-29 | do not append UTF-8 string by code unit | David Tardon | 1 | -4/+5 |
2017-07-29 | astyle | David Tardon | 2 | -2/+2 |
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 | 2 | -1/+14 |
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 | 2 | -32/+15 |
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 | 3 | -1/+147 |
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 | 5 | -0/+101 |
2016-03-13 | add iterator adapter for stream | David Tardon | 4 | -0/+112 |
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 | 5 | -32/+90 |
2016-02-25 | rename the document class | David Tardon | 13 | -43/+43 |
2016-02-25 | start moving to SW602Parser | David Tardon | 3 | -16/+16 |
2016-02-24 | replace SW602Variable by boost::optional | David Tardon | 6 | -181/+126 |
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 | update AUTHORS | David Tardon | 1 | -2/+2 |
2016-02-21 | update HACKING | David Tardon | 1 | -2/+2 |
2016-02-21 | fix license info | David Tardon | 1 | -2/+1 |
2016-02-21 | make boost dep unconditional | David Tardon | 4 | -74/+14 |
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 | 5 | -34/+204 |
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 | add make astyle target | David Tardon | 1 | -0/+2 |