summaryrefslogtreecommitdiff
path: root/bin/bffvalidator.sh.in
blob: e435227649389a640709cf90ce2c95d1c61de31c (plain)
1
2
3
#!/bin/sh

wine @BFFVALIDATOR_EXE@ `winepath -w $1`
coration'>Noel Grandin 2017-09-13Enable -Wunreachable-codeStephan Bergmann 2017-07-02loplugin:casttovoid: cppuStephan Bergmann 2017-05-09cleanup osl/diagnose.h includesJochen Nitschke 2017-04-28loplugin:salunicodeliteral: cppuStephan Bergmann 2017-04-28loplugin:cppunitassertequals: cppuStephan Bergmann 2017-04-28Remove now-duplicate css::uno::Type operator <<Stephan Bergmann 2017-04-14update cppunit to 1.14.0Markus Mohrhard 2017-04-12clang-tidy: readability-else-after-returnNoel Grandin 2017-04-04make UNO enums scoped for internal LO codeNoel Grandin 2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-11-21Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-08-19cppu: fix loplugin:cppunitassertequals warningsMiklos Vajna 2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin 2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann 2016-05-06cppu: replace boost::is_same with std::is_sameMichael Stahl 2016-05-03Handle wchar_t as native C++11 type on windowsDavid Ostrovsky 2016-04-25Cannot extract Any to sal_uInt32Stephan Bergmann 2016-04-08tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke 2016-01-18Avoid -Werror,-Wdelete-non-virtual-dtor with current Clang trunkStephan Bergmann 2015-11-28Adapt to true wchar_t in clang-clStephan Bergmann 2015-11-18Use C++11 char16_t for sal_UnicodeStephan Bergmann 2015-11-18Clean upStephan Bergmann 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-07-29com::sun::star-css in cppu,cppuhelperNoel Grandin 2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe 2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann 2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann