diff -ru python3.orig/configure python3/configure --- misc/python3.orig/configure 2015-07-26 21:14:31.127377193 +0200 +++ misc/python3/configure 2015-07-26 21:21:34.975405648 +0200 @@ -15229,7 +15229,7 @@ $as_echo "$ABIFLAGS" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking SOABI" >&5 $as_echo_n "checking SOABI... " >&6; } -SOABI='cpython-'`echo $VERSION | tr -d .`${ABIFLAGS}${PLATFORM_TRIPLET:+-$PLATFORM_TRIPLET} +SOABI='cpython-'`echo $VERSION$ABIFLAGS` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SOABI" >&5 $as_echo "$SOABI" >&6; } hod='get'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)Author
2017-10-27loplugin:includeform: xmlsecurity (Windows)Stephan Bergmann
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-25xmlsecurity: remove unused chainOn() argumentMiklos Vajna
2017-10-23loplugin:includeform: xmlsecurityStephan Bergmann
2017-10-19fix build with system gpgmeDavid Tardon
2017-10-18gpg4libre fix tdf#113190 don't show expired/invalid keysgpg4libre-review-5.4.99Thorsten Behrens
2017-10-18gpg4libre - tdf#113188 add option for minimal PGPKeyPacketThorsten Behrens
2017-10-18xmlsecurity: remove unused m_xElementStackKeeperMiklos Vajna
2017-10-17turn implicit container explicit in buildable notebooksCaolán McNamara
2017-10-16Make include files found through -Ixmlsecurity/incStephan Bergmann
2017-10-13xmlsecurity: remove unused XSecController::m_xNextNodeOnSAXChainMiklos Vajna
2017-10-06xmlsecurity: last 2 params of setSAXChainConnector() is always nullptrMiklos Vajna
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-10-05TSCP: include certificate usage in paragraph signaturesAshod Nakashian
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-10-03loplugin:finalclasses in xmloffNoel Grandin
2017-10-01loplugin:flatten (clang-cl, xmlsecurity)Stephan Bergmann
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin
2017-09-27loplugin:flatten in vcl..xmlsecurityNoel Grandin
2017-09-22Fresh run of bin/update_pch.shMike Kaganski
2017-09-21Map from GetLastError() to HRESULTStephan Bergmann
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-09-21xmlsecurity: hold SignatureCreatorImpl by rtl::ReferenceMiklos Vajna
2017-09-19xmlsecurity: be consistent inside #ifdef _WIN32Miklos Vajna
2017-09-19PDF signing: don't fail unittest on invalid certificatesMike Kaganski
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski
2017-09-14clang-tidy modernize-use-emplace in variousNoel Grandin
2017-09-10gpg4libre: use SHA512 digests for GPG signing unconditionallyThorsten Behrens
2017-09-10gpg4libre: add sha512 supportThorsten Behrens
2017-09-06xmlsecurity: no need to have pdfio/pdfdocument.hxx as a global headerMiklos Vajna
2017-09-04loplugin:dyncastvisibilityStephan Bergmann
2017-09-03gpg4libre: When encrypting, show all available GPG keysKatarina Behrens
2017-09-03gpg4libre: Recycle certificate selection dialog for encryptionKatarina Behrens
2017-09-01xmlsecurity: fix inconsistent param naming in interface/implementationMiklos Vajna
2017-08-31loplugin:constparams: xmlsecurity (clang-cl)Stephan Bergmann
2017-08-24Consistently use OUString in test::DirectoriesStephan Bergmann
2017-08-23Android: Enable HAVE_FEATURE_NSS and package the NSS libraries with apkGautam Prajapati
2017-08-18loplugin:nullptr (clang-cl)Stephan Bergmann
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-08-10xmlsecurity: Log unknown xml elements for ooxmlSamuel Mehrbrodt
2017-08-10xmlsecurity: work with impl directly in SignatureEngine::startEngine()Miklos Vajna
2017-08-08loplugin:unusedmethodsNoel Grandin