summaryrefslogtreecommitdiff
path: root/svl/Library_passwordcontainer.mk
blob: b0040a8c728126735545626a067fa6b94657c607 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#

$(eval $(call gb_Library_Library,passwordcontainer))

$(eval $(call gb_Library_set_componentfile,passwordcontainer,svl/source/passwordcontainer/passwordcontainer,services))

$(eval $(call gb_Library_use_external,passwordcontainer,boost_headers))

$(eval $(call gb_Library_set_include,passwordcontainer,\
    -I$(SRCDIR)/svl/source/inc \
    $$(INCLUDE) \
))

$(eval $(call gb_Library_use_sdk_api,passwordcontainer))

$(eval $(call gb_Library_use_libraries,passwordcontainer,\
    cppu \
    cppuhelper \
    sal \
    comphelper \
    ucbhelper \
    utl \
))

$(eval $(call gb_Library_add_exception_objects,passwordcontainer,\
    svl/source/passwordcontainer/passwordcontainer \
    svl/source/passwordcontainer/syscreds \
))

# vim: set noet sw=4 ts=4:
82a0ca46f9c'>Drop MinMax in favor of std::clampMike Kaganski 2023-08-03Resolves: tdf#127334 Increase tools::Duration accuracy epsilon unsharpnessEike Rathke 2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin 2023-07-27Check / adjust the correct variablesMike Kaganski 2023-07-22no need to create OString temporaries when calling XmlWriter methodsNoel Grandin 2023-07-22avoid some unnecessary string copies in tools::XmlWriterNoel Grandin 2023-07-16cid#1537992 deadcodeJulien Nabet 2023-07-13linking: api: use JsonWriterSzymon Kłos 2023-07-06make tools::Poly*gon single-arg constructors explicitNoel Grandin 2023-07-04jsdialog: encode properly control charactersSzymon Kłos 2023-06-27Fix typoAndrea Gelmini 2023-06-23Introduce tools::Duration individual time values ctorEike Rathke 2023-06-23Clamp and assert maximum hours value in Time::init()Eike Rathke 2023-06-22Introduce tools::Duration(sal_Int32 nDays, const Time& rTime) ctorEike Rathke 2023-06-21Change DateTime friend operator-() to return tools::Duration instead of doubleEike Rathke 2023-06-21rbOverflow was already set for bBadNS, unnecessary to set it againEike Rathke 2023-06-21Introduce double DateTime::Sub() as a substitute for friend double operator-()Eike Rathke 2023-06-20Use tools::Duration in friend double operator-() if DateTime has Time setEike Rathke 2023-06-19Fix TB Jenkins_Linux_Ubsan (duration.cxx)Julien Nabet 2023-06-17Fix typoAndrea Gelmini 2023-06-17Related: tdf#153517 Introduce class tools::DurationEike Rathke 2023-05-28Factor out DateTime::NormalizeTimeRemainderAndApply(tools::Time& rTime)Eike Rathke 2023-05-19Eliminate 24h loops in DateTime::operator+=/-=(tools::Time&)Eike Rathke 2023-04-27fix bug in json_writerJaume Pujantell 2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin 2023-04-24loplugin:unnecessarygetstr extend to createFromAsciiNoel Grandin 2023-04-18tdf#143200 assert when pasting a cell to a large-height rangeNoel Grandin 2023-04-11Drop Writer::OutLongMike Kaganski 2023-04-10Drop SvStream::WriteCharPtrMike Kaganski 2023-04-10Use more *string_viewMike Kaganski 2023-04-09new loplugin:unnecessarygetstrNoel Grandin 2023-04-05fix leaks when using tools::JsonWriterNoel Grandin 2023-04-03Simplify JsonWriter a bitMike Kaganski 2023-03-30loplugin:stringadd in test..toolsNoel Grandin