summaryrefslogtreecommitdiffstats
path: root/cppu/source/uno
Commit message (Expand)AuthorAgeFilesLines
* use more OUString::operator== comphelper..cuiNoel Grandin2017-07-134-10/+10
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-101-1/+1
* fix m68k build (again)Rene Engelhard2017-07-041-6/+20
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-032-3/+2
* revert OSL_ASSERT changesChris Sherlock2017-05-079-29/+29
* tdf#43157: convert rest of cppu from OSL_ASSERT to assertChris Sherlock2017-05-079-29/+29
* clang-tidy: readability-else-after-returnNoel Grandin2017-04-122-14/+5
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-3/+3
* OSL_TRACE->SAL in chart2..ooxNoel Grandin2016-12-131-1/+1
* uno: Add support for targets with 16-bit alignmentJohn Paul Adrian Glaubitz2016-12-121-5/+31
* cppu/source/uno/EnvDcp.c -> cppu/source/uno/EnvDcp.cxxStephan Bergmann2016-10-281-0/+0
* cid#1371314: Add move semanticsStephan Bergmann2016-09-201-0/+10
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-1/+1
* icopyConstructFromElements's nAlloc is never negativeStephan Bergmann2016-08-231-39/+19
* loplugin:countusersofdefaultparams in chart2..desktopNoel Grandin2016-08-051-2/+2
* tdf#100726: Improve readability of OUString concatenationnadith2016-08-011-3/+1
* tdf#97499 Fixed containers parameters clearing #8tymyjan2016-05-011-1/+1
* clang-tidy modernize-loop-convert in c*Noel Grandin2016-04-211-2/+2
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-203-6/+6
* Use cast to bool to normalize sal_Bool valuesStephan Bergmann2016-04-203-7/+7
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-2/+0
* tdf#97499 Fixed containers parameters clearing #4tymyjan2016-04-041-2/+1
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-3/+3
* loplugin:staticanonymousStephan Bergmann2016-04-011-2/+2
* uno/check.cxx: use alignment calculated at runtime instead of hardcodeDouglas Mencken2016-03-291-23/+20
* android version can also be compiled for x86Christian Lohmaier2016-03-221-1/+2
* typoStephan Bergmann2016-03-091-23/+23
* Use plain assert (to complement use of static_assert above)Stephan Bergmann2016-03-091-32/+24
* Extract static_asserts out of OSL_DEBUG_LEVEL > 0Stephan Bergmann2016-03-081-87/+95
* Clean up namespaceStephan Bergmann2016-03-081-1/+1
* Extract checking code to its own check.cxxStephan Bergmann2016-03-082-254/+282
* loplugin:cstylecastStephan Bergmann2016-03-081-1/+1
* Remove redundant checks (that trigger loplugin:implicitboolconversion])Stephan Bergmann2016-03-081-4/+4
* tdf#91794: Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-083-96/+64
* WaE 0xdeadbeaf 32 bits litteral casting to 64 bits pointerNorbert Thiebaud2016-02-222-2/+2
* tdf#57950: Replace chained O(U)StringBuffer::append() with operator+Arnold Dumas2016-02-151-4/+1
* Remove excess newlinesChris Sherlock2016-02-096-7/+0
* Fix typosAndrea Gelmini2016-01-101-1/+1
* cppcheck: allocaCalledCaolán McNamara2016-01-031-22/+20
* i125711 - Illumos port: generalize MAX_ALIGNMENT for SolarisPedro Giffuni2015-11-251-2/+4
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1013-192/+192
* cid#1338241 removed throw from C function.jan iversen2015-11-101-1/+8
* cid#1338242 cid#1338241 removed throw from extern "C" functionjan iversen2015-11-101-3/+9
* new loplugin: oncevarNoel Grandin2015-11-092-4/+2
* Fix typosAndrea Gelmini2015-09-301-1/+1
* loplugin: defaultparamsNoel Grandin2015-08-111-1/+1
* com::sun::star-css in cppu,cppuhelperNoel Grandin2015-07-291-1/+1
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-131-2/+0
* Avoid loplugin:redundantcast in non-debug buildStephan Bergmann2015-07-081-8/+5
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-261-3/+2