summaryrefslogtreecommitdiff
path: root/Makefile.post
blob: 76ea25b84ecd37ec4de486e1afc89b73d42a4b88 (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-

ifeq ($(strip $(SOLARENV)),)
include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))config_host.mk
endif

include $(SOLARENV)/gbuild/gbuild.mk

$(eval $(call gb_Module_make_global_targets,$(wildcard $(SRCDIR)/RepositoryModule_*.mk)))

# vim: set noet sw=4 ts=4:
-24 11:54:56 +0200'>2017-10-24loplugin:includeform: lingucomponent (macOS)Stephan Bergmann 2017-10-23loplugin:includeform: lingucomponentStephan Bergmann 2017-10-23hardly need a mutex to return a local stringCaolán McNamara 2017-10-18strip out trivial indirectionNoel Grandin 2017-10-05Fix potential leak in macspellimp.mmJulien Nabet 2017-09-26Unify hyphenator loading and ensure Unicode paths on WindowsMike Kaganski 2017-09-22loplugin:flatten in framework..packageNoel Grandin 2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski 2017-09-18Related tdf#112425: fix another leak in MacSpellCheckerJulien Nabet 2017-09-16tdf#112425: fix leak in MacSpellCheckerJulien Nabet 2017-07-22loplugin:constparams in editeng,lingucomponentNoel Grandin 2017-07-21loplugin:constparams in soltools and variousNoel Grandin 2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin 2017-07-12loplugin:useuniqueptr in lingucomponentNoel Grandin 2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin 2017-06-30loplugin:oncevarStephan Bergmann 2017-06-29loplugin:oncevar variousNoel Grandin 2017-05-28cleanup unused css/linguistic2/ includesJochen Nitschke 2017-05-21cppcheck: unusedStructMemberJochen Nitschke 2017-05-16loplugin:checkunusedparams variousNoel Grandin 2017-05-05Fix typosAndrea Gelmini 2017-04-29Move getProcessWorkingDir from tools to unotoolsChris Sherlock 2017-04-28loplugin:salunicodeliteral: lingucomponentStephan Bergmann 2017-04-26use strong_int for LanguageTypeNoel Grandin 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-03-25Fix typosAndrea Gelmini 2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann 2017-03-02Fix typosAndrea Gelmini 2017-02-25Clean up use of integer typesStephan Bergmann 2017-02-20Prefix membersKhaled Hosny 2017-02-06Add missing #includesStephan Bergmann 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-20loplugin:dynexcspec (macOS), lingucomponentStephan Bergmann 2017-01-19New loplugin:dynexcspec: Add @throws documentation, lingucomponentStephan Bergmann 2016-12-15fix collisionCaolán McNamara 2016-12-15hunspell defines this for some time nowDavid Tardon 2016-12-15fix build with hunspell < 1.5David Tardon 2016-12-15if building against system hunspell < 1.5.4 > 1.4.0Caolán McNamara 2016-12-14update to latest hunspell 1-5 releaseCaolán McNamara 2016-12-12remove useless Mutex guardsNoel Grandin