# -*- 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_CppunitTest_CppunitTest,o3tl_tests)) $(eval $(call gb_CppunitTest_use_external,o3tl_tests,boost_headers)) $(eval $(call gb_CppunitTest_use_libraries,o3tl_tests,\ sal \ )) $(eval $(call gb_CppunitTest_add_exception_objects,o3tl_tests,\ o3tl/qa/cow_wrapper_clients \ o3tl/qa/test-array_view \ o3tl/qa/test-cow_wrapper \ o3tl/qa/test-enumarray \ o3tl/qa/test-lru_map \ o3tl/qa/test-safeint \ o3tl/qa/test-sorted_vector \ o3tl/qa/test-string_view \ o3tl/qa/test-typed_flags \ o3tl/qa/test-vector_pool \ )) # vim: set noet sw=4: cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/codemaker
AgeCommit message (Expand)Author
2015-04-01Deprecate getCppuType et al in favor of cppu::UnoTypeStephan Bergmann
2015-03-27loplugin:staticfunctionNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-01-22SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVMStephan Bergmann
2014-12-27coverity#1019332 Unchecked dynamic_castCaolán McNamara
2014-12-27coverity#1019331 Unchecked dynamic_castCaolán McNamara
2014-12-27coverity#1019327 Unchecked dynamic_castCaolán McNamara
2014-12-27coverity#1019325 Unchecked dynamic_castCaolán McNamara
2014-12-10Fix generation of com.sun.star.uno.[Runtime]Exception classesStephan Bergmann
2014-12-08protected -> privateStephan Bergmann
2014-11-18cppumaker: only include rtl/instance.hxx and mutex.hxx when necessaryMichael Stahl
2014-11-18More iwyu suggested headers removalRiccardo Magliocchetti
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-10-31Removed duplicated includesAndrea Gelmini
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-24coverity#441989 Uncaught exceptionCaolán McNamara
2014-10-24coverity#441732 Uncaught exceptionCaolán McNamara
2014-10-07coverity#1242375 Don't call fscanf without specifiersCaolán McNamara
2014-09-30codemaker: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-07-26coverity#1019323 Unchecked dynamic_castCaolán McNamara
2014-07-25coverity#1219788 Unchecked dynamic_castCaolán McNamara
2014-07-01New loplugin:stringconcatStephan Bergmann
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-05-26coverity#1019311 Unchecked return valueCaolán McNamara
2014-05-26coverity#1019326 Unchecked dynamic_castCaolán McNamara
2014-05-26coverity#1019329 Unchecked dynamic_castCaolán McNamara
2014-05-26coverity#1019330 Unchecked dynamic_castCaolán McNamara
2014-05-23improve parameter flow in cpputype.cxxNoel Grandin
2014-05-23add default value for Context param in uno::Exception constructorsNoel Grandin
2014-05-23Combine unoidl::loadProvider and unoidl::Manager::addProviderStephan Bergmann
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
2014-05-11coverity#1213117 Unchecked dynamic_castCaolán McNamara
2014-04-28prefer makefile-gmake-modeTakeshi Abe
2014-04-14Reduce the amount of strings in the release builds.Jan Holesovsky
2014-04-04codemaker: sal_Bool->boolNoel Grandin