]> granicus.if.org Git - icu/shortlog
icu
2020-06-09 Hugo van der... Change getPreferencesFor parameters from char* to Strin...
2020-05-28 HugoMerge pull request #23 from younies/unit_header
2020-05-28 HugoMerge pull request #45 from hugovdm/usagefix
2020-05-27 Hugo van der... Drop unnecessary reference to "draft API".
2020-05-27 Hugo van der... Add an error check, as per code review.
2020-05-27 Hugo van der... Support usage component dropping, and more:
2020-05-27 Hugo van der... Add test cases for dropping last component(s) of usage.
2020-05-26 Hugo van der... ICU 68 (not 67). Add U_HIDE_DRAFT_API ifdef guards.
2020-05-26 Hugo van der... Some more documentation tweaks.
2020-05-25 Hugo van der... Clarify the documentation.
2020-05-19 Younies MahmoudMerge pull request #42 from younies/unit_header_staging
2020-05-19 Younies Mahmoudadd a note about with sub usage
2020-05-19 Younies Mahmoudadd a note about with empty string
2020-05-14 HugoMerge pull request #43 from hugovdm/getUnitCategory
2020-05-14 Hugo van der... Merge branch 'units-staging' into getUnitCategory
2020-05-14 Hugo van der... TODO(CLDR-13787) for improving inverse handling.
2020-05-13 Hugo van der... Add unit tests, improve docs, add a FIXME for consumpti...
2020-05-12 Shane F. CarrMerge pull request #42 from hugovdm/UnitPreferences
2020-05-11 Hugo van der... Add getUnitCategory.
2020-05-09 Hugo van der... const implemented: const UnitPreferences *const
2020-05-08 Hugo van der... Code review feedback incorporated.
2020-05-07 Hugo van der... Merge branch 'units-staging' into UnitPreferences
2020-05-07 Younies MahmoudMerge pull request #21 from younies/tryingdouble
2020-05-06 Hugo van der... const annotations for getPreferencesFor() and thus...
2020-05-06 Hugo van der... Implement slicing via `UnitPreference **&outPreferences`.
2020-05-06 Younies MahmoudMerge pull request #39 from younies/tryingdouble_staging
2020-05-06 Younies Mahmoudadd a TODO to load the constants\' values from the...
2020-05-06 Younies MahmoudMerge pull request #38 from younies/tryingdouble_staging
2020-05-06 Younies Mahmoudfix substituteConstans function
2020-05-06 Younies MahmoudMerge pull request #37 from younies/tryingdouble_staging
2020-05-06 Younies Mahmoudadd substitution of the constant to
2020-05-05 Younies MahmoudMerge pull request #36 from younies/tryingdouble_staging
2020-05-05 Younies Mahmoudfix UnitConverter
2020-05-05 Hugo van der... Reduce number of binary searches again, resulting in...
2020-05-05 Hugo van der... More readable binarySearch at 4x worst-case cost.
2020-05-05 Hugo van der... One improvement to error reporting.
2020-05-05 Younies MahmoudMerge pull request #35 from younies/tryingdouble_staging
2020-05-05 Younies Mahmoudfix dependices and small nits
2020-05-05 Hugo van der... First set of code review improvements.
2020-05-04 Hugo van der... Fix dependencies.txt, add documentation, add appropriat...
2020-05-04 Younies MahmoudMerge pull request #34 from younies/tryingdouble_staging
2020-05-04 Younies Mahmoudremove extra spaces from the factors
2020-05-04 Hugo van der... UnitPreferences class in unitsdata.cpp
2020-05-04 Younies Mahmoudremove extractUnitInfo from UnitConverter's helpers
2020-05-03 Younies MahmoudMerge pull request #33 from hugovdm/tryingdouble_unitsT...
2020-05-02 Shane F. CarrMerge pull request #41 from hugovdm/units-staging
2020-04-30 Hugo van der... Update unitsTest.txt and unitPreferencesTest.txt from...
2020-04-30 Hugo van der... testConversions: test UnitConverter against unitsTest...
2020-04-30 Younies MahmoudMerge pull request #32 from hugovdm/tryingdouble
2020-04-30 Hugo van der... Reinstate assertEqualsNear that got lost in merge.
2020-04-29 Younies Mahmoudmerge sffc/units-staging
2020-04-29 Shane F. CarrMerge pull request #39 from hugovdm/unitsTestTxt
2020-04-29 Hugo van der... Add IntlTest::assertNotEquals() for int32_t.
2020-04-29 Hugo van der... Remove hard-coded unit tests that were pulled out of...
2020-04-29 Hugo van der... Add some comments to UnitsTestContext.
2020-04-29 Hugo van der... Remove the 'FIXME_skip_tests' bool and branch.
2020-04-29 Hugo van der... Uncomment pound-force-per-square-inch test in unitsTest.txt
2020-04-29 Hugo van der... testConversions: test convertibility of unitsTest.txt...
2020-04-29 Hugo van der... Complicated manual merge of branch 'units-staging'...
2020-04-28 Shane F. CarrMerge pull request #32 from younies/check_convirtible_units
2020-04-28 Younies Mahmoudadd units_extra to unitsformatter dependencies
2020-04-28 Younies MahmoudMerge pull request #31 from hugovdm/check_convirtible_units
2020-04-28 Younies MahmoudMerge branch 'check_convirtible_units' into check_convi...
2020-04-28 Younies Mahmoudfix unitConverter and add ConversionRates class
2020-04-28 Hugo van der... Fix make check: dependencies.txt, fix units_extra deps
2020-04-28 Hugo van der... Merge branch 'units-staging' into tryingdouble
2020-04-27 Hugo van der... Enable "testConversions" test again.
2020-04-27 Younies Mahmoudfix dependencies.txt
2020-04-27 Younies Mahmoudfix the header
2020-04-22 Younies Mahmoudmerge sffc/units-staging
2020-04-22 Younies MahmoudMerge branch 'units-staging' of github.com:sffc/icu...
2020-04-21 Shane F. CarrMerge pull request #31 from hugovdm/units-staging-getCo...
2020-04-17 Younies MahmoudMerge pull request #30 from hugovdm/check_convertible_u...
2020-04-17 Hugo van der... Fix the broken testConversionCapability unit identifiers.
2020-04-16 Hugo van der... Remove testGetConversionRateInfo.
2020-04-16 Hugo van der... Fix deps: use UMemory as base class for it's new().
2020-04-16 Hugo van der... dependencies.txt attempt #1: where's "operator new...
2020-04-16 Hugo van der... Nit: remove two unneeded #includes
2020-04-16 Hugo van der... Comment out broken test cases as per younies' 476ca805c
2020-04-16 Hugo van der... Lint: add copyright notices to .txt files from CLDR.
2020-04-15 Hugo van der... Switch result parameter from pointer to reference.
2020-04-15 Hugo van der... Return getAllConversionRates result via pointer parameter.
2020-04-14 Younies Mahmoudfix check Convertibility
2020-04-14 Hugo van der... Improve documentation comments.
2020-04-14 Hugo van der... Change outVector from reference to pointer for clarity...
2020-04-14 Hugo van der... Add getAllConversionRates(), drop selective code.
2020-04-14 Younies Mahmoudfix compound basic unit
2020-04-14 Younies MahmoudMerge pull request #28 from hugovdm/hugovdm_check_conve...
2020-04-14 Younies Mahmoudsmall fixes
2020-04-07 Younies MahmoudMerge branch 'check_convirtible_units' of github.com...
2020-04-07 Shane F. CarrMerge remote-tracking branch 'upstream/maint/maint...
2020-04-07 Hugo van der... fixup! Rip out compound base unit calculation.
2020-04-07 Hugo van der... Copy failing unitsTest.txt examples into testConversion...
2020-04-07 HugoMerge pull request #33 from hugovdm/units-staging-testcases
2020-04-07 HugoMerge pull request #34 from hugovdm/units-staging-testi...
2020-04-06 Hugo van der... ICU-21060 Fix the foo-per-a-b -> foo-b-per-a bug.
2020-04-03 Shane F. CarrMerge branch 'master' into units-staging
2020-04-03 Steven R. LoomisICU-20979 API Change Report for 67 RC release-67-rc
2020-04-03 Hugo van der... fixup! Rip out compound base unit calculation.
2020-04-03 Shane F. CarrICU-20979 Update TODOs in formatting code to point...
next