]> granicus.if.org Git - icu/shortlog
icu
2020-03-30 Hugo van der... clang-format pass over new files, for good measure
2020-03-28 Hugo van der... Clean up getConversionRatesInfo to prepare for review.
2020-03-28 Hugo van der... Move testGetConversionRateInfo to UnitsDataTest
2020-03-28 Hugo van der... Rename getunitsdata.{cpp,h} to unitsdata.{cpp,h}
2020-03-27 HugoMerge pull request #21 from hugovdm/units_router_testfix
2020-03-27 Hugo van der... Remove the volt-ampere test case, consider it non-sensi...
2020-03-27 Younies MahmoudMerge pull request #20 from hugovdm/units_router
2020-03-27 Hugo van der... Comment out a test that is failing.
2020-03-27 Hugo van der... Add consistency checks for input and output units.
2020-03-27 Hugo van der... Fix getConversionRateInfo bug.
2020-03-26 Younies MahmoudMerge pull request #19 from younies/units_router_younies
2020-03-26 Younies Mahmoudremove non-needed comment
2020-03-26 HugoMerge pull request #18 from hugovdm/units_router
2020-03-26 Hugo van der... Fix for base unit complexity != 1. Eg: volume -> cubic...
2020-03-26 HugoMerge pull request #17 from hugovdm/units_router
2020-03-25 Hugo van der... Also rename source to sourceUnit (matching baseUnit).
2020-03-25 Hugo van der... Use 'baseUnit' for conversion pivot unit rather than...
2020-03-25 Hugo van der... Implement getConversionRatesInfo, plus cleanups&improve...
2020-03-25 Younies MahmoudMerge pull request #16 from hugovdm/units_router_quickfix
2020-03-25 Hugo van der... Fixes to make complexunitsconverter and unitconverter...
2020-03-25 Younies MahmoudMerge pull request #15 from younies/units_router_younies
2020-03-25 Younies MahmoudMerge branch 'units-staging' of github.com:sffc/icu...
2020-03-24 Shane F. CarrMerge branch 'unit-id' into units-staging
2020-03-24 Shane F. CarrMerge branch 'master' into unit-id
2020-03-24 Shane F. CarrICU-20920 Add support for CLDR 37 unit identifiers...
2020-03-24 Steven R. LoomisICU-20976 GCC 8 fixes phase 1
2020-03-24 Shane F. CarrCode review feedback
2020-03-24 HugoMerge pull request #14 from younies/units_router_younies
2020-03-24 Younies Mahmoudfix the testing
2020-03-24 Younies MahmoudMerge pull request #13 from younies/units_router_younies
2020-03-24 Younies Mahmoudhook up the data to units router
2020-03-24 Shane CarrICU-20956 Fix monetary symbol getters in DecimalFormat
2020-03-24 Younies MahmoudMerge pull request #12 from younies/units_router_younies
2020-03-24 Younies Mahmouddelete the hard coded test cases
2020-03-24 Younies MahmoudMerge pull request #11 from younies/units_router_younies
2020-03-24 Younies MahmoudMove getUnitsData to a separate file
2020-03-23 Shane F. CarrReply to code review feedback
2020-03-23 Shane F. CarrReply to code review feedback
2020-03-21 Andy HeningerICU-21024 RBBI Table Builder / Coverity CID 1460598...
2020-03-21 Younies MahmoudMerge pull request #10 from younies/tryingdouble
2020-03-21 Younies MahmoudMerge branch 'units_router' into tryingdouble
2020-03-21 Younies Mahmoudmerge tryingdouble branch
2020-03-21 Younies Mahmouduse CharString for internal data
2020-03-21 Younies MahmoudMerge pull request #9 from younies/tryingdouble
2020-03-21 Younies MahmoudMerge pull request #8 from younies/units_router_younies
2020-03-21 Younies MahmoudMerge branch 'tryingdouble' of github.com:younies/icu...
2020-03-21 Younies Mahmouduse CharString for internal data
2020-03-21 Younies MahmoudMerge branch 'units_router' into tryingdouble
2020-03-21 Younies Mahmoudmove enum::constants to unitconverter.cpp and remove...
2020-03-21 Younies MahmoudMerge branch 'units_router' of github.com:younies/icu...
2020-03-21 Younies Mahmoudadd a todo(hugo) for getUnitsData
2020-03-20 Younies MahmoudMerge pull request #7 from hugovdm/younies-units_router...
2020-03-20 Hugo van der... Add string length checks to testGetUnitsData.
2020-03-20 Younies MahmoudMerge remote-tracking branch 'origin/unit_header' into...
2020-03-20 Younies MahmoudMerge branch 'units_router' of github.com:younies/icu...
2020-03-20 Younies Mahmoudfix building units router branch
2020-03-20 Younies MahmoudMerge pull request #6 from hugovdm/younies-units_router...
2020-03-20 Hugo van der... Various resource-loading code and documentation improve...
2020-03-20 Younies MahmoudMerge pull request #5 from hugovdm/younies-units_router...
2020-03-20 Hugo van der... Avoid adding duplicate conversion rate data.
2020-03-20 Frank TangICU-21016 Special handling of Spanish and Hebrew list...
2020-03-19 Hugo van der... Little fixes to unitconverter.cpp
2020-03-19 Hugo van der... Hook up data-driven unit conversion tests: triggers...
2020-03-19 Younies Mahmoudmerge tryingdouble branch
2020-03-19 Younies MahmoudMerge pull request #4 from hugovdm/younies_units_router...
2020-03-19 Hugo van der... Remove namespace hacks. Trust code review will deal...
2020-03-19 Hugo van der... Fix default geq: 1, not 0.
2020-03-19 Hugo van der... Merge branch 'units_router' into younies_units_router_r...
2020-03-19 Younies Mahmoudremove std::string
2020-03-19 Younies Mahmoudadd unitsroutertest.cpp
2020-03-19 Younies Mahmoudaddress Shane's comments on number_formatter.h
2020-03-19 Younies MahmoudAdd skeleton for testing units router
2020-03-19 Hugo van der... Strip down ConversionRateInfo to only four CharStrings.
2020-03-19 Hugo van der... WIP: Add base conversion rates for all preferences...
2020-03-18 Jeff GenovyICU-21013 Fix OOM not checked in vtzone.cpp
2020-03-18 Hugo van der... Move wip_units_resource_loader.* code into unitsrouter.*
2020-03-18 Hugo van der... Delete old wip_units_resources code.
2020-03-18 Hugo van der... Merge remote-tracking branch 'younies/units_router...
2020-03-18 H.J. LuICU-21019 x86: Add .note.gnu.property section for Intel CET
2020-03-18 Hugo van der... Working parsing and returning of units data.
2020-03-18 Hugo van der... WIP: c-style ures_* handling.
2020-03-18 Younies MahmoudMerge branch 'units-staging' of github.com:sffc/icu...
2020-03-18 Younies Mahmoudfix comments
2020-03-18 Younies Mahmoudadd getOutputUnit to FormattedNumber
2020-03-18 Younies Mahmoudaddress Shane's comments on number_formatter.h
2020-03-18 Victor ChangICU-21020 Document unchecked exception in various numbe...
2020-03-18 Yuta SaitoICU-20978 Reduce unnecessary building for tools when...
2020-03-18 Markus SchererICU-20916 late computation of roundedThreshold to ensur...
2020-03-18 Shane F. CarrChange "+" to "-and-"
2020-03-18 Shane F. CarrUpdate simple unit identifiers
2020-03-18 Shane F. CarrRename TempSingleUnit -> SingleUnitImpl
2020-03-18 Shane F. CarrRevert changes to LocalArray (localpointer.h)
2020-03-17 Younies Mahmoudaddress Shane's comments2
2020-03-17 Younies Mahmoudadd another constructor to ComplexUnitConverter
2020-03-17 Younies MahmoudMerge branch 'units-staging' of github.com:sffc/icu...
2020-03-17 Steven R. LoomisICU-20605 travis: make dist
2020-03-17 Steven R. LoomisICU-20797 fix UBS compilation error and UBS in test...
2020-03-17 Steven R. LoomisICU-20600 build icu-data-bin files
2020-03-17 Steven R. LoomisICU-20910 C API Change Report Tool updates
2020-03-17 Shane F. CarrMerge pull request #26 from hugovdm/units-staging-prefe...
next