Markus Scherer
b6dcc95d3c
ICU-21833 remove redundant void parameter lists
...
See #2351
2023-03-02 09:31:57 -08:00
Fredrik Roubert
2e0d30cfcf
ICU-21833 Replace NULL with nullptr in all C++ code.
2023-02-03 20:20:38 +01:00
Cyndy Ishida
0dcb1cb065
ICU-22035 Remove instances of pre c++11 default constructor prevention pattern
2022-06-08 16:28:02 -07:00
Fredrik Roubert
93b7f6e98d
ICU-21819 Make all comparison operators const.
2021-11-22 15:11:11 +01:00
Peter Varga
1986dcd0d8
ICU-21734 Add missing overrides
2021-09-07 17:42:14 -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
a18df7ba28
ICU-21267 stop using FALSE & TRUE macros in most library-internal headers
2020-09-10 13:55:46 -07:00
Jerome Gaillard
4b8edfa999
ICU-20356 Fix compilation warnings 'dllimport' attribute ignored
...
Methods implementead as 'inline' but not declared 'inline' cause clang++
to throw compilation warnings on Windows. This adds 'inline' to the
relevant method declarations.
2019-02-21 12:18:22 -08: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
John Emmons
e3697c8f0a
ICU-8707 Clean up compiler warnings from GCC
...
X-SVN-Rev: 30503
2011-08-12 21:16:53 +00:00
Michael Grady
f92222ba98
ICU-7947 Relax 0-capacity test in previous checkin and fix compiler warnings
...
X-SVN-Rev: 28636
2010-09-17 01:53:01 +00:00
Michael Grady
290cadf0b8
ICU-7947 UVector safety checks to avoid heap overflow due to integer overflow/signedness/truncation
...
X-SVN-Rev: 28626
2010-09-16 00:30:26 +00:00
Andy Heninger
5e550c04ac
ICU-6149 Merge regexp resource limit functions into the trunk
...
X-SVN-Rev: 23467
2008-02-20 03:08:44 +00:00
George Rhoten
6d97fc4c9f
ICU-5008 Undraft some API
...
X-SVN-Rev: 19000
2006-01-18 03:52:04 +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
71567e6745
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 17203
2005-02-16 06:11:55 +00:00
George Rhoten
4b8ef3e6e6
ICU-4288 Mostly fixes for --enable-strict for gcc 3.4 (Fedora Core 3)
...
X-SVN-Rev: 17040
2004-12-30 07:25:51 +00:00
Eric Mader
3cc60cac35
ICU-4179 update copyright notices for ICU 3.2
...
X-SVN-Rev: 16681
2004-10-29 22:50:01 +00:00
George Rhoten
254eea3c6e
ICU-4072 Explicitly use U_EXPORT2 to specify calling convention of static C++ code.
...
X-SVN-Rev: 16182
2004-08-24 17:21:14 +00:00
Andy Heninger
4ea6b6be45
ICU-3437 improved test coverage
...
X-SVN-Rev: 14033
2003-12-08 07:12:34 +00:00
George Rhoten
4d18bb2b4f
ICU-3221 Fix the AIX linker warning about multiple definitions of virtual functions.
...
X-SVN-Rev: 12958
2003-08-27 01:01:42 +00:00
George Rhoten
d92859323a
ICU-2699 Fix a compiler warning
...
X-SVN-Rev: 11969
2003-05-16 20:24:17 +00:00
George Rhoten
7add969d05
ICU-2729 Fix an out of bounds error
...
X-SVN-Rev: 11619
2003-04-21 23:25:38 +00:00
Andy Heninger
01147100bd
ICU-2422 regexp, {min,max} quantifiers added.
...
X-SVN-Rev: 10859
2003-01-16 01:12:04 +00:00
Andy Heninger
baf94c23e2
ICU-2420 regexp perf, add UVector32 class - vector of uint32_t. Allows optimizations
...
not possible with original (pointer sized) UVector class.
X-SVN-Rev: 10826
2003-01-08 23:40:45 +00:00