Age | Commit message (Expand) | Author |
2020-02-21 | tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer types | Canberk TURAN |
2020-02-19 | use FILE_ATTRIBUTE_TEMPORARY on Windows for temp files | Noel Grandin |
2020-02-16 | GBUILD_TRACE, support for finding out where the build time is spent | Luboš Luňák |
2020-02-12 | clang-analyzer-deadcode.DeadStores | Noel Grandin |
2020-02-03 | loplugin:unsignedcompare (clang-cl) | Stephan Bergmann |
2020-01-28 | New loplugin:unsignedcompare | Stephan Bergmann |
2020-01-22 | don't warn about 0/0/0 year, commonly used as a default-value/no-value | Noel Grandin |
2020-01-17 | loplugin:redundantcast (size_t vs. std::size_t) | Stephan Bergmann |
2020-01-08 | tdf#96505 Get rid of cargo cult long integer literals | Yusuf Keten |
2019-12-28 | pdf: extract XMP metadata writing and use XmlWriter | Tomaž Vajngerl |
2019-12-23 | sal_Char->char in tools | Noel Grandin |
2019-12-18 | tools: define DbgTestSolarMutex() unconditionally | Miklos Vajna |
2019-12-12 | SvFileStream::Lock/UnlockRange are only called from within SvFileStream itself | Stephan Bergmann |
2019-12-11 | Fix typos | Andrea Gelmini |
2019-12-07 | clang-tidy(WIP): bugprone-signed-char-misuse findings 3 | Tamás Zolnai |
2019-12-07 | clang-tidy(WIP): bugprone-signed-char-misuse findings 2 | Tamás Zolnai |
2019-12-03 | remove some useless comment lines | Noel Grandin |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann |
2019-11-21 | tdf#128862: fix HSQLDB odb-files with apostrophe crash | Julien Nabet |
2019-11-11 | Don't compile cpuid test with INTRINSICS_CXXFLAGS | Tomaž Vajngerl |
2019-11-03 | size some stringbuffer to prevent re-alloc | Noel Grandin |
2019-10-26 | size some stringbuffer to prevent re-alloc | Noel Grandin |
2019-10-23 | size some stringbuffer to prevent re-alloc | Noel Grandin |
2019-10-21 | -fsanitize=nullptr-with-nonzero-offset | Stephan Bergmann |
2019-10-21 | size some stringbuffer to prevent re-alloc | Noel Grandin |
2019-10-18 | make bin/update_pch.s always include code in trivial #if's | Luboš Luňák |
2019-10-17 | Remove some memset calls | Mike Kaganski |
2019-10-16 | loplugin:bufferadd loosen some constraints | Noel Grandin |
2019-10-11 | ofz#14989 Z_NEED_DICT related infinite loop | Caolán McNamara |
2019-10-11 | drop PZSTREAM define | Caolán McNamara |
2019-10-10 | convert WriteCharPtr..getStr to WriteOString | Noel Grandin |
2019-10-09 | tools: don't leave SvStream::m_nBufFilePos pointing beyond the end | Michael Stahl |
2019-10-08 | loplugin:redundantpointerops simplify *p.get() | Noel Grandin |
2019-10-05 | ofz#17212 Floating point exception | Caolán McNamara |
2019-10-04 | always use gb_LinkTarget__get_cxxflags for cxxobjects | Luboš Luňák |
2019-10-02 | loplugin:stringadd in tools..unotools | Noel Grandin |
2019-09-29 | Move Rectangle,Point,Size serialization to GenericTypeSerializer | Tomaž Vajngerl |
2019-09-24 | support O(U)String::number() for fast string concatenation | Luboš Luňák |
2019-09-23 | do not require $(SRCDIR) in every gb_Library_set_precompiled_header | Luboš Luňák |
2019-09-18 | remove unused crc functionality from ZCodec | Noel Grandin |
2019-09-17 | Use CPPUNIT_ASSERT in test code | Stephan Bergmann |
2019-09-17 | Fix assert | Mike Kaganski |
2019-09-01 | Fix '..' | Andrea Gelmini |
2019-08-30 | fix PolyPolygon move operator= | Noel Grandin |
2019-08-30 | new loplugin:noexceptmove | Noel Grandin |
2019-08-28 | INetURLObject::setFSysPath is unused now | Stephan Bergmann |
2019-08-23 | loplugin:returnconstval in tools | Noel Grandin |
2019-08-12 | Fix typos | Andrea Gelmini |
2019-08-12 | Fix typos | Andrea Gelmini |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): tools | Stephan Bergmann |