Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
81 commits
Select commit Hold shift + click to select a range
53e02db
Static assert initial checkin
jzmaddock Dec 3, 2000
0860281
tentative fix for MWCW
jzmaddock Feb 4, 2001
739db3d
fixed typo
jzmaddock Apr 19, 2001
01f661c
add HP aCC workarounds
jensmaurer May 5, 2001
7a76a4a
cast integral constant expression to bool to fix some compiler warnin…
jzmaddock May 26, 2001
147e68e
Added comment about lack of static_cast
jzmaddock May 30, 2001
cad0772
commit of split-config, including any changes required to existing li…
jzmaddock Sep 18, 2001
8224811
Stripped tabs from source
jzmaddock Jan 19, 2002
9a88554
Intel C++ fix
Sep 16, 2002
21c5dcc
add or update See www.boost.org comments
Beman Dec 27, 2002
b8a3b94
add special version for SGI MIPSpro compiler
jensmaurer Apr 3, 2003
aa130dd
Added __COUNTER__ based version for VC7 and later.
jzmaddock Jul 11, 2003
6532eb2
Updated licence
jzmaddock Oct 1, 2003
59004c7
Added new licence info.
jzmaddock Oct 4, 2003
01b5422
MWCW 8.3 no longer needs the enum version. This fixes a problem in Sp…
rasky Dec 21, 2003
162e483
Improved gcc 3.3 and 3.4 error messages.
jzmaddock Sep 26, 2004
b0ffe9b
Added new style docs
jzmaddock Apr 16, 2005
1760ab4
Fixed library information in docs.
jzmaddock Apr 17, 2005
c47ccbf
Add custom static_assert for CodeWarrior <= 8. Which works in all con…
grafikrobot May 15, 2005
45c007e
Added trivial docs change, based on user suggestion, and brought exam…
jzmaddock Aug 11, 2006
325fec0
Preliminary C++0x support
DougGregor Nov 22, 2006
f6c1ca6
Fix C++0x helper macros
DougGregor Mar 14, 2007
db93eae
Added links to PDF docs.
jzmaddock May 9, 2007
416339d
This commit was manufactured by cvs2svn to create tag
Jul 24, 2007
f03a034
Starting point for releases
Beman Oct 5, 2007
a2c1599
Full merge from trunk at revision 41356 of entire boost-root tree.
Beman Nov 25, 2007
dc59e38
Full merge from trunk at revision 41356 of entire boost-root tree.
Beman Nov 25, 2007
393f5d7
Added link to PDF docs.
jzmaddock Feb 21, 2008
a0afc2b
Merge minor change from Trunk.
jzmaddock Feb 21, 2008
0478338
Changed BOOST_STATIC_ASSERT for GCC to suppress warnings about old C …
jzmaddock Apr 1, 2008
42245b6
Merge changes from Trunk.
jzmaddock Jul 11, 2008
4658bd6
Fix a PDF link that I missed before.
danieljames Jul 12, 2008
2938fe1
Merge some documentation updates and fixes from trunk.
danieljames Jul 13, 2008
55c3c4a
Fix inclusion of incorrect header.
jzmaddock Dec 23, 2008
2c63b49
Merge PDF build changes from Trunk.
jzmaddock Feb 23, 2009
80237a2
Use BOOST_NO_STATIC_ASSERT
Beman Feb 16, 2010
6bece70
Change PDF URL to SF download page.
jzmaddock Jan 1, 2011
0a67f80
Change PDF URL to SF download page.
jzmaddock Jan 1, 2011
fc3b6f5
Add BOOST_STATIC_ASSERT_MSG
Beman Jan 31, 2011
ac41ae6
Merge trunk BOOST_ASSERT_MSG additions
Beman Feb 15, 2011
8b8c376
Merge documentation and property change fixes from Trunk.
jzmaddock Apr 25, 2011
f54046a
Fix doc typo.
jzmaddock Aug 16, 2012
fa81fc3
Removed missed usage of deprecated macros in Boost.StaticAssert
mclow Nov 27, 2012
34f7a0c
Merge changes from Trunk.
jzmaddock Dec 10, 2012
b96f21a
Use variadic macros in static assert to make use easier.
jzmaddock Feb 14, 2013
7373410
Suppress GCC warnings.
jzmaddock Feb 23, 2013
c5c902c
More variadic macro support for msvc and Intel.
jzmaddock Mar 15, 2013
0105632
Merge patches from Trunk.
jzmaddock Mar 19, 2013
118eb5e
Fix for compilers that have no variadic macros but do have static_ass…
jzmaddock Apr 8, 2013
e127b66
Apply patch from #8644.
jzmaddock Jun 8, 2013
930573d
Apply patch from 8644.
jzmaddock Jun 9, 2013
ec95d0d
Merge static_assert fix from Trunk.
jzmaddock Jun 21, 2013
3de8367
StaticAssert: Remove obsolete MSVC version check.
steveire Sep 30, 2013
a8d9b89
If we have a static_assert we should use it, even if there are no var…
jzmaddock Dec 11, 2013
4e1be13
Create merge base for git.
danieljames Apr 6, 2014
2d9fc36
enable __attribute__((unused)) to avoid unused typedef warnings with …
mgaunard Sep 29, 2014
3620dda
Merge pull request #2 from mgaunard/clang_warning_fix
jzmaddock Oct 2, 2014
1923293
Merge branch 'develop'
Sep 10, 2015
4157a83
Use Boost.Config's BOOST_ATTRIBUTE_UNUSED.
morinmorin Sep 10, 2015
f79d011
Merge pull request #3 from morinmorin/fix/unused_attribute
jzmaddock Sep 10, 2015
96ba95f
Move files into standard directory structure.
jzmaddock Jun 14, 2016
a675151
Fix doc directory paths.
jzmaddock Jun 14, 2016
967e92f
Move header dependencies around -
jzmaddock Sep 25, 2018
3db1d41
Simplified boolean expression
LukeCz Jan 21, 2019
42b9b37
Merge pull request #7 from LukeCz/patch-1
jzmaddock Feb 27, 2019
0d0287b
Add CMake testing support
pdimov Dec 26, 2019
dad8996
Change LIBRARIES to LINK_LIBRARIES
pdimov Dec 27, 2019
cc8d921
Use BOOST_BORLANDC for bcc32 compiler
eldiener Mar 22, 2020
7b6cc74
Merge pull request #11 from eldiener/develop
jzmaddock May 6, 2020
e2983cb
Small fix for Wsign-conversion
igaztanaga Oct 13, 2021
b880cbe
Merge pull request #16 from igaztanaga/patch-1
jzmaddock Oct 13, 2021
c6674fa
Make the library modular usable.
grafikrobot Mar 11, 2024
ef9bb3d
Change all <source> references to <library>.
grafikrobot Jul 21, 2024
e20d6cd
Merge pull request #17 from grafikrobot/modular
jzmaddock Apr 15, 2025
f03dc99
Merge Boost.StaticAssert into Boost.Config.
Lastique Dec 12, 2025
7284ec3
Integrate Boost.StaticAssert docs into Boost.Config.
Lastique Dec 12, 2025
25fbb93
Update dependencies in Boost.StaticAssert examples.
Lastique Dec 12, 2025
02b1027
Use a more specific include from Boost.TypeTraits in static_assert_ex…
Lastique Dec 12, 2025
578b94f
Add Boost.StaticAssert tests to Boost.Config test suite.
Lastique Dec 12, 2025
e6bc43f
Remove trailing spaces and newlines in Boost.StaticAssert sources.
Lastique Dec 12, 2025
64d965e
Rebuild html docs.
Lastique Dec 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/config.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Distributed under the Boost Software License, Version 1.0.

[include configuring_boost.qbk]
[include macro_reference.qbk]
[include static_assert.qbk]
[include build_time.qbk]
[include cstdint.qbk]
[include guidelines.qbk]
Expand Down
2 changes: 1 addition & 1 deletion doc/html/boost_config/acknowledgements.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Acknowledgements</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="../index.html" title="Boost.Config">
<link rel="up" href="../index.html" title="Boost.Config">
<link rel="prev" href="rationale.html" title="Rationale">
Expand Down
21 changes: 17 additions & 4 deletions doc/html/boost_config/boost_macro_reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Boost Macro Reference</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="../index.html" title="Boost.Config">
<link rel="up" href="../index.html" title="Boost.Config">
<link rel="prev" href="../index.html" title="Boost.Config">
<link rel="next" href="build_config.html" title="Build Time Configuration">
<link rel="next" href="static_assert.html" title="Compile-time assertions">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
Expand All @@ -21,7 +21,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../index.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="build_config.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
<a accesskey="p" href="../index.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="static_assert.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
Expand Down Expand Up @@ -4224,6 +4224,19 @@ <h5>
</p>
</td>
</tr>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">BOOST_NO_CXX17_AUTO_NONTYPE_TEMPLATE_PARAMS</span></code>
</p>
</td>
<td>
<p>
The compiler does not support <code class="computeroutput"><span class="keyword">auto</span></code>
non-type template parameters.
</p>
</td>
</tr>
</tbody>
</table></div>
</div>
Expand Down Expand Up @@ -7321,7 +7334,7 @@ <h5>
</div>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../index.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="build_config.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
<a accesskey="p" href="../index.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="static_assert.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
8 changes: 4 additions & 4 deletions doc/html/boost_config/build_config.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Build Time Configuration</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="../index.html" title="Boost.Config">
<link rel="up" href="../index.html" title="Boost.Config">
<link rel="prev" href="boost_macro_reference.html" title="Boost Macro Reference">
<link rel="prev" href="static_assert.html" title="Compile-time assertions">
<link rel="next" href="cstdint.html" title="Standard Integer Types">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
Expand All @@ -21,7 +21,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="boost_macro_reference.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="cstdint.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
<a accesskey="p" href="static_assert.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="cstdint.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
Expand Down Expand Up @@ -167,7 +167,7 @@
</div>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="boost_macro_reference.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="cstdint.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
<a accesskey="p" href="static_assert.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="cstdint.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/html/boost_config/cstdint.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Standard Integer Types</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="../index.html" title="Boost.Config">
<link rel="up" href="../index.html" title="Boost.Config">
<link rel="prev" href="build_config.html" title="Build Time Configuration">
Expand Down
2 changes: 1 addition & 1 deletion doc/html/boost_config/guidelines_for_boost_authors.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Guidelines for Boost Authors</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="../index.html" title="Boost.Config">
<link rel="up" href="../index.html" title="Boost.Config">
<link rel="prev" href="cstdint.html" title="Standard Integer Types">
Expand Down
2 changes: 1 addition & 1 deletion doc/html/boost_config/rationale.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Rationale</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="../index.html" title="Boost.Config">
<link rel="up" href="../index.html" title="Boost.Config">
<link rel="prev" href="guidelines_for_boost_authors.html" title="Guidelines for Boost Authors">
Expand Down
Loading
Loading