summaryrefslogtreecommitdiff
path: root/src/corefx
AgeCommit message (Expand)AuthorFilesLines
2018-04-09Adding dlerr() diagnostics for libicu dlsym errors (#17454)Debayan Ghosh1-1/+1
2018-02-17delete unused mirror files (#16423)Sergey Andreenko1-1/+0
2018-01-15Fix Android build (#15868)Jan Vorlicek1-2/+2
2017-12-29Remove lib prefix for System.Globalization.Native.a to match all other librar...Jan Kotas1-3/+4
2017-12-22icushim: try using the build-time libicu version (#15562)Tom Deseyn1-62/+61
2017-12-01Unix: Remove MaxPath, MaxName (#15229)Tom Deseyn1-14/+0
2017-08-15Get sort version dynamically and expose ICU version from native component (#1...Tarek Mahmoud Sayed3-6/+33
2017-05-02Added missing icu headers for Android (#11325)Cyd Haselton1-0/+2
2017-03-25Enable global invariant on OSX (#10470)Tarek Mahmoud Sayed3-45/+59
2017-03-19Invariant globalization (#10264)Tarek Mahmoud Sayed1-7/+9
2017-03-07Enhance ICU version scan (#9993)Jan Vorlicek1-3/+21
2017-03-07Fix ICU detection in System.Globalization.Native build (#9990)Jan Vorlicek1-4/+2
2017-02-24typo in CMakeLists.txt (#9763)John Gorter1-1/+1
2017-02-14Add case-insensitive String.Replace overloads (#9316)Erti-Chris Eelmaa1-1/+9
2017-01-10Add Microsoft.NETCore.Native package (2nd attempt) (#8882)Sedar Gokbulut1-0/+16
2017-01-06Use POSIX "command" instead of non-standard "which" (#8823)Jürgen Hötzel1-4/+4
2017-01-05Revert "Adding Microsoft.NETCore.Native package (#8791)"Sedar Gokbulut1-16/+0
2017-01-04Adding Microsoft.NETCore.Native package (#8791)Sedar Gokbulut1-0/+16
2016-11-29Fix shared library dependencies verification on some platforms (#8349)Jan Vorlicek1-0/+6
2016-11-08Avoid failures when allocate memory in native (#8028)Tarek Mahmoud Sayed2-8/+22
2016-11-01Enable the rest of netstandard1.7 globalization APIs (#7935)Tarek Mahmoud Sayed1-0/+6
2016-10-27Add the missing ICU APIs to the ICU shim (#7840)Tarek Mahmoud Sayed1-0/+6
2016-10-26Enable CultureInfo netstandard 1.7 APIs on Linux (#7811)Tarek Mahmoud Sayed2-5/+76
2016-10-26Remove dependency of System.Globalization.Native.so on specific ICU version (...Jan Vorlicek15-33/+499
2016-10-14Enable RegionInfo netstandard 1.7 APIs (#7604)Tarek Mahmoud Sayed3-4/+77
2016-05-30Fix ucol_setMaxVariable detection for Gentoo Linux (#5309)Peter Jas1-0/+7
2016-05-19Ignore empty collation elements in EndsWithMatt Ellis1-29/+41
2016-04-25Change how we detect the default localeMatt Ellis3-3/+49
2016-04-18enable build of cross target components.Rahul Kumar2-1/+3
2016-04-06Avoid assert on buffer overflowSteve Harter1-1/+1
2016-03-22Strip symbols on release builds into separate binariesMike McLaughlin1-1/+2
2016-02-08Revert "Add un-prefixed signatures as temporary workaround"Jan Kotas2-36/+0
2016-02-02TimeZoneInfo.DisplayName values are not localized on LinuxEric Erhardt3-45/+84
2016-01-30Revert "Revert "Add un-prefixed signatures as temporary workaround""Jan Kotas2-0/+36
2016-01-30Revert "Add un-prefixed signatures as temporary workaround"Jan Kotas2-36/+0
2016-01-29Add un-prefixed signatures as temporary workaroundJan Kotas2-0/+36
2016-01-29Unique names for GlobalizationNative exportsJan Kotas10-166/+168
2016-01-27Update license headersdotnet-bot11-44/+33
2016-01-13IdnMapping GetUnicode conformance tests failEric Erhardt1-1/+2
2016-01-11CompareOptions.IgnoreSymbols only ignores punctuation on Unix, but not other ...Eric Erhardt4-2/+33
2016-01-08Convert System.Globalization.Native to use a configure.cmake and .h.in files.Eric Erhardt4-17/+17
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