summaryrefslogtreecommitdiff
path: root/logerrit
AgeCommit message (Expand)Author
2013-03-29add wiki-link to logerritBjoern Michaelsen
2013-03-27logerrit setup - automate lots more for first-time users.Michael Meeks
2013-03-27kill './logerrit review'Bjoern Michaelsen
2013-03-26make ./logerrit setup hooks just to be sureBjoern Michaelsen
2013-03-26first time gerrit users register, they do not sign inBjoern Michaelsen
2013-03-26logerrit: kill copy-pasteMiklos Vajna
2013-03-26add draft-submittal to logerrit and retabBjoern Michaelsen
2013-03-26add a setup walkthrough to ./logerritBjoern Michaelsen
2013-03-04Print help text if no subcommand is providedPhilipp Weissenbacher
2013-02-01logerrit: print logerrit help with --helpPetr Mladek
2012-08-22logerrit: --code-review=2 in review implies --submitMiklos Vajna
2012-08-14logerrit: Fix some typos.Tim Retout
2012-07-31add ./logerrit resubmitBjoern Michaelsen
2012-07-10check for uncommited work before executing a nextchangeBjoern Michaelsen
2012-07-05logerrit: for review, we need to grep for revision, not refMiklos Vajna
2012-07-05fix ./logerrit reviewBjoern Michaelsen
2012-06-29logerrit review: fix missing escaping, codereview -> code-reviewMiklos Vajna
2012-06-26do not submit a change for now as that removes the ref on gerritBjoern Michaelsen
2012-06-21add helper script for gerrit CLI integrationBjoern Michaelsen
tions, using UNO_QUERY_THROWStephan Bergmann 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-19New loplugin:dynexcspec: Add @throws documentation, cpputoolsStephan Bergmann 2016-03-11tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar 2016-02-09Remove excess newlinesChris Sherlock 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-09new loplugin: oncevarNoel Grandin 2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann 2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-05-29loplugin:loopvartoosmallNoel Grandin 2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann 2014-12-12cpputools: Use appropriate OUString functions on string constantsStephan Bergmann 2014-11-05markup with event type not checker typeCaolán McNamara 2014-10-28coverity#982593 experiment with silencing Infinite loopCaolán McNamara 2014-05-29remove more unnecesary OUString constructor useNoel Grandin 2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin 2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin 2014-05-23add default value for Context param in uno::Exception constructorsNoel Grandin 2014-05-08various: sal_Bool->boolNoel Grandin 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2013-11-22remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin 2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin 2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin 2013-10-23remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith 2013-10-01Remove odd "bootstrapping" of acceptor/connector/binaryurp componentsStephan Bergmann 2013-06-29remove OUString wrap for string literalsThomas Arnhold