#************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # Copyright 2000, 2011 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License version 3 # only, as published by the Free Software Foundation. # # OpenOffice.org is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License version 3 for more details # (a copy is included in the LICENSE file that accompanied this code). # # You should have received a copy of the GNU Lesser General Public License # version 3 along with OpenOffice.org. If not, see # # for a copy of the LGPLv3 License. # #************************************************************************* ifeq ($(strip $(SOLARENV)),) $(error No environment set!) endif gb_PARTIALBUILD := T GBUILDDIR := $(SOLARENV)/gbuild include $(GBUILDDIR)/gbuild.mk $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk))) # vim: set noet sw=4 ts=4: office-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/l10ntools
AgeCommit message (Expand)Author
2015-12-27Remove some includes (stdio/stdlib)Julien Nabet
2015-12-20Add snide commentTor Lillqvist
2015-11-25loplugin:unusedfields variousNoel Grandin
2015-11-14coverity#1339308 Uncaught exceptionCaolán McNamara
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06coverity#1338269 Uncaught exceptionCaolán McNamara
2015-11-06coverity#1338268 Uncaught exceptionCaolán McNamara
2015-11-06coverity#1338261 Uncaught exceptionCaolán McNamara
2015-11-06coverity#1338256 Uncaught exceptionCaolán McNamara
2015-10-21start next find at previous endpos, not one after previous startposEike Rathke
2015-10-21properly check for ICU status so known tags get actually recognizedEike Rathke
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12cppcheck:variableScopeNoel Grandin
2015-10-01loplugin:unusedmethodsNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-29remove unused #include <sal/alloca.h>Michael Stahl
2015-09-17boost->stdCaolán McNamara
2015-09-03Generated code is compiled with WaE disabled, anywayStephan Bergmann
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn
2015-08-22disentangle the Dzongkha mess a littleEike Rathke
2015-08-20implicit conversion of NULL constant to 'nullptr_t'Noel Grandin
2015-08-20new loplugin automemNoel Grandin
2015-08-11new loplugin: defaultparamsNoel Grandin
2015-08-03-Werror,-Wunused-private-fieldStephan Bergmann
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-05-22l10ntools: support x-comments in ulf formatLászló Németh
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-27loplugin:staticfunctionNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-25add Guarani (gug) languageAndras Timar
2015-01-20Some more loplugin:cstylecast: l10ntoolsStephan Bergmann
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2015-01-02attempt to compare a singular iterator to a singular iteratorCaolán McNamara
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-28fdo#87754: duplicated strings in an ItemList are not translatedZolnai Tamás
2014-12-18fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-05fdo#38835 strip out OString globalsNoel Grandin
2014-11-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann