summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-25use make_uniqueDavid Tardon1-4/+5
2018-03-25avoid manual memory mgmtDavid Tardon4-98/+59
2018-03-25drop duplicate includeDavid Tardon1-1/+0
2018-03-25avoid manual memory mgmtDavid Tardon3-15/+11
2018-03-25simplify a bitDavid Tardon1-4/+1
2018-03-25use unique_ptrDavid Tardon1-4/+1
2018-03-12speed up angle normalizationDavid Tardon1-3/+2
2018-01-30avoid more potential memory leaksDavid Tardon1-18/+14
2018-01-30ofz#5816 avoid memory leakDavid Tardon1-6/+4
2017-12-01VSDContentCollector: remove dead isParagraphOpened assignmentMiklos Vajna1-1/+0
2017-11-30VSDContentCollector: remove dead isSpanOpened assignmentMiklos Vajna1-1/+0
2017-11-29VSDContentCollector: remove dead shapeId assignmentMiklos Vajna1-1/+0
2017-11-26ofz: ignore invalid/incomplete font entriesDavid Tardon2-8/+11
2017-11-08Use auto when declaring iterators and when initializing with a castMiklos Vajna19-101/+91
2017-10-30ofz#3711 band-aid for OOB access in NURBSDavid Tardon1-1/+5
2017-10-22fix debug buildDavid Tardon2-2/+2
2017-10-21add newlineDavid Tardon1-0/+1
2017-10-21bump versionDavid Tardon1-1/+1
2017-10-21be explicitlibvisio-0.1.6David Tardon1-15/+6
2017-10-21check length, not number of elementsDavid Tardon1-7/+14
2017-10-21source files are included automaticallyDavid Tardon1-2/+1
2017-10-21add coverity to NEWSDavid Tardon1-0/+1
2017-10-21cid#1312142 sanitize loop boundDavid Tardon1-0/+3
2017-10-21cid#1256666 sanitize loop boundDavid Tardon1-0/+2
2017-10-21cid#1219709 sanitize loop boundDavid Tardon1-0/+2
2017-10-21cid#1219708 sanitize loop boundDavid Tardon1-0/+2
2017-10-21cid#1219707 sanitize loop boundDavid Tardon1-0/+1
2017-10-21cid#1325211 fix logicDavid Tardon1-2/+2
2017-10-21cid#1419957 rewrite to avoid coverity warningDavid Tardon1-11/+6
2017-10-21add test for seek to endDavid Tardon4-37/+174
2017-10-21implement seek to end for internal streamDavid Tardon1-0/+2
2017-10-21prepare for a releaseDavid Tardon2-1/+20
2017-10-20drop pointless castsDavid Tardon1-2/+2
2017-10-20ofz#2686 fix division by 0David Tardon1-0/+7
2017-10-19ofz#2521 fix OOB read from vectorDavid Tardon1-0/+3
2017-10-17ofz#3646 limit the max. degree of NURBS even moreDavid Tardon1-1/+1
2017-10-17avoid excessive reallocationsDavid Tardon1-0/+5
2017-10-17restrict scope of varDavid Tardon1-3/+2
2017-10-17drop always-true testsDavid Tardon1-2/+2
2017-10-17avoid needless reallocationsDavid Tardon1-4/+2
2017-10-17this cannot happen hereDavid Tardon1-1/+1
2017-10-17ofz#3520 limit the possible NURBS degreeDavid Tardon1-0/+5
2017-10-16drop outdated Windows build filesDavid Tardon13-2615/+0
2017-10-16fix rounding regressionDavid Tardon1-15/+10
2017-10-13Revert "use VSD_ALMOST_ZERO macro consistently"David Tardon2-6/+7
2017-10-09zlib hasn't been needed since the switch to librevengeDavid Tardon1-2/+2
2017-09-28avoid output from fuzzersDavid Tardon3-6/+6
2017-09-26avoid possible leakDavid Tardon1-2/+2
2017-09-26ofz#3210 do not leak stringDavid Tardon1-2/+2
2017-09-19Convert explicit for loops to range-based ones where possibleMiklos Vajna14-118/+113