summaryrefslogtreecommitdiff
path: root/src/corefx
AgeCommit message (Expand)AuthorFilesLines
2015-12-24GC OS interface refactoringJan Vorlicek1-0/+1
2015-12-09Fixing collation for the following scenarios:Eric Erhardt1-29/+56
2015-12-07Address PR feedback.Eric Erhardt1-21/+28
2015-12-07Ensure the collator map is thread safe on SortHandle.Eric Erhardt1-0/+9
2015-12-07Adding support for String CompareOptions IgnoreKanaType and IgnoreWidth on Unix.Eric Erhardt1-3/+160
2015-12-07Adding support for String CompareOptions IgnoreNonSpace and IgnoreSymbols.Eric Erhardt1-5/+33
2015-12-07Convert SortHandle to use a std::map to cache UCollators per option that is p...Eric Erhardt1-19/+36
2015-11-20Merge pull request #2112 from ellismg/cache-ucollatorsStephen Toub1-31/+78
2015-11-20Cache UCollators in CompareInfoMatt Ellis1-31/+78
2015-11-19Merge pull request #2047 from eerhardt/ShortDateEric Erhardt1-5/+4
2015-11-15Add USEARCH_DONE check to StartsWith in System.Globalization.Nativestephentoub1-22/+24
2015-11-13DateTimeFormat.ShortDatePattern should use CLDR 'short' format on Unix.Eric Erhardt1-5/+4
2015-11-13Pass target string lengths to ICU on Unixstephentoub1-8/+8
2015-10-25Merge pull request #1851 from ellismg/icu-remove-c-plus-plusMatt Ellis7-502/+676
2015-10-23Cleanup CMakeLists.txtMatt Ellis2-20/+27
2015-10-23Fix spelling issuesMatt Ellis1-2/+2
2015-10-23Use correct close function for UNumberFormatMatt Ellis1-1/+1
2015-10-22Use std::vector instead of callocMatt Ellis1-18/+6
2015-10-22Link against libicucore on OSXMatt Ellis1-14/+31
2015-10-22Update IndexOfOrdinalIgnoreCase to use full code unitsstephentoub1-62/+57
2015-10-22Improve string.{Last}IndexOf perf on Unix for Ordinal/OrdinalIgnoreCasestephentoub1-0/+78
2015-10-21Hygine cleanups in holders.hMatt Ellis1-6/+2
2015-10-21Cleanup include directivesMatt Ellis5-28/+9
2015-10-21Remove use of icu::Locale C++ typeMatt Ellis5-128/+179
2015-10-21Move off Locale instance methodsMatt Ellis3-93/+138
2015-10-21Remove C++ Locale use in EnumSymbolsMatt Ellis1-3/+4
2015-10-21Get Eras using ICU C API instead of C++Matt Ellis2-49/+93
2015-10-21Remove use of ICU C++ DateFormatSymbolsMatt Ellis1-58/+49
2015-10-21Remove useage of ICU C++ DecimalFormatSymbolsMatt Ellis1-40/+24
2015-10-21Remove ICU C++ LocaleDisplayNamesMatt Ellis2-6/+14
2015-10-21Remove use of ICU C++ NumberFormat classMatt Ellis2-65/+82
2015-10-21Remove use of ICU C++ DateFormatSymbolsMatt Ellis1-14/+4
2015-10-21Convert DateFormat to UDateFormatMatt Ellis3-83/+46
2015-10-21Convert DateTimePatternGenerator usage to CMatt Ellis2-13/+40
2015-10-21Remove use of ICU C++ Calendar classMatt Ellis3-26/+90
2015-10-19Fix Turkish i casing with invariant culturestephentoub1-74/+127
2015-10-13Run format-code.shMatt Ellis10-1204/+1329
2015-10-13Add format-code.sh from CoreFXMatt Ellis2-0/+58
2015-10-09Add support for obtaining default locale in Linux and fix issue with @collati...Steve Harter2-7/+42
2015-10-08Improve string.ToLower/ToUpper perfstephentoub1-25/+45
2015-10-05Merge pull request #1662 from steveharter/masterMatt Ellis2-0/+15
2015-10-05Fix ICU compile error on CentOS by using DateFormatSymbols::NARROW insead of ...Steve Harter2-0/+15
2015-09-25Implement basic collation on top of ICUMatt Ellis2-0/+270
2015-09-22Respond to PR feedbackMatt Ellis1-2/+8
2015-09-22complete core implementation of CultureData for UnixSteve Harter4-80/+335
2015-09-22Use 'readlink' of the /etc/localtime file to determine the TimeZoneInfo.Local...Eric Erhardt2-0/+25
2015-09-22Fixing date patterns on Linux.Eric Erhardt1-7/+35
2015-09-22Build System.Native.Globalization on OSXMatt Ellis3-4/+19
2015-09-22Responding to PR feedback.Eric Erhardt1-62/+46
2015-09-22Implement Japanese Era information.Eric Erhardt1-7/+139