summaryrefslogtreecommitdiff
path: root/registry/source
AgeCommit message (Collapse)Author
2012-05-06fix linkage inconsistency on windowsDavid Tardon
Change-Id: I677a5fe8dc5c91b96fe299b06a5f2dc767120a1d
2012-05-06gbuild conversion: registry moduleDavid Ostrovsky
Change-Id: I I9dbd2a05602e7d415ca76850458129f68583c83f
2012-03-29UNO BYTE is signedStephan Bergmann
This is hopefully a better fix for c589fa17b8f3e6ded0d1e04120781eb5d6735bc7 "Dalvik enforces byte constants being in range (-128..127)."
2012-02-19Remove unused codePetr Vorel
2012-02-18registry: remove obsolete methodsThomas Arnhold
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
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.
2012-01-17registry: print error messages on stderrMichael Stahl
2012-01-02Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot
Please find attached a partial fix for Easy Hack FDO43460 Part XXVII Modules padmin, pyuno, rdbmaker, regexp, registry, rsc, sal
2011-12-01Remove uses of charAtAugust Sodora
2011-11-27remove include of pch header from registryNorbert Thiebaud
2011-10-07cppcheck reduce scope of var in registry/...regimpl.cxxPierre-André Jacquod
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-23tidy indentCaolán McNamara
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-04-18Remove OS/2 support.Francois Tigeot
2011-04-04WaE: rework to avoid warningsCaolán McNamara
2011-03-30warning-return-values-registry.diff: avoid warning (i#58979)Petr Mladek
the code was correct; it was wrongly detected by some gcc versions; the warning was considered as an error in openSUSE build service; the change does not cause any harm;
2011-03-02Remove "using namespace ::rtl"Julien Nabet
2011-02-16Remove SCO supportThomas Arnhold
2011-02-03some std::hash_map/set -> boost::unordered_map/set changesFridrich Strba
2011-02-03Build module registry with MSVC stlFridrich Strba
2010-11-25remove empty methodCaolán McNamara
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
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>
2010-10-05remove include guards using fixguard.pyPetr Mladek
2010-03-04mhu22: resync to master repository (DEV300_m73).Matthias Huetsch [mhu]
2010-03-04mhu22: #i105430# #i108349# Fixed registry:ORegKey reference counting to ↵Matthias Huetsch [mhu]
avoid redundant closeKey()/flush() calls.
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-21#i108349# Removed remaining redundant store.flush() calls.Matthias Huetsch [mhu]
2009-11-17performance bug in build system caused by too many flushedMathias Bauer
2009-10-14CWS-TOOLING: integrate CWS fwk121Kurt Zenker
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-02-12CWS-TOOLING: integrate CWS sb103Oliver Bolte
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-10-10CWS-TOOLING: integrate CWS cmcfixes49Oliver Bolte
2008-10-01CWS-TOOLING: integrate CWS jsc311Vladimir Glazounov
2008-04-11INTEGRATION: CWS changefileheader (1.5.66); FILE MERGEDRüdiger Timm
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 Timm
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 Timm
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 Timm
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.
2008-04-11INTEGRATION: CWS changefileheader (1.4.54); FILE MERGEDRüdiger Timm
2008/04/01 15:23:07 thb 1.4.54.3: #i85898# Stripping all external header guards 2008/04/01 12:32:40 thb 1.4.54.2: #i85898# Stripping all external header guards 2008/03/31 07:25:17 rt 1.4.54.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.27.14); FILE MERGEDRüdiger Timm
2008/04/01 15:23:07 thb 1.27.14.3: #i85898# Stripping all external header guards 2008/04/01 12:32:40 thb 1.27.14.2: #i85898# Stripping all external header guards 2008/03/31 07:25:17 rt 1.27.14.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.14.18); FILE MERGEDRüdiger Timm
2008/04/01 15:23:07 thb 1.14.18.2: #i85898# Stripping all external header guards 2008/03/31 07:25:17 rt 1.14.18.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.5.66); FILE MERGEDRüdiger Timm
2008/04/01 15:23:07 thb 1.5.66.3: #i85898# Stripping all external header guards 2008/04/01 12:32:40 thb 1.5.66.2: #i85898# Stripping all external header guards 2008/03/31 07:25:17 rt 1.5.66.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.7.28); FILE MERGEDRüdiger Timm
2008/03/31 07:25:17 rt 1.7.28.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.3.54); FILE MERGEDRüdiger Timm
2008/04/01 15:23:07 thb 1.3.54.3: #i85898# Stripping all external header guards 2008/04/01 12:32:40 thb 1.3.54.2: #i85898# Stripping all external header guards 2008/03/31 07:25:17 rt 1.3.54.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.8.42); FILE MERGEDRüdiger Timm
2008/04/01 15:23:07 thb 1.8.42.2: #i85898# Stripping all external header guards 2008/03/31 07:25:17 rt 1.8.42.1: #i87441# Change license header to LPGL v3.
2007-10-15INTEGRATION: CWS sb71 (1.17.20); FILE MERGEDVladimir Glazounov
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-10-15INTEGRATION: CWS sb71 (1.24.2); FILE MERGEDVladimir Glazounov
2007/10/02 09:08:27 sb 1.24.2.3: RESYNC: (1.25-1.26); FILE MERGED 2007/08/23 17:02:15 sb 1.24.2.2: RESYNC: (1.24-1.25); FILE MERGED 2007/06/22 09:34:22 sb 1.24.2.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.
2007-10-15INTEGRATION: CWS sb71 (1.17.20); FILE MERGEDVladimir Glazounov
2007/08/23 17:02:07 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-09-20INTEGRATION: CWS os2port01 (1.16.8); FILE MERGEDVladimir Glazounov
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.
2007-09-20INTEGRATION: CWS os2port01 (1.22.12); FILE MERGEDVladimir Glazounov
2007/09/05 08:36:11 obr 1.22.12.3: RESYNC: (1.24-1.25); FILE MERGED 2007/07/18 07:17:23 obr 1.22.12.2: RESYNC: (1.22-1.24); FILE MERGED 2006/12/28 15:03:32 ydario 1.22.12.1: OS/2 initial import.
2007-09-20INTEGRATION: CWS os2port01 (1.12.12); FILE MERGEDVladimir Glazounov
2007/07/18 07:17:15 obr 1.12.12.2: RESYNC: (1.12-1.13); FILE MERGED 2006/12/28 15:03:32 ydario 1.12.12.1: OS/2 initial import.