summaryrefslogtreecommitdiff
path: root/registry
AgeCommit message (Collapse)AuthorFilesLines
2013-01-21type qualifiers ignored on function return typeHerbert Dürr1-1/+1
Gcc 4.4 on our buildbot reported 657 such warnings, which represents almost 85% of all warnings it emitted for our codebase! The warnings are correct and cleaning them up improves our code quality and makes the build output more relevant. Notes: prefer: 42782fddff98eeab5c8249918e9ba000f08c22e8
2012-03-31Update headers to Alv2 headersAndrew Rist1-0/+20
2012-02-18i118923 - OS/2 port: new link system now uses unix style.Yuri Dario1-0/+1
2012-01-12Update headers to Alv2 headersAndrew Rist7-158/+130
2012-01-10Update headers to Alv2 headersAndrew Rist8-208/+176
2011-11-30Update headers to Alv2 headersAndrew Rist8-0/+168
2011-11-06Update headers to Alv2 headersAndrew Rist13-294/+242
2011-11-06Update headers to Alv2 headersAndrew Rist19-426/+350
2011-03-07CWS-TOOLING: integrate CWS jsc340Ivo Hinkelmann4-3/+329
Notes: split repo tag: ure_ooo/DEV300_m102
2011-02-24jsc340: i114847: fix nameJuergen Schmidt1-2/+4
2011-02-18#i115784# registry: Fix unreachable "return <result>; break;" statements.Matthias Huetsch [mhu]1-2/+2
2011-02-04#i115784# registry/tools: fix unreachable break statement after return.Matthias Huetsch [mhu]1-2/+2
2011-02-03#i115784# registry/tools: fix initOptions_Impl() commandline argument ↵Matthias Huetsch [mhu]2-7/+7
processing.
2011-01-03new helper toolJuergen Schmidt1-0/+318
2010-11-30#i115784# registry: fixed std::vector<> usage.Matthias Huetsch [mhu]2-23/+23
2010-11-25#i115784# registry: fix memory errors uncovered by valgrind and other tools.Matthias Huetsch [mhu]9-1484/+1240
2010-11-15jsc340: i114887: remove old not used draft typesJuergen Schmidt1-1/+9
2010-10-01jsc340: i14847: clean up cmdline help fo devtoolsJuergen Schmidt2-4/+4
2010-03-04mhu22: resync to master repository (DEV300_m73).Matthias Huetsch [mhu]42-176/+42
2010-03-04mhu22: #i105430# #i108349# Fixed registry:ORegKey reference counting to ↵Matthias Huetsch [mhu]10-838/+565
avoid redundant closeKey()/flush() calls.
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien42-176/+42
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-21#i108349# Removed remaining redundant store.flush() calls.Matthias Huetsch [mhu]2-9/+0
2009-11-23merge commit for m65Mathias Bauer1-11/+11
2009-11-17performance bug in build system caused by too many flushedMathias Bauer4-8/+26
2009-11-06cmcfixes66: #i106674# fix remaining new[]/delete mismatchesCaolán McNamara1-11/+11
2009-10-14CWS-TOOLING: integrate CWS fwk121Kurt Zenker2-0/+9
2009-09-30 11:20:33 +0200 mav r276548 : #i105387# allow manifest.xml have no ODF version attribute even for ODF1.2 2009-09-30 10:54:46 +0200 mav r276545 : #i105387# allow manifest.xml have no ODF version attribute even for ODF1.2 2009-09-30 10:02:12 +0200 mav r276543 : #i105082# integrating the fix from fwk117, since it is necessary for some scenarios fixed in this cws 2009-09-30 07:33:48 +0200 jsc r276537 : #i105360# explicitly flush OStorageStream after write operations and OStoreFile when registry file is closed 2009-09-29 14:15:09 +0200 jsc r276528 : #i105360# explicitly flush OStorageStream after write operations and OStoreFile when registry file is closed 2009-09-29 09:45:28 +0200 dr r276507 : #i105325# set correct format while opening zip package 2009-09-28 18:46:45 +0200 mav r276500 : CWS-TOOLING: rebase CWS fwk121 to trunk@276429 (milestone: DEV300:m60)
2009-04-27CWS-TOOLING: integrate CWS sb107Ivo Hinkelmann2-7/+0
2009-04-14 13:09:13 +0200 sb r270758 : CWS-TOOLING: rebase CWS sb107 to trunk@270723 (milestone: DEV300:m46) 2009-04-06 14:11:54 +0200 sb r270545 : #i100884# improve pagein effectiveness: wrap system libs in --as-needed on unxlngi6/unxlngx6 to avoid needing them where unneeded; link pagein as C program to avoid unneeded C++ runtime dependency; reorder pagein and javaldx in soffice startup script so that javaldx benefits from pagein 2009-03-31 16:40:23 +0200 sb r270287 : decrease collisions in hashCode computation 2009-03-30 11:48:39 +0200 sb r270207 : #i100668# corrected explicit template instantiation 2009-03-26 14:16:26 +0100 sb r270078 : #i100408# inadvertently dropped libexslt dynamic library in previous rev 269789 2009-03-26 10:52:51 +0100 sb r270058 : #i100576# fixed erroneous modification of RPM in previous rev 270057 2009-03-26 10:46:36 +0100 sb r270057 : #i100576# Enable HAVE_LD_HASH_STYLE in sdev300.ini for unxlgni6 and unxlngx6; corrected unxlngx6.mk so that HAVE_LD_HASH_STYLE actually has an effect on ultimate LINKFLAGS value. 2009-03-25 16:53:39 +0100 sb r270038 : #i85679# applied speed-symbolic-functions.diff provided by pmladek; re-ran autoconf; enabled HAVE_LD_BSYMBOLIC_FUNCTIONS for unxlngi6 and unxlngx6 in sdev300.ini 2009-03-25 15:29:12 +0100 sb r270031 : #i100408# missing fixes in addition to -c 269789 (to actually only put single instances of certain libraries into installation sets) 2009-03-25 15:17:10 +0100 sb r270029 : #i10084# revert masterfix additions of libraries to APPnSTDLIBs (during -r269000:269199) and instead use -rpath-link to avoid linker warnings on unxlngi6 and unxlngx6 2009-03-25 14:15:23 +0100 sb r270023 : added svn:ignore 2009-03-25 10:25:08 +0100 sb r270002 : #i10000# copied over trunk -c 269820 2009-03-23 10:16:00 +0100 sb r269858 : CWS-TOOLING: rebase CWS sb107 to trunk@269781 (milestone: DEV300:m44) 2009-03-20 11:22:27 +0100 sb r269789 : #i100408# reduce (multiple copies of) libraries delivered to solver; for that to work fine, deliver symlink feature got improved to only create a symlink if the original file exists 2009-03-20 09:21:32 +0100 sb r269782 : #i100396# replace s(HTML|RTF)_xxx declarations with OOO_STRING_SVTOOLS_(HTML|RTF)_xxx macros to reduce symbolic relocations at load time (at least on ELF systems). 2009-03-19 11:34:56 +0100 sb r269734 : #i100348# added VISIBILITY_HIDDEN=TRUE so that symbols from the resulting archive are not erroneously exported from dynamic libraries including the archive 2009-03-19 11:32:20 +0100 sb r269733 : #i100348# as a prerequisite for following changes, brought jpeg-6b.patch into "dmake create_patch" format and removed application/octet-stream svn:mime-type 2009-03-12 10:39:08 +0100 sb r269370 : duplicated cws/odfmetadata2/solenv/inc/target.mk -c 268831 2009-03-04 17:25:16 +0100 sb r268849 : #i99880# missing AUGMENT_LIBRARY_PATH 2009-02-25 17:54:34 +0100 sb r268459 : CWS-TOOLING: rebase CWS sb107 to trunk@268395 (milestone: DEV300:m42) 2009-02-25 09:23:15 +0100 sb r268413 : #i99584# avoid undefined operations on nOffset (patch by cmc) 2009-02-23 10:02:25 +0100 sb r268344 : #i99519 removed unnecessary library dependencies 2009-02-18 17:54:24 +0100 sb r268250 : avoid warnings about format specifier and argument mismatch (on 64bit debug builds) 2009-02-18 17:50:34 +0100 sb r268249 : avoid erroneous warning that control reaches end of non-void function 2009-02-18 17:33:53 +0100 sb r268248 : sdext/source/pdfimport/misc/pdfihelper.cxx: #include <vcl/canvastools.hxx>
2009-03-06#i10000# STORELIB missingRelease Engineers1-0/+4
2009-02-12CWS-TOOLING: integrate CWS sb103Oliver Bolte11-850/+149
2009-01-15 15:28:08 +0100 sb r266375 : #i97629# set UNO_PATH in python start program and use it in bootstrap function in officehelper.py (and do not erroneously encode a vnd.sun.star.pathname URE_BOOTSTRAP value in tools::extendApplicationEnvironment) 2009-01-15 10:40:17 +0100 sb r266338 : #i97424# explicit shut down of ImplImageTree singleton in DeInitVCL still required 2009-01-14 12:07:15 +0100 sb r266276 : CWS-TOOLING: rebase CWS sb103 to trunk@265758 (milestone: DEV300:m38) 2009-01-14 08:53:02 +0100 sb r266266 : #i96284# remove implementation of unused (but expensive) link feature; plus some general cleanup 2009-01-08 14:42:59 +0100 sb r266010 : #i96683# enable dlclose for GCC 3 (based on a patch by cmc) 2009-01-06 14:18:23 +0100 sb r265920 : #i97424# spurious unreferenced local variables 2008-12-19 15:33:39 +0100 sb r265727 : #i57359# no need for a special glibc 2.2.4 based libgcc_s.so.1 for URE any more as the general one used for OOo is guaranteed to be based on at least glibc 2.2.4, anyway 2008-12-19 13:54:37 +0100 sb r265724 : #i97424# clean up and speed up vcl ImplImageTree 2008-12-18 14:28:10 +0100 sb r265690 : #i97132# spread usage of the rtl::Static pattern (patch by cmc) 2008-12-15 14:33:00 +0100 sb r265499 : #i90492# generate UTF-8 encoded output (patch by tora) 2008-12-15 11:45:05 +0100 sb r265469 : #i95593# -Djava.library.path to find libtest_javauno_any.so 2008-12-15 11:23:14 +0100 sb r265468 : #i93769# it appears that Java nowadays expects file URIs in UTF-8, so ExternalUriReferenceTranslator.toExternal must not be called 2008-12-10 12:02:50 +0100 sb r265164 : #i93219# use (corrected) signal handling instead of forking again (to avoid unintended generation of core files)
2008-12-11CWS-TOOLING: integrate CWS jsc312Rüdiger Timm1-0/+1
2008-12-04 17:08:20 +0100 jsc r264858 : #i96902# update reference rdb 2008-12-04 17:06:34 +0100 jsc r264857 : #i96902# update reference rdb 2008-11-28 14:54:24 +0100 jsc r264556 : #i96671# correct location of generated scripts 2008-11-28 14:29:30 +0100 jsc r264554 : #92661# minor changes 2008-11-28 09:36:27 +0100 jsc r264527 : #92661# minor optimizations 2008-11-27 11:32:24 +0100 jsc r264470 : #92661# retrieve lib path and load related library full qualified 2008-11-18 09:08:22 +0100 jsc r263745 : #i93980# change docu, insert note that regview and regmerge are part of the ure 2008-11-18 09:05:12 +0100 jsc r263744 : #i93980# remove regview and regmerge 2008-11-18 08:57:09 +0100 jsc r263743 : #i93981# insert SDK rpath link option for regcompare 2008-11-18 08:55:08 +0100 jsc r263742 : #i93981# insert SDK rpath link option 2008-11-17 16:26:25 +0100 jsc r263727 : #i96055# correct brackets
2008-10-10CWS-TOOLING: integrate CWS cmcfixes49Oliver Bolte3-6/+6
2008-10-01CWS-TOOLING: integrate CWS jsc311Vladimir Glazounov14-766/+493
2008-09-19No old windows def files needed any more.Rüdiger Timm3-206/+0
2008-04-11INTEGRATION: CWS changefileheader (1.3.42); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 07:25:19 rt 1.3.42.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.4.42); FILE MERGEDRüdiger Timm1-29/+18
2008/04/01 15:23:09 thb 1.4.42.2: #i85898# Stripping all external header guards 2008/03/31 07:25:19 rt 1.4.42.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.5.42); FILE MERGEDRüdiger Timm1-29/+18
2008/04/01 15:23:09 thb 1.5.42.2: #i85898# Stripping all external header guards 2008/03/31 07:25:19 rt 1.5.42.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.7.4); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:25:19 rt 1.7.4.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.9.14); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:25:19 rt 1.9.14.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.5.42); FILE MERGEDRüdiger Timm1-38/+18
2008/04/01 15:23:08 thb 1.5.42.2: #i85898# Stripping all external header guards 2008/03/31 07:25:18 rt 1.5.42.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.6.42); FILE MERGEDRüdiger Timm2-68/+36
2008/04/01 15:23:08 thb 1.6.42.2: #i85898# Stripping all external header guards 2008/03/31 07:25:18 rt 1.6.42.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.26.14); FILE MERGEDRüdiger Timm1-41/+18
2008/04/01 15:23:08 thb 1.26.14.3: #i85898# Stripping all external header guards 2008/04/01 12:32:41 thb 1.26.14.2: #i85898# Stripping all external header guards 2008/03/31 07:25:18 rt 1.26.14.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.12.2); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:25:18 rt 1.12.2.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.12.8); FILE MERGEDRüdiger Timm1-43/+18
2008/04/01 15:23:08 thb 1.12.8.3: #i85898# Stripping all external header guards 2008/04/01 12:32:41 thb 1.12.8.2: #i85898# Stripping all external header guards 2008/03/31 07:25:18 rt 1.12.8.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.4.30); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:25:18 rt 1.4.30.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.8.42); FILE MERGEDRüdiger Timm1-30/+18
2008/04/01 15:23:08 thb 1.8.42.2: #i85898# Stripping all external header guards 2008/03/31 07:25:18 rt 1.8.42.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.7.4); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:25:18 rt 1.7.4.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.5.66); FILE MERGEDRüdiger Timm1-26/+18
2008/04/01 15:23:08 thb 1.5.66.2: #i85898# Stripping all external header guards 2008/03/31 07:25:18 rt 1.5.66.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.2.54); FILE MERGEDRüdiger Timm1-32/+18
2008/04/01 15:23:07 thb 1.2.54.3: #i85898# Stripping all external header guards 2008/04/01 12:32:41 thb 1.2.54.2: #i85898# Stripping all external header guards 2008/03/31 07:25:18 rt 1.2.54.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.6.42); FILE MERGEDRüdiger Timm1-35/+18
2008/04/01 15:23:07 thb 1.6.42.3: #i85898# Stripping all external header guards 2008/04/01 12:32:41 thb 1.6.42.2: #i85898# Stripping all external header guards 2008/03/31 07:25:17 rt 1.6.42.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.19.14); FILE MERGEDRüdiger Timm2-63/+36
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.