--- misc/openssl-0.9.8v/Configure +++ build/openssl-0.9.8v/Configure @@ -530,6 +530,9 @@ # iPhoneOS/iOS "iphoneos-cross","llvm-gcc:-O3 -isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK) -fomit-frame-pointer -fno-common::-D_REENTRANT:iOS:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", +##### iOS in the LibreOffice case +"ios-armv7","gcc:-O3 -fomit-frame-pointer -DL_ENDIAN:::IOS::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:::::", + ##### A/UX "aux3-gcc","gcc:-O2 -DTERMIO::(unknown):AUX:-lbsd:RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:::", fdd0'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sax/test
AgeCommit message (Expand)Author
2018-01-24Fix typosAndrea Gelmini
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sax module away from OSL_ASSERT to assertChris Sherlock
2017-03-25Fix typosAndrea Gelmini
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl
2016-02-09Remove excess newlinesChris Sherlock
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-30cppcheck: noExplicitConstructorCaolán McNamara
2015-10-28com::sun::star->css in sal,saxNoel Grandin
2015-08-27sax: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
2015-08-27Clean up emptyStringStephan Bergmann
2015-07-27inline a bunch of use-once macrosNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-06-02fdo#68849: Add header guards to all include filesJens Carl
2014-04-14typo: attribut -> attributeThomas Arnhold
2014-02-26Remove visual noise from saxAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21[API CHANGE] fix endCDATA to allow throwing css::xml::sax::SAXExceptionCaolán McNamara
2013-12-18sax: various clean up. Move _getFactory next to the implementation.Matúš Kukan