summaryrefslogtreecommitdiffstats
path: root/pyuno/source/loader/pyuno_loader.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#121384 don't leave a bare trailing : in PYTHONPATHCaolán McNamara2020-06-221-2/+12
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet2019-08-171-2/+1
* Improved loplugin:stringconstant (now that GCC 7 supports it): pyunoStephan Bergmann2019-07-311-1/+1
* tdf#42949 Fix IWYU warnings in pyuno/Gabor Kelemen2019-04-261-2/+2
* loplugin:indentation (clang-cl)Stephan Bergmann2019-02-261-12/+12
* New loplugin:externalStephan Bergmann2018-09-171-3/+3
* tdf#114815 pyuno: avoid 2 threads initing python in parallelMichael Stahl2018-02-011-4/+16
* More loplugin:cstylecast: pyunoStephan Bergmann2018-01-121-1/+1
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
* remove some unnecessary OUStringBuffer usageNoel Grandin2017-02-211-4/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-3/+2
* New loplugin:dynexcspec: Add @throws documentation, pyunoStephan Bergmann2017-01-191-0/+3
* Clean up uses of Any::getValue() in pyunoStephan Bergmann2016-06-211-2/+4
* Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist2016-05-271-1/+1
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-1/+0
* use consistent #define checks for the Windows platformNoel Grandin2016-02-171-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-2/+2
* yyyyyNoel Grandin2015-11-041-2/+2
* com::sun::star->css in package,pyunoNoel Grandin2015-10-231-3/+3
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-2/+2
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-1/+1
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-2/+2
* Some more loplugin:cstylecast: pyunoStephan Bergmann2015-01-201-1/+1
* Don't try to write Python bytecode files in case of a read-only installsetTor Lillqvist2014-09-211-0/+6
* coverity#982751 Dereference null return valueCaolán McNamara2014-05-261-1/+2
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-5/+3
* bool improvementsStephan Bergmann2014-01-281-1/+1
* Use subfolder names from <config_folders.h>Tor Lillqvist2013-08-181-1/+3
* Mark as constTakeshi Abe2013-08-151-1/+1
* pyuno_loader::CreateInstance: delete the initial PyThreadStateMichael Stahl2013-04-181-0/+4
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-12/+9
* Remove RTL_CONSTASCII_(U)STRINGPARAM in pyunoChr. Rossmanith2013-03-281-1/+1
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-4/+4
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-4/+4
* avoid Wundef in cases where the usage seems otherwise okLuboš Luňák2013-03-181-1/+1
* pyuno: fix breakage because PATH_MAX not defined with Python3Michael Stahl2012-11-171-1/+13
* Use prefixTor Lillqvist2012-10-021-1/+1
* re-base on ALv2 code. Removing:Michael Meeks2012-07-021-23/+14
* Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot2012-01-021-2/+2
* Undo basis/brand split: moved Python from basis to brand.Stephan Bergmann2011-10-201-1/+1
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-271-2/+2
* Janitorial: remove unnecessary const_castsLionel Elie Mamane2011-08-211-1/+1
* Related: fdo#34184 on windows find the openssl libs that _ssl.pyd needsCaolán McNamara2011-07-291-1/+17
* minor whitespace/makefile cleanupChristian Lohmaier2011-07-241-1/+1
* Remove component_getImplementationEnvironmentMatúš Kukan2011-07-121-7/+0
* Fix simple warning (explicit cast in char*)Julien Nabet2011-05-091-2/+2
* Port PyUno to support Python 3Andreas Becker2011-05-071-4/+26
* Easyhack: Add visibility markup to all component_get* functionsJulien Nabet2011-04-211-2/+2
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud2011-03-081-6/+0
|\
| * sb129: #i113189# change UNO components to use passive registrationsb2010-09-101-6/+0