Shane F. Carr
|
ca34233e08
|
Merge pull request #31 from hugovdm/units-staging-getConversionRatesInfo
Add unitsdata.cpp, getConversionRatesInfo, and unit tests.
|
2020-04-21 15:47:01 -05:00 |
|
Hugo van der Merwe
|
8497f0783a
|
Remove testGetConversionRateInfo.
|
2020-04-17 01:49:29 +02:00 |
|
Hugo van der Merwe
|
2639dc3670
|
Fix deps: use UMemory as base class for it's new().
|
2020-04-17 01:47:57 +02:00 |
|
Hugo van der Merwe
|
1461ad4847
|
dependencies.txt attempt #1: where's "operator new(unsigned long)" coming from?
|
2020-04-17 00:49:06 +02:00 |
|
Hugo van der Merwe
|
a5deb5550c
|
Nit: remove two unneeded #includes
|
2020-04-17 00:47:30 +02:00 |
|
Hugo van der Merwe
|
7f84bbaff9
|
Comment out broken test cases as per younies' 476ca805c
|
2020-04-16 04:13:54 +02:00 |
|
Hugo van der Merwe
|
8b7e4b1d8a
|
Lint: add copyright notices to .txt files from CLDR.
|
2020-04-16 04:13:26 +02:00 |
|
Hugo van der Merwe
|
bb35a5a61e
|
Switch result parameter from pointer to reference.
|
2020-04-15 13:59:48 +02:00 |
|
Hugo van der Merwe
|
7b7df70451
|
Return getAllConversionRates result via pointer parameter.
|
2020-04-15 13:55:00 +02:00 |
|
Hugo van der Merwe
|
4bd6bbcee2
|
Improve documentation comments.
|
2020-04-14 20:59:41 +02:00 |
|
Hugo van der Merwe
|
8b76ef3b51
|
Change outVector from reference to pointer for clarity of lack of ownership.
|
2020-04-14 17:10:56 +02:00 |
|
Hugo van der Merwe
|
2deeb28f3c
|
Add getAllConversionRates(), drop selective code.
|
2020-04-14 16:33:59 +02:00 |
|
Shane F. Carr
|
938da6a00a
|
Merge remote-tracking branch 'upstream/maint/maint-67' into units-staging
|
2020-04-07 11:44:16 -05:00 |
|
Hugo van der Merwe
|
05a4a07251
|
fixup! Rip out compound base unit calculation.
|
2020-04-07 16:14:24 +02:00 |
|
Hugo
|
44e9afb321
|
Merge pull request #33 from hugovdm/units-staging-testcases
Update to latest CLDR test files: b7a23f3f41 CLDR-13587.
|
2020-04-07 14:06:50 +02:00 |
|
Hugo
|
12a5289238
|
Merge pull request #34 from hugovdm/units-staging-testimprovements
Improve test output: no more fprintfs.
|
2020-04-07 14:05:48 +02:00 |
|
Hugo van der Merwe
|
99f9802fec
|
ICU-21060 Fix the foo-per-a-b -> foo-b-per-a bug.
|
2020-04-06 18:46:51 -05:00 |
|
Shane F. Carr
|
e582200332
|
Merge branch 'master' into units-staging
|
2020-04-03 16:47:36 -05:00 |
|
Steven R. Loomis
|
628a935488
|
ICU-20979 API Change Report for 67 RC
|
2020-04-03 10:14:01 -07:00 |
|
Hugo van der Merwe
|
faae51add6
|
fixup! Rip out compound base unit calculation.
|
2020-04-03 11:52:41 +02:00 |
|
Shane F. Carr
|
94c2c578a9
|
ICU-20979 Update TODOs in formatting code to point to open issues.
Also see: ICU-20920 ICU-21059 ICU-20429 ICU-21058
|
2020-04-03 01:57:33 -05:00 |
|
Shane F. Carr
|
3b0772fff9
|
ICU-21015 Fixing gcc compiler warnings
|
2020-04-03 01:56:07 -05:00 |
|
Hugo van der Merwe
|
75a2663047
|
Comment out test case that seems to trigger a MeasureUnit parsing bug.
|
2020-04-03 04:09:53 +02:00 |
|
Hugo van der Merwe
|
5fedd8a950
|
Improve test output: no more fprintfs.
|
2020-04-03 02:39:57 +02:00 |
|
Shane F. Carr
|
b7facd4874
|
ICU-20979 Updating double-conversion from upstream master
|
2020-04-02 14:39:11 -05:00 |
|
Peter Edberg
|
d45bf0c80a
|
ICU-20979 delete no-longer-relevant comment related to U_HIDE macros
|
2020-04-02 09:38:35 -07:00 |
|
Peter Edberg
|
b8a338fd7d
|
ICU-20979 integrate CLDR release-37-beta2 to master
|
2020-04-01 18:27:51 -07:00 |
|
Peter Edberg
|
dcfe6c4ada
|
ICU-20979 BRS 67rc, ICU4C API promotion
|
2020-04-01 16:28:42 -07:00 |
|
Daniel Ju
|
b718ccf17a
|
ICU-20979 Update ICU4C readme
|
2020-04-01 15:43:18 -07:00 |
|
Peter Edberg
|
c5cabf1953
|
ICU-21022 Update logKnownIssue to refer to ticket for fixing in a future release
|
2020-04-01 15:30:37 -07:00 |
|
Yoshito Umaoka
|
4807a89297
|
ICU-20979 BRS67RC Updating ICU4J readme
For now, just updating version to 67, but not mentioning it's RC, so we don't need another update.
I also updated all dead ICU user guide links.
|
2020-04-01 18:26:09 -04:00 |
|
Yoshito Umaoka
|
d0f2aa6c58
|
ICU-20979 BRS67RC Adding ICU4J 67 API signature data file
And removed ICU4J 57 API signature data file.
|
2020-04-01 18:06:42 -04:00 |
|
Yoshito Umaoka
|
3c006a5fff
|
ICU-20979 BRS67RC Updating ICU4J API change report
Incoorporating last minutes fixes found during change report review.
|
2020-04-01 18:05:17 -04:00 |
|
Shane F. Carr
|
e9b6c1b779
|
ICU-20979 Fixing instructions in commit report tool
|
2020-04-01 16:44:12 -05:00 |
|
Jeff Genovy
|
822eb4e622
|
ICU-20979 Fixing minor MSVC warnings
|
2020-04-01 14:31:28 -07:00 |
|
Shane F. Carr
|
eb9f1c82cf
|
ICU-20099 Fix API tags in ListFormatter.SpanField
|
2020-04-01 15:08:22 -05:00 |
|
Shane F. Carr
|
3d82f4740e
|
ICU-20806 Removing 'implements Cloneable' from Precision.java
|
2020-04-01 14:44:06 -05:00 |
|
Yoshito Umaoka
|
c1aa8b9a75
|
ICU-20979 BRS67RC ICU4J API status promotion
Update ICU draft API up to 64 to stable. Regenerated API change report.
|
2020-04-01 14:14:32 -04:00 |
|
Yoshito Umaoka
|
0a1edd9947
|
ICU-20979 BRS67RC Adding ICU4J serialization test data generated by 67
Also dropped ICU4J 62 serialization test data.
|
2020-04-01 13:15:39 -04:00 |
|
Hugo van der Merwe
|
28a8015ecd
|
Update to latest CLDR test files: b7a23f3f41 CLDR-13587.
These files come from a CLDR commit on 2020-03-18.
|
2020-04-01 18:02:23 +02:00 |
|
Hugo van der Merwe
|
5eb568e52f
|
Uncomment test cases that MeasureFormat used to flag as ILLEGAL_ARG.
|
2020-04-01 17:57:03 +02:00 |
|
Shane F. Carr
|
bda3a3e68c
|
ICU-13724 Removing obsolete numberformat2test.cpp
|
2020-03-31 15:02:24 -05:00 |
|
Peter Edberg
|
e7995571db
|
ICU-20979 BRS 67rc, update urename.h
|
2020-03-31 09:14:17 -07:00 |
|
Yoshito Umaoka
|
ea9ce7e34f
|
ICU-20979 BRS67RC Fixed a java doc issue
|
2020-03-30 15:10:54 -04:00 |
|
Yoshito Umaoka
|
2b33caaff4
|
ICU-20979 BRS67RC Clean up import statements
|
2020-03-30 15:10:28 -04:00 |
|
Hugo van der Merwe
|
165069a597
|
Have getConversionRatesInfo accept a MaybeStackVector instead of only source and target.
|
2020-03-30 20:51:37 +02:00 |
|
Hugo van der Merwe
|
60285a7b67
|
Reorder unit tests, drop unneeded comments.
This code and these tests have become quite a bit simpler since
we're no longer trying to calculate the 'compound base unit'
here.
|
2020-03-30 18:29:39 +02:00 |
|
Hugo van der Merwe
|
cd32130c7f
|
Rip out compound base unit calculation.
|
2020-03-30 18:05:29 +02:00 |
|
Hugo van der Merwe
|
aeacf029c8
|
Add failing reciprocal test that we want to have passing.
|
2020-03-30 17:35:48 +02:00 |
|
Hugo van der Merwe
|
07f594fd14
|
Fix mistake in commented-out identifier in previous commit.
|
2020-03-30 14:49:03 +02:00 |
|