# -*- 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,idlc)) # if not cross-compiling or we need this for ODK ifneq (,$(if $(CROSS_COMPILING),,T)$(filter ODK,$(BUILD_TYPE))) $(eval $(call gb_Module_add_targets,idlc,\ Executable_idlc \ )) $(eval $(call gb_Module_add_check_targets,idlc,\ CustomTarget_parser_test \ )) endif # vim:set noet sw=4 ts=4: ype='hidden' name='id' value='a86157736e5f456a074810cec91dd7276db3600f'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bin/lo-commit-stat
AgeCommit message (Expand)Author
2013-06-27Seems people prefer enumerations in the wiki for bugs.Thorsten Behrens
2013-03-06lo-commit-stat: new --bugs-changelog optionPetr Mladek
2012-11-29lo-commit-stat: allow to filer cherry-picked commitsPetr Mladek
2012-11-20lo-commit-stat: allow to generate more logs at oncePetr Mladek
2012-11-19lo-commit-stat: make it working with git submodulesPetr Mladek
2012-11-09binfilter.die.die.dieNorbert Thiebaud
2012-07-12Make commit stat script recognize opensuse fate entries, tooThorsten Behrens
2012-06-25Slightly more robust removal of bug title prefix.Thorsten Behrens
2012-06-13lo-commit-stat: really print the piece title into the log filePetr Mladek
2012-06-13No need for fancy string formatting, use plain printThorsten Behrens
2012-06-12lo-commit-stat: avoid problems whit '%' in the commit messagePetr Mladek
2012-06-12Optionally output wiki-markup from lo-commit-statThorsten Behrens
2012-06-01lo-commit-stat: better formatting for bug fix commitsKorrawit Pruegsanusak
2012-06-01lo-commit-stat: we don't have 'bootstrap' repo anymoreKorrawit Pruegsanusak
2012-06-01lo-commit-stat: lowercase first char if the word contains only lowercase charsKorrawit Pruegsanusak
2012-06-01lo-commit-stat: bug ID should have >= 4 digitsKorrawit Pruegsanusak
2012-05-21lo-commit-stat: use utf8 to be able to query a dash in the bug titleIvan Timofeev
2012-05-18lo-commit-stat: problem with wide character in bug titlePetr Mladek
2012-05-18lo-commit-stat: remove flags and print_filtersIvan Timofeev
2012-05-18lo-commit-stat: use bug titles instead of commit messages if possibleIvan Timofeev