# -*- 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/. # module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) include $(module_directory)/../solenv/gbuild/partial_build.mk # vim: set noet sw=4 ts=4: logo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2022-01-08Use WindowsErrorString instead of FormatMessageWMike Kaganski
2022-01-05tdf#146554: use GetModuleHandleExW instead of GetModuleHandleWMike Kaganski
2022-01-03lngconvex is just a build-tool for WindowsJan-Marek Glogowski
2021-12-13Refactor some buildsytem stuff (mostly whitespace)Jan-Marek Glogowski
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in shellMike Kaganski
2021-10-04drop 'using namespace std' in sax/sc/scaddins/sfx2/shellJulien Nabet
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-09-30Extended loplugin:referencecasting/redundantcast (clang-cl): shellStephan Bergmann
2021-09-24GError::message is UTF-8Stephan Bergmann
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-10drop final boost::noncopyable useCaolán McNamara
2021-08-10Missing includeStephan Bergmann
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-07-23do not use "using namespace std" in headersCollabora
2021-06-25-Werror,-Wunused-but-set-parameter (clang-cl 13 trunk)Stephan Bergmann
2021-05-28tdf#108591 Don't hardcode xdg-open pathLinus Heckemann
2021-05-20shell : use std::mutex in CmdMailMsgArnaud Versini
2021-05-19loplugin:noexcept (clang-cl)Stephan Bergmann
2021-04-27loplugin:stringadd (clang-cl)Stephan Bergmann
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-04-20Better handling of filelocsStephan Bergmann
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski
2021-02-27Drop ComPtr and use sal::systools::COMReferenceMike Kaganski
2021-02-16Improve checkExtensionStephan Bergmann
2021-02-08Remove unneeded breaksAndrea Gelmini