Commit graph

6 commits

Author SHA1 Message Date
Mihai Nita
9369b7a209 ICU-21757 Stop sharing utilities-for-cldr
Moves UnicodeMap and related classes to core.
Also removes `CollectionUtilities`, `UOption`, and `ElapsedTimer`.
They will end up in UnicodeTools, CLDR, and CLDR respectively.
2024-05-06 15:49:03 -07:00
Elango Cheran
617b094df3 ICU-22723 Update PR template help text for next version's ticket numbers
See #2962
2024-04-15 22:22:46 -04:00
Jordan Williams
75ff7952b9 ICU-22556 Prefer cc and c++ compilers
When building icu4c, it defaults to clang instead of gcc when the default compiler, cc / c++, is a symlink to gcc / g++.
This not the expected behavior when building C and C++ code.
It appears that this behavior was put in place originally for supporting C++11, which hopefully is no longer such a concern.
This PR adjusts the configure.ac for icu4c to prefer the cc and c++ compilers first.
2024-02-29 19:43:43 +01:00
Elango Cheran
400d97e7d2 ICU-22533 Update Maven CLI instructions for multi-module ICU4J
See #2791
2024-01-23 13:59:56 -08:00
Elango Cheran
2e9d1288dd ICU-22324 Add docs for Maven usage
See #2655
2023-10-05 13:43:38 -07:00
Elango Cheran
5435007e6a ICU-21697 Convert ICU Site pages to markdown for Github Pages
See #1785
2023-05-30 16:18:32 -07:00