Fredrik Roubert
df0422ed3f
ICU-22954 Workaround: Replace std::u16string member with UnicodeString&.
2025-01-07 12:23:51 +09:00
Fredrik Roubert
b2a47f9aa4
ICU-22954 Delete copy & assign from IcuTestErrorCode.
...
There's no reason to ever make a copy of these objects, existing code
that does this is doing it by mistake.
2025-01-07 12:23:51 +09:00
Frank Tang
6091406a3a
ICU-22991 Reduce fStamp to 8 bits
...
See #3323
2025-01-06 18:38:17 -08:00
Frank Yung-Fong Tang
4c3622f218
ICU-23000 Replace CharString for LocaleBased
...
See #3321
2025-01-06 14:09:30 -08:00
Frank Tang
93ce388619
ICU-23002 Fix int64_t overflow in NFRule::parseRuleDescriptor
...
See #3324
2025-01-03 15:48:24 -08:00
Almaz Mingaleev
ed69e5336d
ICU-22992 madvise memory mapped files on Android.
2025-01-03 15:00:51 -08:00
Markus Scherer
d9d09db2a7
ICU-22921 remove redundant PR checklist item
2024-12-26 11:07:30 -08:00
Frank Tang
841e88bc8c
ICU-22991 Remove unused private fIsSet
...
This field is removed in Java 24 years ago. Save 24 bytes per Calendar
object.
2024-12-23 14:58:56 -08:00
Frank Tang
e515c84645
ICU-22991 Remove unnecessary overload in Calendar
2024-12-23 12:52:11 -08:00
Frank Tang
ff31805f56
ICU-22991 Change fIsTimeSet fAreFieldsSet fAreAllFieldsSet fAreFieldsVirtuallySet fIsSet fStamp to private
...
https://docs.google.com/document/d/1RqP3s7Y1YLahqopNcuadl3DT-DMIZ7ASXZbSy7M2mFE/edit?tab=t.0#heading=h.lok0fhe381qa
2024-12-23 12:51:13 -08:00
Markus Scherer
b0ae845e47
ICU-22954 USetHeaderOnlyTest use unique_ptr
2024-12-23 11:17:14 -08:00
Markus Scherer
c0a3fe15d4
ICU-22954 Partially revert PR #3295 U_ICU_NAMESPACE_OR_INTERNAL, header-only localpointer
...
This partially reverts commit 3527b3d320
.
Making LocalPointer header-only, with a different namespace when compiling internally,
turned out to be problematic.
2024-12-23 11:17:14 -08:00
Markus Scherer
38b6d7fe5a
ICU-22954 Revert PR #3295 make all LocalXyzPointer header-only
...
This reverts commit 5bdb4c44af
.
Making LocalPointer header-only, with a different namespace when compiling internally,
turned out to be problematic.
2024-12-23 11:17:14 -08:00
Frank Tang
7546622f87
ICU-22991 Remove unnecessary computeGregorianAndDOWFields private
...
Move the DOW calculation into computeWeekFields
2024-12-20 16:33:53 -08:00
Frank Tang
4c9ef1a31b
ICU-22962 Fix int overflow in Calendar::handleComputeJulianDay
2024-12-20 16:12:58 -08:00
Robin Leroy
7d60bb844e
ICU-22986 GL takes CM
2024-12-20 03:54:59 +01:00
Markus Scherer
e3bc073737
ICU-22954 header-only-test USet C++ iterators
2024-12-19 17:40:33 -08:00
Markus Scherer
320220ef69
ICU-22954 intltest.h & IcuTestErrorCode usable without U_SHOW_CPLUSPLUS_API
2024-12-19 17:40:33 -08:00
Markus Scherer
70409090de
ICU-22954 make all LocalXyzPointer header-only
2024-12-19 17:40:33 -08:00
Markus Scherer
8655718531
ICU-22954 U_ICU_NAMESPACE_OR_INTERNAL, header-only localpointer
...
header-only parts of char16ptr.h
2024-12-19 17:40:33 -08:00
Markus Scherer
d03826cdee
ICU-22954 USet C++ iterator return std::u16string
2024-12-19 17:40:33 -08:00
Mihai Nita
ba012a74a1
ICU-22920 Fix raw type warnings in icu4j tests: charset, common_tests, translit
2024-12-17 16:14:38 -08:00
Frank Tang
a7291c4e51
ICU-22962 Fix int32 overflow in Chinese Calendar
2024-12-16 18:02:05 -08:00
Frank Tang
81d047524c
ICU-22991 Remove protected direct access to fStamp
2024-12-16 13:17:40 -08:00
Mihai Nita
4ff5d6a070
ICU-22920 Fix raw type warnings in icu4j core tests
2024-12-15 01:18:47 -08:00
Mihai Nita
02951053b4
ICU-22921 Document a way to remove unused includes from command line
2024-12-12 12:22:31 -08:00
Henri Sivonen
494e8cdc93
ICU-22968 Rearrange bits in trie values in normalization data export for ICU4X
2024-12-12 08:47:07 -08:00
Tim Chevalier
1b8118049f
ICU-22940 MF2 ICU4C: Update for bidi support
...
Per https://github.com/unicode-org/message-format-wg/pull/884
2024-12-11 12:32:25 -08:00
Mihai Nita
fae4512d33
ICU-22922 ICU BRS 77: front-load update version to 77.0.1
2024-12-10 19:15:05 -08:00
Mihai Nita
515d0a7393
ICU-22773 Faster generation (4x) with multithreading
2024-12-09 15:08:18 -08:00
Mihai Nita
2fa8a0908c
ICU-22773 Migrate the CLDR conversion tool to Maven
2024-12-09 13:15:13 -08:00
Peter Edberg
3b9c0fc4a5
ICU-22922 Integrate CLDR 46.1 beta1 to ICU main, part 3: ICU code/test mods
2024-12-09 13:08:14 -08:00
Peter Edberg
e2581fd1ac
ICU-22922 Integrate CLDR 46.1 beta1 to ICU main, part 2: source data/test generated or copied from CLDR
2024-12-09 13:08:14 -08:00
Peter Edberg
c3929d1595
ICU-22922 Integrate CLDR 46.1 beta1 to ICU main, part 1: binary data
2024-12-09 13:08:14 -08:00
Markus Scherer
791a052f8e
ICU-22921 fix link from gitdev to ci exhaustive tests
2024-12-09 09:55:54 -08:00
Tim Chevalier
62b95bb5f9
ICU-22908 MF2: Update spec tests and update implementation for recent spec changes
...
Updating the spec tests requires two implementation changes:
* Match on variables rather than expressions --
see https://github.com/unicode-org/message-format-wg/pull/877
* Require attribute values to be literals (if present) --
see https://github.com/unicode-org/message-format-wg/pull/894
This updates the spec tests to commit 6c3704f41a9c24427126429fb43992b03609dfc8
in https://github.com/unicode-org/message-format-wg/ . Any changes
following that commit will be addressed in a future PR.
2024-12-09 09:38:28 -08:00
Frank Tang
2e57f07cdf
ICU-22736 Address Markus' feedback
2024-12-06 16:24:57 -08:00
Frank Tang
73956e9cf3
ICU-22736 Fix Persian calendar
...
ICU-22736 Add tests for java and make correction
Update icu4c/source/i18n/persncal.cpp
Co-authored-by: Markus Scherer <markus.icu@gmail.com>
2024-12-06 16:24:57 -08:00
Fredrik Roubert
36b552737f
ICU-22751 Update configure files from configure.ac using autoreconf.
2024-12-05 20:50:03 +01:00
Fredrik Roubert
5314d9d737
ICU-22751 Delete icu4c/source/test/perf/leperf.
2024-12-05 20:50:03 +01:00
Robin Leroy
e59065cc74
ICU-22984 Clean up old monkeys
2024-12-04 18:38:23 +01:00
Robin Leroy
757f27cd35
ICU-22984 Move old monkeys
2024-12-04 18:38:23 +01:00
Robin Leroy
3f959352b5
ICU-22984 Optimize old monkeys
2024-12-04 18:38:23 +01:00
Robin Leroy
5519b85730
ICU-22984 Generate old monkeys
2024-12-04 18:38:23 +01:00
Frank Tang
e025466e3a
ICU-22983 Fix DecimalQuantity::shiftLeft ubsan issue
...
ICU-22983 Add java tests and comments
2024-11-27 17:33:34 -08:00
Elango Cheran
2ba362fa3b
ICU-22921 Update PR template
...
See #3285
2024-11-22 14:06:21 -08:00
Fredrik Roubert
424d6a3e8b
ICU-22901 Update ulocimp_getSubtags() &co. to use std::string_view.
2024-11-22 19:05:03 +01:00
Fredrik Roubert
1dccc10085
ICU-22901 Move calls to uloc_getDefault() out of ulocimp_getSubtags().
2024-11-22 19:05:03 +01:00
Markus Scherer
cd9fada30c
ICU-22921 PR template: move standing issues up to TODO section
2024-11-22 10:00:06 -08:00
Robin Leroy
e000c5c3cc
ICU-22127 Remove obsolete WordBreakTest.txt known issues
2024-11-22 18:40:54 +01:00