Age | Commit message (Expand) | Author |
2017-05-22 | Test _WIN32 instead of WIN32 | Takeshi Abe |
2017-05-19 | loplugin:comparisonwithconstant in basic | Noel Grandin |
2017-05-19 | basic: Fix broken unit test for IsMissing() | Takeshi Abe |
2017-05-18 | basic: Fix broken unit test for Join() | Takeshi Abe |
2017-05-17 | basic: Fix broken test for VBA's LCase | Takeshi Abe |
2017-05-16 | basic: Test VBA's CDec() only on Windows | Takeshi Abe |
2017-05-15 | basic: Fix broken logic in VBA's unit tests | Takeshi Abe |
2017-05-15 | basic: Fix VBA constant vbNewLine with unit test | Takeshi Abe |
2017-05-03 | VBA tests- MONTHNAME,NPER, NPV,OCT test case | Zdeněk Crhonek |
2017-05-03 | Add two digit year test for CDateToIso() | Eike Rathke |
2017-05-02 | BASIC: handle the full tools::Date range from -32768-01-01 to 32767-12-31 | Eike Rathke |
2017-04-28 | Add unit test for CDateFromIso with YYYY-MM-DD, tdf#106956 | Eike Rathke |
2017-04-28 | loplugin:cppunitassertequals: basic | Stephan Bergmann |
2017-04-16 | add VBA test cases | Zdeněk Crhonek |
2017-04-13 | add VBA test cases | Zdeněk Crhonek |
2017-04-13 | VBA tests - INSTRREV, INT test case | Zdeněk Crhonek |
2017-04-10 | Clean up uses of SAL_U/SAL_W: basic | Stephan Bergmann |
2017-04-09 | VBA tests - HEX, HOUR, IIF, INSTR test cases | Zdeněk Crhonek |
2017-04-09 | VBA tests - FORMATNUMBER function | Zdeněk Crhonek |
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 |