genrule( name = 'unoil-src', cmd = ' && '.join([ 'cd $TMP', 'echo "FAKE SOURCE ARCHIVE" > README', 'zip -qr $OUT *', ]), out = 'unoil-src.jar', visibility = ['PUBLIC'], ) genrule( name = 'unoil-javadoc', cmd = ' && '.join([ 'cd $TMP', 'echo "FAKE JAVADOC ARCHIVE" > README', 'zip -qr $OUT *', ]), out = 'unoil-javadoc.jar', visibility = ['PUBLIC'], ) able id='header'> cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/smoketest/libtest.cxx
AgeCommit message (Expand)Author
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2017-08-31loplugin:constparams: smoketest (clang-cl)Stephan Bergmann
2017-07-28loplugin:constparams handle constructorsNoel Grandin