summaryrefslogtreecommitdiff
path: root/test/perf-test.cc
AgeCommit message (Expand)AuthorFilesLines
2019-12-02enable modernize-redundant-void-argAlbert Astals Cid1-6/+6
2019-12-02enable modernize-use-bool-literalsAlbert Astals Cid1-1/+1
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-8/+8
2019-11-09Make globalParams a std::unique_ptrOliver Sander1-2/+1
2019-06-05-Wshadow renaming in perf-testAlbert Astals Cid1-3/+3
2019-03-21Update (C) from last commitAlbert Astals Cid1-0/+1
2019-03-21Remove GooList completelyOliver Sander1-1/+0
2018-12-20Fix minor typosYuri Chornoivan1-4/+4
2018-12-06Replace Guchar by unsigned charOliver Sander1-1/+1
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander1-1/+1
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-10/+10
2018-09-23Error: Make the msg be constAlbert Astals Cid1-1/+1
2018-09-23Don't cast nullptrAlbert Astals Cid1-1/+1
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-33/+33
2018-01-08Delete lots of copy constructors and copy assignment operatorsAlbert Astals Cid1-0/+4
2017-11-15Fix some mingw warningsAdrian Johnson1-12/+3
2017-09-17Fix printf-like format warningsAlbert Astals Cid1-0/+2
2017-09-17A few more static markersAlbert Astals Cid1-1/+1
2017-09-16Fix missing-declarations warningsAlbert Astals Cid1-31/+31
2014-11-30warning: "_FILE_OFFSET_BITS" redefinedRichard PALO1-1279/+1280
2014-01-27[qt] Improve compilation under Win 8 with Visual Studio 2012Bogdan Cristea1-1/+0
2013-04-14Merge remote-tracking branch 'origin/poppler-0.22'Albert Astals Cid1-2/+4
2013-04-14Check for strcpy_s() and strcat_s() at configure timeHib Eris1-2/+4
2013-01-25Large file supportAdrian Johnson1-3/+3
2012-05-10Kill the concept of "base dir"Albert Astals Cid1-1/+0
2012-02-06[xpdf303] TextOutputDev and associated changesAlbert Astals Cid1-1/+1
2011-09-01xpdf303: API rework, Gfx wants a PDFDoc instead of an XRefAlbert Astals Cid1-1/+1
2011-08-31Port to setErrorCallbackAlbert Astals Cid1-2/+2
2011-08-31xpdf303: error() changes, new param and formattingAlbert Astals Cid1-2/+2
2011-08-30xpdf303: char * -> const char *Albert Astals Cid1-2/+2
2010-04-14include strings.h on non windows platformsAlbert Astals Cid1-0/+2
2009-10-05Use _WIN32 instead of WIN32Kovid Goyal1-12/+12
2008-12-21Fix compile warning on ambiguous elseHib Eris1-1/+2
2008-12-21Fix compile warning on format not a string literalHib Eris1-1/+2
2007-09-24Make perf-test compile on unix as well.Krzysztof Kowalczyk1-61/+43
2007-09-24Disable my_error for now - seems to corrupt memory.Krzysztof Kowalczyk1-0/+2
2007-09-24Con't copy the file unless COPY_FILE is defined.Krzysztof Kowalczyk1-1/+10
2007-09-24Respect -loadonly cmd-line arg.Krzysztof Kowalczyk1-0/+2
2007-09-24Fix msvc debug build. Fix bitmap leak in perf-test.Krzysztof Kowalczyk1-0/+1
2007-09-24Use GooTimer instead of my own timer.Krzysztof Kowalczyk1-90/+8
2007-09-24Add Error.cc in msvc build and use setErrorFunction in perf-test.Krzysztof Kowalczyk1-5/+5
2007-09-22undo accidental changes to file permissionsKrzysztof Kowalczyk1-0/+0
2007-09-21more simplification by removing unneded codeKrzysztof Kowalczyk1-51/+9
2007-09-21for portability use bool/true/false instead of BOOL/TRUE/FALSEKrzysztof Kowalczyk1-90/+86
2007-09-21simplify perf-testKrzysztof Kowalczyk1-2/+73
2007-09-21simplify perf-test codeKrzysztof Kowalczyk1-105/+9
2007-09-21more msvc build fixesKrzysztof Kowalczyk1-0/+4
2007-09-17Start on a test program.Krzysztof Kowalczyk1-0/+1428