8000 Comparing 886f66f...268eab2 · unicode-org/icu · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: unicode-org/icu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 886f66f
Choose a base ref
...
head repository: unicode-org/icu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 268eab2
Choose a head ref
  • 20 commits
  • 287 files changed
  • 11 contributors

Commits on Feb 21, 2025

  1. ICU-22922 BRS77 Fix version in release-icu4c-ubuntu.yml

    Will need a proper fix, but let's just release this for now.
    mihnita committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    7aae07a View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. ICU-23059 ICU4C MF2: Update spec tests

    This updates the MF2 spec tests to unicode-org/message-format-wg@943479b with the following exceptions:
    
    - functions/currency.json and functions/math.json are omitted because these are not yet implemented
    
    - bidi.json will be handled in a future PR
    
    - u-options.json will be handled in a future PR
    
    Changes include:
    * `:integer` now returns a value encapsulating the rounded numeric value of the argument, rather than
      the value itself.
    * Fallbacks are handled according to the current spec.
    * Fallback values are not passed into functions.
    * Characters inside literal fallbacks are properly escaped.
    * The test runner skips null values properly.
    * The test runner handles boolean `expErrors` in defaultTestProperties.
    * `:string` normalizes its input and normalizeNFC() has been refactored so it can be called there.
    catamorphism committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    0748442 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b88b1c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Configuration menu
    Copy the full SHA
    c210730 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7931e6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19dd858 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6ca2ba View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. ICU-23060 Fix TestLargeAppend

    Correct the test based on the kMaxCapacity
    setToBogus on error
    FrankYFTang committed Feb 27, 2025
    Configuration menu
    Copy the full SHA
    53adb4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    443c8c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. Configuration menu
    Copy the full SHA
    9cc28a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Configuration menu
    Copy the full SHA
    faa80a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30e23b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Configuration menu
    Copy the full SHA
    27cc39a View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. Configuration menu
    Copy the full SHA
    cc9adb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    457157a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. Configuration menu
    Copy the full SHA
    c5b7dce View commit details
    Browse the repository at this point in the history
  2. ICU-22923 ICU 77 release page updates

    See #3432
    markusicu committed Mar 13, 2025
    Configuration menu
    Copy the full SHA
    f23af97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72406ed View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. ICU-23061 LowercaseTransliterator improve scalability by avoiding mon…

    …itor contention
    
    Current implementation synchronizes the whole lowercase operation, so it is
    always single-threaded
    
    Removing the shared state lets us utilize multiple CPU cores
    stevenschlansker committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    c86b4f4 View commit details
    Browse the repository at this point in the history
  2. ICU-23061 Performance test for Lowercase transliterator; introduce JMH

    JMH is the OpenJDK microbenchmark harness. It is a standardized tool with
    many integrations and provides a lot of out-of-the-box functionality.
    
    No existing perf-tests are changed
    
    https://github.com/openjdk/jmh
    stevenschlansker committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    268eab2 View commit details
    Browse the repository at this point in the history
Loading
0