summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-28rely on pkg-config to detect zlibDavid Tardon1-6/+1
2017-10-28drop :: prefixDavid Tardon1-1/+1
2017-10-02ofz#2825 avoid signed integer overflowDavid Tardon1-1/+1
2017-09-28avoid output from fuzzerDavid Tardon1-2/+2
2017-09-10m4: MSVC defines __cplusplus as 199711L stillMiklos Vajna1-1/+1
2017-09-08assume modern enough ICU is availableDavid Tardon3-15/+3
2017-09-07Convert explicit for loops to range-based ones where possibleMiklos Vajna7-57/+52
2017-09-06Convert 0 to nullptr where it's used as a pointer valueMiklos Vajna8-262/+262
2017-09-05Mark overriding member functions as 'override'Miklos Vajna3-18/+18
2017-07-29use vector::data()David Tardon3-9/+9
2017-07-29do not append UTF-8 string by code unitsDavid Tardon2-7/+7
2017-05-14cppcheck: Function 'getNewFill' argument order differentJulien Nabet1-1/+1
2017-05-09use existing conv. functionsDavid Tardon1-5/+2
2017-05-09ofz#1357 avoid integer overflowDavid Tardon1-3/+3
2017-05-02ofz#1004 fix signed integer overflowDavid Tardon1-2/+2
2017-05-02ofz#1288 fix signed integer overflowDavid Tardon1-7/+5
2017-04-23replace dumb pointers by smart onesDavid Tardon5-28/+21
2017-04-23replace dumb pointers by smart onesDavid Tardon1-6/+4
2017-04-12drop forgotten source fileDavid Tardon4-94/+0
2017-04-12boost::bind -> std::bindDavid Tardon3-7/+7
2017-04-12boost::function -> std::functionDavid Tardon8-26/+25
2017-04-12boost::shared_ptr -> std::shared_ptrDavid Tardon9-54/+53
2017-04-12boost::scoped_ptr -> std::unique_ptrDavid Tardon4-17/+16
2017-04-12switch to C++11David Tardon3-0/+1023
2017-04-12ignore tags filesDavid Tardon1-0/+1
2017-04-12only ignore generated files in m4David Tardon2-1/+2
2017-04-08ofz#1003: try to fix use of temp. var. after its stack scopeDavid Tardon1-1/+1
2017-04-02WaE: this statement may fall throughDavid Tardon1-0/+1
2017-03-30pick better targetDavid Tardon1-1/+1
2017-03-30fix copypastaDavid Tardon1-1/+1
2017-03-30fuzzers are disabled by defaultDavid Tardon1-1/+1
2017-03-29handle all possible zlib error codesDavid Tardon1-1/+1
2017-03-29avoid memory leakDavid Tardon1-6/+4
2017-03-29astyleDavid Tardon2-5/+5
2017-03-29avoid leak even if an exception is thrownDavid Tardon1-15/+9
2017-03-16fix typo: "the the" --> thedennisroczek1-1/+1
2017-03-14renameDavid Tardon3-5/+5
2017-03-13avoid memory leakDavid Tardon1-3/+4
2017-03-13the condition is checked in parent makefileDavid Tardon2-8/+0
2017-03-13sources of bin targets are distributed automaticallyDavid Tardon2-2/+0
2017-03-13do not hardcode relative path to the libDavid Tardon2-2/+2
2017-03-13update configure summaryDavid Tardon1-1/+1
2017-03-13create a fuzzing driver for oss-fuzzDavid Tardon5-2/+71
2017-03-12fix typo: usefull --> usefuldennisroczek1-2/+2
2016-02-16librevenge-stream is not really neededDavid Tardon1-1/+1
2016-02-06update READMEDavid Tardon1-5/+5
2016-02-06add missing includeDavid Tardon1-0/+1
2016-02-06afl: avoid out of bounds access to vectorDavid Tardon1-0/+3
2016-02-06need space for the terminating null-characterMiklos Vajna1-1/+2
2016-02-06C++11 syntax is not allowedDavid Tardon1-4/+4