summaryrefslogtreecommitdiff
path: root/src/corefx
AgeCommit message (Expand)AuthorFilesLines
2019-06-25Map C Locale to Invariant (#25373)Tarek Mahmoud Sayed1-28/+7
2019-06-09don't acquire lock if the collator has been already created (#24973)Adam Sitnik2-25/+16
2019-06-06Use CMake's C# support to build DacTableGen instead of manually invoking csc....Jeremy Koritzinsky1-3/+3
2019-05-07Make Idn.GetAscii compatible with Windows (#24443)Tarek Mahmoud Sayed1-0/+3
2019-05-04Minor tweaks for gcc (#24391)Adeel Mujahid1-7/+7
2019-04-25[System.Globalization.Native] Fix small issues in CloneCollatorWithOptions an...Filip Navara1-83/+41
2019-04-25Null-terminate buffers that strncpy writes to (#24095)Omair Majid1-0/+3
2019-04-19Fix performance regression on glibc on Linux (#24099)Filip Navara1-2/+6
2019-02-20Abstract deprecated and selectany for GCC and remove LLVM'ism where possible ...Sinan Kaya3-13/+12
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid1-3/+0
2019-02-05Avoid duplicate tree lookup in GetCollatorFromSortHandle (#22390)Filip Navara1-9/+7
2019-02-03Prefix enums, remove DLLEXPORT from GetResultCodeFilip Navara11-145/+152
2019-02-03Fix inconsistent usage of various bool typesFilip Navara8-258/+249
2019-02-03Update static_assert usage to c_static_assert_msgFilip Navara3-15/+12
2019-02-03Avoid memory allocation in EnumSymbols for small buffersFilip Navara1-15/+20
2019-02-03Fix error handling in GetLocaleIso639LanguageTwoLetterNameFilip Navara1-0/+2
2019-02-03Simplify and fix error handlingFilip Navara2-84/+4
2019-02-03Change NormalizationForm to address feedback.Filip Navara2-8/+8
2019-02-03Fix enum alignmentkasper31-2/+3
2019-02-03Address feedbackkasper31-20/+22
2019-02-03Convert version.cpp to Ckasper31-6/+0
2019-02-03Address feedbackkasper33-70/+54
2019-02-03Convert System.Globalization.Native to Ckasper325-564/+902
2019-02-03Rename fileskasper313-0/+0
2018-11-19Fix Getting Max Japanese Era (#21087)Tarek Mahmoud Sayed1-1/+2
2018-09-07Fix ICU load on OpenSUSE Tumbleweed (#19812)Jan Vorlicek1-25/+36
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