Age | Commit message (Expand) | Author |
2017-04-04 | Finally switch MSVC to sal_Unicode = char16_t, too | Stephan Bergmann |
2017-04-02 | add VBA tests- FIX,EXP,ERROR,DAY functions | Zdeněk Crhonek |
2017-03-29 | VBA tests - add DATEDIFF and DATEPART test case | Zdeněk Crhonek |
2017-03-18 | VBA tests - add CVDATE,CVERR,DATEADD test case | Zdeněk Crhonek |
2017-03-17 | VBA tests - add CSNG, CSTR test case | Zdeněk Crhonek |
2017-03-11 | add VBA test CINT,CLNG functions tests | Zdeněk Crhonek |
2017-03-10 | add VBA COS function test case | Zdeněk Crhonek |
2017-03-06 | VBA test CHOOSE function | Zdeněk Crhonek |
2017-03-04 | VBA test CDATE, CDBL function | Zdeněk Crhonek |
2017-03-03 | Fix typos | Andrea Gelmini |
2017-03-01 | add VBA functions tests - ABS,ARRAY, ASC, ATN, CBOOL | Zdeněk Crhonek |
2017-02-28 | VBA: unit test for PtrSafe and compiler directives | Justin Luth |
2017-02-27 | add VBA CHR() test case | Zdeněk Crhonek |
2017-02-07 | Our GetSystemTicks can now again return negative 32-bit values on Windows | Tor Lillqvist |
2017-02-03 | makeAny->Any in basctl..chart2 | Noel Grandin |
2017-02-02 | convert method names in tools::SvRef to be more like our other.. | Noel Grandin |
2017-01-09 | Revert "Remove test_getsystemticks_method.vb for now" | Stephan Bergmann |
2017-01-09 | Remove test_getsystemticks_method.vb for now | Stephan Bergmann |
2017-01-06 | QA Basic: split tests of methods in different files | Laurent Balland-Poirier |
2016-12-24 | basic: cleanup test_*_methods | Laurent Balland-Poirier |
2016-12-14 | Partially fix VBATest::testMiscOLEStuff for Win64 | Mike Kaganski |
2016-12-04 | basic: cleanup test_math_methods | Arnaud Versini |
2016-11-23 | loplugin:unnecessaryoverride (dtors) in basic | Stephan Bergmann |
2016-11-22 | tdf#102872 Add qa unit test for BASIC methods | Laurent Balland-Poirier |
2016-10-27 | Bypass VBATest::testMiscOLEStuff() in a 64-bit Windows build for now | Tor Lillqvist |
2016-10-16 | clang-cl loplugin: basic | Stephan Bergmann |
2016-10-10 | tdf#89307: Removed SvRef::operator T*() | Jacek Fraczek |
2016-10-05 | Remove _TYPED suffix from tools/link.hxx macros | Stephan Bergmann |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-07-22 | basic: fix loplugin:cppunitassertequals warnings | Miklos Vajna |
2016-07-03 | Improve readability of OUString concatanation in LibPage | Muhammet Kara |
2016-06-27 | loplugin:singlevalfields in basic and fix leak | Noel Grandin |
2016-05-30 | tdf#99696 fix build error for 64bit Windows in unit tests using ADODB | Tomofumi Yagi |
2016-05-23 | Convert SbxClassType to scoped enum | Noel Grandin |
2016-04-18 | Remove needless typedef from basic/qa/cppunit/basic_coverage.cxx | Ryan McCoskrie |
2016-03-10 | Extract Directories from BootstrapFixtureBase | Stephan Bergmann |
2016-02-17 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-17 | tdf#40517 Unit test for question marks in number format | Laurent Balland-Poirier |
2016-02-08 | loplugin:unusedmethods | Noel Grandin |
2016-02-05 | basic: Merge macro snippet tests | Matúš Kukan |
2016-01-04 | Use CPPUNIT_ASSERT_DOUBLES_EQUAL | Stephan Bergmann |
2016-01-04 | loplugin:cstylecast | Stephan Bergmann |
2016-01-04 | tdf#96136 replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUAL | Dipangar Niranjar |
2015-11-30 | Get order of expected/actual args to CPPUNIT_ASSERT_EQUAL right | Stephan Bergmann |
2015-11-29 | generate better unit test assert message | Markus Mohrhard |
2015-11-25 | loplugin:unusedfields various | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann |
2015-11-02 | tdf#94269: Replace "n" prefix for bool variables with "b" | Benjamin Ni |
2015-10-30 | use uno::Reference::set method instead of assignment | Noel Grandin |