- 09 May, 2017 1 kayıt (commit)
-
-
Jochen Nitschke yazdı
with command > git grep -l osl/diagnose.h *.cxx | xargs grep -L -w 'OSL_\w*' | xargs sed -i '/#include *\(<\|\"\)osl\/diagnose.h\(>\|\"\).*/d' headers need more work Change-Id: I906519ebbd47a04703b4fa5943b2f7abea7a97ab Reviewed-on: https://gerrit.libreoffice.org/37350Tested-by:
Jochen Nitschke <j.nitschke+logerrit@ok.de> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
- 04 May, 2017 1 kayıt (commit)
-
-
Arnaud Versini yazdı
Change-Id: Ie14c4d76cb61cfbe0410103adfc1afc8ade0f3e0 Reviewed-on: https://gerrit.libreoffice.org/37146Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 31 Eki, 2014 1 kayıt (commit)
-
-
Andrea Gelmini yazdı
Change-Id: I5362d997bfa086c9fb1726efcb15132a966684f6 Reviewed-on: https://gerrit.libreoffice.org/12160Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
- 22 May, 2014 1 kayıt (commit)
-
-
Thomas Arnhold yazdı
Change-Id: I0809bfa6897d469e63d6e84898f60aae16a14862
-
- 07 Ock, 2014 1 kayıt (commit)
-
-
Noel Grandin yazdı
Convert code like: buf.append( static_cast<sal_Unicode>('!') ); to: buf.append( '!' ); Change-Id: Iacb03a61de65a895540940953b49620677b3d051
-
- 20 Kas, 2013 1 kayıt (commit)
-
-
Noel Grandin yazdı
Convert code like: aStrBuf.appendAscii( RTL_CONSTASCII_STRINGPARAM( "ln(x)" )); to: aStrBuf.append( "ln(x)" ); which compiles down to the same code. Change-Id: I24c7cb45ceb32fd7cd6ec7ed203c2a5d746f1c5c
-
- 03 Haz, 2013 1 kayıt (commit)
-
-
Michael Meeks yazdı
Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1397337 http://svn.apache.org/viewvc?view=revision&revision=1397315 http://svn.apache.org/viewvc?view=revision&revision=1396797 Patches contributed by Andre Fischer Fixed getcsym.awk to handle #-comments that contain special regexp chars. http://svn.apache.org/viewvc?view=revision&revision=1230971 118778: Added ADDITIONAL_REPOSITORIES environment variable and its automatic setup in configure. http://svn.apache.org/viewvc?view=revision&revision=1232004 118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Herbert Duerr #i119168# use generic LICENSE file for langpacks and sdks http://svn.apache.org/viewvc?view=revision&revision=1310178 macosxotoolhelper: need to quote perl regexp if it may contain regexp metachars http://svn.apache.org/viewvc?view=revision&revision=1183367 allow gbuild with empty sysroot on linux http://svn.apache.org/viewvc?view=revision&revision=1179186 Patches contributed by Ingo Schmidt native373: #164472# improvements for msi database http://svn.apache.org/viewvc?view=revision&revision=1167540 http://svn.apache.org/viewvc?view=revision&revision=1167539 Patches contributed by Jurgen Schmidt adapt setup package scripts to handle special DS_Store file for developer snapshot builds http://svn.apache.org/viewvc?view=revision&revision=1232430 imported patch extensions_i117681.patch http://svn.apache.org/viewvc?view=revision&revision=1172102 Patches contributed by Michael Stahl gbuild: RepositoryFixes.mk should be optional http://svn.apache.org/viewvc?view=revision&revision=1166123 xslt filter: remove the FLA horror wordml import filter: replace FLA usage with plain XSLT http://svn.apache.org/viewvc?view=revision&revision=1363727 Patch contributed by Oliver-Rainer Wittmann i#88652: applied patch, remove unicows deps http://svn.apache.org/viewvc?view=revision&revision=1177585 Remove lots of OS2 conditionals, re-extract Rhino Java, unwind cppunit pieces, cleanup Mac image bits, remove coin-mp and re-package lpsolve, Oxygen & Crystal, fixup qstart bits, expand MPLv2 subset checking. Change-Id: Iad5c8a76399620b892671633c0d8c29996db3564
-
- 07 Nis, 2013 1 kayıt (commit)
-
-
Luboš Luňák yazdı
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
-
- 30 Kas, 2012 1 kayıt (commit)
-
-
Thorsten Behrens yazdı
This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
-
- 29 Haz, 2012 1 kayıt (commit)
-
-
Michael Meeks yazdı
-
- 27 Haz, 2012 1 kayıt (commit)
-
-
Michael Meeks yazdı
-
- 02 Haz, 2012 1 kayıt (commit)
-
-
Norbert Thiebaud yazdı
Change-Id: Ia4cf1dcae7d40eca29f84fa7277681d1c1fb61bd
-
- 27 Kas, 2011 1 kayıt (commit)
-
-
Norbert Thiebaud yazdı
-
- 12 Eyl, 2011 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
-
- 10 Ara, 2010 2 kayıt (commit)
-
-
Gert Faller yazdı
-
Gert Faller 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>
-
- 15 Eyl, 2010 1 kayıt (commit)
-
-
sb yazdı
sb129: #i113189# cleaned up makefile rules; deliver services.input to have it modifiable for special one-off products
-
- 14 Eyl, 2010 1 kayıt (commit)
-
-
sb yazdı
-
- 04 Mar, 2010 1 kayıt (commit)
-
-
sb yazdı
-
- 03 Mar, 2010 1 kayıt (commit)
-
-
Rene Engelhard yazdı
-
- 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)
-
- 15 Ock, 2010 1 kayıt (commit)
-
-
sb yazdı
-
- 14 Eyl, 2009 1 kayıt (commit)
-
-
Mathias Bauer yazdı
-
- 09 Haz, 2008 1 kayıt (commit)
-
-
Rüdiger Timm yazdı
2008/04/24 13:17:35 sb 1.9.24.2: RESYNC: (1.9-1.10); FILE MERGED 2008/04/23 12:50:57 fs 1.9.24.1: #i88633# +setName/setParameter
-
- 11 Nis, 2008 3 kayıt (commit)
-
-
Rüdiger Timm yazdı
2008/03/31 07:26:17 rt 1.3.90.1: #i87441# Change license header to LPGL v3.
-
Rüdiger Timm yazdı
2008/03/31 07:26:17 rt 1.9.18.1: #i87441# Change license header to LPGL v3.
-
Rüdiger Timm yazdı
2008/03/31 07:26:17 rt 1.8.12.1: #i87441# Change license header to LPGL v3.
-
- 27 Eyl, 2007 1 kayıt (commit)
-
-
Jens-Heiner Rechtien yazdı
2007/08/31 11:01:57 sb 1.7.16.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
-
- 03 Tem, 2007 1 kayıt (commit)
-
-
Rüdiger Timm yazdı
2007/06/21 13:00:57 sb 1.7.18.1: #b6550116# Made XExternalUriReferenceTranslator.translateToExternal more robust when the input URL contains spurious non--UTF-8 octets like %FE (which are now copied verbatim, instead of signalling error).
-
- 12 Mar, 2007 2 kayıt (commit)
-
-
Oliver Bolte yazdı
2006/11/08 16:54:28 sb 1.4.46.3: RESYNC: (1.5-1.7); FILE MERGED 2005/09/22 05:39:54 sb 1.4.46.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/14 12:38:21 sb 1.4.46.1: #i51803# Added support for vnd.sun.star.expand URLs.
-
Oliver Bolte yazdı
2007/02/22 10:08:20 sb 1.4.46.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/22 05:39:45 sb 1.4.46.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/14 12:38:19 sb 1.4.46.1: #i51803# Added support for vnd.sun.star.expand URLs.
-
- 25 Ock, 2007 1 kayıt (commit)
-
-
Oliver Bolte yazdı
2006/11/28 15:02:43 hjs 1.5.42.1: #i70359# remove forced shell calls
-
- 16 Eyl, 2006 1 kayıt (commit)
-
-
Oliver Bolte yazdı
2006/09/01 17:41:24 kaib 1.6.10.1: #i68856# Added header markers and pch files
-
- 19 Haz, 2006 1 kayıt (commit)
-
-
Jens-Heiner Rechtien yazdı
2006/01/31 16:01:22 sb 1.5.6.1: #i53898# Made code warning-free.
-
- 08 Eyl, 2005 2 kayıt (commit)
-
-
Rüdiger Timm yazdı
2005/09/05 17:11:46 rt 1.2.86.1: #i54170# Change license header: remove SISSL
-
Rüdiger Timm yazdı
2005/09/05 17:11:46 rt 1.4.54.1: #i54170# Change license header: remove SISSL
-
- 17 Haz, 2004 2 kayıt (commit)
-
-
Rüdiger Timm yazdı
2004/06/03 13:40:05 sb 1.3.4.3: #115879# Added VndSunStarPkgUrlReferenceFactory service. 2004/06/03 08:44:44 sb 1.3.4.2: #109735# Improved tests. 2004/06/02 10:50:05 sb 1.3.4.1: #109735# Added ExternalUriReferenceTranslator service.
-
Rüdiger Timm yazdı
2004/06/03 13:40:05 sb 1.3.4.2: #115879# Added VndSunStarPkgUrlReferenceFactory service. 2004/06/02 10:50:04 sb 1.3.4.1: #109735# Added ExternalUriReferenceTranslator service.
-