summaryrefslogtreecommitdiff
path: root/.gitmodules
blob: f432476e24cce46245f72e859abeb2ee31a1294d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[submodule "dictionaries"]
	path = dictionaries
	url = git://gerrit.libreoffice.org/dictionaries
	branch = .
[submodule "helpcontent2"]
	path = helpcontent2
	url = git://gerrit.libreoffice.org/help
	branch = .
[submodule "translations"]
	path = translations
	url = git://gerrit.libreoffice.org/translations
	branch = .
Noel Grandin 2017-10-23loplugin:includeform: storeStephan Bergmann 2017-10-20loplugin:constmethod in codemaker,registry,storeNoel Grandin 2017-08-18loplugin:unnecessaryparenNoel Grandin 2017-08-15Remove unnecessary user-provided copy functionsStephan Bergmann 2017-07-28loplugin:constparams handle constructorsNoel Grandin 2017-07-17loplugin:constparams in store,registryNoel Grandin 2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin 2017-07-02loplugin:casttovoid: storeStephan Bergmann 2017-06-27loplugin:oncevar in starmath..svlNoel Grandin 2017-06-21loplugin:unusedfields store..svlNoel Grandin 2017-06-16Remove a bunch of comment cruft - esp. "the end." bitsChris Sherlock 2017-06-05Improved loplugin:cstylecast to reference types: storeStephan Bergmann 2017-05-30teach redundantcast plugin about functional castsNoel Grandin 2017-05-09cleanup osl/diagnose.h includesJochen Nitschke 2017-05-07revert OSL_ASSERT changesChris Sherlock 2017-05-07tdf#43157: convert store from OSL_ASSERT to assertChris Sherlock