summaryrefslogtreecommitdiff
path: root/vcl/source/fontsubset
AgeCommit message (Expand)AuthorFilesLines
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann2-7/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann7-224/+224
2015-10-24cppcheck: invalidPrintfArgType_sintCaolán McNamara1-1/+1
2015-10-22crashtesting+ubsan: rhbz1003919-1.svg left shift of negative numberCaolán McNamara1-2/+4
2015-10-22crashtesting+ubsan: abi2079-1.html memcpy null source with 0 lenCaolán McNamara1-1/+3
2015-10-10valgrind: zero padding bytesCaolán McNamara1-2/+4
2015-10-09malloc + memset(0,..) -> callocCaolán McNamara1-2/+1
2015-10-07Make this compile for iOS againTor Lillqvist1-1/+1
2015-10-02loplugin:unusedmethods in vclNoel Grandin1-0/+3
2015-09-14Refactor graphite integration and update graphiteMartin Hosken1-0/+3
2015-09-04Reduce nVal scopeStephan Bergmann1-8/+7
2015-09-04Uniformly use if --- else if brachnes hereStephan Bergmann1-5/+1
2015-09-04clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-08-21No NO_MAPPERS, NO_TYPE3, NO_TYPE42 or NO_TTCR anywhereTor Lillqvist1-23/+0
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-04coverity#1213369 Untrusted value as argumentCaolán McNamara1-1/+1
2015-07-04Fix typosAndrea Gelmini2-2/+2
2015-07-02coverity#1213369 Untrusted value as argumentCaolán McNamara1-0/+3
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-5/+5
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2-5/+5
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin5-42/+42
2015-03-31-fsanitize=functionStephan Bergmann2-3/+4
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann4-108/+108
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-7/+7
2015-02-25vcl: these compare functions use subtraction and could overflowMichael Stahl1-5/+7
2015-02-21Typo: trough->throughJulien Nabet1-2/+2
2015-02-03Fix for unaddressable access reading TT font data.Ashod Nakashian1-1/+0
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann3-27/+27
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn2-16/+12
2014-12-07try and help coverity out hereCaolán McNamara1-1/+1
2014-12-07coverity#1213364 Untrusted loop boundCaolán McNamara1-3/+3
2014-11-30coverity#1213364 Untrusted loop boundCaolán McNamara1-3/+6
2014-11-28coverity#1213364 Untrusted loop boundCaolán McNamara1-6/+24
2014-11-24typo: unknownAndras Timar1-1/+1
2014-11-21coverity#1213367 rework to make comparison to len more clearCaolán McNamara1-1/+3
2014-11-21coverity#1213368 Untrusted value as argumentCaolán McNamara1-6/+10
2014-11-21move error patch test to startCaolán McNamara1-2/+2
2014-11-21coverity#1213370 rework to make comparison to rec[i].slen more clearCaolán McNamara1-2/+4
2014-11-17coverity#1251174 help coverity out hereCaolán McNamara1-1/+1
2014-11-17use already existing variableDavid Tardon1-1/+1
2014-11-17coverity#1251174 untrusted pointer readDavid Tardon1-2/+6
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2014-11-13coverity#1251581 Copy-paste errorCaolán McNamara1-1/+1
2014-11-12coverity#1213365 Untrusted value as argumentCaolán McNamara1-4/+31
2014-11-12coverity#1213370 Untrusted value as argumentCaolán McNamara1-0/+11
2014-11-12coverity#735344 Unchecked return value from libraryCaolán McNamara1-4/+7
2014-11-10coverity#1222237 Untrusted value as argumentCaolán McNamara1-10/+45
2014-11-06coverity#1213366 Untrusted loop boundCaolán McNamara1-2/+12