summaryrefslogtreecommitdiff
path: root/src/corefx/System.Globalization.Native/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2020-04-16Fix PIE options (#26323)submit/tizen/20200415.223728accepted/tizen/unified/20200416.080052Jan Vorlicek1-2/+0
2019-06-06Use CMake's C# support to build DacTableGen instead of manually invoking csc....Jeremy Koritzinsky1-3/+3
2019-02-20Abstract deprecated and selectany for GCC and remove LLVM'ism where possible ...Sinan Kaya1-1/+0
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid1-3/+0
2019-02-03Convert version.cpp to Ckasper31-6/+0
2019-02-03Convert System.Globalization.Native to Ckasper31-13/+21
2017-12-29Remove lib prefix for System.Globalization.Native.a to match all other librar...Jan Kotas1-3/+4
2017-03-25Enable global invariant on OSX (#10470)Tarek Mahmoud Sayed1-23/+5
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-01-10Add Microsoft.NETCore.Native package (2nd attempt) (#8882)Sedar Gokbulut1-0/+16
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-10-26Remove dependency of System.Globalization.Native.so on specific ICU version (...Jan Vorlicek1-7/+27
2016-04-18enable build of cross target components.Rahul Kumar1-1/+1
2016-03-22Strip symbols on release builds into separate binariesMike McLaughlin1-1/+2
2016-01-11CompareOptions.IgnoreSymbols only ignores punctuation on Unix, but not other ...Eric Erhardt1-2/+0
2016-01-08Convert System.Globalization.Native to use a configure.cmake and .h.in files.Eric Erhardt1-15/+2
2015-12-24GC OS interface refactoringJan Vorlicek1-0/+1
2015-10-23Cleanup CMakeLists.txtMatt Ellis1-19/+23
2015-10-22Link against libicucore on OSXMatt Ellis1-14/+31
2015-10-05Merge pull request #1662 from steveharter/masterMatt Ellis1-0/+10
2015-10-05Fix ICU compile error on CentOS by using DateFormatSymbols::NARROW insead of ...Steve Harter1-0/+10
2015-09-25Implement basic collation on top of ICUMatt Ellis1-0/+1
2015-09-22Use 'readlink' of the /etc/localtime file to determine the TimeZoneInfo.Local...Eric Erhardt1-0/+1
2015-09-22Build System.Native.Globalization on OSXMatt Ellis1-2/+19
2015-09-22Implement CalendarData on Linux.Eric Erhardt1-0/+1
2015-09-22address code review comments in CultureData.Unix.cs and and refactor filesSteve Harter1-0/+2
2015-09-22base locale and formatting for linuxSteve Harter1-0/+2
2015-09-22Add wrappers for ICU CasingMatt Ellis1-0/+1
2015-09-22Add wrappers for IDNA supportMatt Ellis1-0/+1
2015-09-22Add Normalization wrappers on top of ICUMatt Ellis1-0/+33