/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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 . */ #ifndef INCLUDED_CONFIGMGR_SOURCE_LOCK_HXX #define INCLUDED_CONFIGMGR_SOURCE_LOCK_HXX #include #include #include namespace configmgr { std::shared_ptr const & lock(); } #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ mini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/jurt
AgeCommit message (Expand)Author
2015-11-24coverity#1326190 Explicit null dereferencedCaolán McNamara
2015-11-12Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann
2015-11-05java: combine nested if statementsNoel Grandin
2015-10-20coverity#1327460 DLS: Dead local storeCaolán McNamara
2015-10-15use AtomicInteger for _life_countNoel Grandin
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-07-31fix use of TCP_NODELAY for localhost URP connectionsNoel Grandin
2015-07-19Fix typosAndrea Gelmini
2015-07-03Fix typosAndrea Gelmini
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-06-22Fix typosAndrea Gelmini
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-04-20java: some random small cleanupsNoel Grandin
2015-02-21Typos: caculate->calculate + acceses->accessesJulien Nabet
2015-01-20enable tcpNoDelay for loopback connections automaticallyNoel Grandin
2015-01-06-Werror,-Wmacro-redefined (under Clang -fsanitize=*)Stephan Bergmann
2015-01-05java: remove dead codeNoel Grandin
2014-12-16java: remove OOoRunnerLightNoel Grandin
2014-12-15java: remove some unused fields and variablesNoel Grandin
2014-12-11update documentationStephan Bergmann
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-12-09rhbz#1036877: Join Java AsynchronousFinalizer thread well before exitStephan Bergmann
2014-12-08Typo "mehtod" -> "method"Stephan Bergmann