Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-06-02 | disable -Werror by default | David Tardon | 1 | -2/+2 |
2017-06-02 | WaE: fix name collision with Boost.Spirit | David Tardon | 1 | -3/+3 |
2017-05-16 | nitpick | David Tardon | 1 | -12/+13 |
2017-05-16 | drop :: prefix | David Tardon | 2 | -5/+5 |
2017-05-15 | drop unneeded macro | David Tardon | 2 | -28/+27 |
2017-05-15 | move from Spirit.Classic to Qi | David Tardon | 3 | -87/+91 |
2017-05-15 | ofz#1000 avoid stack overflow | David Tardon | 2 | -11/+31 |
2017-05-05 | avoid possible overflow | David Tardon | 1 | -1/+1 |
2017-05-04 | ofz#1291 band-aid for out-of-bounds access | David Tardon | 1 | -0/+12 |
2017-04-30 | add additional sanity check | David Tardon | 1 | -3/+6 |
2017-04-30 | add additional sanity check | David Tardon | 1 | -3/+1 |
2017-04-29 | add additional sanity check | David Tardon | 1 | -0/+2 |
2017-04-24 | ofz#1256 don't let any exception through | David Tardon | 1 | -31/+48 |
2017-04-23 | simplify the check | David Tardon | 1 | -48/+10 |
2017-04-23 | there's nothing throwing an exception in the try block | David Tardon | 1 | -57/+49 |
2017-04-23 | shorten code by using smart ptrs | David Tardon | 2 | -113/+61 |
2017-04-23 | ofz#1248 fix null ptr deref. | David Tardon | 1 | -1/+1 |
2017-04-20 | avoid possible null ptr deref. | David Tardon | 1 | -1/+2 |
2017-04-19 | avoid unchecked allocation | David Tardon | 1 | -0/+1 |
2017-04-19 | ofz#1032 avoid unchecked allocation | David Tardon | 1 | -0/+1 |
2017-04-19 | ofz#1169 avoid null ptr deref. | David Tardon | 1 | -1/+1 |
2017-04-18 | ofz#1150 avoid out-of-bounds access to controlPoints | David Tardon | 1 | -1/+4 |
2017-04-17 | use std::unique_ptr to manage current stencil | David Tardon | 2 | -12/+5 |
2017-04-17 | ofz: check if there is a stencil before using it | David Tardon | 1 | -1/+1 |
2017-04-17 | add vdx fuzzer | David Tardon | 3 | -1/+358 |
2017-04-17 | add vsdx fuzzer | David Tardon | 3 | -2/+467 |
2017-04-15 | the argument is not needed | David Tardon | 1 | -1/+1 |
2017-04-15 | add __attribute__((format)) to debugPrint | David Tardon | 3 | -1/+234 |
2017-04-15 | drop verbose debug | David Tardon | 1 | -8/+0 |
2017-04-15 | replace manual def. of int types by boost | David Tardon | 2 | -32/+7 |
2017-04-15 | avoid self-assignment | David Tardon | 1 | -3/+6 |
2017-04-15 | simplify container traversal | David Tardon | 1 | -8/+8 |
2017-04-15 | the dtor does not need to be virtual | David Tardon | 1 | -1/+1 |
2017-04-15 | avoid manual memory management | David Tardon | 2 | -33/+44 |
2017-04-15 | avoid manual memory management | David Tardon | 2 | -22/+9 |
2017-04-15 | explain what is being done | David Tardon | 1 | -1/+2 |
2017-04-15 | ofz#1109 fix thinko | David Tardon | 1 | -1/+1 |
2017-04-13 | ofz: avoid division by 0 | David Tardon | 1 | -0/+2 |
2017-04-13 | ofz: nothing to be done for empty data | David Tardon | 1 | -4/+6 |
2017-04-07 | ofz#989 do not leak existing field with the same ID | David Tardon | 1 | -2/+4 |
2017-04-07 | drop unused includes | David Tardon | 4 | -4/+0 |
2017-04-07 | boost::shared_ptr -> std::shared_ptr | David Tardon | 12 | -32/+33 |
2017-04-07 | switch to C++11 | David Tardon | 3 | -0/+603 |
2017-04-07 | ignore only auto-generated .m4 files | David Tardon | 2 | -1/+2 |
2017-03-31 | oss-fuzz: avoid big allocations | David Tardon | 3 | -0/+46 |
2017-03-30 | astyle | David Tardon | 6 | -19/+19 |
2017-03-30 | refactor tests for -stream and -generators | David Tardon | 1 | -11/+13 |
2017-03-30 | create fuzzing driver for oss-fuzz | David Tardon | 5 | -2/+70 |
2017-03-12 | fix typo: usefull --> useful | dennisroczek | 1 | -1/+1 |
2017-02-24 | Parse Font scheme | Fridrich Štrba | 3 | -1/+174 |