Age | Commit message (Collapse) | Author |
|
- improvements to the plugin to find more method calls
- improvements to python script to remove more false+
- fix the FORCE_COMPILE_ALL build flag to include code in
the $WORKDIR
Change-Id: I4d6015dcb9b9d60c26f0bcee8abad807177a7836
Reviewed-on: https://gerrit.libreoffice.org/19064
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350
|
|
Change-Id: Ie453a7c97a762932884c5c41b13607a170368107
|
|
Change-Id: I72bdd6627a191a65d5c3b479c100e30442a8bb9e
|
|
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
|
|
Change-Id: I55977c38578cb59deb195d91f8948da2e0905b6a
|
|
since we no longer support the RG_LINKTYPE stuff
Change-Id: If388ecfa0c475471b99b26155ad554ec702ca734
|
|
Change-Id: I11d92218c5e0678d497f8964723033e2bd8b3300
|
|
Change-Id: I192bc9653d8492a850a5e259e15782bd3bb24922
|
|
Change-Id: I0556481aee672451221aa72a8a90d465f3670313
|
|
Change-Id: I132d22e2af3cf673c17d8964f690d48990834884
|
|
Stumbled across such redundant visibility re-specifications when looking at the
odd case of cppu_unsatisfied_iquery_msg declared CPPU_DLLPUBLIC in
cppu/source/cppu/cppu_opt.cxx and used in inline code in
include/com/sun/star/uno/Reference.hxx with only a declaration lacking
CPPU_DLLPUBLIC visible, and wondering how that actually works on Windows.
However, this plugin is probably not worth it being run all the time, so
committing it to compilerplugins/clang/store/.
Change-Id: Ibc3c4e7499213de1b419ce7eb85455cb832e1510
|
|
This addresses some cppcheck warnings.
Change-Id: Idcedd908c653d5a5700884f233ad134dde8be018
Reviewed-on: https://gerrit.libreoffice.org/13540
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: Ib4cf76e941541b7f09b6a0dfbdab2a2604a0311d
|
|
Change-Id: Id97e5de8433cc5dc9cb72c0d447ce6af50eb4918
|
|
Change-Id: Ica0c7fe04dae3c52583cc2324bae1cfa5af1e197
Reviewed-on: https://gerrit.libreoffice.org/8292
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
...so that regmerge fails for bad regfile arguments. Add -v to the regmerge
calls in update-rdb.sh so that an error message is printed in case of failure.
Change-Id: I6613b9756b4e5628772541580938f6c80fd9bc9e
|
|
|
|
Change-Id: I I9dbd2a05602e7d415ca76850458129f68583c83f
|
|
|
|
|
|
|
|
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
|
|
|
|
avoid redundant closeKey()/flush() calls.
|
|
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
|
|
|
|
|
|
|
|
2008/04/01 15:23:07 thb 1.19.14.3: #i85898# Stripping all external header guards
2008/04/01 12:32:40 thb 1.19.14.2: #i85898# Stripping all external header guards
2008/03/31 07:25:17 rt 1.19.14.1: #i87441# Change license header to LPGL v3.
|
|
2007/10/02 09:08:37 sb 1.17.20.2: RESYNC: (1.17-1.18); FILE MERGED
2007/06/22 09:34:22 sb 1.17.20.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.
|
|
2007/07/18 07:17:31 obr 1.16.8.2: RESYNC: (1.16-1.17); FILE MERGED
2006/12/28 15:03:32 ydario 1.16.8.1: OS/2 initial import.
|
|
2006/09/01 17:33:09 kaib 1.16.6.1: #i68856# Added header markers and pch files
|
|
2006/06/30 12:32:58 sb 1.15.2.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.
|
|
2005/11/21 13:37:37 sb 1.13.46.4: #i53898# Made code warning-free.
2005/09/22 22:04:37 sb 1.13.46.3: RESYNC: (1.13-1.14); FILE MERGED
2005/09/05 10:06:51 sb 1.13.46.2: #i53898# Made code warning-free.
2005/08/29 16:37:49 sb 1.13.46.1: #i53898# Made code warning-free.
|
|
2005/09/05 14:08:32 rt 1.13.48.1: #i54170# Change license header: remove SISSL
|
|
2004/01/29 18:26:45 hr 1.12.32.1: #111934#: merge CWS ooo111fix2
|
|
2003/07/14 14:26:09 fa 1.11.4.1: Conditionalize OS X + gcc 2.95 hacks for only gcc 2.95.
http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16630
Dan
fa@ooo
|
|
2003/06/06 09:20:56 mh 1.10.8.1: join: from beta2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Contributed by: Tim Tretyak <timothy@umc.com.ua>
|
|
|