summaryrefslogtreecommitdiff
path: root/basic/qa/cppunit/test_scanner.cxx
AgeCommit message (Expand)Author
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann
2021-10-20tdf#125637 - Correctly hand names ending with an underscoreAndreas Heinisch
2021-07-01Purge out rtl::math::setInfBaiXiaochun
2021-02-17tdf#130677 Write new tests for literalsshubham656
2020-11-13tdf#123936 Formatting files in module basic with clang-formatPhilipp Hofer
2020-09-06tdf#136032 - abort scan of a string beginning with a hashtagAndreas Heinisch
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: basicStephan Bergmann
2020-06-02Upcoming loplugin:elidestringvar: basicStephan Bergmann
2020-03-30Cleanup for tdf#130476, tdf#62323 and tdf#62326Andreas Heinisch
2020-03-27tdf#130476 - take into account trailing data type charactersAndreas Heinisch
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-09-27tdf#62326 - Macros: Converting Hex strings of negative valueAndreas Heinisch
2019-05-03tdf#68339 Other: BASIC Syntax errorJens Carl
2018-01-12More loplugin:cstylecast: basicStephan Bergmann
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
2017-07-14tdf#103104 Allow line-continuation followed by a dot in BASICTakeshi Abe
2016-02-08loplugin:unusedmethodsNoel Grandin
2016-01-04Use CPPUNIT_ASSERT_DOUBLES_EQUALStephan Bergmann
2016-01-04loplugin:cstylecastStephan Bergmann
2016-01-04tdf#96136 replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUALDipangar Niranjar
2015-11-30Get order of expected/actual args to CPPUNIT_ASSERT_EQUAL rightStephan Bergmann
2015-11-29generate better unit test assert messageMarkus Mohrhard
2014-12-18basic: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-05fdo#38835 strip out OUString globalsNoel Grandin
2013-11-11basic: include <> for external includesNorbert Thiebaud
2013-10-15clean up SbiScanner::NextSym() a little, fdo#70319 follow-upEike Rathke
2013-10-14work around crappy SbiScanner::NextSym(), fdo#70319Eike Rathke
2013-03-21added unit test for 10e308 math overflowEike Rathke
2013-03-16coverity#982854 Assign instead of compareJulien Nabet
2013-03-16coverity#982853 Assign instead of compareJulien Nabet
2012-12-31Remove all rtl:: prefix and RTL_* from basic/qa/cppunit/test_scanner.cxxMarcos Paulo de Souza
2012-12-29Remove rtl prefixes and some RTL_CONST* from basicMarcos Paulo de Souza
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-06-27targetted re-work of cppunit pieces.Michael Meeks
2012-05-14add missing licence ( populated from TEMPLATE.SOURCECODE.HEADER )Noel Power
2012-01-14Comment out test that current fails on 64-bit systemsAugust Sodora
2012-01-14Add tests for hex/octal numbers for basic scannerAugust Sodora
2012-01-05add mode-lines to some new filesCaolán McNamara
2011-12-05Added some tests for basic/scannerAugust Sodora
2011-11-20Added regression test for scannerAugust Sodora
2011-11-18Cleanup GetSuffixType in basic scannerAugust Sodora
2011-10-21misc trivial tweaks, and documentation additionMichael Meeks
2011-10-21String->OUString, with accompanying testsAugust Sodora