# -*- 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/. # $(eval $(call gb_Library_Library,OGLTrans)) ifneq ($(strip $(debug)$(DEBUG)),) $(eval $(call gb_Library_add_defs,OGLTrans,\ -DBOOST_SP_ENABLE_DEBUG_HOOKS \ )) endif $(eval $(call gb_Library_add_defs,OGLTrans,\ -DGLM_FORCE_RADIANS \ )) $(eval $(call gb_Library_use_sdk_api,OGLTrans)) $(eval $(call gb_Library_use_libraries,OGLTrans,\ basegfx \ canvastools \ comphelper \ cppu \ cppuhelper \ sal \ vcl \ )) $(eval $(call gb_Library_use_externals,OGLTrans,\ boost_headers \ epoxy \ glm_headers \ )) $(eval $(call gb_Library_set_componentfile,OGLTrans,slideshow/source/engine/opengl/ogltrans)) $(eval $(call gb_Library_add_exception_objects,OGLTrans,\ slideshow/source/engine/opengl/TransitionerImpl \ slideshow/source/engine/opengl/TransitionImpl \ slideshow/source/engine/opengl/Operation \ )) # vim: set noet sw=4 ts=4: cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/math/test-rtl-math.cxx
AgeCommit message (Expand)Author
2024-11-27tdf#152943: Add configure option to disable NaN payload related testsSakura286
2024-10-17extract NaN payload test from single unit testSakura286
2024-05-15Unit test for tdf#160985Eike Rathke
2024-04-26loplugin:ostr in salNoel Grandin
2024-02-27tdf#158190 Fix Calc ROUND in floating-point calculate result very close to X.5Po-Yen Huang
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-08-22tdf#146619 Remove unused includes from sal/qaGabor Kelemen
2023-05-07Revert a thinko from commit 876010cbc4584249e919c694b8b977fd4e83084eMike Kaganski
2023-03-15Related: tdf#152943 Test that a quiet NaN payload is propagatedEike Rathke
2023-02-16Only specialize CppUnit::assetion_traits<T>::toString member functionsStephan Bergmann
2022-08-23tdf#148430 Use std math functions instead of rtl::mathLiu Hao
2022-08-19tdf#148430 Use std math functions instead of rtl::mathLiu Hao
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-02-17Use Dragonbox to implement doubleTo*String*Mike Kaganski
2021-10-02Some corner case unit testsMike Kaganski
2021-10-01Add unit test to catch eae24a9488814e77254d175c11fc4a138c1dbd30Mike Kaganski
2021-09-30Add a test for a negative integerMike Kaganski
2021-07-09Do not support +/-NaN with an explicit signStephan Bergmann
2021-07-08Reliably generate positive or negative NaN againStephan Bergmann
2020-12-03tdf#138360: sal_rtl: Add unittestXisco Fauli
2020-11-28Unit tests for DBL_MAX to string conversion, tdf#136272Eike Rathke
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi
2020-03-14tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi
2020-03-12tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi
2020-03-04ofz#21036: Avoid UBSan signed-integer-overflow in external/dtoaStephan Bergmann
2020-02-27Related: tdf#130725: use strtod also in rtl::math::stringToDoubleMike Kaganski
2018-12-01Unit test for leading and trailing group separator charactersEike Rathke
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin
2018-01-23Add unit tests for rtl::math's inverse hyperbolic functionsTakeshi Abe
2017-10-23loplugin:includeform: salStephan Bergmann
2017-05-30teach redundantcast plugin about functional castsNoel Grandin