Opened 15 years ago
Closed 14 years ago
#1743 closed Bugs (fixed)
Documentation has incorrect Build & Link settings for some libraries
Reported by: | Owned by: | Daniel James | |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | website |
Version: | Boost 1.35.0 | Severity: | Cosmetic |
Keywords: | build link | Cc: |
Description
On the documentation page for the Boost 1.35 libraries, at http://www.boost.org/doc/libs/1_35_0, the Build & Link settings for some libraries incorrectly say 'Header only' where the libraries are not 'Header only' but have to be built. The libraries which I have noticed are wrong are Regex and Signals. There may be other libraries on that page that are marked 'Header Only' and must be built, so perhaps someone knowledgable about the build characteristics of all the libraries should check.
This is just a web page documentation issue but may deceive some users of libraries that they do not have to build a particular library because it is erroneously marked 'Header only' on the web page.
Change History (9)
comment:1 by , 15 years ago
Component: | Documentation → website |
---|---|
Owner: | changed from | to
comment:2 by , 15 years ago
Owner: | changed from | to
---|
comment:3 by , 15 years ago
comment:4 by , 15 years ago
(In [44185]) Merge yesterday's changes from the beta site. Fixes: #1743, #1783, #1779, #1806, #1815
r44154 | danieljames | 2008-04-10 20:28:38 +0100 (Thu, 10 Apr 2008) | 3 lines
404 if there is an error extracting a file from the zip. Not always correct but probably better than returing a blank page. A little hacky.
r44155 | danieljames | 2008-04-10 21:26:52 +0100 (Thu, 10 Apr 2008) | 2 lines
Allow the redirect link for the config library to work.
r44156 | danieljames | 2008-04-10 21:27:36 +0100 (Thu, 10 Apr 2008) | 2 lines
Fix some links to the libraries. Refs #1806
r44157 | danieljames | 2008-04-10 21:33:03 +0100 (Thu, 10 Apr 2008) | 2 lines
Fix the "who's using boost' link. Refs #1779.
r44158 | danieljames | 2008-04-10 21:50:50 +0100 (Thu, 10 Apr 2008) | 2 lines
Link to the wiki. Refs #1783.
r44159 | danieljames | 2008-04-10 22:03:14 +0100 (Thu, 10 Apr 2008) | 1 line
Fix some errors in the library list. Refs #1742.
r44162 | danieljames | 2008-04-10 22:20:34 +0100 (Thu, 10 Apr 2008) | 1 line
Fix a couple of libraries that are incorrectly listed as header only. Refs #1743.
comment:5 by , 14 years ago
comment:7 by , 14 years ago
comment:9 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [44162]) Fix a couple of libraries that are incorrectly listed as header only. Refs #1743.