Go to file
Jeff Genovy 1b671c9b25 ICU-20204 ICU4C: Use the CreateFileMapping API for both the UWP version and Win32 versions.
- CreateFileMappingW is marked for both desktop and UWP apps, so we can call that in both code paths.
- We can use the W version of the CreateFileMapping API instead of A version since we pass a NULL for the name anyways.
- We can call the same API CreateFile[A|W] from both the UWP and Win32 versions of the code, reducing one of the UWP forks.
- Add a work-around for older versions of the Windows 10 SDK UWP headers.
- Remove the code that was creating a custom security descriptor (but setting everything to NULL) and pass null to the API directly. This way we will get the default security descriptor instead of the NULL dacl.
- Change to use nullptr instead of NULL in C++ code.
2019-02-05 15:16:56 -08:00
.ci-builds ICU-20324 Add MSYS2 (Windows) build bot to the Azure CI builds (GCC x86_64). 2019-01-10 14:31:23 -08:00
.github ICU-20198 Add issue browse link to PR template. (#200) 2018-10-09 14:05:33 -05:00
icu4c ICU-20204 ICU4C: Use the CreateFileMapping API for both the UWP version and Win32 versions. 2019-02-05 15:16:56 -08:00
icu4j ICU-9622 Update documentation for MessageFormat and skeletons (#361) 2019-01-30 13:09:47 -08:00
tools ICU-20203 update ICU to Unicode 12 beta 2018-11-28 23:13:07 +01:00
vendor/double-conversion ICU-20053 Adding back double-conversion .gitignore 2018-09-27 14:27:38 -07:00
.appveyor.yml ICU-20317 Cache the Cygwin Setup/Installer on AppVeyor CI builds to prevent flaky failures. 2018-12-20 18:18:47 -08:00
.cpyskip.txt ICU-20217 Replaces seed corpus zip files with the original txt files. 2019-02-01 16:07:25 -08:00
.gitattributes ICU-20017 Fix line endings in Visual Studio *.props files. (#101) 2018-09-27 14:27:39 -07:00
.gitignore ICU-10923 Rewriting data build orchestration in Python. 2018-11-19 13:43:35 -07:00
.travis.yml ICU-20089 Add ICU4C Docs build to Travis CI 2019-01-24 13:32:55 -08:00
README.md ICU-20033 Add a top-level README.md (#11) 2018-09-27 14:27:37 -07:00

International Components for Unicode

This is the repository for the International Components for Unicode. The ICU project is under the stewardship of The Unicode Consortium.

ICU Logo

Build Status

Build Status
TravisCI Build Status
Win x64 Release Build status
Win x86 Release Build status

Subdirectories and Information

License

Please see ./icu4c/LICENSE (C and J are under an identical license file.)

Copyright © 2016 and later Unicode, Inc. and others. All Rights Reserved. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. Terms of Use and License