summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 79d3fb6160818a115b579228bcbf9a2511d8c954 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# backup and temporary files
*~
.*.sw[op]
.gitattributes

# Wiki
/wikisetup.txt

# Python
/wiki-to-help/*.pyc
/wiki-to-help/mwlib_mods/*.pyc

# the build directories
/callcatcher
/unxlng??
/unxlng??.pro
/unxlng???
/unxlng???.pro
/wntmsc???
/wntmsc???.pro
/wntgcc?
/wntgcc?.pro
/unxmac??
/unxmac??.pro
/unx?bsd??
/unx?bsd??.pro
/unxdfly??
/unxdfly??.pro
/unxso???
/unxso???.pro
/unxaig??
/unxaig??.pro
/unxios?
/unxios?.pro
/unxand?
/unxand?.pro

# libxslt debug memdump
.memdump
rities LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)Author
2022-01-10tdf#146621: handle an exception that may hang process at ExitProcess timeMike Kaganski
2021-10-30Prepare for removal of non-const operator[] from Sequence in pyunoMike Kaganski
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-12Make this instance of cppu::OImplementationId function-localMike Kaganski
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-22cid#1473905 Dereference after null checkCaolán McNamara
2021-02-21loplugin:refcounting in package..saxNoel
2021-02-05tdf#138987 Python 3.12 preparationsdante
2021-01-06pyuno: uno.Char is UTF-16 code unit, not UCS-4Michael Stahl
2021-01-05tdf#138987 pyuno: PyEval_InitThreads is a no-op in Python 3.9David Ostrovsky
2021-01-04mbstowcs failure check is only relevant for non-_WIN32 nowStephan Bergmann
2021-01-01Use Unicode paths on Windows for pyunoMike Kaganski
2021-01-01UTF8 is not ASCIIMike Kaganski
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-19tdf#138987 pyuno: PyEval_InitThreads is a no-op in Python 3.9David Ostrovsky
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-07Wrap "open" into "with"Mike Kaganski
2020-12-04Fix ResourceWarning in pythonloader.pyJulien Nabet
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen
2020-11-06Revert "loplugin:stringbuffer"Noel Grandin
2020-11-06loplugin:stringbufferNoel
2020-11-05loplugin:reducevarscope in pyunoNoel
2020-10-23PyLong_AsLongAndOverflow returns long, and that's fine to use hereStephan Bergmann
2020-10-23long->tools::Long in pyuno..sdNoel
2020-10-02Use the new single-instance="true" attribute in pyunoStephan Bergmann