Frank Yung-Fong Tang
a4c6b2a359
ICU-22262 Document environment test automation
2023-02-15 16:53:02 -08:00
Frank Tang
cb87c0893b
ICU-22269 Parallelize uconfig* tests
...
1. Shorten job name uconfig_variation-check-unit-tests to uconfig-unit-tests
2. Shorten job name uconfig_variation-check-all-header-tests to uconfig-header-tests
3. use 11 jobs to run each of them in parallel to reduce the ~1hrs run to about 6-8 mins
Co-authored-by: Markus Scherer <markus.icu@gmail.com>
2023-02-15 16:52:14 -08:00
Frank Yung-Fong Tang
331172f0a3
ICU-22262 Automate environment test
...
See #2309
2023-02-15 15:24:19 -08:00
Markus Scherer
c91c2fbdc5
ICU-22257 BRS doc: J with little-endian data automatic since ICU 70
2023-02-13 17:12:04 -08:00
Mihai Nita
461bcef128
ICU-22194 Fix javadoc error (self-closing element not allowed)
2023-02-13 16:30:28 -08:00
Frank Yung-Fong Tang
47b321f1fa
ICU-22277 correct collation error return of uninitialized length value while previous code return error
...
See #2320
2023-02-13 14:24:33 -08:00
Frank Tang
32bc47eefe
ICU-22257 Revert PR 2302
...
Since the same work has been done in PR 1884 before.
2023-02-13 12:37:11 -08:00
Elango Cheran
b20c97009c
ICU-22194 Add User Guide doc for MessageFormat 2.0 tech preview impl
...
See #2313
2023-02-10 21:17:59 -05:00
Rich Gillam
288c4c7555
ICU-22220 ICU 73 API promotions (promoting ICU 71 and earlier)
2023-02-09 16:44:56 -08:00
Manish Goregaokar
9f108554af
ICU-22270 icuexportdata: Add property and property value names/aliases
2023-02-09 15:44:48 -08:00
Elango Cheran
f1e02f149f
ICU-22194 Update DateTime skeleton docs with link to symbols table
2023-02-09 11:34:53 -05:00
Frank Tang
3f093b602a
ICU-22266 update OS version to 22.04 from 18.04
...
Update configuration in main/.ci-builds from the deprecated 18.04
to the newest 22.04
Since vangrind has issue under 22.04 use 20.04 for vangrind for now.
Also use apt-get instead of apt since apt does not have a stable
commandline interface.
2023-02-08 13:43:14 -08:00
Markus Scherer
39dfee39b8
ICU-22257 BRS doc: J with little-endian data automatic
2023-02-06 17:52:40 -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
Peter Edberg
87fc840bf7
ICU-22220 CLDR release-43-alpha0 (with SurveyTool data) to ICU main
2023-02-06 14:46:14 -08:00
Frank Tang
0264f411b8
ICU-22257 Add "Test ICU4J with only little-endian ICU4C data"
...
Automate "Test ICU4J with only little-endian ICU4C data" as stated in
https://unicode-org.github.io/icu/processes/release/tasks/integration.html#test-icu4j-with-only-little-endian-icu4c-data
Update .ci-builds/.azure-exhaustive-tests.yml
Co-authored-by: Markus Scherer <markus.icu@gmail.com>
2023-02-06 14:32:33 -08:00
Fredrik Roubert
9fd2742dfa
ICU-21833 Replace UChar with char16_t in C++ code.
2023-02-06 21:53:20 +01:00
Fredrik Roubert
2de88f9d9c
ICU-21833 Replace UChar with char16_t in all C++ code.
2023-02-06 19:27:44 +01:00
Rich Gillam
08f14db4c4
ICU-22249 Fixed endless loop in ICUResourceBundle when you ask for a locale with a nonstandard parent and that locale
...
is also the system default locale.
2023-02-03 16:49:24 -08:00
allenwtsu
3f05361b41
ICU-22100 Modify ML model to improve Japanese phrase breaking performance
2023-02-03 13:07:53 -08:00
Fredrik Roubert
5560ee8870
ICU-21833 Replace nullptr with 0 when assigning to UChar.
...
This bug was originally introduced by ICU-4844 which erroneously
assigned NULL to UChar (which happens to work, even though it's
conceptually wrong).
2023-02-03 22:04:36 +01:00
HanatoK
fcd6e384bd
ICU-22194 Change CharacterIterator.DONE to CharacterIterator::DONE in
...
doc
In C++, the enum inside a class should be accessed by "::" instead of
".".
2023-02-03 12:01:51 -08:00
Fredrik Roubert
2e0d30cfcf
ICU-21833 Replace NULL with nullptr in all C++ code.
2023-02-03 20:20:38 +01:00
Frank Tang
a47717934a
ICU-22252 Suppress Calendar Consistency
...
See #2298
2023-02-03 16:38:50 +01:00
allenwtsu
0b3b83a809
ICU-22100 Improve Japanese phrase breaking performance
...
See #2287
2023-01-31 00:29:41 -08:00
Mihai Nita
76df897b77
ICU-22226 Fix Calendar.getFirstDayOfWeek to honor -u-fw
2023-01-31 00:26:30 -08:00
Frank Tang
de0a28644b
ICU-22251 Move sprintf to snprintf.
...
See #2291
2023-01-25 23:23:29 -08:00
Frank Tang
de9cb9a133
ICU-12725 Update u_isIDStart and u_isIDPart to TR31
...
ICU-12725 move to uprops.cpp
ICU-12725 change dependency
ICU-12725 Fix Java implementation
2023-01-25 12:02:53 -08:00
Frank Tang
bb0e745e25
ICU-22058 make pointer argument in floorDivide optional
...
Check the third argument and not set if it is a nullptr
2023-01-18 20:24:48 -08:00
Frank Yung-Fong Tang
da5b047dbe
ICU-22242 Test to show incorrect calculation of 1890
...
See #2270
2023-01-18 12:05:34 -08:00
Frank Tang
cd1b772cbf
ICU-22027 Add C++ Calendar API for Temporal
...
API proposal
https://docs.google.com/document/d/1UYriEzzExiLhi2RD3zjTsI5UQHv1dXaFqrct7yXNdCA/edit#heading=h.x9obor85vpx9
Design Doc
https://docs.google.com/document/d/15ViyC9s0k3VEDwBmAkKxxz4IadZ6QrAIoETkdkF0cVA/
ICU-22027 Adjust API to remove the mention of M00L for now.
2023-01-17 15:08:08 -08:00
Elango Cheran
a7f4531bfa
ICU-12811 Fix localespi tests when run by Maven on Java 8
...
See #2283
2023-01-17 13:17:29 -08:00
Elango Cheran
d4ac09edbd
ICU-12811 Replace local-maven-repo with data jar contents
...
See #2275
2023-01-17 11:09:29 -08:00
Elango Cheran
1b292fa924
ICU-22233 Fix CI cache name for Bazel build
2023-01-17 10:50:47 -08:00
Elango Cheran
e7530bd9ff
ICU-12811 Fix CI cache retain workflow's cron schedule string
2023-01-13 14:57:51 -08:00
Elango Cheran
2007e135f1
ICU-12811 Add CI workflow to retain caches that are flaky/costly to init
...
See #2281
2023-01-13 12:36:48 -08:00
Shane F. Carr
89c1700424
ICU-22093 Polish for SimpleNumberFormatter
...
See #2277
2023-01-12 11:38:27 -06:00
Peter Edberg
ad82a6693a
ICU-22220 integrate root exemplarCities chnages for CLDR release-43-m0 to ICU main
2023-01-12 08:57:35 -08:00
Peter Edberg
8d411e9b6a
ICU-22220 integrate CLDR release-43-m0 to ICU main for 73, update maven-build files
2023-01-10 11:32:24 -08:00
allenwtsu
80fb309c8a
ICU-22100 Remove unicode blocks from Japanese ML phrase breaking
...
See #2278
2023-01-09 17:38:51 -08:00
Thomas Köppe
0c6d7fc98d
ICU-22222 Add explicit instantiation declarations
...
We exclude these declarations from MSVC, where they don't work because
the don't interact well with the U_I18N_API import/export macros
2023-01-07 00:03:38 +00:00
Fredrik Roubert
dcac8ac4c1
ICU-22233 Use separate Bazel cache keys per OS.
2022-12-22 14:43:22 +09:00
allenwtsu
90caafbcd4
ICU-22100 Incorporate BudouX into ICU (Java)
...
See #2214
2022-12-20 14:27:04 -08:00
dependabot[bot]
44480c4ba4
ICU-22193 Bump junit from 4.12 to 4.13.1 in /icu4j/maven-build
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1 )
---
updated-dependencies:
- dependency-name: junit:junit
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-19 10:48:04 -08:00
Fredrik Roubert
82115c060f
ICU-22193 Make clang-release-build-and-test work with ubuntu-latest.
...
Contemporary implementations of the C++ standard library also use the
@deprecated annotation in its header files and these then get included
by the preprocessor when preprocessing the ICU header files, like this:
/// @deprecated Non-standard. Use `is_null_pointer` instead.
In order to work as expected, testtagsguards.sh must therefore be
updated to ignore @deprecated annotations unless they're for ICU.
2022-12-19 10:56:01 +09:00
Elango Cheran
f6353aeedc
ICU-12811 Make CI jobs for Maven run serially to avoid CI cache race condition
2022-12-17 12:59:35 -05:00
Fredrik Roubert
2a6f06cb4c
ICU-22193 Make run-with-stubdata work with ubuntu-latest.
...
It remains unknown when and why this changed, but nowadays the required
data files are to be found in a subdirectory named "build".
2022-12-16 10:06:32 +09:00
Elango Cheran
45e98d4f67
ICU-12811 Build ICU4J using Maven
...
See #2251
2022-12-15 00:48:31 +00:00
Elango Cheran
57c9313eb7
ICU-22193 Use Ubuntu 20.04 for jobs failing in migration to 22.04
2022-12-14 20:04:45 +00:00
Markus Scherer
0cbf969cf7
ICU-22193 fix some CI test failures
2022-12-13 11:18:44 -08:00