| commit | bc4bb89af274f17ef28ec7bccd4c25c696120d6a | [log] [tgz] |
|---|---|---|
| author | Andy Heninger <andy.heninger@gmail.com> | Mon Mar 11 16:36:33 2019 -0700 |
| committer | Andy Heninger <andy.heninger@gmail.com> | Tue Mar 12 09:52:16 2019 -0700 |
| tree | e67b944b46f1924e1007d27f2edfccc9592d3c43 | |
| parent | ffd8baf16dbd1667a355c309d0533b2c526be967 [diff] |
ICU-20488 mutex static constructor fixes. Remove the dependencies from the ICU library code on static constructors that were introduced by using std::mutex and condition variables. The mutexes are lazily initialized by embedding them as local static variables in getter functions, and relying on the C++ compiler/runtime to do thread safe initialization of them.
This is the repository for the International Components for Unicode. The ICU project is under the stewardship of The Unicode Consortium.
| Build | Status |
|---|---|
| TravisCI | |
| Win x64 Release | |
| Win x86 Release |
icu4c/ ICU for C/C++icu4j/ ICU for Javatools/ Toolsvendor/ Vendor dependenciesPlease 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