summaryrefslogtreecommitdiff
path: root/curl/README
blob: 292e4edf57b68a2f76fe51647deb8464f2aa2559 (plain)
1
A URL manipulation engine from [http://curl.haxx.se/].
2-12 17:24:56 +0000'>2016-12-12tdf#97361: Changed naming convention to Python type, object factories impleme...n5xgdh 2016-11-29Rewrite some (trivial) assignments inside if/while conditions: pyunoStephan Bergmann 2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin 2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl 2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke 2016-10-16clang-cl loplugin: pyunoStephan Bergmann 2016-10-01Fix typosAndrea Gelmini 2016-09-23coverity#1371219 Missing move assignment operatorCaolán McNamara 2016-09-21python3: put a RPATH into libpython3.soMichael Stahl 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-08-25loplugin:staticaccess: Extend loplugin:staticcall to cover all access...Stephan Bergmann 2016-08-19coverity#1371437 Uncaught exceptionCaolán McNamara 2016-07-27improve passstuffbyref return analysisNoel Grandin 2016-07-14Improving uno.py code styleKenneth Koski 2016-06-21Clean up uses of Any::getValue() in pyunoStephan Bergmann 2016-06-06Normalize on using @throws instead of @raise[s]Stephan Bergmann 2016-06-01final solution of the ARCHIVE questionDavid Tardon 2016-05-30Just use Any::operator <<= for sal_Unicode valuesStephan Bergmann 2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist 2016-05-26loplugin:unusedreturntypesNoel Grandin 2016-05-09Fix call to deleted Any constructorLuke Deller 2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann 2016-04-30Fix typosAndrea Gelmini 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-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin 2016-04-14loplugin:passstuffbyref in variousNoel Grandin 2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke 2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan 2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke 2016-04-01tdf#97966 Drop 'static' keywordsWastack 2016-03-29Avoid reserved identifierStephan Bergmann 2016-03-23pyuno: add some debugging hintsMichael Stahl 2016-03-04Fix python2 build of pyuno with older py2 versionsTomáš Chvátal 2016-03-03put python starter shell script to Resources folder of OS X appAndras Timar 2016-02-23Running pep8 on pyuno unit test filesKenneth Koski 2016-02-17use consistent #define checks for the Windows platformNoel Grandin 2016-02-09pyuno: Fix build with python 2.7Rico Tzschichholz