# -*- 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/. # $(eval $(call gb_Library_Library,cached1)) $(eval $(call gb_Library_set_componentfile,cached1,ucb/source/cacher/cached1)) $(eval $(call gb_Library_use_external,cached1,boost_headers)) $(eval $(call gb_Library_use_sdk_api,cached1)) $(eval $(call gb_Library_use_libraries,cached1,\ comphelper \ cppu \ cppuhelper \ sal \ ucbhelper \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,cached1,\ ucb/source/cacher/cachedcontentresultset \ ucb/source/cacher/cachedcontentresultsetstub \ ucb/source/cacher/cacheddynamicresultset \ ucb/source/cacher/cacheddynamicresultsetstub \ ucb/source/cacher/cacheserv \ ucb/source/cacher/contentresultsetwrapper \ ucb/source/cacher/dynamicresultsetwrapper \ )) # vim: set noet sw=4 ts=4: b/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/solenv/gcc-wrappers/gcc.cxx
03-12
AgeCommit message (Expand)Author
2014-08-25fdo#82430: configure: MSVC build: avoid using SSE2 instructionsMichael Stahl
Let's use the iterator return by erase method (final)Julien Nabet
2016-03-11tdf#97966 redundant static keywords removed 6Wastack
2016-03-10Avoid reserved identifiersStephan Bergmann
2016-03-10Avoid reserved identifiers (use unnamed namespace, just in case)Stephan Bergmann
2016-03-07improve defaultparams lopluginNoel Grandin
2016-02-26Use an XInitialization-based channel to request service mgr pre-initStephan Bergmann
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-16use consistent #define checks for the Windows platformNoel Grandin
2016-02-15Re-work cppu::preInitBootstrap()Henry Castro
2016-02-15In loadAllImplementations(), also invoke component factoryHenry Castro
2016-02-15Just abort() in the DISABLE_DYNLOADING case for nowTor Lillqvist
2016-02-15Introduce lok_preinit() to preload all registered UNO implementationsHenry Castro
2016-02-09Remove excess newlinesChris Sherlock
2016-01-31unnecessary use of OUString constructorNoel Grandin
2016-01-04tdf#82775: Don't prematurely dispose single-instance servicesStephan Bergmann
2015-12-02inline one-liner static methodNoel Grandin
2015-11-28Work around clang-cl PR25641Stephan Bergmann
2015-11-20loplugin:overrideStephan Bergmann
2015-11-19cppuhelper: enable CppunitTest_cppuhelper_qa_weakMichael Stahl
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-13Bogus assertStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-04yyyyyNoel Grandin
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-13remove some useless commentsNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-14boost->stdCaolán McNamara
2015-08-17tdf#84323: Make osl::Thread::wait more readableStephan Bergmann
2015-07-29com::sun::star-css in cppu,cppuhelperNoel Grandin
2015-07-08Fix typosAndrea Gelmini
2015-07-03Fix typosAndrea Gelmini
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann