]> granicus.if.org Git - icu/shortlog
icu
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... 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.
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... Post-merge: update code to make "make check" pass.
2020-04-29 Hugo van der... Merge branch 'tryingdouble' into units_router
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... Remove a getUnitsData test failure, but the function...
2020-04-28 Hugo van der... Merge branch 'tryingdouble' into units_router
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-22 Younies Mahmoudmerge sffc/units-staging
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...
2020-04-03 Shane F. CarrICU-21015 Fixing gcc compiler warnings
2020-04-03 Hugo van der... Comment out test case that seems to trigger a MeasureUn...
2020-04-03 Hugo van der... Improve test output: no more fprintfs.
2020-04-02 Shane F. CarrICU-20979 Updating double-conversion from upstream...
next