# -*- 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/. # module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) include $(module_directory)/../solenv/gbuild/partial_build.mk # vim: set noet sw=4 ts=4: /cgit.png' alt='cgit logo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/tools/qa
AgeCommit message (Expand)Author
2015-10-27sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-05Add isSchemeEqualTo(), isAnyKnownWebDAVScheme() to INetURLObjectGiuseppe Castagno
2015-09-17HEADER_FIELD_TEXT is the only used HeaderFieldTypeStephan Bergmann
2015-09-03disable an assert in color tests due to rounding errorTomaž Vajngerl
2015-09-03Change color test to report expected values when assert failsTomaž Vajngerl
2015-09-03Report reference color and expected color if test failsTomaž Vajngerl
2015-08-31tdf#93794 - spin buttons not rendered in gtk2/gtk3Noel Grandin
2015-08-27loplugin:passstuffbyrefStephan Bergmann
2015-08-27Again add ability to change tint/shade of a color + unit testTomaž Vajngerl
2015-07-09add some unit tests for tools::RectangleTomaž Vajngerl
2015-07-02loplugin:unusedmethods toolsNoel Grandin
2015-05-07extend color test - check read & write from streamTomaž Vajngerl
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2014-12-18tools: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15tools: Use appropriate OUString functions on string constantsStephan Bergmann
2014-10-28fdo#81356: use boost::rational internally in FractionJuan Picca
2014-10-24Fix Fraction(-2147483648.0) for 32-bit wide longStephan Bergmann
2014-10-24Fract: enable testsJuan Picca
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-17another blind attempt to fix the testDavid Tardon
2014-10-17correct castDavid Tardon
2014-10-17fix copypastaDavid Tardon
2014-10-17fix comparisonDavid Tardon
2014-10-17correct function nameDavid Tardon
2014-10-17allow construction of BigInt from sal_Int64 on 32 bitDavid Tardon
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-09-26tools: change INetURLObject::getData to return std::unique_ptrMichael Stahl
2014-06-06Various INetURLObject::getData() fixesStephan Bergmann
2014-05-22cppcheck: add missing braketThomas Arnhold
2014-05-22fix-includes.pl: toolsThomas Arnhold
2014-05-15tools: add AsRGBHexString to Color + unit testTomaž Vajngerl