summaryrefslogtreecommitdiff
path: root/pyuno/source/loader
AgeCommit message (Expand)AuthorFilesLines
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-2/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): pyunoStephan Bergmann1-1/+1
2019-04-26tdf#42949 Fix IWYU warnings in pyuno/Gabor Kelemen1-2/+2
2019-04-02For Python extensions, set __file__ before executing the moduleThomas Viehmann1-1/+1
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann1-12/+12
2018-09-17New loplugin:externalStephan Bergmann1-3/+3
2018-02-01tdf#114815 pyuno: avoid 2 threads initing python in parallelMichael Stahl1-4/+16
2018-01-12More loplugin:cstylecast: pyunoStephan Bergmann1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-02-21remove some unnecessary OUStringBuffer usageNoel Grandin1-4/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-3/+2
2017-01-19New loplugin:dynexcspec: Add @throws documentation, pyunoStephan Bergmann1-0/+3
2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl1-2/+2
2016-06-21Clean up uses of Any::getValue() in pyunoStephan Bergmann1-2/+4
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist1-1/+1
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-04yyyyyNoel Grandin1-2/+2
2015-10-23com::sun::star->css in package,pyunoNoel Grandin1-3/+3
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-01-20Some more loplugin:cstylecast: pyunoStephan Bergmann1-1/+1
2014-09-21Don't try to write Python bytecode files in case of a read-only installsetTor Lillqvist1-0/+6
2014-05-26coverity#982751 Dereference null return valueCaolán McNamara1-1/+2
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-5/+3
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-07No serviceNames attribute in LoaderStephan Bergmann1-1/+1
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-1/+3
2013-08-15Mark as constTakeshi Abe1-1/+1
2013-04-18pyuno_loader::CreateInstance: delete the initial PyThreadStateMichael Stahl1-0/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-12/+9
2013-03-28Remove RTL_CONSTASCII_(U)STRINGPARAM in pyunoChr. Rossmanith1-1/+1
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-4/+4
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-4/+4
2013-03-18avoid Wundef in cases where the usage seems otherwise okLuboš Luňák1-1/+1
2013-01-23fdo#59728: Fix encoding of .py files as UTF-8 for Python 3Stephan Bergmann1-1/+4
2012-12-19some not important Python3.3 port (pythonloader DEBUG mode)László Németh1-3/+3
2012-12-09Python/pep8: fix E711 (is or is not None instead of = or !=) in pyuno moduleJulien Nabet1-2/+2
2012-11-25pyuno: adjust uno.ByteSequence to work with "bytes"Michael Stahl1-1/+1
2012-11-17pyuno: fix breakage because PATH_MAX not defined with Python3Michael Stahl1-1/+13
2012-10-02Use prefixTor Lillqvist2-2/+2
2012-07-02re-base on ALv2 code. Removing:Michael Meeks3-70/+43
2012-06-14Remove dmake makefiles obsoleted by gbuild'ificationStephan Bergmann1-94/+0
2012-01-02Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot1-2/+2
2011-12-12fix loading of python-uno module by package.module nameLionel Elie Mamane1-5/+6
2011-12-12more debug spew in non-debug productCaolán McNamara1-1/+1
2011-12-12Let's not have debug spew all the timeCaolán McNamara1-1/+1