diff -ur firebird.org/builds/posix/Makefile.in firebird/builds/posix/Makefile.in --- firebird.org/builds/posix/Makefile.in 2020-11-08 15:11:29.262993342 +0100 +++ firebird/builds/posix/Makefile.in 2020-11-08 15:16:53.628545143 +0100 @@ -264,7 +264,7 @@ ODS_TEST:=$(GEN_ROOT)/odstest$(EXEC_EXT) preliminaryCheck: $(STD_SIZES) $(RUN_SIZES) - diff -u $^ + diff -u --strip-trailing-cr $^ $(RUN_SIZES): $(ODS_H) $(ODS_AWK) awk -f $(ODS_AWK) <$(ODS_H) >$(ODS_TEST_CPP) lt='cgit logo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxregion.cxx
AgeCommit message (Expand)Author
2020-02-05move some toolkit/ headers inside the moduleNoel Grandin
2019-12-03remove some useless comment linesNoel Grandin
2019-10-08use cppu::WeakImplHelper in VCLXRegionNoel Grandin
2019-09-18tdf#42949 Fix IWYU warnings in toolkit/Gabor Kelemen
2019-06-04tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov
2019-03-01expand out IMPL_XTYPEPROVIDER_START macroNoel Grandin
2018-10-24Simplify containers iterations in test..toolsArkadiy Illarionov