- 29 Ock, 2019 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Ib8c86179a3d13852cbb02b389b6103aca5456dba Reviewed-on: https://gerrit.libreoffice.org/67013 Tested-by: Jenkins Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 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>
-
- 08 Eki, 2018 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Icfd936fe9b83e0e122af5b09f7ed6dde2ead4400 Reviewed-on: https://gerrit.libreoffice.org/61512 Tested-by: Jenkins Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 29 Agu, 2018 1 kayıt (commit)
-
-
Noel Grandin yazdı
where used directly, since rtl_allocateMemory now just calls into std::malloc Change-Id: I59f85bdb7efdf6baa30e8fcd2370c0f8e9c999ad Reviewed-on: https://gerrit.libreoffice.org/59685 Tested-by: Jenkins Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 20 Kas, 2017 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I4f9b71ff7767e90987bb40358fc46ed5d1d571d0 Reviewed-on: https://gerrit.libreoffice.org/44944Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 23 Eki, 2017 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: Ia9134d7f1e9c30b7faef693c3f621cec7ec5a61a
-
- 02 Tem, 2017 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: Idb679a4070202fe7baecab79b69a5a4cf395e7d7
-
- 25 Ock, 2017 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Idbf2585e48cd89a43ab68c5c8819880d20461ccf Reviewed-on: https://gerrit.libreoffice.org/33514Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk> Tested-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 11 Ara, 2016 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I78cf8058a5682baa3d7b00a25feeb2d28fb3e66e Reviewed-on: https://gerrit.libreoffice.org/31799Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk> Tested-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 14 Eki, 2016 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Ifce19de3518f3eaf5a1b6439f9053feee4a33c14
-
- 30 Eyl, 2016 2 kayıt (commit)
-
-
Stephan Bergmann yazdı
...removing the need for SharedCount, too Change-Id: I20c724c940c571aef1c12453da30c3e9fbb46466
-
Stephan Bergmann yazdı
Change-Id: I9f4e8fa41a59325fe7036acb66d045a833294bd6
-
- 15 Eyl, 2016 1 kayıt (commit)
-
-
Michael Stahl yazdı
... except in include/rtl, include/sal, include/uno, where sal_Size is retained for compatibility, and where callers of rtl functions pass in pointers that are incompatible on MSVC. Change-Id: I8344453780689f5120ba0870e44965b6d292450c
-
- 13 Nis, 2016 1 kayıt (commit)
-
-
Jochen Nitschke yazdı
Replace with C++11 delete copy-constructur and copy-assignment. Remove boost/noncopyable.hpp includes. Add missing default ctors. With this commit there should be no users of boost::noncopyable left. Change-Id: I6b1e47824912a6a80cc3f00f34938ebc048d8975 Reviewed-on: https://gerrit.libreoffice.org/24051Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
- 23 Şub, 2016 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I03f24e61f696b7619855e3c7010aa0d874e5a4ff
-
- 10 Kas, 2015 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I2a4f84e8c36197a9d39a5bd36cb1e2401a956d87
-
- 07 Eki, 2015 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I14985f98989861d74b3904ab79f3ced5a3d96f73
-
- 21 Agu, 2015 1 kayıt (commit)
-
-
Matteo Casalin yazdı
Change-Id: I676ed010576f3a24b193ffc6c28a319bcc5ac968
-
- 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
-
- 02 Nis, 2015 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I1f6c6d13697aa397067478d6b07429120106e6bd
-
- 28 Mar, 2015 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: Ibd23c1d96b093ae2670e7752691dad29c081639f
-
- 13 Mar, 2015 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
...for a 32-bit build, similar to what ee11e221 "tdf#43157: Fix format string violations in OSL_TRACE etc." did for a 64-bit build Change-Id: I05dd79ede3e66cb9ab7a33792319eb34b34c82dd
-
- 23 Şub, 2015 1 kayıt (commit)
-
-
Noel Grandin yazdı
found with $ git grep -lP 'return\s*\(\s*\w+\s*\)\s*;' Change-Id: Ic51606877a9edcadeb647c5bf17bc928b69ab60e
-
- 05 Şub, 2015 1 kayıt (commit)
-
-
Caolán McNamara yazdı
and we can include a few less headers Change-Id: Id742849ff4c1c37a2b861aa3d6ab823f00ea87f8
-
- 10 Tem, 2014 1 kayıt (commit)
-
-
Noel Grandin yazdı
to replace hand-rolled version Change-Id: I30635aec81313e4e0d1b67b30c8992fd63bb1f67
-
- 04 Nis, 2014 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I1dbb864d030b61417f6d137fc967f158e9243ed7
-
- 26 Mar, 2014 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
-
- 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>
-
- 09 Tem, 2013 1 kayıt (commit)
-
-
Arnaud Versini yazdı
Change-Id: Id476a0eb1f5965098c8cc2e2847547b1d23387eb Reviewed-on: https://gerrit.libreoffice.org/4753Reviewed-by:
Petr Mladek <pmladek@suse.cz> Tested-by:
Petr Mladek <pmladek@suse.cz>
-
- 20 Haz, 2013 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I1ec3d7845477cfb5bc6a3d7f70ddabef12583e1b
-
- 09 Mar, 2013 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: Ib9dc2541c3bf72ddd6094331297a91352138e5af
-
- 29 Haz, 2012 1 kayıt (commit)
-
-
Thomas Arnhold yazdı
Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
-
- 27 Haz, 2012 1 kayıt (commit)
-
-
Michael Meeks yazdı
-
- 27 Kas, 2011 1 kayıt (commit)
-
-
Norbert Thiebaud yazdı
-
- 06 Eyl, 2011 1 kayıt (commit)
-
-
Pierre-André Jacquod yazdı
-
- 17 Eki, 2010 1 kayıt (commit)
-
-
Kenneth Venken 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)
-
- 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:42 thb 1.7.38.3: #i85898# Stripping all external header guards 2008/04/01 12:41:54 thb 1.7.38.2: #i85898# Stripping all external header guards 2008/03/31 15:27:47 rt 1.7.38.1: #i87441# Change license header to LPGL v3.
-