# -*- 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_Package_Package,python_shell,$(call gb_CustomTarget_get_workdir,pyuno/python_shell))) ifeq ($(OS),MACOSX) $(eval $(call gb_Package_add_file,python_shell,$(LIBO_ETC_FOLDER)/python,python.sh)) else $(eval $(call gb_Package_add_file,python_shell,$(LIBO_BIN_FOLDER)/python,python.sh)) endif # vim: set noet sw=4 ts=4: 9de4efd40fd2286dce396706'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Expand)Author
2017-09-06iOS, make gendict.cxx compilejan Iversen
2017-09-05Revert "iOS, Executable_gendict.mk contained work ifneq"jan iversen
2017-09-05iOS, Executable_gendict.mk contained work ifneqjan Iversen
2017-08-23loplugin:useuniqueptr, look for containers..Noel Grandin
2017-08-18loplugin:unnecessaryparenNoel Grandin
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-07-31loplugin:constparams in basctlNoel Grandin
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin
2017-07-18loplugin:constparams in i18npool,opencl,svlNoel Grandin
2017-07-13use more OUString::operator== in forms..salNoel Grandin
2017-07-11use more range-for on uno::SequenceNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-29improve refcounting lopluginNoel Grandin
2017-06-27loplugin:useuniqueptr in variousNoel Grandin
2017-06-25loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin
2017-06-18coverity#1412874 silence Out-of-bounds read warningCaolán McNamara
2017-06-18add comment on special case for the 15 and 16 numbersCaolán McNamara
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin
2017-06-08remove some unnecessary use of OUStringBufferNoel Grandin
2017-06-06tdf#39674 Translate some German variable/function namesJohnny_M