]> granicus.if.org Git - icu/shortlog
icu
2020-06-12 Younies MahmoudMerge pull request #48 from younies/units_router_younies
2020-06-12 Younies Mahmoudfix complext number format
2020-06-12 Younies MahmoudMerge pull request #47 from younies/units_router_younies
2020-06-12 Younies Mahmoudremove non needed fprintf
2020-06-12 Younies Mahmoudfinalize Units Router
2020-06-11 Hugo van der... Merge branch 'units_router' into units_router_younies
2020-06-11 Hugo van der... Fix unit test affected by CLDR units data hack.
2020-06-11 Younies Mahmoudadd internal illustration and split only the outputUnit...
2020-06-10 Younies MahmoudMerge branch 'units_router' of github.com:younies/icu...
2020-06-10 Younies Mahmoudhangle precision
2020-06-10 Hugo van der... Hack for CLDR units data: use "inch" below 3 feet.
2020-06-10 Hugo van der... Merge remote-tracking branch 'sffc/units-staging' into...
2020-06-10 Younies Mahmoudmerge sffc units-staging branch
2020-06-09 Shane F. CarrMerge pull request #47 from hugovdm/stringpiecify
2020-06-09 Hugo van der... Drop 'const', it's by-value anyway.
2020-06-09 Hugo van der... Temporary hacky override of 'SE road' preferences.
2020-06-09 Hugo van der... Pass StringPiece instances to getPreferencesFor.
2020-06-09 Hugo van der... Change getPreferencesFor parameters from char* to Strin...
2020-06-09 Hugo van der... Change getPreferencesFor parameters from char* to Strin...
2020-06-09 Younies Mahmoudfix fprintf for printing floating number
2020-06-09 Younies Mahmoudadd a printf in units router to print the unit preferences
2020-06-09 Younies MahmoudMerge pull request #46 from younies/units_router_younies
2020-06-09 Shane F. CarrMerge pull request #46 from hugovdm/moreUnitsDataTest
2020-06-09 Hugo van der... Add six more unit tests for getPreferencesFor.
2020-06-09 Younies Mahmoudadd the internal design documentation
2020-06-09 Younies MahmoudMerge pull request #45 from younies/units_router_younies
2020-06-09 Younies Mahmoudfix small typo
2020-06-08 Younies Mahmoudfix the merge of sffc/units-staging
2020-06-08 Younies MahmoudMerge pull request #44 from younies/units_router_younies
2020-06-08 Younies MahmoudMerge branch 'units-staging' of github.com:sffc/icu...
2020-06-08 Younies MahmoudMerge pull request #43 from younies/units_router_younies
2020-06-08 Younies Mahmoudfix units router and allow the test cases to compare...
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-22 Hugo van der... Implement full output testing for unitPreferencesTest...
2020-05-21 Hugo van der... Add error-handling to avoid assertion failure.
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 Hugo van der... Merge branch 'units-staging' into units_router
2020-05-12 Shane F. CarrMerge pull request #42 from hugovdm/UnitPreferences
2020-05-12 Younies MahmoudMerge pull request #41 from hugovdm/units_router_prefstest
2020-05-11 Hugo van der... Add getUnitCategory.
2020-05-11 Hugo van der... fixup! Use UnitPreferences, drop getUnitsData and related.
2020-05-11 Hugo van der... Start hooking up UnitsRouter and unitPreferencesTest...
2020-05-11 Hugo van der... Add getUnitCategory.
2020-05-11 Hugo van der... Use UnitPreferences, drop getUnitsData and related.
2020-05-11 Hugo van der... Merge PR#42 into units_router_unitprefs (branch 'UnitPr...
2020-05-09 Hugo van der... const implemented: const UnitPreferences *const
2020-05-08 Younies MahmoudMerge pull request #40 from younies/units_router_younies
2020-05-08 Younies Mahmoudmerge units-staging 3
2020-05-08 Younies Mahmoudmerge units-staging
2020-05-08 Younies Mahmoudmerge units-staging
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 Hugo van der... Merge remote-tracking branch 'sffc/units-staging' into...
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.
next