tickets.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Language" content="en-us">
  4. <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
  5. <meta name="ProgId" content="FrontPage.Editor.Document">
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  7. <title>Filesystem Tickets</title>
  8. </head>
  9. <body>
  10. <p>&nbsp;</p>
  11. <h2>Locale related</h2>
  12. <p><a href="https://svn.boost.org/trac/boost/ticket/3332">#3332</a>
  13. boost::filesystem::path will get trouble in locale Chinese_Taiwan.950 (windows)<br>
  14. <a href="https://svn.boost.org/trac/boost/ticket/7211">#7211</a> path_locale
  15. destructor crashes when overloaded operator new and delete are present<br>
  16. <a href="https://svn.boost.org/trac/boost/ticket/8388">#8388</a>
  17. windows_file_codecvt should be allocated with _NEW_CRT<br>
  18. <a href="https://svn.boost.org/trac/boost/ticket/8642">#8642</a> Global locale
  19. prevents from using Boost.Filesystem in global constructors and destructors<br>
  20. <a href="https://svn.boost.org/trac/boost/ticket/8930">#8930</a>
  21. boost::path::root_directory() throws locale::facet::_S_create_c_locale name not
  22. valid<br>
  23. <a href="https://svn.boost.org/trac/boost/ticket/9182">#9182</a>
  24. Boost-filesystem std::runtime_error: locale::facet::_S_create_c_locale name not
  25. valid failure on Xamarin.Android<br>
  26. <a href="https://svn.boost.org/trac/boost/ticket/9219">#9219</a> path::codecvt()
  27. is called when not required<br>
  28. <a href="https://svn.boost.org/trac/boost/ticket/9560">#9560</a>
  29. operations_test_static unit test crashes during static initialization phase on
  30. Mac/10.7/32-bit/darwin-4.2.1<br>
  31. <a href="https://svn.boost.org/trac/boost/ticket/10205">#10205</a> FileSystem
  32. runtime error: locale::facet::_S_create_c_locale name not valid<br>
  33. <br>
  34. &nbsp;</p>
  35. <h2>TR alignment</h2>
  36. <p>Work has started to bring the library into alignment with the C++ File System
  37. Technical Specification (<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4099.html">HTML</a>)
  38. (<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4100.pdf">PDF</a>).
  39. This work is occurring on the
  40. <a href="https://github.com/boostorg/filesystem/tree/ts-develop">git <code>
  41. ts-develop</code> branch</a>, and is currently very unstable. </p>
  42. <ul>
  43. <li><a href="https://svn.boost.org/trac/boost/ticket/10291">#10291</a> path
  44. doesn't have move constructor/assignment operator.</li>
  45. </ul>
  46. </body>
  47. </html>