summaryrefslogtreecommitdiff
path: root/vigra
ModeNameSize
-rw-r--r--Makefile225logplain
-rw-r--r--Module_vigra.mk494logplain
-rw-r--r--README102logplain
-rw-r--r--UnpackedTarball_vigra.mk670logplain
d---------prj70logplain
-rw-r--r--vigra1.4.0-enumwarn.patch637logplain
-rw-r--r--vigra1.4.0-unused-parameters.patch1317logplain
-rw-r--r--vigra1.4.0.patch61079logplain
log.hxx headersGabor Kelemen 2018-07-27loplugin:returnconstant in helpcompilerNoel Grandin 2018-07-27helpcompiler: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann 2018-06-13Don't create std::string from nullptrStephan Bergmann 2018-06-11tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov 2018-06-07tdf#96099 Remove std::vector typedefsAbhyudaya Sharma 2018-04-16loplugin:useuniqueptr in StreamTableNoel Grandin 2018-03-18Use for-range loops in helpcompilerJulien Nabet 2018-02-01helpcompiler: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski 2018-01-15loplugin:useuniqueptr in BasicCodeTaggerNoel Grandin 2017-11-26Replace lists by vector and deque (helpcompiler)Julien Nabet 2017-10-30loplugin:constmethod in idl,helpcompilerNoel Grandin 2017-10-23loplugin:includeform: helpcompilerStephan Bergmann 2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski 2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski 2017-08-06cppcheck: unreadVariableJochen Nitschke 2017-07-18loplugin:constparams in vclNoel Grandin 2017-07-02loplugin:casttovoid: helpcompilerStephan Bergmann 2017-06-25loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin 2017-06-08remove some unnecessary use of OUStringBufferNoel Grandin 2017-05-28remove unnecessary use of OString::getStrNoel Grandin 2017-05-26Make helpcompiler more verbose on dot ahelpsGabor Kelemen 2017-05-09Clean up uses of SAL_U/SAL_W: helpcompilerStephan Bergmann 2017-05-03remove empty commentsNoel Grandin 2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock 2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann 2017-03-23Remove unused #include <ctype.h>Stephan Bergmann 2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann 2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann