Rosen Penev
|
3cafb5257e
|
clang-tidy: use = default
Found with modernize-use-equals-default
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2021-04-23 00:15:06 -04:00 |
|
Rosen Penev
|
4aaaa8dcc8
|
clang-tidy: use bool literals
Found with modernize-use-bool-literals
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2021-04-23 00:11:52 -04:00 |
|
Rosen Penev
|
8ffb85b327
|
clang-tidy: use '' for single character find
Found with performance-faster-string-find
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2021-04-22 23:18:16 -04:00 |
|
Tomas Babej
|
05e7c2aff2
|
Lexer: Do not allow leading zero for two and more digit integers
|
2021-01-24 03:08:10 -05:00 |
|
Tomas Babej
|
6a33bb8656
|
Lexer: Do not allow leading zero for number type
|
2021-01-24 03:08:10 -05:00 |
|
Tomas Babej
|
9017cd6e53
|
doc: Update copyright to 2021
|
2021-01-02 02:48:22 -05:00 |
|
Paul Beckingham
|
ead50d4d6e
|
Revert "[clang-tidy] Use default to initialize constructors"
This reverts commit bf40ea8816 .
|
2020-12-05 16:18:37 -05:00 |
|
Paul Beckingham
|
5502729131
|
Revert "[clang-tidy] Switch C headers to C++ ones"
This reverts commit 0344856d65 .
|
2020-12-05 16:18:37 -05:00 |
|
Paul Beckingham
|
444e5955ac
|
Revert "[clang-tidy] Convert 0/1 to false/true"
This reverts commit 54e40008c9 .
|
2020-12-05 16:18:37 -05:00 |
|
Paul Beckingham
|
9016c26828
|
Revert "[cl;ang-tidy] Don't initialize strings"
This reverts commit 426e067f43 .
|
2020-12-05 16:18:37 -05:00 |
|
Paul Beckingham
|
3eb209f248
|
Revert "[clang-tidy] Use '' for single characters"
This reverts commit e3ceda9ce1 .
|
2020-12-05 16:18:37 -05:00 |
|
Paul Beckingham
|
702af00435
|
Revert "[clang-tidy] Remove redundant const"
This reverts commit 55d103c491 .
|
2020-12-05 16:18:37 -05:00 |
|
Paul Beckingham
|
c43a513158
|
Revert "[clang-tidy] Replace C style casts with C++ ones"
This reverts commit 13e1bf7204 .
|
2020-12-05 16:18:37 -05:00 |
|
Paul Beckingham
|
364b4ea8bd
|
Revert "[clang-tidy] Simplify boolean expressions"
This reverts commit 51870dff34 .
|
2020-12-05 16:18:37 -05:00 |
|
Paul Beckingham
|
c02e369fbc
|
Revert "[clang-tidy] Cast integer to string"
This reverts commit da75c159ca .
|
2020-12-05 16:18:37 -05:00 |
|
Rosen Penev
|
da75c159ca
|
[clang-tidy] Cast integer to string
Found with bugprone-string-integer-assignment
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2020-12-05 15:03:43 -05:00 |
|
Rosen Penev
|
51870dff34
|
[clang-tidy] Simplify boolean expressions
Found with readability-simplify-boolean-expr
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2020-12-05 15:03:43 -05:00 |
|
Rosen Penev
|
13e1bf7204
|
[clang-tidy] Replace C style casts with C++ ones
Found with google-readability-casting
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2020-12-05 15:03:43 -05:00 |
|
Rosen Penev
|
55d103c491
|
[clang-tidy] Remove redundant const
Found with readability-const-return-type
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2020-12-05 15:03:43 -05:00 |
|
Rosen Penev
|
e3ceda9ce1
|
[clang-tidy] Use '' for single characters
Found with performance-faster-string-find
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2020-12-05 15:03:43 -05:00 |
|
Rosen Penev
|
426e067f43
|
[cl;ang-tidy] Don't initialize strings
Found with readability-redundant-string-init
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2020-12-05 15:03:43 -05:00 |
|
Rosen Penev
|
54e40008c9
|
[clang-tidy] Convert 0/1 to false/true
Found with modernize-use-bool-literals
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2020-12-05 15:03:43 -05:00 |
|
Rosen Penev
|
0344856d65
|
[clang-tidy] Switch C headers to C++ ones
Found using modernize-return-braced-init-list
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2020-12-05 15:03:43 -05:00 |
|
Rosen Penev
|
bf40ea8816
|
[clang-tidy] Use default to initialize constructors
Found with modernize-use-equals-default
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2020-12-05 15:03:43 -05:00 |
|
Tomas Babej
|
a09f9d48ab
|
Update copyright to 2020
|
2020-11-21 12:27:05 -05:00 |
|
Tomas Babej
|
8066e4e6e2
|
meta: Update copyright year
|
2019-01-01 08:46:21 -05:00 |
|
Simon Ruderich
|
e817dfc800
|
Always use https:// link for opensource.org
It was already used in a few places, make this consistent.
|
2018-03-04 14:53:07 +01:00 |
|
Paul Beckingham
|
cae3f06b7d
|
Lexer: Migrated to unicodeLatinDigit
|
2018-01-25 01:08:26 -05:00 |
|
Paul Beckingham
|
adc965e762
|
Lexer: Migrated to unicodeLatinAlpha
|
2018-01-25 00:59:05 -05:00 |
|
Paul Beckingham
|
e199bc98b3
|
Lexer: Migrated to unicodeHexDigit
|
2018-01-25 00:53:47 -05:00 |
|
Paul Beckingham
|
cac258ef72
|
Lexer: Migrated to unicodeWhitespace
|
2018-01-25 00:47:23 -05:00 |
|
Paul Beckingham
|
c242730b6d
|
Lexer: Fixed DOM missing lookahead
|
2018-01-24 23:50:42 -05:00 |
|
Paul Beckingham
|
0de169bb10
|
Copyright 2018
|
2017-12-31 19:22:07 -05:00 |
|
Paul Beckingham
|
f7ab2c4b2d
|
DOM: New reference tw.version.
|
2017-04-29 11:24:08 -04:00 |
|
Paul Beckingham
|
c0d5d5974e
|
Lexer: Migrated from ISO8601p to Duration
|
2017-03-04 21:43:43 -05:00 |
|
Paul Beckingham
|
769d4a2ebe
|
Lexer: Migrated from ISO8601d to Datetime
|
2017-03-04 20:53:16 -05:00 |
|
Paul Beckingham
|
46ef672317
|
Lexer: Typo
|
2017-02-27 08:41:03 -05:00 |
|
Paul Beckingham
|
a92f596bc0
|
DOM: New references: tw.syncneeded, tw.program, tw.args, tw.width, tw.height
- And deprecating context.program, context.args, context.width, context.height
|
2017-02-25 19:21:24 -05:00 |
|
Paul Beckingham
|
5206b4a84b
|
TW-1827: Extract annotations from a task
- Thanks to Ryan.
|
2017-01-16 16:00:16 -05:00 |
|
Paul Beckingham
|
a50e65a134
|
Copyright update
|
2017-01-01 12:30:04 -05:00 |
|
Paul Beckingham
|
641d232dea
|
Copyright: Updated to 2016
|
2015-12-31 15:06:43 -05:00 |
|
Paul Beckingham
|
ba23b926dd
|
Lexer: Missing include
|
2015-10-30 12:44:00 -04:00 |
|
Paul Beckingham
|
6ce3285c77
|
Lexer: Modified ::trim to make one less copy
|
2015-10-30 11:41:16 -04:00 |
|
Paul Beckingham
|
182b5427cd
|
Lexer: Migrated trim(), trimLeft() and trimRight() from text to Lexer
|
2015-10-30 11:17:23 -04:00 |
|
Paul Beckingham
|
51def4b12b
|
Lexer: Migrated commify, ucFirst and lowerCase from text to Lexer
|
2015-10-30 10:57:14 -04:00 |
|
Paul Beckingham
|
e8f4d6904b
|
Lexer: Removed one indirect lookup from ::dequote
|
2015-10-11 09:05:12 -04:00 |
|
Paul Beckingham
|
808600a705
|
Lexer: ::isAllDigits should not return true on trivial input
|
2015-10-10 20:42:00 -04:00 |
|
Paul Beckingham
|
d4abae0f70
|
Lexer: Removed ::isoEnabled, which belongs in ISO8601{d,p}
|
2015-10-04 11:11:48 -04:00 |
|
Paul Beckingham
|
7641a86f23
|
Lexer: Migrated from Date to ISO8601d
|
2015-10-03 19:37:30 -04:00 |
|
Paul Beckingham
|
b4e5285a50
|
Lexer: Updated list of Unicode space characters
|
2015-09-15 17:02:59 -04:00 |
|