]> granicus.if.org Git - icu/shortlog
icu
2020-07-08 Hugo van der... Merge pull request #18 from icu-units/measunit_pow
2020-07-08 Hugo van der... Fix spec compliance of new units code: -pN- -> -powN-
2020-07-08 Hugo van der... MeasureUnit Identifier spec compliance: s/p/pow/
2020-07-07 HugoMerge pull request #17 from icu-units/units_exportconverter
2020-07-07 Hugo van der... Move addSingleFactorConstant from anonymous namespace...
2020-07-07 Hugo van der... Clang-format changes from the previous commit.
2020-07-07 Hugo van der... Minimal edit moving some UnitConverter code into namesp...
2020-07-07 HugoMerge pull request #16 from icu-units/namespace
2020-07-07 Hugo van der... Namespace icu::units instead of icu::units::impl.
2020-07-06 Hugo van der... Use namespace ::icu::units::impl for units-related...
2020-07-06 Hugo van der... Move unitconverter.h code into namespace icu::units...
2020-07-01 HugoMerge pull request #5 from hugovdm/usage_glue
2020-07-01 Hugo van der... Add brief documentation for Usage class, and hide inter...
2020-06-30 Hugo van der... LongNameHandler factories: require fillIn, return void.
2020-06-30 Hugo van der... Add LongNameHandler::LongNameHandler(). AllowShortFunct...
2020-06-30 Hugo van der... LongNameHandler factories return pointers again, but...
2020-06-30 Hugo van der... dependencies.txt: numberformatter depends on unitsforma...
2020-06-30 Hugo van der... Better error handling on four calls.
2020-06-30 Hugo van der... outputUnit: std::move tweak.
2020-06-30 Hugo van der... LongNameHandler: replace orig factory funcs with the...
2020-06-30 Hugo van der... Commented assertFormatDescendingBig tests: usage skelet...
2020-06-30 Hugo van der... Implement FormattedNumber::getOutputUnit() properly.
2020-06-30 Hugo van der... Add LongNameHandler forMeasureUnitByValue and forCompou...
2020-06-29 Hugo van der... Six of Nine PR comments addressed.
2020-06-26 Hugo van der... More cleanups, and disable getOutputUnit tests.
2020-06-26 Hugo van der... fixup! Move Usage implementation to number_usageprefs.cpp
2020-06-26 Hugo van der... Little cleanups
2020-06-26 Hugo van der... Drop StubUnitsRouter, modify UnitsRouter as needed.
2020-06-26 Hugo van der... Move Usage implementation to number_usageprefs.cpp
2020-06-25 Hugo van der... Improvements; TODO: getOutputUnit() still not implemented.
2020-06-25 Hugo van der... cmemory.h: incorporate code-review feedback.
2020-06-23 Hugo van der... New files: add to dependencies.txt and i18n.vcxproj
2020-06-23 Hugo van der... One pass of clean-up for PR.
2020-06-23 Hugo van der... fixup! Documentation tweaks (no code changes).
2020-06-23 Hugo van der... ICU-21174 Add adopt*() to MemoryPool and MaybeStackVector
2020-06-23 Hugo van der... Implement stubbed-out Precision, improve NumberFormatte...
2020-06-22 Hugo van der... StubUnitsRouter constructor taking StringPiece region...
2020-06-19 Hugo van der... Glue Code: skeletons/formatting not implemented yet.
2020-06-19 Hugo van der... Documentation tweaks (no code changes).
2020-06-19 Hugo van der... Tweak the edit in the MemoryPool docstring.
2020-06-19 Hugo van der... Add adoptBack() to MemoryPool and MaybeStackVector
2020-06-18 Shane F. CarrMerge pull request #49 from hugovdm/units-staging
2020-06-18 Hugo van der... Improve SingleUnitImpl comparisons.
2020-06-18 Hugo van der... Use SingleUnitImpl::getSimpleUnitID() instead of now...
2020-06-18 Hugo van der... Add new cpp files to sources.txt
2020-06-18 Hugo van der... Merge remote-tracking branch 'upstream/master' into...
2020-06-18 Hugo van der... ICU-21165 Add LdmlConverter UNITS output, update SUPPLE...
2020-06-18 Hugo van der... ICU-21169 Add SingleUnitImpl::getSimpleUnitID().
2020-06-18 Frank TangICU-21161 Mark uloc_getDisplayScriptInContext static
2020-06-18 Hugo van der... ICU-21137 Adjust VSCode IDE settings and README.
2020-06-18 Hugo van der... Merge branch 'doubleEqualsWithDelta' into units-staging
2020-06-17 Hugo van der... A bit more constness.
2020-06-17 Hugo van der... Move new assertEqualsNear code into place.
2020-06-17 Hugo van der... Temporarily restore assertEqualsNear.
2020-06-17 Hugo van der... Code review feedback. Temporarily 'assertEqualsNewNear'.
2020-06-17 Hugo van der... Use uprv_fabs. (abs() is for integer types.)
2020-06-17 Hugo van der... Attempt to disambiguate 'abs', for MacOSX build failure.
2020-06-17 Hugo van der... Improve @param delta documentation.
2020-06-17 Hugo van der... Use JUnit-like assertEquals. Improve test messages.
2020-06-17 Hugo van der... Update code for correct NaN/Inf handling.
2020-06-17 Hugo van der... Create assertEquals for double with a delta parameter.
2020-06-17 HugoMerge pull request #51 from hugovdm/units-staging-impor...
2020-06-17 Andy HeningerICU-13565 Break Iteration, remove the dictionary bit...
2020-06-17 Hugo van der... Add -DcldrVersion=37 to 'ant -f build-icu-data.xml...
2020-06-17 Hugo van der... Update supplementalData.txt and units.txt from CLDR...
2020-06-17 Younies MahmoudMerge pull request #30 from younies/units_router
2020-06-16 youniesfix MeasureUnit::simplify method
2020-06-16 youniesadd a hint for sorting the units
2020-06-16 youniesadd U_FAILURE(status) in emplaceBackAndConfirm
2020-06-16 youniesfix small typo
2020-06-16 youniesfix findAndMerge function
2020-06-16 Hugo van der... ICU-21078 Improve instructions and gitignore files...
2020-06-16 youniesfix small style
2020-06-16 youniesfix various parts of the code
2020-06-15 David BeaumontICU-21149 Adding a helper to allow simpler debugging...
2020-06-14 youniesfix warning in UnitsRouter#route function
2020-06-14 Younies Mahmoudadd formattable to unitsformatter
2020-06-14 youniesfix dependices
2020-06-13 youniesremove unneeded test case
2020-06-13 youniesfix simplify function
2020-06-13 youniesfix formatting
2020-06-13 youniesadd arounding epsilon to correct the error in the doubl...
2020-06-13 youniesadd MeasureUnit#simplify method to simplify the units...
2020-06-12 Younies MahmoudMerge pull request #49 from younies/units_router_younies
2020-06-12 Younies Mahmoudadd emplaceBackAndConfirm to not confirm the emplace...
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 Frank TangICU-21109 minimum grouping digits in DecimalFormat
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
next