summaryrefslogtreecommitdiff
path: root/vcl/source/fontsubset
AgeCommit message (Expand)Author
2016-06-27loplugin:singlevalfields in vcl(part2)Noel Grandin
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page
2016-05-25vcl: replace boost::dynamic_bitset with boost::optional<std::bitset>Michael Stahl
2016-05-25remove (un-)definitions of NDEBUG from source filesMichael Stahl
2016-05-14cppcheck: uninitialised members in vclJochen Nitschke
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-11Don't get excited about "inline"Stephan Bergmann
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin
2016-03-30tdf#96099 Remove trivial typedefs from vcl moduleslideon
2016-03-10Avoid reserved identifier, remove unnecessary typedefStephan Bergmann
2016-03-10Avoid reserved identifierStephan Bergmann
2016-03-10Avoid reserved identifierStephan Bergmann
2016-03-10Remove unnecessary typedef (that introduced a reserved identifier)Stephan Bergmann
2016-02-26loplugin:unuseddefaultparam in vcl/Noel Grandin
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-16use consistent #define checks for the Windows platformNoel Grandin
2016-01-31cppcheck: fix redundantCopyJulien Nabet
2016-01-25vcl: move vcl/inc/list.h to vcl/source/fontsubset/Chris Sherlock
2016-01-18loplugin: unused return values in vcl/Noel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-12-27sal_uLong to sal_uInt32Matteo Casalin
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-24cppcheck: invalidPrintfArgType_sintCaolán McNamara
2015-10-22crashtesting+ubsan: rhbz1003919-1.svg left shift of negative numberCaolán McNamara
2015-10-22crashtesting+ubsan: abi2079-1.html memcpy null source with 0 lenCaolán McNamara
2015-10-10valgrind: zero padding bytesCaolán McNamara
2015-10-09malloc + memset(0,..) -> callocCaolán McNamara
2015-10-07Make this compile for iOS againTor Lillqvist
2015-10-02loplugin:unusedmethods in vclNoel Grandin
2015-09-14Refactor graphite integration and update graphiteMartin Hosken
2015-09-04Reduce nVal scopeStephan Bergmann
2015-09-04Uniformly use if --- else if brachnes hereStephan Bergmann
2015-09-04clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-08-21No NO_MAPPERS, NO_TYPE3, NO_TYPE42 or NO_TTCR anywhereTor Lillqvist
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-04coverity#1213369 Untrusted value as argumentCaolán McNamara
2015-07-04Fix typosAndrea Gelmini
2015-07-02coverity#1213369 Untrusted value as argumentCaolán McNamara
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-31-fsanitize=functionStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-02-25vcl: these compare functions use subtraction and could overflowMichael Stahl
2015-02-21Typo: trough->throughJulien Nabet