Hugo van der Merwe
aebe91cdda
ICU-20941 Fix ResourceTable lifetime to make ResourceTracer happy
...
This is a separate commit from the previous ICU-20941 commit for the
sake of documentation / future code archaeology.
See #1588
2021-02-24 09:27:39 +01:00
Hugo van der Merwe
b2d97ebcb4
ICU-20941 NumberFormatter: format arbitrary compound units, with inflections
...
See #1588 .
2021-02-24 09:27:39 +01:00
Younies Mahmoud
2138ac8a0e
ICU-21349 Add extra UnitsRouter constructor that takes only CLDR unit…
...
See #1579
2021-02-24 03:43:50 +00:00
Younies Mahmoud
c825da1d29
ICU-21349 Add extra UnitsConverter constructor that takes only CLDR unit identifiers
...
See #1578
2021-02-24 02:06:43 +00:00
gnrunge
0a1352ee67
ICU-21502 Adds status checks to test to prevent segementation fault when
...
test runs with ICU stub data only.
ICU-21502 Review comments worked in.
2021-02-23 11:48:02 -08:00
Hugo van der Merwe
aa9f5bc279
ICU-21432 Fix TestInternalMeasureUnitImpl() segfaulting with bad data
2021-02-23 17:32:55 +01:00
gnrunge
1cd98069ab
ICU-21487 Moves performance test data files from the icu-data repository
...
to the icu repository. Added Unicode copyright notice to those files
that only have the IBM copyright notice.
A complimentary PR will remove data from the icu-data repository.
ICU-21487 Adds pure test data files which have no copyright notice to the
exemption list.
2021-02-22 13:23:50 -08:00
Jeff Genovy
997f88e94a
ICU-21474 Update top-level README status badge to replace Travis CI with GitHub Actions.
2021-02-22 11:05:43 -08:00
Peter Edberg
cf83c5b385
ICU-21480 integrate CLDR release-39-alpha2 to ICU trunk
2021-02-19 10:53:23 -08:00
Younies Mahmoud
00cedadc92
ICU-21349 Add extra ComplexUnitsConverter constructor that takes only CLDR units Identifier
...
See #1586
2021-02-19 07:54:39 +01:00
Jeff Genovy
9d8a70abdc
ICU-21499 Suppress warnings about non-NULL address in uprv_memcpy and uprv_memmove
2021-02-18 12:27:51 -08:00
Christoph Gohlke
4fd9b8de8d
ICU-21210 Fix static builds on Windows
2021-02-18 12:24:36 -08:00
Shane F. Carr
b6687af59c
ICU-20421 Add span fields to NumberRangeFormatter
...
See #1572
2021-02-18 09:56:48 -06:00
Andy Heninger
f062244cdb
ICU-21492 Fix regex compile assertion failure.
...
A regex pattern containing nested look-behind blocks could trigger an assertion
failure during pattern compilation. The problem was caused by an off-by-one
error in the code that computes an upper bound on the match length, needed
because look-behind expressions are constrained to not have unbounded match
length.
Nested look-behind blocks come into play because, when computing the maximum
match length of an outer block, any inner look-behind blocks are skipped over -
they do not directly contribute to the length matched by the outer block. The
problem was in the code that skips over these nested look-behind blocks.
2021-02-17 18:49:55 -08:00
Shane F. Carr
352b481146
ICU-21067 Maybe fix synchronization lint in MeasureUnit.java
2021-02-17 18:35:26 -06:00
Hugo van der Merwe
1dbe70ac18
ICU-21123 Support unit inflections in ICU4C
...
See #1574
2021-02-17 23:36:40 +01:00
Markus Scherer
66460b9fad
ICU-13702 add missing API functions
...
and fix a bug in Java UnicodeSet.retain(String) which added the string even if the set did not contain it before,
and some drive-by API doc fixes/clarifications
2021-02-17 10:12:10 -08:00
Peter Edberg
7159e334ff
ICU-21480 integrate CLDR release 39 alpha1 to ICU trunk
2021-02-16 21:44:12 -08:00
Hugo van der Merwe
dcfa2a7874
ICU-21284 Deal with remaining unit normalization TODOs
...
See #1580
2021-02-16 20:52:12 +01:00
Erik Torres Aguilar
9c73e15d02
ICU-21480 BRS69RC Version update and regenerate configure for v69
...
See #1567
2021-02-11 15:43:55 -08:00
Peter Edberg
3333fd557c
ICU-21480 integrate CLDR release 39 alpha0 to ICU trunk
2021-02-10 11:58:26 -08:00
younies
916b9fad75
ICU-21349 Add UnitsConverter.getConversionInfo(...)
...
See #1568
2021-02-10 14:10:44 +01:00
Shane F. Carr
993e58a2c9
ICU-20888 Hide or remove old list formatter methods
2021-02-09 22:38:11 -06:00
Hugo van der Merwe
84469100c5
ICU-21306 ldml2icu: add rules for Inflections-related CLDR data
...
See #1566
2021-02-10 01:08:50 +01:00
Shane F. Carr
8196fc14ac
ICU-21275 Remove obsolete functions from numberrangeformatter.h
2021-02-09 16:10:20 -06:00
Victor Chang
048e46674a
ICU-21455 Add new API ubrk_clone() and deprecate ubrk_safeClone()
2021-02-09 08:49:55 -08:00
Hugo van der Merwe
c0a490d49d
ICU-21284 Correctly normalize Unit Identifiers
...
See #1527
2021-02-09 12:52:05 +01:00
Shane F. Carr
9ac51f21ed
ICU-21351 Don't coalesce adjacent list formatter fields in ICU4J
2021-02-08 20:49:03 -06:00
Markus Scherer
790dfcf0b7
ICU-21050 add detail for when need to ifndef C++ boilerplate
2021-02-08 15:27:03 -08:00
Hugo van der Merwe
7feb300a87
ICU-21284 More MeasureFormatTest and NumberFormatterApiTest test cases
...
See #1530
2021-02-08 21:51:24 +01:00
Hugo van der Merwe
377dc22280
ICU-21349 Fix ICU4J reciprocal unit conversions
...
See #1565
2021-02-05 18:29:31 -08:00
Michael Block
a138318922
ICU-21179 Clean up unused code in the RBBI dictbe
...
The wordsMatched conditional gave the misleading impression that only the first "first word" candidate that was followed by a dictionary word would be marked, but because the wordsMatched declaration is inside the while loop, every "first word" candidate that's followed by a dictionary word is marked (resulting in the shortest and not the longest first candidate that's followed by a second dictionary word).
2021-02-04 17:55:05 -08:00
Craig Cornelius
45b8834e7a
ICU-21440 letest updated to true/false from TRUE/FALSE
2021-02-04 14:55:37 -08:00
Younies Mahmoud
412ac386f4
ICU-21349 Change UnitConverter name to UnitsConverter
...
See #1557
2021-02-03 14:50:04 +01:00
Hugo van der Merwe
8e69552228
ICU-21451 Implement inverse unit handling for new consumption unit preferences in CLDR
...
See #1550
2021-02-03 00:42:43 +01:00
Hugo van der Merwe
5dc0513b29
ICU-21472 Update ICU to support latest CLDR units updates (ofglucose, new constants)
...
See #1545
2021-02-02 12:34:17 +01:00
Markus Scherer
5a7a8f015c
ICU-21461 uprops.h: remove unused gc macros
...
and some underused character constants
2021-02-01 18:45:59 -08:00
Markus Scherer
9d4beab200
ICU-13435 more RTL languages
2021-02-01 16:43:24 -08:00
Jeff Genovy
8082d0e145
ICU-21449 Infinite loop can occur with locale IDs that contain RES_PATH_SEPARATOR
2021-01-29 13:10:34 -08:00
Frank Tang
b82dc88148
ICU-21466 Remove size limit of intvector
...
See #1537
2021-01-28 16:45:24 -08:00
Jeff Genovy
56b4630ada
ICU-21473 Enable GHA CI on maint/maint* branches
2021-01-27 18:20:52 -08:00
Hugo van der Merwe
01da2732b7
ICU-21349 Improve forIdentifier docs to exclude long_unit_identifier.
2021-01-27 19:02:45 +01:00
Hugo van der Merwe
1c61c57ece
ICU-21357 Support IEC Binary Prefixes in MeasureUnit
...
See #1474
2021-01-27 15:34:10 +01:00
yumaoka
7c412f9c8f
ICU-21467 tzdata 2021a updates
2021-01-27 00:44:56 -05:00
Jeff Genovy
a1a1fafb7d
ICU-21465 Fix Windows Time Zone mapping when the Automatic DST setting is OFF.
2021-01-26 15:43:40 -08:00
gnrunge
3c9f5aa9b2
ICU-21464 Modifies comments to address warnings when Doxygen 1.8.20 is used to
...
build the ICU4C docs. Typical changes: avoid linebreaks in {@link ...}
declarations, remove duplicate @param declaration.
The document building task in GHA CI is designed to fail upon warnings but
currently still passes because GHA uses an older version of Doxygen.
ICU-21464 Fix a typo.
2021-01-26 15:13:58 -08:00
gnrunge
a3e5065340
ICU-21469 Remove .travis.yml file now that continuous integration tasks have been moved to GHA.
2021-01-26 13:21:33 -08:00
gnrunge
38125f3c50
ICU-21450 Migrates ICU4C document build with doxygen from Travis CI to GHA CI.
2021-01-25 14:18:15 -08:00
George Rhoten
747f5cd924
ICU-21462 ICULocaleService.java has a race condition
2021-01-22 11:05:08 -08:00
gnrunge
e5a3f2baa7
ICU-21450 Add builds for MacOS and with extra warnings to GHA CI.
...
ICU-21450 Fix indent.
ICU-21450 Factor in review comments.
2021-01-21 16:05:13 -08:00