summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-18Convert 0 to nullptr where it's used as a pointer valueMiklos Vajna26-74/+74
2017-09-13Mark overriding member functions as 'override'Miklos Vajna12-342/+342
2017-09-11fix build with older boostDavid Tardon1-0/+1
2017-09-10m4: MSVC defines __cplusplus as 199711L stillMiklos Vajna1-1/+1
2017-09-08tests need librevenge-streamDavid Tardon1-1/+1
2017-09-08assume modern enough ICU is availableDavid Tardon1-15/+1
2017-07-29do not append UTF-8 chars by code unitDavid Tardon2-7/+8
2017-07-29fix debug buildDavid Tardon1-1/+1
2017-07-07ofz#2477 avoid divide by zeroDavid Tardon1-1/+1
2017-07-04ofz#1431 reject NURBS that do not have enough control pointsDavid Tardon1-16/+2
2017-07-03ofz#2335 avoid divide by zeroDavid Tardon2-2/+3
2017-07-03use VSD_ALMOST_ZERO macro consistentlyDavid Tardon2-7/+6
2017-06-20ofz#2307 avoid division by 0David Tardon1-7/+16
2017-06-20ofz#2268 avoid division by 0David Tardon1-1/+2
2017-06-20ofz#2252 avoid division by 0David Tardon1-1/+2
2017-06-20use std::hypotDavid Tardon1-8/+8
2017-06-20ofz#2248 avoid division by 0David Tardon1-1/+1
2017-06-06astyleDavid Tardon1-1/+1