summaryrefslogtreecommitdiff
path: root/libxslt
ModeNameSize
d---------dummy / bin30logplain
-rw-r--r--libxslt-aix.patch668logplain
-rw-r--r--libxslt-android.patch445logplain
-rw-r--r--libxslt-configure.patch3636logplain
-rw-r--r--libxslt-internal-symbols.patch1791logplain
-rw-r--r--libxslt-mingw.patch1851logplain
-rw-r--r--libxslt-vc10.patch460logplain
-rw-r--r--libxslt-win_manifest.patch365logplain
-rw-r--r--libxsltversion.mk1198logplain
-rw-r--r--makefile.mk5727logplain
d---------prj70logplain
ge-Id: I3408691256c9b0c12bc5332de976743626e13960 Reviewed-on: https://gerrit.libreoffice.org/33574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2017-01-20loplugin:dynexcspec (clang-cl), connectivityStephan Bergmann Change-Id: Ia49a11d4f707764640ea497d877d1699183ca56e 2016-10-16clang-cl loplugin: connectivityStephan Bergmann Change-Id: I025cf2ad63f08bb58d54983982d7a116fac0ffea Reviewed-on: https://gerrit.libreoffice.org/29874 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin convert usage of deprecated class, and remove the old class Change-Id: I19fb9271090d19e5531622b58492e1a848d306e2 Reviewed-on: https://gerrit.libreoffice.org/26843 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2016-05-30com::sun::star->css in connectivityNoel Grandin Change-Id: I9489e92dc89a6d83a26ff4f0d9aad26acd28ad9f Reviewed-on: https://gerrit.libreoffice.org/25537 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe with the variadic variants, for connectivity. Change-Id: I3645a2855e903848936520ac854fc1039fc456e8 Reviewed-on: https://gerrit.libreoffice.org/16971 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin ie. void f(void); becomes void f(); I used the following command to make the changes: git grep -lP '\(\s*void\s*\)' -- *.cxx \ | xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;' and ran it for both .cxx and .hxx files. Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd