summaryrefslogtreecommitdiff
path: root/include/connectivity/TKey.hxx
AgeCommit message (Expand)Author
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2016-06-08tdf#96099 Remove various smart pointer typedefsMark Page
2016-04-06Avoid reserved identifiersStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2013-11-09fdo#65108 inter-module includes <>Norbert Thiebaud
2013-10-23fixincludeguards.sh: include/c*Thomas Arnhold
2013-04-23execute move of global headersBjoern Michaelsen
nline-limit=0 -fno-inline (solenv/gbuild/platform/com_GCC_defs.mk). Those options were set for debug builds "since forever", but that looks very much like cargo cult: -fno-inline "is the default when not optimizing" anyway (<https://gcc.gnu.org/onlinedocs/gcc-7.4.0/gcc/Optimize-Options.html>), and it is unclear to me how -finline-limit=0 should have any impact beyond -fno-inline (and maybe was present for ancient compilers that only supported -finline-limit but not -fno-inline?). Change-Id: Id6752d03b1b7ec8763defabc5720d4dd08790874 Reviewed-on: https://gerrit.libreoffice.org/66836 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2018-12-13Pass --en-/disable-werror into external/libexttextcatStephan Bergmann (which otherwise always defaults to --enable-werror) Change-Id: If0e430e0d0994088a61843ea8f3759adbc993be6 Reviewed-on: https://gerrit.libreoffice.org/65075 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2018-07-26Pass $(verbose) into ExternalProject_libexttextcatStephan Bergmann Change-Id: I87f89818c321fadb28faa600377b9e8bc3ad3085 Reviewed-on: https://gerrit.libreoffice.org/58046 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2017-10-10use gbuild way to update config.*, continuedDavid Tardon Change-Id: I9abf1742c213f47c576ffbb7dafd33087f7037e5 Reviewed-on: https://gerrit.libreoffice.org/43307 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> 2017-09-20bump libexttextcat to 3.4.5Caolán McNamara Change-Id: Id561d4acb9347768d74233dea3e7b06ff7374477 Reviewed-on: https://gerrit.libreoffice.org/42546 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2017-09-19Mark patch as upstreamedStephan Bergmann Change-Id: I6e49099a264fbe1ddddd4931182eb6247be9cb10 2017-09-19external/libexttextcat: Silence various -fsanitize=shift-baseStephan Bergmann ...during 'instdir/program/soffice writerfilter/qa/cppunittests/rtftok/data/pass/EDB-18940-1.rtf' Change-Id: Icd5eb7b1f574e95b48b9d2fcb97d4157404dda13 2017-09-15consistent naming of externals: exttextcat -> libexttextcatMichael Stahl Change-Id: Ia70782713fee251deeea5580961219938cfe8b89 Reviewed-on: https://gerrit.libreoffice.org/42293 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> 2017-06-22--enable-optimized should be orthogonal to --enable-debug/--enable-dbgutilStephan Bergmann Change-Id: I277f30129560ea9fa76d6439a60bb191358df99d Reviewed-on: https://gerrit.libreoffice.org/39088 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com> 2017-06-11iOS, exttextcat patchjan Iversen support for arm64 Change-Id: I4e92c55253fba95944972401bbb948caf1ea903e 2017-02-23update upstream linkDavid Tardon Change-Id: I1ef0e9079c7af6eddae3e3dae11ca8c3899fd59e 2016-07-11Break gb_DEBUGINFO_FLAGS out of gb_DEBUG_CFLAGSStephan Bergmann ...in preparation of making them orthogonal Change-Id: If75b334c954138b3aed4f8d1ac33061a2267ad52 Reviewed-on: https://gerrit.libreoffice.org/27056 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2015-11-12Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann ...in anticipation of building with clang-cl.exe on Windows Change-Id: I1d723c9d3b5ca8a2bc6b27ef0189a7b053581398 Reviewed-on: https://gerrit.libreoffice.org/19928 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2015-05-12exttextcat: suppress -Qunused-arguments warning for Apple clangMichael Stahl Change-Id: I857ea5f37452e2b1242fc35e569191adfc5f90be Reviewed-on: https://gerrit.libreoffice.org/15719 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com> 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2014-06-27update to latest libexttextcatCaolán McNamara Change-Id: I18cb4d6939c5fcf765ff3033c67583048b55e4a1 2014-02-27normalize values of CROSS_COMPILINGMichael Stahl Change-Id: I0cc43cef91e3fcd82a3558a16ab0afbd4d56b141 2013-11-08Pass all relevant CFLAGS on to external/libexttextcatStephan Bergmann Change-Id: I05f25748dd29c80812328265ddb9f071ac4ae91a 2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl Change-Id: I2bc45e4ba63f5faaee7389bcd9d7b3f563503186 2013-10-19fdo#70393: move libexttextcat to a subdir of externalKhaled Hosny Change-Id: Id4c27e0ed7ef31e0217a82160e18cc1b8e5858f7 Reviewed-on: https://gerrit.libreoffice.org/6329 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>