summaryrefslogtreecommitdiff
path: root/i18nutil/Module_i18nutil.mk
blob: 9b543dfdc359f840b80ededa256e84fb5c4fc624 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# 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,i18nutil))

$(eval $(call gb_Module_add_targets,i18nutil,\
	Library_i18nutil \
))

# vim: set noet sw=4:
lo/core/commit/sccomp?h=libreoffice-5-4-0&id=527f5da2f051e32372d9d4d5e808bdf022d18840'>sccomp: Fix description of com.sun.star.comp.Calc.CoinMPSolver.Matúš Kukan 2014-04-03loplugin:saloverrideStephan Bergmann 2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin 2014-04-03override specifier 'override' not allowed on a destructorMatúš Kukan 2014-04-03sccomp: Share common code and have only one library.Matúš Kukan 2014-04-03sccomp_lpsolver does not need to link against scMatúš Kukan 2014-04-02sccomp: Add very simple unit test for lp solvers.Matúš Kukan 2014-04-01sccomp: Make the source files more similar and fix some problems.Matúš Kukan 2014-04-01Install coinmp and lpsolve linear solvers in parallel.Matúš Kukan 2014-04-01Revert "Allow to build lpsolver based on CoinMP library."Matúš Kukan 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-04fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza 2014-03-03Allow to build lpsolver based on CoinMP library.Matúš Kukan 2014-03-03118160: Use CoinMP as replacement for lp_solve.Andre Fischer 2014-03-03Rename sccomp/source/solver/solver.cxx to solver-lpsolve.cxxMatúš Kukan 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-26Remove visual noise from sccompAlexander Wilms 2014-02-23Remove unneccessary commentsAlexander Wilms 2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann 2013-11-14make l10n buildable separatelyBjoern Michaelsen 2013-11-11remove unnecessary use of OUString constructorNoel Grandin 2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza 2013-08-16Related: fdo#38838 ToInt64 and a EqualsIgnoreCaseAscii variant are now unusedCaolán McNamara 2013-06-04MPLv2 subset improvements.Michael Meeks 2013-06-03re-base on ALv2 code. Includes:Michael Meeks