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
Fredrik Roubert
6ad78a08c7
ICU-22621 Clang-Tidy: readability-redundant-control-flow
...
https://releases.llvm.org/17.0.1/tools/clang/tools/extra/docs/clang-tidy/checks/readability/redundant-control-flow.html
2024-03-19 15:55:56 +01: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 Edberg
ca9bdb9780
ICU-21957 integrate CLDR release-42-alpha2 to ICU main for 72
2022-08-22 13:07:59 -07:00
Erik Torres
2b895a71e1
ICU-21555 Fix typos in repo from letter d to i
...
Fix typos in repo from letter d to i
2021-08-30 16:45:43 -05:00
Markus Scherer
d3315d98ef
ICU-20783 use C++ covariant return types
2019-08-23 11:45:36 -07:00
Andy Heninger
5f837abd40
ICU-13533 Fix address sanitizer failures found with no-data ICU testing.
2019-08-19 13:29:32 -07:00
Peter Edberg
30d2034597
ICU-20438 64rc BRS, integrate CLDR alpha2, update MeasureUnit APIs [& resolve conflicts] ( #485 )
2019-02-24 22:28:51 -08:00
Shane Carr
1fe1497d88
ICU-13661 Renaming logIfFailureAndReset to errIfFailureAndReset.
...
X-SVN-Rev: 41362
2018-05-08 23:55:47 +00:00
Shane Carr
597e3287fc
ICU-13135 Fixing and optimizing PluralFormat call site into NumberFormat in order to execute the formatting pipeline only once.
...
X-SVN-Rev: 41237
2018-04-17 10:18:42 +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
Fredrik Roubert
7f4b8d106b
ICU-12012 Replace all sizeof p / sizeof *p with UPRV_LENGTHOF().
...
R=markus.icu@gmail.com
Review URL: https://codereview.appspot.com/285520043 .
X-SVN-Rev: 38337
2016-02-23 10:40:09 +00:00
Michael Ow
4835d5705a
ICU-10398 Ensure cintltst and intltest passes without data
...
X-SVN-Rev: 34398
2013-09-19 02:32:57 +00:00
Steven R. Loomis
bbc0a17a8e
ICU-10379 fixes for IBM i - ambiguous types
...
X-SVN-Rev: 34285
2013-09-12 06:29:39 +00:00
Markus Scherer
fb38bbbee8
ICU-10273 support plurals with decimals in MessageFormat and PluralFormat (ported from Java r34087 & r34276)
...
X-SVN-Rev: 34277
2013-09-11 23:32:37 +00:00
Peter Edberg
958d9edc45
ICU-10222 (C) Update 2 more tests to match new plural rules
...
X-SVN-Rev: 33964
2013-07-23 18:21:02 +00:00
Peter Edberg
b8f66e90c3
ICU-10222 (C) Update some plural test cases, add better error logging
...
X-SVN-Rev: 33933
2013-07-18 01:31:13 +00:00
Steven R. Loomis
899e8cf57c
ICU-9711 fix makefile and another test for OS/400
...
X-SVN-Rev: 32743
2012-11-02 20:16:27 +00:00
Michael Ow
d62e581e2c
ICU-9397 Update some tests in intltest and cintltst to pass without data in 50.0.1
...
X-SVN-Rev: 31982
2012-06-22 16:48:30 +00:00
Markus Scherer
8d7428d1b3
ICU-9132 ordinal-plural formatting in C/C++
...
X-SVN-Rev: 31687
2012-04-07 04:27:27 +00:00
Steven R. Loomis
737d129645
ICU-8784 commit iSeries porting fixes into trunk
...
X-SVN-Rev: 30667
2011-09-15 19:34:17 +00:00
Markus Scherer
e71be2e3b7
ICU-8806 fix MessageFormat plural # formatting: fix offset lookup
...
X-SVN-Rev: 30635
2011-09-07 23:18:54 +00:00
Michael Ow
dc0bdf415e
ICU-8553 Ensure cintltst and intltest passes gracefully with warning without data in 4.8
...
X-SVN-Rev: 30088
2011-05-10 22:01:46 +00:00
Markus Scherer
d743bb693e
ICU-8319 merge MessageFormat 2011q1 work into trunk, from icu/branches/markus/msg48 -r 29400:29882
...
X-SVN-Rev: 29886
2011-04-25 20:47:32 +00:00
Michael Ow
2f72159ffb
ICU-7784 Fix tests that run incorrectly without data.
...
X-SVN-Rev: 28369
2010-07-26 22:02:42 +00:00
John Emmons
b5420d3d2b
ICU-7431 CLDR 1.8 integration
...
X-SVN-Rev: 27776
2010-03-04 05:41:47 +00:00
Michael Ow
5fb69bb39a
ICU-6905 Update some new tests to pass without data.
...
X-SVN-Rev: 26915
2009-11-16 05:16:59 +00:00
Andy Heninger
95505300c8
ICU-4016 mutexes: dump pool, revert to dynamic allocation, simplify some of the #ifdef tangle.
...
X-SVN-Rev: 26660
2009-09-21 04:21:41 +00:00
John Vu
a91b8f20a8
ICU-6991 Code coverage for missing functions in Calendar, DecimalFormat, MessageFormat, PluralFormat, and StringList.
...
X-SVN-Rev: 26613
2009-09-09 16:44:34 +00:00
John Vu
beeba02f88
ICU-6991 Code coverage for missing functions in CEList, CollData, BoyerMooreSearch, PluralFormat.
...
X-SVN-Rev: 26588
2009-09-02 22:27:16 +00:00
Michael Ow
6b1f9ef27c
ICU-6905 Make intltest pass without any data.
...
X-SVN-Rev: 26096
2009-06-12 19:34:21 +00:00
Steven R. Loomis
d3d779e429
ICU-6402 fixes for IBM i.
...
X-SVN-Rev: 24317
2008-06-28 07:02:26 +00:00
Claire Ho
68f90815cd
ICU-6366 activate the locale tests for PluralFormat.
...
X-SVN-Rev: 24274
2008-06-23 19:39:38 +00:00
Claire Ho
2ede5a4790
ICU-6366 Access locale plural rules from resource bundle.
...
X-SVN-Rev: 24242
2008-06-19 20:23:49 +00:00
Claire Ho
81ac0f67a6
ICU-6356 Fixed the coredump for c tests running without data files.
...
X-SVN-Rev: 24211
2008-06-17 22:27:18 +00:00
Claire Ho
cd79d31f28
ICU-5794 1. Missing assignment op in PluralFormat. 2. Incorrect init in getKeywords. 3. Always returns TRUE in isKeyword() if the input is OTHER.
...
X-SVN-Rev: 23796
2008-04-17 01:33:23 +00:00
George Rhoten
8081ce1d2b
ICU-5794 Various fixes for the following items.
...
1) Pass the locale on for the PluralFormat constructor
2) Perform normal ICU error code handling so that parse errors aren't discarded.
3) Remove more C++ static initialization.
4) Remove spaces from test names so that they can be called from the command line.
5) Fix various compiler warnings.
X-SVN-Rev: 23141
2007-12-29 05:51:50 +00:00
Claire Ho
c11cd154da
ICU-5794 merge from feature branch.
...
X-SVN-Rev: 23095
2007-12-17 01:39:55 +00:00