# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # Major Contributor(s): # Copyright (C) 2010 Red Hat, Inc., David Tardon # (initial developer) # # All Rights Reserved. # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_Package_Package,sd_inc,$(SRCDIR)/sd/inc)) $(eval $(call gb_Package_add_file,sd_inc,inc/sd/sddll.hxx,sddll.hxx)) # vim: set noet sw=4 ts=4: e-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/registry/tools
AgeCommit message (Expand)Author
2015-07-03No need for a C API hereStephan Bergmann
2015-07-03Move module-private includes from include/registry/ to registry/Stephan Bergmann
2015-04-09convert RTReferenceType to scoped enumNoel Grandin
2015-04-09convert RTMethodMode to scoped enumNoel Grandin
2015-04-09convert RT_ACCESS fields to scoped enumNoel Grandin
2015-04-09convert RegError to scoped enumNoel Grandin
2015-04-09convert RegValueType to scoped enumNoel Grandin
2015-04-09convert REG_ constants to scoped enumNoel Grandin
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-11-24Bin commented-out unreachable 'break' statementsTor Lillqvist
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-27coverity#1187666 Mixing enum typesCaolán McNamara
2014-02-17registry: sal_Bool -> boolStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-10simplifyStephan Bergmann
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-08-30WaE: size_t/sal_Int32: possible loss of dataTor Lillqvist
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-05-29fdo#60724 change spelling error REMOVEABLE -> REMOVABLE IIThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck
2013-03-01WIP: Experimental new binary type.rdb formatStephan Bergmann
2013-02-14Comment clean-upStephan Bergmann
2013-02-11WaE: strict-aliasing issuesCaolán McNamara
2013-02-11Fix floating point handlingStephan Bergmann
2013-02-05write double/float via union with unsigned type for strict-aliasingCaolán McNamara
2013-02-04WaE unused variableNorbert Thiebaud
2013-02-03More typosStephan Bergmann
2013-02-03reg2bin: Shrink output by reusing common stringsStephan Bergmann
2013-02-03TypoStephan Bergmann
2013-02-03reg2bin: truncate pre-existing output filesStephan Bergmann
2013-01-31warning C4701: potentially uninitialized local variableStephan Bergmann
2013-01-31TypoStephan Bergmann
2013-01-31Some fixes for previous commit (Clang)Stephan Bergmann
2013-01-31WIP: Experimental new binary type.rdb formatStephan Bergmann
2013-01-15Remove obsolete rdbedit toolStephan Bergmann
2013-01-15Remove obsolete checksingleton toolStephan Bergmann
2012-11-28re-base on ALv2 code. Includes:Michael Meeks
2012-08-12do not print anything when the comparison succeededDavid Tardon
2012-08-04Replace usage of rtl/memory.h in registry with equivalent from string.hArnaud Versini
2012-07-03re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-02targeted string re-workNorbert Thiebaud