# -*- 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_Module_Module,sax)) $(eval $(call gb_Module_add_targets,sax,\ Library_expwrap \ Library_sax \ )) $(eval $(call gb_Module_add_check_targets,sax,\ CppunitTest_sax \ CppunitTest_sax_attributes \ CppunitTest_sax_parser \ CppunitTest_sax_xmlimport \ )) # vim: set noet sw=4 ts=4: t type='hidden' name='id' value='82b0bf45d0527db84e11689dc8a15eefaa699409'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2015-11-25loplugin:unusedfields in include/toolkit,include/toolsNoel Grandin
2015-11-24loplugin:unusedfields in tools/Noel Grandin
2015-11-20don't warn on Color streaming missing Solar VersionCaolán McNamara
2015-11-17use unique_ptr for pImpl in tools/Noel Grandin
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-11-13underscores are reservedTomaž Vajngerl
2015-11-13improve compile time SSE2 detection, fix broken android buildTomaž Vajngerl
2015-11-13remove SSE detection code (but keep SSE2)Tomaž Vajngerl
2015-11-13tools: runtime SSE/SSE2 detectionTomaž Vajngerl
2015-11-11stream version doesn't matter hereCaolán McNamara
2015-11-11stream version doesn't matter hereCaolán McNamara
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09com::sun::star->css in tools/ and ucb/Noel Grandin
2015-11-08tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Sedat Ak
2015-11-06Return earlyJulien Nabet
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05(Poly)Polygons: sal_uIntPtr to sal_uInt32/sdt::size_t/enumMatteo Casalin
2015-11-05class PolyOptimizeData is never instantiatedMatteo Casalin
2015-10-28Date: avoid temporary conversions to sal_uIntPtrMatteo Casalin
2015-10-28Date: group common codeMatteo Casalin
2015-10-28Rename (private) Date::init and reuse itMatteo Casalin
2015-10-28Date: use support function for mapping years to daysMatteo Casalin
2015-10-28Avoid intermediate cast to sal_uIntPtrMatteo Casalin
2015-10-27sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-10-23Remove obsolete version map filesStephan Bergmann
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin
2015-10-15Reuse FRound from tools/helpers.hxxStephan Bergmann