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 = .
07c1b01addd1043606e8a631da'>tdf#143148 use pragma once in idlcAman Jha 2022-04-10loplugin:stringview check for getToken and trimNoel Grandin 2022-01-08Unify condition names and fix "else" pathsJan-Marek Glogowski 2021-12-28idlc: Always use sys/wait.h on UNIXIsmael Luceno 2021-12-22loplugin:flatten in filter..includeNoel Grandin 2021-11-07forward decls go after #includeNoel Grandin 2021-09-23Extend loplugin:stringviewparam to starts/endsWith: idlcStephan Bergmann 2021-08-12make --with-idlc-cpp=cpp work for gcc cpp as a ucpp replacementCaolán McNamara