Opened 15 years ago
Closed 15 years ago
#1259 closed Tasks (fixed)
root/more/bugs.htm content
Reported by: | René Rivera | Owned by: | Daniel James |
---|---|---|---|
Milestone: | Website 1.0 | Component: | website |
Version: | Severity: | Not Applicable | |
Keywords: | Cc: |
Description (last modified by )
Update root/more/bugs.htm to account for new bug system, and for new svn repo. Add it to the website/support section. The developer section is by now better described by the new development process so it can be discarded.
Change History (7)
comment:1 by , 15 years ago
Description: | modified (diff) |
---|
comment:2 by , 15 years ago
Owner: | removed |
---|---|
Summary: | Rework root/more/bugs.htm → root/more/bugs.htm content |
comment:3 by , 15 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:4 by , 15 years ago
comment:5 by , 15 years ago
comment:6 by , 15 years ago
(In [41162]) Merged revisions 41141-41160 via svnmerge from https://svn.boost.org/svn/boost/trunk
........
r41142 | johnmaddock | 2007-11-16 03:30:43 -0800 (Fri, 16 Nov 2007) | 3 lines
Added workarounds for IBM xlc C++: the compiler can't resolve an overloaded function template to a function pointer unless the template arguments are explicitly provided. Fixed some bugs uncovered by the above workaround: some forward declarations didn't match the actual definition! Hopefully fixed remaining Sun compiler issues: mostly fixed by above fixes anyway.
........
r41143 | johnmaddock | 2007-11-16 04:00:32 -0800 (Fri, 16 Nov 2007) | 1 line
Disabled use of MS-specific narrow character functions when _WIN32_WCE is defined.
........
r41144 | garcia | 2007-11-16 04:37:08 -0800 (Fri, 16 Nov 2007) | 2 lines
Added flyweignt and Unordered Containers.
........
r41145 | garcia | 2007-11-16 05:22:09 -0800 (Fri, 16 Nov 2007) | 2 lines
Initial Revision.
........
r41146 | garcia | 2007-11-16 05:23:41 -0800 (Fri, 16 Nov 2007) | 2 lines
Review Wizard Report.
........
r41147 | bemandawes | 2007-11-16 07:14:54 -0800 (Fri, 16 Nov 2007) | 1 line
Add some filesystem markup
........
r41149 | grafik | 2007-11-16 08:15:35 -0800 (Fri, 16 Nov 2007) | 1 line
Add support for msvc-9.0, thanks to John Pavel.
........
r41151 | noel_belcourt | 2007-11-16 09:30:57 -0800 (Fri, 16 Nov 2007) | 4 lines
Make vacpp toolset recognize and support version numbers. Also perform minimal options processing.
........
r41153 | hkaiser | 2007-11-16 10:44:56 -0800 (Fri, 16 Nov 2007) | 1 line
Wave: Added identifying comment into the main header
........
r41154 | danieljames | 2007-11-16 10:46:36 -0800 (Fri, 16 Nov 2007) | 2 lines
Move the bug and feature request pages to the new site. Refs #1259. Fixes #1369.
........
r41155 | eric_niebler | 2007-11-16 11:24:52 -0800 (Fri, 16 Nov 2007) | 1 line
add comment pointing to BOOST_FOREACH's online docs
........
r41158 | djenkins | 2007-11-16 13:25:07 -0800 (Fri, 16 Nov 2007) | 1 line
Remove extraneous comments
........
r41160 | anthonyw | 2007-11-16 14:51:52 -0800 (Fri, 16 Nov 2007) | 1 line
New implementation of pthread_once based on Mike Burrows' algorithm
........
comment:7 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [40761]) Add the bugs page to the beta site. I haven't quite finished with this. Refs #1259