summaryrefslogtreecommitdiff
path: root/.gitignore
blob: c2d725873b8704c95d10cfb4e22970e2ee05411c (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
# backup and temporary files
*~
.*.sw[op]

.gitattributes

# the build directories
/*/unxlng??
/*/unxlng??.pro
/*/wntmsc???
/*/wntmsc???.pro
/*/wntgcc?
/*/wntgcc?.pro
/*/unxmac??
/*/unxmac??.pro
/*/unxios?
/*/unxios?.pro
/*/unxand?
/*/unxand?.pro

/external/*/*.dll
/external/*/*.txt
/external/msi/*.exe
/external/msv*/*.manifest
/external/vcredist/vcredist_x64.exe
/external/vcredist/vcredist_x86.exe
tr> 2014-12-16unodevtools: Use appropriate OUString functions on string constantsStephan Bergmann 2014-12-04unodevtools: loplugin:cstylecastStephan Bergmann 2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini 2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin 2014-07-01New loplugin:stringconcatStephan Bergmann 2014-06-21cppcheck: Redundant checking of STL containerJulien Nabet 2014-06-05various: remove SAL_THROW macroNoel Grandin 2014-06-04compareTo -> equalsNoel Grandin 2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin 2014-04-08Clean up function declarationsStephan Bergmann 2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin 2014-03-18Make parameters const too.Andrzej Hunt 2014-03-18loplugin:passstringbyrefAndrzej Hunt 2014-03-12Spelling fix: suportedTor Lillqvist 2014-03-03unodevtools: rename makefile like the ExecutableMichael Stahl 2014-02-26Remove visual noise from unodevtoolsAlexander Wilms 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-02-17unodevtools: sal_Bool -> boolStephan Bergmann 2014-02-17codemaker: sal_Bool -> boolStephan Bergmann 2013-11-11remove unnecessary use of OUString constructorNoel Grandin 2013-11-05fixincludeguards.sh: uno*Thomas Arnhold 2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin 2013-09-16Revert "WIP: add cppumaker -U to directly read from .idl files"Stephan Bergmann 2013-09-12WIP: add cppumaker -U to directly read from .idl filesStephan Bergmann