summaryrefslogtreecommitdiff
path: root/binaryurp/qa
AgeCommit message (Collapse)AuthorFilesLines
2015-11-02tdf#65108 use <> instead of "" in include lineFeyza Yavuz2-15/+15
Change-Id: Ic1bb54d1e6d2c3f8c4215d8ececeb6353ad8ca45 Reviewed-on: https://gerrit.libreoffice.org/19717 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-12-12css::uno::Sequence ctor with initializer_listStephan Bergmann1-25/+17
(though LIBO_INTERNAL_ONLY, as it needs C++11, so cannot in general be used in URE client code; I think it's better to not offer it outside LO at all, than based on a feature-check macro, and thus catch accidental misuses of it via CppunitTest_odk_checkapi) ...plus adapting binaryurp/ to use the new feature Change-Id: I9a88a0e9eac5daf72896470e8b6a1deb1a6fc88f
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2012-08-02Bin no longer used iOS cppunit stuff that breaks build evenTor Lillqvist3-144/+0
Change-Id: Ia84d89adff6acdb5eb5710c1cccd06657c1f6236
2012-06-27targetted re-work of cppunit pieces.Michael Meeks3-9/+1
2012-06-26re-base on ALv2 code.Michael Meeks3-85/+65
2011-11-30catch by constant referenceTakeshi Abe1-1/+1
2011-10-04WaE: 'static_cast' : truncation of constant valueTor Lillqvist1-6/+6
2011-09-25convert binaryurp to gbuildMatúš Kukan2-115/+0
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann3-4/+7
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-08-09Nah, we cannot build binaryurp_cppunittester_all (for iOS) hereTor Lillqvist1-7/+0
It depends on CPPUHELPERLIB which for iOS depends on BOOTSTRAPUNOLIB which hasn't been built yet.
2011-08-01Build static binaryurp unit tester for iOSTor Lillqvist4-5/+159
2011-06-07No testing, sorry, when cross-compilingTor Lillqvist1-0/+5
2011-06-02add mode lines to new filesCaolán McNamara2-0/+6
2011-01-26sb138: #i116038# fresh implementation of binary URP bridgesb4-0/+307