aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.RegExpr
Commit message (Expand)AuthorAgeFilesLines
* Change source license to LicenseRef-Qt-Commercial or GPL-3.0-onlyAli Can Demiralp2024-02-2819-19/+19
* Update license year from 2023 to 2024Ali Can Demiralp2024-01-0920-20/+20
* Use switch statement or switch expressionKarsten Heimrich2023-04-201-49/+39
* Remove redundant codeKarsten Heimrich2023-04-208-16/+16
* Remove redundant type specificationKarsten Heimrich2023-04-205-26/+26
* Remove redundant codeKarsten Heimrich2023-04-204-15/+15
* Convert lambda into method groupKarsten Heimrich2023-04-201-1/+1
* Merge null/pattern checks into complex patternKarsten Heimrich2023-04-207-24/+18
* Convert 'if-return' into 'return' statementKarsten Heimrich2023-04-204-35/+14
* Make changes to RegExprMiguel Costa2023-03-283-6/+12
* Use Array.Empty<T>() methodKarsten Heimrich2023-03-151-1/+1
* Minor Linq improvementsKarsten Heimrich2023-03-151-2/+1
* Use null coalescing expression and compound assignmentKarsten Heimrich2023-03-152-3/+3
* Remove all references to VS2017Karsten Heimrich2023-03-151-2/+0
* Add abbreviated case-insensitive optionMiguel Costa2023-03-091-2/+2
* Rewrite if statement using '?:', '??' or '??=' exressionKarsten Heimrich2023-02-244-23/+6
* Use string interpolation expressionKarsten Heimrich2023-02-241-2/+2
* Replace license headerMiguel Costa2023-02-2318-486/+72
* Upgrade target framework/ language versionKarsten Heimrich2023-02-231-1/+2
* Update project copyright headerKarsten Heimrich2023-02-231-27/+4
* Support multiple matches of RegExpr patternMiguel Costa2022-11-071-20/+46
* Fix expression is always 'true' or always 'false'Karsten Heimrich2022-10-051-1/+1
* Modernization: Update propertiesKarsten Heimrich2022-10-0411-137/+63
* Modernization: Replace casts with pattern variableKarsten Heimrich2022-10-045-14/+14
* Inline variable declarationKarsten Heimrich2022-02-103-12/+6
* Make property privateKarsten Heimrich2022-02-093-8/+8
* Make property get onlyKarsten Heimrich2022-02-095-11/+11
* Make field privateKarsten Heimrich2022-02-091-1/+1
* Convert to auto propertyKarsten Heimrich2022-02-092-12/+6
* Mark members readonlyKarsten Heimrich2022-02-094-10/+10
* Cleanup unused project ReferencesKarsten Heimrich2022-02-021-7/+4
* Fix using directive is not requiredKarsten Heimrich2022-01-2810-23/+0
* Format switch-case according to the .editorconfig ruleKarsten Heimrich2021-12-022-21/+21
* refactoring: Rework layout of project filesMiguel Costa2021-11-161-67/+76
* refactoring: Reorganize project filesMiguel Costa2021-11-1621-0/+3924