Fredrik Roubert
0bf8a95309
ICU-22793 Remove superfluous return value typecasts to UBool.
2024-09-19 17:11:38 +02:00
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
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
Jeff Genovy
14b35e4fbf
ICU-20147 Fix MSVC warning C4251, and fix a few other warnings too. ( #134 )
2018-09-27 14:27:41 -07:00
Jeff Genovy
d10a5a945b
ICU-13260 Fix use of unintended variable in tools/toolutil/package.cpp
...
X-SVN-Rev: 40219
2017-06-28 20:14:16 +00:00
Andy Heninger
4ff013c080
ICU-12913 Add cast to avoid printf compile warning.
...
X-SVN-Rev: 39688
2017-02-18 00:14:37 +00:00
Andy Heninger
04448b004f
ICU-12764 UTF-8 source files, update file encoding comments.
...
X-SVN-Rev: 39641
2017-02-03 18:57:23 +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
Markus Scherer
7960164327
ICU-12663 UnicodeString support nearly 2G UChars & avoid integer overflows; string-to-string case mappings & detect integer overflows; make some calls to uprv_memcpy() and similar a little more robust by casting int32_t to size_t before multiplying
...
X-SVN-Rev: 39288
2016-09-20 01:10:36 +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
Markus Scherer
0bdc5dd937
ICU-11774 toolutil Package use uprv_free & LocalMemory, not free()
...
X-SVN-Rev: 37883
2015-09-04 18:59: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
Markus Scherer
e6656c9e8a
ICU-10535 toolutil/package.cpp: NUL-terminate pkgPrefix
...
X-SVN-Rev: 34818
2013-12-23 17:02:59 +00:00
Markus Scherer
bc9b269353
ICU-7881 add icupkg options --auto_toc_prefix --auto_toc_prefix_with_type --toc_prefix
...
X-SVN-Rev: 33500
2013-04-08 21:31:58 +00:00
Andy Heninger
1f65c0e70a
ICU-10048 Compiler warning cleanup.
...
X-SVN-Rev: 33445
2013-03-21 05:48:52 +00:00
Andy Heninger
5b3a708915
ICU-8992 Compiler Warning cleanup for gcc 4.6.1
...
X-SVN-Rev: 31329
2012-02-06 19:57:08 +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
John Emmons
e3697c8f0a
ICU-8707 Clean up compiler warnings from GCC
...
X-SVN-Rev: 30503
2011-08-12 21:16:53 +00:00
Stuart Gill
5dd9ea7768
ICU-3984 update the uca file version, add support for reading/writing reordering from/to resources, update FractionalUCA.txt to a format for the genuca tool
...
X-SVN-Rev: 28975
2010-11-02 02:21:57 +00:00
Stuart Gill
110e2ceb05
ICU-3984 integrate collation reordering from branch - svn+ssh://source.icu-project.org/repos/icu/icu/branches/sgill/scriptreorder2 -r 28883:28924
...
X-SVN-Rev: 28926
2010-10-27 18:02:52 +00:00
Steven R. Loomis
7d8ae29f34
ICU-7888 fix package:enumDependencies
...
X-SVN-Rev: 28473
2010-08-15 00:55:54 +00:00
Steven R. Loomis
4a0b0ef791
ICU-7887 remove fixed limit on icupkg/gencmn
...
X-SVN-Rev: 28470
2010-08-13 23:28:05 +00:00
Michael Ow
c6385f6209
ICU-7068 Add statements to ensure that uconfigtest passes
...
X-SVN-Rev: 26466
2009-08-04 21:09:17 +00:00
Markus Scherer
c9087beb0d
ICU-6945 merge into trunk: changes for .res formatVersion 2 ( #6945 ) and new ICU4J data .jar building from ICU4C ( #7043 ), from -r 26329:26368 icu/branches/markus/smallres2
...
X-SVN-Rev: 26375
2009-07-17 22:57:26 +00:00
Steven R. Loomis
99283aed44
ICU-6799 more warning fixes
...
X-SVN-Rev: 25722
2009-04-02 07:34:37 +00:00
George Rhoten
26dba41dae
ICU-5447 Add const to some methods
...
X-SVN-Rev: 21519
2007-05-12 07:47:39 +00:00
George Rhoten
59f209cb05
ICU-5447 Allow the dependencies to be enumerated.
...
X-SVN-Rev: 21465
2007-04-27 19:12:15 +00:00
George Rhoten
0b66ebe18c
ICU-5447 Make it easier to enumerate items.
...
X-SVN-Rev: 20614
2006-10-30 05:08:36 +00:00
George Rhoten
8b2c84620c
ICU-5304 Allow source code to work again without using U_NAMESPACE_USE
...
X-SVN-Rev: 20241
2006-09-04 16:28:24 +00:00
George Rhoten
bd3963c93b
ICU-4869 Fix typo for EBCDIC mode.
...
X-SVN-Rev: 20128
2006-08-22 06:57:52 +00:00
George Rhoten
ea1db2db8a
ICU-4869 Don't use a FILE after it's been closed.
...
X-SVN-Rev: 20074
2006-08-16 15:16:23 +00:00
Markus Scherer
3ca7b030b7
ICU-4739 add a mode to icupkg for swapping a single ICU data file
...
X-SVN-Rev: 19873
2006-07-21 21:17:51 +00:00
George Rhoten
88889fdd3a
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 19402
2006-03-22 08:17:49 +00:00
George Rhoten
9e3b81e964
ICU-5030 Fixes for using the Visual C++ /clr compiler option
...
X-SVN-Rev: 19067
2006-02-06 06:41:52 +00:00
George Rhoten
d6a85e5312
ICU-4707 Fix some compiler warnings
...
X-SVN-Rev: 18984
2006-01-14 08:35:14 +00:00
Markus Scherer
3771029ec0
ICU-4739 check for resource bundle dependencies on parent bundles if the "no fallback" flag exists and is FALSE
...
X-SVN-Rev: 18837
2005-11-29 00:13:56 +00:00
Markus Scherer
d6e6b497b1
ICU-4739 enumerate discoverable dependencies between data items (resource bundle aliases, conversion base tables)
...
X-SVN-Rev: 18554
2005-09-20 18:45:04 +00:00
Markus Scherer
6a745cd16e
ICU-4739 icupkg command-line tool, adds/removes/extracts items to/from ICU .dat data package files
...
X-SVN-Rev: 18467
2005-08-26 15:38:20 +00:00