# -*- 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,basegfx)) $(eval $(call gb_Module_add_targets,basegfx,\ Library_basegfx \ )) $(eval $(call gb_Module_add_check_targets,basegfx,\ CppunitTest_basegfx \ )) # vim: set noet sw=4 ts=4: ='/cgit/lo/core/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/g
AgeCommit message (Expand)Author
2023-04-01git-hooks: remove hint in './g -z'Juergen Funk
2023-03-22Fix typoAndrea Gelmini
2023-03-22git-hooks: better handling in './g -z' with win-linksJuergen Funk
2023-03-01git-hooks: overwrite the windows-links not with linux-linksJuergen Funk
2022-11-28Avoid refreshing all hooks in secondary worktreesMike Kaganski
2022-05-31g: we are not, in fact, in the BUILDDIRMichael Stahl
2022-01-15Allow g to run git gc commandArnaud VERSINI