Age | Commit message (Expand) | Author |
2016-02-05 | Fix typos | Andrea Gelmini |
2016-01-25 | InterfaceContainer2 with vector instead of Sequence | Noel Grandin |
2016-01-08 | tdf#89236: Don't deflate encrypted document in parallel | Matúš Kukan |
2015-12-24 | loplugin:unusedfields | Noel Grandin |
2015-11-19 | use comphelper::containerToSequence | Noel Grandin |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-04 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-10-23 | com::sun::star->css in package,pyuno | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-07 | clang-analyzer-deadcode.DeadStores | Stephan Bergmann |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-18 | boost->std | Caolán McNamara |
2015-08-26 | package: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-08-19 | Consolidate isFileUrl checks | Stephan Bergmann |
2015-08-18 | Simplify ZipPackage::isLocalFile check | Stephan Bergmann |
2015-08-17 | avoid possible leak on exception | Caolán McNamara |
2015-08-05 | Resolves: tdf#88314 close temp file after each thread completed | Caolán McNamara |
2015-07-26 | Revert "Resolves: tdf#88314 close temp file after each thread completes" | Norbert Thiebaud |
2015-07-24 | Resolves: tdf#88314 close temp file after each thread completes | Caolán McNamara |
2015-06-29 | drop yet another reimplementation of rtl::Reference (SotMutexHolderRef) | Noel Grandin |
2015-06-26 | loplugin:stringconstant: handle OUString+=OUString(literal) | Stephan Bergmann |
2015-06-13 | Typos | Julien Nabet |
2015-06-11 | convert 'it.begin() == it.end()' to 'it.empty()' | Noel Grandin |
2015-06-05 | WaE: unreferenced local variable | Caolán McNamara |
2015-06-05 | uncaught exceptions in parallel deflate threads on re-export of HTB23106 odgs | Caolán McNamara |
2015-06-01 | loplugin:loopvartoosmall | Noel Grandin |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | Improved loplugin:literaltoboolconversion looking into cond. exprs. | Stephan Bergmann |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-08 | A UNO Any can't contain an Any | Stephan Bergmann |
2015-03-25 | tdf#90010 Partially revert "package: Do not bother with deflating jpeg images" | Matúš Kukan |
2015-03-13 | V803 decreased performance postfix increment | Michael Stahl |
2015-01-20 | Some more loplugin:cstylecast: package | Stephan Bergmann |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-19 | fdo#39440 reduce scope of local variables | Michael Weghorn |
2014-12-18 | comphelper: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-15 | fdo#87210: Re-enable parallel deflate, which was not the root cause. | Kohei Yoshida |
2014-12-14 | package: Create memory buffer only when we need it - if we use parallelism | Matúš Kukan |
2014-12-10 | Globally disable threading for these for now. | Kohei Yoshida |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-17 | package: Do not bother with deflating jpeg images | Matúš Kukan |
2014-11-17 | package: Do not deflate small streams in a thread | Matúš Kukan |
2014-11-17 | Simplify input parameters to just take the sequence | Matúš Kukan |
2014-11-17 | package: Add possibility to disable deflating in a thread | Matúš Kukan |
2014-11-17 | package: Finally implement parallel zip entries deflating | Matúš Kukan |
2014-11-17 | package: Call writeLOC always after putNextEntry explicitly | Matúš Kukan |
2014-11-17 | package: Do not use hacky bit 1<<4 in ZipEntry::nFlag | Matúš Kukan |
2014-11-17 | package: Use memory stream for compressing zip entries | Matúš Kukan |