- 08 Ock, 2019 1 kayıt (commit)
-
-
Gabor Kelemen yazdı
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I99f1611f41378a0baa7688db5a5f78e0169f0d5b Reviewed-on: https://gerrit.libreoffice.org/65649 Tested-by: Jenkins Reviewed-by:
Miklos Vajna <vmiklos@collabora.com>
-
- 23 Eki, 2017 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: Ia9134d7f1e9c30b7faef693c3f621cec7ec5a61a
-
- 17 Tem, 2017 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I5633203b372a9abd0138a396958c235ea8aaf66d Reviewed-on: https://gerrit.libreoffice.org/40039Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 30 May, 2017 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Iac8ccd17d9e46ebb2cb55db7adb06c469bbd4ea0 Reviewed-on: https://gerrit.libreoffice.org/37910Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk> Tested-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 19 Eyl, 2016 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I67705cdff0440487019a2992571147d648be1bfc
-
- 27 Eki, 2015 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I161cd52606c11b6008f5d8b1d8ee391692f91861 Reviewed-on: https://gerrit.libreoffice.org/19231Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 15 Nis, 2015 1 kayıt (commit)
-
-
Noel Grandin yazdı
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
-
- 28 Mar, 2015 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: Ibd23c1d96b093ae2670e7752691dad29c081639f
-
- 12 Mar, 2014 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: Ia58af7d32904de01fdb5291203938c748cae94c6
-
- 27 Şub, 2014 1 kayıt (commit)
-
-
Alexander Wilms yazdı
Change-Id: I6753eb480618af747ecf4a3ae3c666257761ce70 Reviewed-on: https://gerrit.libreoffice.org/8317Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
- 17 Şub, 2014 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I7d108e7ae387f9c07cce182a0bb09b69a6608226
-
- 14 Eyl, 2012 1 kayıt (commit)
-
-
Norbert Thiebaud yazdı
Change-Id: Ia91118388240c9a54d010b94aef34ad528ce5761
-
- 27 Haz, 2012 1 kayıt (commit)
-
-
Michael Meeks yazdı
-
- 31 Ock, 2012 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
-
- 21 Ock, 2012 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
-
- 27 Kas, 2011 1 kayıt (commit)
-
-
Norbert Thiebaud yazdı
-
- 14 Eki, 2010 1 kayıt (commit)
-
-
Sebastian Spaeth yazdı
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>
-
- 12 Şub, 2010 1 kayıt (commit)
-
-
Jens-Heiner Rechtien yazdı
changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
-
- 20 Nis, 2009 1 kayıt (commit)
-
-
Philipp Lohmann yazdı
-
- 20 Mar, 2009 1 kayıt (commit)
-
-
Release Engineers yazdı
-
- 13 Mar, 2009 1 kayıt (commit)
-
-
Vladimir Glazounov yazdı
2009-01-23 14:08:09 +0100 mhu r266816 : CWS-TOOLING: rebase CWS mhu17 to trunk@266428 (milestone: DEV300:m39) 2009-01-16 17:49:37 +0100 mhu r266442 : #i98151# Migration to subversion. 2009-01-16 17:48:53 +0100 mhu r266441 : #i98151# Migration to subversion. 2009-01-16 17:47:56 +0100 mhu r266440 : #i98151# Migration to subversion.
-
- 10 Nis, 2008 1 kayıt (commit)
-
-
Rüdiger Timm yazdı
2008/04/01 15:42:44 thb 1.8.38.3: #i85898# Stripping all external header guards 2008/04/01 12:41:54 thb 1.8.38.2: #i85898# Stripping all external header guards 2008/03/31 15:27:47 rt 1.8.38.1: #i87441# Change license header to LPGL v3.
-
- 17 Eyl, 2006 1 kayıt (commit)
-
-
Oliver Bolte yazdı
2006/09/01 17:41:32 kaib 1.7.6.1: #i68856# Added header markers and pch files
-
- 19 Haz, 2006 1 kayıt (commit)
-
-
Jens-Heiner Rechtien yazdı
2006/04/07 20:02:13 sb 1.4.30.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/22 21:58:33 sb 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/02 16:30:33 sb 1.4.30.1: #i53898# Made code warning-free.
-
- 28 Şub, 2006 1 kayıt (commit)
-
-
Kurt Zenker yazdı
2006/01/14 12:48:35 pjanik 1.5.12.1: #i57737#: 64bit fixes for module store. Patch from Jan Holesovsky (JCA).
-
- 08 Eyl, 2005 1 kayıt (commit)
-
-
Rüdiger Timm yazdı
2005/09/05 17:19:01 rt 1.4.32.1: #i54170# Change license header: remove SISSL
-
- 09 Mar, 2004 1 kayıt (commit)
-
-
Jens-Heiner Rechtien yazdı
2004/02/17 06:37:12 pjanik 1.3.74.1: #i25582#: x86-64: store type clarification.
-
- 26 Kas, 2001 1 kayıt (commit)
-
-
Matthias Huetsch yazdı
#i1750# Warning provided by 'Wall' compilation.
-
- 13 Mar, 2001 1 kayıt (commit)
-
-
Matthias Huetsch yazdı
-
- 18 Eyl, 2000 1 kayıt (commit)
-
-
Jens-Heiner Rechtien yazdı
-