# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Module_Module,sccomp)) $(eval $(call gb_Module_add_targets,sccomp,\ $(if $(ENABLE_COINMP)$(ENABLE_LPSOLVE), Library_solver) \ )) $(eval $(call gb_Module_add_l10n_targets,sccomp,\ $(if $(ENABLE_COINMP)$(ENABLE_LPSOLVE), AllLangResTarget_solver) \ )) $(eval $(call gb_Module_add_check_targets,sccomp,\ CppunitTest_sccomp_lpsolver \ )) # vim: set noet sw=4 ts=4: 'distro/cib/libreoffice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/jvmaccess
AgeCommit message (Expand)Author
2016-04-13loplugin:passstuffbyref in jvmaccessNoel Grandin
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-27Move member definition back into .cxxStephan Bergmann
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-02-12Remove uses of osl/diagnose.h from jvmaccessStephan Bergmann
2015-02-12jvmaccess doesn't have a stable interface anywayStephan Bergmann
2014-12-16jvmaccess: Use appropriate OUString functions on string constantsStephan Bergmann
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-03-10jvmaccess: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist