| 15 | |
| 16 | ||'''Library'''||'''Owner'''||'''Status'''||'''Notes'''|| |
| 17 | ||Config||johnmaddock||Clean||Only headers are clean, I haven't looked at the tests.|| |
| 18 | ||Type Traits||johnmaddock||Clean||One test has (unfixable?) warnings with gcc.|| |
| 19 | ||Regex||johnmaddock||Clean|| || |
| 20 | ||Test||johnmaddock||[https://svn.boost.org/trac/boost/ticket/3598 Patches]||A couple of tests still produce warnings: Jamfile issues?|| |
| 21 | ||Thread|| ||Warnings|| || |
| 22 | ||Date Time|| ||Warnings|| || |
| 23 | ||Program Options|| ||Warnings|| || |
| 24 | |
| 25 | Please set the Status field above to one of: |
| 26 | |
| 27 | * unknown - library hasn't been tested for warnings yet. |
| 28 | * warnings - we know that the library has warnings, but no one has done anything about it yet. |
| 29 | * bug - if a bug report has been filed on the trac (with link) |
| 30 | * patch - if a Trac patch has been filed (with link). |
| 31 | * clean - fixes are in Trunk. |
| 32 | * release - fixes are in release branch. |
| 33 | |
| 34 | Please set the owner field to the Trac user ID of the person currently investigating so that we don't duplicate effort. |
| 35 | |
| 36 | Libraries can be tested by cd'ing into boost-root/libname/test and invoking: |
| 37 | |
| 38 | {{{ |
| 39 | bjam msvc warnings=all |
| 40 | }}} |
| 41 | or |
| 42 | {{{ |
| 43 | bjam gcc warnings=all cxxflags=-Wextra |
| 44 | }}} |
| 45 | |