summaryrefslogtreecommitdiff
path: root/pyuno/source/module/pyuno_module.cxx
AgeCommit message (Expand)Author
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-09-07DeInitVCL in PythonTestStephan Bergmann
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-06-23[API CHANGE] Add a sal_debug method to pyunoTor Lillqvist
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin
2018-01-15More loplugin:cstylecast: pyunoStephan Bergmann
2018-01-12More loplugin:cstylecast: pyunoStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert pyuno from OSL_ASSERT to assertChris Sherlock
2017-03-13Revert "comphelper: fix MSVC hang in ThreadPool::shutdown()"Miklos Vajna
2017-03-11comphelper: fix MSVC hang in ThreadPool::shutdown()Michael Stahl
2017-02-21remove some unnecessary OUStringBuffer usageNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, pyunoStephan Bergmann
2016-08-25loplugin:staticaccess: Extend loplugin:staticcall to cover all access...Stephan Bergmann
2016-05-26loplugin:unusedreturntypesNoel Grandin
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-23com::sun::star->css in package,pyunoNoel Grandin
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-07-30Give PyUNO structs/exceptions their own separate typeMatthew J. Francis
2015-07-27Tweak introspection/invocation to be more useful to PyUNOMatthew J. Francis
2015-06-26Make PyUNO provide more Pythonic behaviourMatthew J. Francis
2015-01-20Some more loplugin:cstylecast: pyunoStephan Bergmann
2015-01-02include algorithmCaolán McNamara
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-11-25Revert "pyuno: set up fake command line in getComponentContext()"Stephan Bergmann
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-09-12pyuno: remove obsolete NOOPT comment about GCC 3.2Michael Stahl
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist
2014-06-04Demystify magic poniesStephan Bergmann
2014-05-26coverity#982169 Unchecked return valueCaolán McNamara
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-04-02coverity#1019376 Resource leakCaolán McNamara
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-10-10sal: add special handling of argc==0 to osl_setCommandArgs()Michael Stahl
2013-10-09pyuno: set up fake command line in getComponentContext()Michael Stahl
2013-09-22gbuild: remove libraries from OUTDIR and WORKDIRMichael Stahl
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
2013-08-13fdo#50470: Restore pyuno object method introspection in Python 3David Bolen
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-04-21adapt path for test.dll for WNTMichael Stahl
2013-04-09warning C4101: 'e' : unreferenced local variableStephan Bergmann
2013-04-09unbreak windows tinderboxDavid Tardon