# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #***************************************************************************** # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # Major Contributor(s): # Copyright (C) 2011 August Sodora (initial developer) # # All Rights Reserved. # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. #***************************************************************************** $(eval $(call gb_CppunitTest_CppunitTest,svl_lngmisc)) $(eval $(call gb_CppunitTest_add_exception_objects,svl_lngmisc, \ svl/qa/unit/test_lngmisc \ )) # add a list of all needed libraries here $(eval $(call gb_CppunitTest_use_libraries,svl_lngmisc, \ cppu \ cppuhelper \ sal \ salhelper \ svl \ $(gb_UWINAPI) \ )) ifeq ($(GUI),WNT) $(eval $(call gb_CppunitTest_use_system_win32_libs,svl_lngmisc, \ oleaut32 \ )) endif $(eval $(call gb_CppunitTest_set_include,svl_lngmisc,\ -I$(SRCDIR)/svl/source/inc \ -I$(SRCDIR)/svl/inc \ $$(INCLUDE) \ )) # vim: set noet sw=4 ts=4: eoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sccomp/source/solver/LpsolveSolver.cxx
AgeCommit message (Expand)Author
2022-05-06remove unnecessary sequenceToContainerNoel Grandin
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2021-10-30Prepare for removal of non-const operator[] from Sequence in sccompMike Kaganski
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-08-15loplugin:sequenceloop in scaddins..scriptingNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sccompStephan Bergmann
2019-07-30Simplify Sequence iterations in scaddins, sccomp, scriptingArkadiy Illarionov
2019-05-28tdf#42949 Fix IWYU warnings in sccomp/Gabor Kelemen
2018-12-20Simplify containers iterations in scaddins, sccomp, scriptingArkadiy Illarionov
2018-09-07loplugin:useuniqueptr in CoinMPSolverNoel Grandin
2018-06-23sccomp: Reserve enough space at once for micro-optimizationTakeshi Abe
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: sccompStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-05loplugin:unnecessaryoverride (dtors) in sccompStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2014-12-18sccomp: Use appropriate OUString functions on string constantsStephan Bergmann
2014-04-04sccomp: Fix description of com.sun.star.comp.Calc.CoinMPSolver.Matúš Kukan
2014-04-03override specifier 'override' not allowed on a destructorMatúš Kukan
2014-04-03sccomp: Share common code and have only one library.Matúš Kukan