Commit Graph

585 Commits

Author SHA1 Message Date
David Beaumont
17f889bd0e ICU-21142 Hopefully fixing the install script (bash only) 2020-06-22 19:46:32 +02:00
David Beaumont
3b17a492be ICU-21142 Improving Maven handling of CLDR API Jar file for new tools. 2020-06-19 14:03:36 +02:00
Hugo van der Merwe
55127d6778 ICU-21165 Add LdmlConverter UNITS output, update SUPPLEMENTAL_DATA.
- Produce new supplementalData.txt and units.txt with:

      ant -f build-icu-data.xml -DoutDir=/tmp/new_dir \
          -DcldrVersion=37 -DoutputTypes=UNITS,SUPPLEMENTAL_DATA
2020-06-18 09:57:34 +02:00
Hugo van der Merwe
85aee40cc3 ICU-21078 Improve instructions and gitignore files for cldr-to-icu.
This also adds .idea/ to the top-level .gitignore, next to .vs/ and
.vscode/.
2020-06-16 20:09:46 +02:00
David Beaumont
03bb079d3f ICU-21149 Adding a helper to allow simpler debugging of mappers. 2020-06-16 00:53:48 +02:00
David Beaumont
56bb01ba84 ICU-21142 Moving CLDR jar file to common location 2020-06-04 12:26:57 +02:00
David Beaumont
a29369b586 ICU-21140 Make UTF-8 explicit for all file access. 2020-06-03 11:09:02 -07:00
David Beaumont
87bbd3d067 ICU-21135 Fix pseudo locales to filter only non-root paths and avoid aliases.
See #1157
2020-06-03 17:32:23 +02:00
daniel-ju
bb7b8481bd ICU-21140 Fix cldr-to-icu tooling to work on Windows 2020-06-02 22:29:31 +02:00
David Beaumont
566e0f8686 ICU-21084 Migrating ICU tools to use PathMatcher 2020-05-26 23:38:23 +02:00
Stephan Szabo
b6eb747550 ICU-10879 Split out OBJECTS from Makefiles into separate files 2020-05-20 11:37:05 -07:00
David Beaumont
ef91cc3673 ICU-21089 Ignoring incomplete alt path mappings. 2020-04-23 21:10:25 +02:00
David Beaumont
bf9421f8e4 ICU-21078 Adding missing copyright notice (sorry!) 2020-04-22 01:33:40 +02:00
David Beaumont
b0fb4839c2 ICU-21078 Adding script and updating docs for CLDR jars 2020-04-16 20:14:24 +02:00
Shane F. Carr
e9b6c1b779 ICU-20979 Fixing instructions in commit report tool 2020-04-01 16:44:12 -05:00
Steven R. Loomis
24b3cf182e ICU-20910 C API Change Report Tool updates
- This commit was used to generate ICU4C 65's report
- This commit was inadvertently left out of [ICU-20162]

Changes:
- fixup copyright messages
- code cleanup
- fix unreplaced '$rightVer' in born stable APIs
2020-03-17 08:04:40 -07:00
Peter Edberg
69b3523593 ICU-20987 integrate CLDR release-37-alpha3 to master, adjust MeasureUnitTest.java tools 2020-03-13 12:01:39 -07:00
Peter Edberg
63e480dedc ICU-20987 integrate CLDR release-37-alpha1 to master (using new tooling) 2020-02-27 16:27:50 -08:00
David Beaumont
76a32b7c93 ICU-20693 Update README.txt in lib directory to lessen risk of failure when setting up libs.
See #999
2020-02-21 18:33:32 +01:00
David Beaumont
6a0e9ce0cd ICU-20693 Tidyups and small fixes for ICU conversion code 2020-01-21 10:20:51 +01:00
David Beaumont
2f72a932ac ICU-20693 Remember to mention the JAR setup
See #900
2019-12-18 10:45:43 -08:00
Markus Scherer
a7e378d587 ICU-20893 Unicode 13 beta
See PR #915, see changes.txt
- Unicode 13 beta data as of 2019-nov-21
- uprops.icu format version 7.7 with more bits for Script/Script_Extensions
- more bits in spoof checker ScriptSet
- root line break rules adjusted for UAX 14 changes, from Andy
- line break tailorings not yet in sync with root
2019-11-21 17:35:53 -08:00
David Beaumont
74a2307a9a ICU-20693 Final adjustments for handling forced parent IDs better. 2019-11-07 11:38:20 -08:00
David Beaumont
841cd7fccc ICU-20693 Adding support for deletion of existing files prior to ICU data generation. 2019-11-06 23:47:52 +01:00
David Beaumont
43826cccba ICU-20693 Reworking Ant structure to better explain and reflect 'tailorings' 2019-11-06 23:09:05 +01:00
David Beaumont
6c41b4b24d ICU-20693 Supporting dependency graph generation (first draft)
See #909
2019-11-06 23:00:56 +01:00
David Beaumont
4c74b3456a ICU-20693 Make alt-path processing per-locale and remove source values.
remove sources
2019-11-06 21:48:38 +01:00
David Beaumont
16ab588517 ICU-20693 Quick tidy of some stale/broken comments
See #908
2019-11-06 19:07:25 +01:00
David Beaumont
ba7f1b61ec
ICU-20693 Pseudo-locale "alt path" filtering support. (#869)
* ICU-20693 Pseudo-locale "alt path" filtering support.
2019-10-23 12:34:36 +02:00
Shane F. Carr
64b58ccda3 ICU-20835 Updating check.py to work with CLDR
See #852
2019-10-04 15:17:50 -07:00
Shane F. Carr
e0548bc8af ICU-20835 Update instructions for commit checker.
See #815
2019-10-04 16:17:40 -04:00
David Beaumont
6ceb6ea8b5 ICU-20693 No arbitrary ordering in path/value visitation for new API 2019-09-26 07:26:45 +02:00
David Beaumont
7078e19070 ICU-20693 Refactoring for inferred IDs. 2019-09-26 07:25:37 +02:00
David Beaumont
142c90afcc ICU-20693 Remaining tests for new ICU tooling and some refactoring 2019-09-25 23:37:05 +02:00
David Beaumont
791980cf41 ICU-20693 Unit tests for most conversion code and mappers.
See #774
2019-09-24 19:53:41 +02:00
David Beaumont
a4cab7947e ICU-20693 Basic Eclipse settings
See #772
2019-09-09 18:58:08 -04:00
Steven R. Loomis
099ed49976 ICU-20162 use maven to build icu4c api change tool
- removes three .jar files from git-lfs
- make calls ant calls maven
- have travis verify buildability
- support APIChangeReport.md (markdown)
- 'signature simplification' is no longer new, do not mark it as new.
- change (c) to © in output
2019-09-09 18:39:51 -04:00
David Beaumont
de527610d3 ICU-20693 Fix weird bug in Maven pom file and add comments 2019-09-03 11:38:06 +02:00
David Beaumont
e984474ee5 ICU-20693 Removing unused code, fixing IDE warnings and preparing for unit tests
See #773
2019-08-30 10:34:01 -07:00
Daniel Ju
cfe093e945 ICU-20795 BRS65RC Update version numbers and readme files, regenerate JARs 2019-08-30 17:58:24 +02:00
David Beaumont
cf4ce53541 ICU-20693 Adding Ant support for configuration of ICU data builds.
See #771
2019-08-29 09:29:56 -07:00
David Beaumont
2528d0bec1 ICU-20693 New LDML to ICU tooling.
See #721
2019-08-27 10:28:01 -07:00
Shane Carr
650cccc370 ICU-20553 Updating commit checker docs; makes --rev-range required. 2019-04-17 13:42:35 -07:00
Markus Scherer
0565894534 ICU-20497 Unicode 12.1 2019-04-04 10:23:24 -07:00
yumaoka
15cb156e56 ICU-20439 Updated currency numeric code for YUD to 890. 2019-03-20 19:02:17 -04:00
Shane Carr
e6bd47a16a ICU-20438 Further updating readme and instructions for commit-checker. 2019-02-28 14:32:33 -08:00
Shane F. Carr
d2d59c6d65 ICU-20438 Improving commit report instructions and efficiency. 2019-02-27 18:17:20 -08:00
Andy Heninger
666d1a9d8e ICU-20438 ICU 64 C API promotion and API Change Report generation. 2019-02-27 16:01:05 -08:00
Norbert Runge
c5749aaf94 ICU-20390 Removes duplicate and obsolete .cpyskip.txt file
in tools/scripts/cpysearch/ directory. The actual .cpyskip.txt file is
now on top level of the repository. Updated readme.txt accordingly.
2019-02-21 07:31:44 -08:00
Markus Scherer
d2e3a8847d ICU-20111 move text layout properties data into a new ulayout.icu data file 2019-02-14 08:30:57 -08:00