Markus Scherer
61bbeb8898
ICU-22723 download 76rc
2024-09-30 14:22:43 -07:00
Mihai Nita
3c0d242cf7
ICU-22606 Create full release from CI - update docs
2024-09-30 13:44:26 -07:00
yumaoka
dbb71b7c31
ICU-22723 BRS76 Update ICU4J serialization test data
2024-09-30 09:27:21 -04:00
Oleksandr Hubanov
9d9bdfd64f
ICU-22916 Remove use of makedep from MVS build, update doc
...
alexgubanow alex@0x0h.com
2024-09-23 09:24:03 -07:00
Oleksandr Hubanov
5f9f8b2053
ICU-22714 fix zos build, use OpenXL
...
See #3008
2024-09-20 17:12:28 -07:00
Rahul Pandey
30efee0d3a
ICU-22723 BRS_76_RC: Update version number to 76.1-SNAPSHOT
2024-09-19 21:49:13 +05:30
Peter Edberg
23c641f8c9
ICU-22397 Better UserGuide explanation of date pattern char Y
2024-09-19 08:27:24 -07:00
Rahul Pandey
eec5082ddb
ICU-22723 Improve documentation for running exhaustive tests
2024-09-19 12:16:19 +05:30
Fredrik Roubert
32056302fc
ICU-22722 Add example code for UnicodeString and the standard library.
2024-09-18 18:08:24 +02:00
Fredrik Roubert
b160feaac2
ICU-22879 Provide collator based predicates for use with STL algorithms.
2024-09-17 20:44:21 +02:00
Peter Edberg
e14347b77a
ICU-22883 Update CLDR-ICU instructions with CLDR prereqs for BRS integrations
2024-09-12 08:11:17 -07:00
Markus Scherer
8e40ed3e78
ICU-22875 escape less-than sign in regex.md
2024-09-10 14:28:30 -07:00
yumaoka
937f4adba5
ICU-22723 Update BRS task doc for JDK TZ check
2024-09-10 12:31:48 -04:00
Rahul Pandey
91ed39fb9d
ICU-22847 Migrate ADO pipelines to GHA
...
See #3112
- Update Docs
- Make exhaustive tests run manually, based on cron for main and post merge for maint
2024-09-06 11:52:01 +05:30
Chris Chapman
46712bff3d
ICU-22877 revised "Region code" (formerly "Country code") section
2024-09-05 15:23:33 -07:00
Fredrik Roubert
964bdc54f7
ICU-22881 Switch to using macOS instead of MacOSX in runConfigureICU.
...
The old names are kept as aliases, but not listed in the help messsage.
2024-09-05 19:37:32 +02:00
Markus Scherer
7c66c5cc4a
ICU-22723 start ICU 76 download page
2024-08-25 16:00:31 -07:00
Peter Edberg
2cbfd134ef
ICU-22741 Update CLDR-ICU instructions to mention some hardcoded lists that may need updating
...
Co-authored-by: Steven R. Loomis <srl295@gmail.com>
2024-07-26 12:17:00 -07:00
Elango Cheran
ee93218eab
ICU-22721 Simplify wait-for-checks match logic
2024-07-11 05:19:59 -07:00
Elango Cheran
f668bc5218
ICU-22721 Add workflow that enforces required checks
2024-06-30 21:21:16 -07:00
aszasz
0ef4da943c
ICU-22722 Fix broken link to faq in docs/userguide/icu/index.md
...
See #3006
2024-05-17 14:43:28 -07:00
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
Markus Scherer
94ef2757a3
ICU-22707 gennorm2 & C++ norm2impl support MaybeNo
...
- .nrm formatVersion 5
- updated data format doc & design doc
2024-04-29 17:00:55 -07:00
Markus Scherer
d0e43d6943
ICU-22707 fix normalization bug: chars that combine back & fwd
2024-04-29 17:00:55 -07:00
Craig Cornelius
3f960044b8
ICU-22722 Revised ICU4J API doc process to modern tools
...
See #2969
2024-04-17 13:20:26 -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
Elango Cheran
dbb3fe957a
ICU-22722 Fix missing starter character for MF2 keyword in User Guide
2024-04-11 12:49:15 -07:00
yumaoka
57fc3094f9
ICU-22534 BRS75 J Serialization test data
2024-03-26 08:51:38 -04:00
Elango Cheran
6eb43b1648
ICU-22533 Update badges for CI pipelines, user guide docs about CI
2024-03-22 12:18:47 +05:30
Elango Cheran
18c7d48b3e
ICU-22533 Add docs on Continuous Integration
...
See #2876
2024-03-12 09:14:24 -07: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
Markus Scherer
90b2eed71a
ICU-22533 compact norm16 tables
...
See #2827
2024-02-14 14:49:43 -08:00
Markus Scherer
164a56b736
ICU-22533 move custom normalization page from Sites to GitHub
2024-02-14 09:35:14 -08:00
Elango Cheran
400d97e7d2
ICU-22533 Update Maven CLI instructions for multi-module ICU4J
...
See #2791
2024-01-23 13:59:56 -08:00
Fredrik Roubert
4a8cd80973
ICU-21107 Clarify the C11 & C++17 requirement in the userguide.
2024-01-17 17:48:10 +09:00
Fredrik Roubert
45d351ca4e
ICU-21107 Update ICU4C minimum standard version from C99 to C11.
2023-12-21 09:31:55 +09:00
Fredrik Roubert
7ec1765ce8
ICU-21107 Update ICU4C minimum standard version from C++11 to C++17.
2023-12-14 09:36:22 -08:00
Elango Cheran
511e5efe56
ICU-22533 Update BRS instructions for tagging release
2023-11-10 15:33:31 -08:00
Mihai Nita
091fcf6f82
ICU-22533 Don't mention 'Release Candidate' in javadoc
2023-11-09 16:09:55 -08:00
Shane F. Carr
b070c932ad
ICU-22560 Merge ICU 74 maintenance branch to main ( #2689 )
2023-10-30 13:50:52 -07:00
Mihai Nita
9f64d3f269
ICU-22534 Script preparing the GitHub icu4j release files
...
See #2665
2023-10-26 14:50:31 -07:00
Philip Allgaier
01388fa5ef
ICU-22323 Typo fixes in docs for ICU TimeZone Classes
2023-10-19 16:03:57 -07:00
Jeffrey Riaboy
cdbf0ef6df
ICU-22529 Update services.md
...
All external links were incorrectly pointing to the current directory with .md as the file extension.
Changed all links to be "../" with the .md extension removed
2023-10-09 13:01:06 -07:00
Mihai Nita
049c8ad365
ICU-22534 Script preparing the GitHub icu4j release files
...
See #2665
2023-10-06 16:49:26 -07:00
Elango Cheran
2e9d1288dd
ICU-22324 Add docs for Maven usage
...
See #2655
2023-10-05 13:43:38 -07:00
Elango Cheran
623cb1accc
ICU-22324 Update BRS task docs
2023-10-04 21:05:20 -07:00
Peter Edberg
e1af930c6a
ICU-22325 BRS 74rc move cldr testdata to consistent place, adjust test & tools to match
2023-10-03 10:24:27 -07:00
Craig Cornelius
e73d9736c9
ICU-22325 Update docs.md to change ant
commands to new scripts
2023-10-02 16:04:02 -07:00
Antonio Bueno
f24e0a0ff3
ICU-22323 Describe date field symbol ee
as 02
, not 2
...
See #2636
2023-10-02 12:29:59 -07:00
Mihai Nita
aa377d7366
ICU-22324 Mavenization, script to generate serial test data
2023-09-27 16:11:39 -07:00