Fredrik Roubert
0178a07a26
ICU-22793 Clang-Tidy: google-readability-casting
...
https://releases.llvm.org/17.0.1/tools/clang/tools/extra/docs/clang-tidy/checks/google/readability-casting.html
2024-07-04 22:32:12 +02:00
Rahul Pandey
3c82e6857c
ICU-22676 Undefine move32 since it is interpreted system call with MSVC ARM64
2024-02-26 08:55:31 -08:00
Markus Scherer
b6dcc95d3c
ICU-21833 remove redundant void parameter lists
...
See #2351
2023-03-02 09:31:57 -08:00
Frank Tang
638acd0c38
ICU-21374 Add a CFI build bot for ICU4C
...
Add the github action bot to build with cfi
Also fix all the known issues which require the change from C style cast to
static_cast inside the i18n and common directory while we are sure about
the object. and use
C++ style dynamic_cast for base-to-derive cast in other code inside i18n
and common and in test code or tool.
Change to use const_cast for casting between const / non-const
2023-02-06 15:47:14 -08:00
Fredrik Roubert
2de88f9d9c
ICU-21833 Replace UChar with char16_t in all C++ code.
2023-02-06 19:27:44 +01:00
Fredrik Roubert
2e0d30cfcf
ICU-21833 Replace NULL with nullptr in all C++ code.
2023-02-03 20:20:38 +01:00
Fredrik Roubert
030fa1a479
ICU-21148 Consistently use standard lowercase true/false everywhere.
...
This is the normal standard way in C, C++ as well as Java and there's no
longer any reason for ICU to be different. The various internal macros
providing custom boolean constants can all be deleted and code as well
as documentation can be updated to use lowercase true/false everywhere.
2022-09-07 20:56:33 +02:00
Peter Varga
80d42a13fc
ICU-21734 Add missing overrides in tests
2021-09-07 13:56:33 -07:00
Fredrik Roubert
633438f8da
ICU-20973 Change all equality operator return types from UBool to bool.
2021-08-17 00:35:00 +02:00
Markus Scherer
d3315d98ef
ICU-20783 use C++ covariant return types
2019-08-23 11:45:36 -07:00
Markus Scherer
f02b496494
ICU-20783 C++ covariant return types: clone(), freeze() & friends
2019-08-22 16:24:41 -07:00
Jeff Genovy
e72290c45e
ICU-13764 Add separate CI build that treats warnings as errors with clang.
...
This adds a separate CI build that enables -Werror for clang.
This also fixes all of the -Wall -Wextra warnings in the tests, and all the
-Wextra-semi warnings as well.
2019-07-30 22:10:02 -07:00
Markus Scherer
03f431d30d
ICU-13340 obsolete unicode/utf_old.h: add U_HIDE_OBSOLETE_UTF_OLD_H to optionally hide all of the .h contents; default: no behavior change; adjust code & tests to work either way
...
X-SVN-Rev: 40413
2017-09-14 06:24:35 +00:00
Andy Heninger
242e02c388
ICU-12764 icu4c utf-8 source files, update Copyright notices.
...
X-SVN-Rev: 39583
2017-01-20 00:20:31 +00:00
Michael Ow
61607c2773
ICU-12564 Update copyright notice in trunk
...
X-SVN-Rev: 38848
2016-06-15 18:58:17 +00:00
Yoshito Umaoka
00ca13e126
ICU-12564 Reverted r38761 and r38762, because we want to prepend the Unicode copyright for existing source files, instead of replacing copyright comments.
...
X-SVN-Rev: 38776
2016-05-31 21:45:07 +00:00
Michael Ow
c9f199a30f
ICU-12564 Update copyright notice in ICU4C
...
X-SVN-Rev: 38761
2016-05-26 22:32:17 +00:00
Steven R. Loomis
7594250cc5
ICU-7653 changed uprv_lengthof to UPRV_LENGTHOF, also added apidoc
...
X-SVN-Rev: 36275
2014-08-28 22:13:45 +00:00
Tom Zhang
ee1f29b584
ICU-7653 move LENGTHOF(array) to common, internal header
...
X-SVN-Rev: 36265
2014-08-28 14:55:34 +00:00
Jungshik Shin
4934b397a8
ICU-8343 fix build errors in Visual Studio when exception is disabled
...
X-SVN-Rev: 32010
2012-06-28 23:28:00 +00:00
Markus Scherer
e31ce99b84
ICU-8575 option for not including utf headers by default; replace uses of deprecated utf_old.h macros
...
X-SVN-Rev: 30430
2011-07-27 05:53:56 +00:00
Markus Scherer
f6a04770ff
ICU-7455 use compiler RTTI; stop adding poor mans RTTI to new class hierarchies
...
X-SVN-Rev: 28075
2010-05-19 17:29:33 +00:00
George Rhoten
88420fdecf
ICU-5032 Fix a typo from the last checkin
...
X-SVN-Rev: 19469
2006-03-29 00:59:28 +00:00
George Rhoten
7aa9c4c444
ICU-5032 Increase code coverage.
...
X-SVN-Rev: 19467
2006-03-29 00:19:28 +00:00
Eric Mader
41ca4f63ee
ICU-4428 update copyright notices for ICU 3.3.
...
X-SVN-Rev: 17296
2005-03-08 22:49:59 +00:00
George Rhoten
1f4c8d4c18
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 17078
2005-01-02 19:47:26 +00:00
Andy Heninger
665e553354
ICU-4161 remove tabs from source code
...
X-SVN-Rev: 16829
2004-11-11 23:34:58 +00:00
Deborah Goldsmith
225c380bde
ICU-3561 Locale-based text boundaries
...
X-SVN-Rev: 16582
2004-10-21 01:03:01 +00:00
Eric Mader
004268d484
ICU-3770 Updated copyright notices for ICU 3.0
...
X-SVN-Rev: 15414
2004-05-19 21:36:51 +00:00
Alan Liu
a1bd7f50bf
ICU-3668 back out risky character iterator changes!
...
X-SVN-Rev: 14805
2004-03-30 22:39:45 +00:00
George Rhoten
cd78ce4444
ICU-3668 Fix for Alan due to breaking chariter.h change.
...
X-SVN-Rev: 14804
2004-03-30 19:56:24 +00:00
Eric Mader
b9d0883285
ICU-3473 Update copyright notices for ICU 2.8.
...
X-SVN-Rev: 14197
2003-12-19 23:18:51 +00:00
George Rhoten
92842673da
ICU-2699 Fix some compiler warnings.
...
X-SVN-Rev: 12376
2003-06-09 04:57:01 +00:00
Ram Viswanadha
c64fb14d63
ICU-2118 improve API coverage
...
X-SVN-Rev: 10394
2002-11-27 02:40:34 +00:00
Ram Viswanadha
6996158d17
ICU-2118 improve API coverage
...
X-SVN-Rev: 10393
2002-11-27 02:11:42 +00:00
Markus Scherer
230d313ee1
ICU-2118 improve *CharacterIterator API coverage
...
X-SVN-Rev: 10382
2002-11-26 21:18:47 +00:00
Steven R. Loomis
9c16796676
ICU-1686 test for uchariter
...
X-SVN-Rev: 8350
2002-04-03 00:02:31 +00:00
George Rhoten
735824aa36
ICU-1686 Fix for AIX
...
X-SVN-Rev: 8168
2002-03-21 00:42:28 +00:00
Markus Scherer
f3481aa67a
ICU-1686 add tests for UCharIterator.move and getIndex
...
X-SVN-Rev: 8151
2002-03-20 17:26:20 +00:00
Markus Scherer
04460db13c
ICU-1686 test UCharIterator
...
X-SVN-Rev: 8101
2002-03-19 00:20:53 +00:00
Markus Scherer
8c78422db2
ICU-1561 replace all UTextOffset with int32_t
...
X-SVN-Rev: 7942
2002-03-12 01:32:42 +00:00
Markus Scherer
e4952564ec
ICU-785 adapt UCharCharacterIterator tests to improved handling of textLength=-1
...
X-SVN-Rev: 6781
2001-11-12 18:09:10 +00:00
Ram Viswanadha
7f6d7e256f
ICU-903 update copyright notices
...
X-SVN-Rev: 4235
2001-03-21 20:09:56 +00:00
George Rhoten
92bfcb1d6d
ICU-432 Fixed a memory leak
...
X-SVN-Rev: 4015
2001-03-10 02:06:11 +00:00
George Rhoten
f8e566eebb
ICU-535 Fixed some compiler warnings.
...
X-SVN-Rev: 3187
2000-12-09 03:08:42 +00:00
Steven R. Loomis
d9203c2847
ICU-681 initializer form [hpux cc]
...
X-SVN-Rev: 2759
2000-10-20 18:24:42 +00:00
George Rhoten
4178a62d73
ICU-615 Changed the parameter name and tested it.
...
X-SVN-Rev: 2531
2000-09-28 05:46:28 +00:00
George Rhoten
e55dacf4f4
ICU-615 Changed the parameter name and tested it.
...
X-SVN-Rev: 2524
2000-09-27 20:12:18 +00:00
George Rhoten
70d0f2d72d
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2344
2000-08-24 01:12:12 +00:00
George Rhoten
a15b66a53d
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2339
2000-08-23 19:11:16 +00:00