summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-02disable -Werror by defaultDavid Tardon1-2/+2
2017-06-02WaE: fix name collision with Boost.SpiritDavid Tardon1-3/+3
2017-05-16nitpickDavid Tardon1-12/+13
2017-05-16drop :: prefixDavid Tardon2-5/+5
2017-05-15drop unneeded macroDavid Tardon2-28/+27
2017-05-15move from Spirit.Classic to QiDavid Tardon3-87/+91
2017-05-15ofz#1000 avoid stack overflowDavid Tardon2-11/+31
2017-05-05avoid possible overflowDavid Tardon1-1/+1
2017-05-04ofz#1291 band-aid for out-of-bounds accessDavid Tardon1-0/+12
2017-04-30add additional sanity checkDavid Tardon1-3/+6
2017-04-30add additional sanity checkDavid Tardon1-3/+1
2017-04-29add additional sanity checkDavid Tardon1-0/+2
2017-04-24ofz#1256 don't let any exception throughDavid Tardon1-31/+48
2017-04-23simplify the checkDavid Tardon1-48/+10
2017-04-23there's nothing throwing an exception in the try blockDavid Tardon1-57/+49
2017-04-23shorten code by using smart ptrsDavid Tardon2-113/+61
2017-04-23ofz#1248 fix null ptr deref.David Tardon1-1/+1
2017-04-20avoid possible null ptr deref.David Tardon1-1/+2
2017-04-19avoid unchecked allocationDavid Tardon1-0/+1
2017-04-19ofz#1032 avoid unchecked allocationDavid Tardon1-0/+1
2017-04-19ofz#1169 avoid null ptr deref.David Tardon1-1/+1
2017-04-18ofz#1150 avoid out-of-bounds access to controlPointsDavid Tardon1-1/+4
2017-04-17use std::unique_ptr to manage current stencilDavid Tardon2-12/+5
2017-04-17ofz: check if there is a stencil before using itDavid Tardon1-1/+1
2017-04-17add vdx fuzzerDavid Tardon3-1/+358
2017-04-17add vsdx fuzzerDavid Tardon3-2/+467
2017-04-15the argument is not neededDavid Tardon1-1/+1
2017-04-15add __attribute__((format)) to debugPrintDavid Tardon3-1/+234
2017-04-15drop verbose debugDavid Tardon1-8/+0
2017-04-15replace manual def. of int types by boostDavid Tardon2-32/+7
2017-04-15avoid self-assignmentDavid Tardon1-3/+6
2017-04-15simplify container traversalDavid Tardon1-8/+8
2017-04-15the dtor does not need to be virtualDavid Tardon1-1/+1
2017-04-15avoid manual memory managementDavid Tardon2-33/+44
2017-04-15avoid manual memory managementDavid Tardon2-22/+9
2017-04-15explain what is being doneDavid Tardon1-1/+2
2017-04-15ofz#1109 fix thinkoDavid Tardon1-1/+1
2017-04-13ofz: avoid division by 0David Tardon1-0/+2
2017-04-13ofz: nothing to be done for empty dataDavid Tardon1-4/+6
2017-04-07ofz#989 do not leak existing field with the same IDDavid Tardon1-2/+4
2017-04-07drop unused includesDavid Tardon4-4/+0
2017-04-07boost::shared_ptr -> std::shared_ptrDavid Tardon12-32/+33
2017-04-07switch to C++11David Tardon3-0/+603
2017-04-07ignore only auto-generated .m4 filesDavid Tardon2-1/+2
2017-03-31oss-fuzz: avoid big allocationsDavid Tardon3-0/+46
2017-03-30astyleDavid Tardon6-19/+19
2017-03-30refactor tests for -stream and -generatorsDavid Tardon1-11/+13
2017-03-30create fuzzing driver for oss-fuzzDavid Tardon5-2/+70
2017-03-12fix typo: usefull --> usefuldennisroczek1-1/+1
2017-02-24Parse Font schemeFridrich Štrba3-1/+174