summaryrefslogtreecommitdiff
path: root/sal
ModeNameSize
-rw-r--r--CppunitTest_Module_DLL.mk755logplain
-rw-r--r--CppunitTest_sal_osl.mk1343logplain
-rw-r--r--CppunitTest_sal_osl_security.mk599logplain
-rw-r--r--CppunitTest_sal_rtl.mk2291logplain
-rw-r--r--CppunitTest_sal_types.mk567logplain
-rw-r--r--Executable_cppunittester.mk767logplain
-rw-r--r--Executable_osl_process_child.mk1267logplain
-rw-r--r--Library_lo-bootstrap.mk814logplain
-rw-r--r--Library_sal.mk5636logplain
-rw-r--r--Library_sal_textenc.mk976logplain
-rw-r--r--Makefile1024logplain
-rw-r--r--Module_sal.mk1097logplain
-rw-r--r--README213logplain
d---------android126logplain
d---------cppunittester45logplain
d---------inc287logplain
d---------osl90logplain
d---------qa275logplain
d---------rtl1135logplain
d---------test388logplain
d---------textenc3178logplain
d---------util35logplain
logheader'>2017-10-23loplugin:includeform: svxStephan Bergmann Change-Id: I4057fe05983fb2b63b592ffd325894c12b9cb5b2 2017-01-26Remove dynamic exception specificationsStephan Bergmann ...(for now, from LIBO_INTERNAL_CODE only). See the mail thread starting at <https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html> "Dynamic Exception Specifications" for details. Most changes have been done automatically by the rewriting loplugin:dynexcspec (after enabling the rewriting mode, to be committed shortly). The way it only removes exception specs from declarations if it also sees a definition, it identified some dead declarations-w/o-definitions (that have been removed manually) and some cases where a definition appeared in multiple include files (which have also been cleaned up manually). There's also been cases of macro paramters (that were used to abstract over exception specs) that have become unused now (and been removed). Furthermore, some code needed to be cleaned up manually (avmedia/source/quicktime/ and connectivity/source/drivers/kab/), as I had no configurations available that would actually build that code. Missing @throws documentation has not been applied in such manual clean-up. Change-Id: I3408691256c9b0c12bc5332de976743626e13960 Reviewed-on: https://gerrit.libreoffice.org/33574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2017-01-14coverity#1398585 Uncaught exceptionCaolán McNamara and coverity#1398587 Uncaught exception coverity#1398588 Uncaught exception coverity#1398589 Uncaught exception coverity#1398590 Uncaught exception coverity#1398592 Uncaught exception Change-Id: I603fc492df9215e0d67419640afc3d6a2af28c10 2016-02-09Remove excess newlinesChris Sherlock A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> 2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann Change-Id: I72d11153ffccc51633aec78c802822173dd7f5ed 2015-10-31com::sun::star->css in svxNoel Grandin Change-Id: If2c11fa548c5ebef2297d2491edd837b54e3707c Reviewed-on: https://gerrit.libreoffice.org/19690 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2015-04-30Get rid of initial :: for the sdr namespaceTor Lillqvist Change-Id: Ibbeb069b6fcb2aa0581429ac5cb6db519548fd00