John Maddock
233ef6bedd
Merge branch 'develop'
2019-02-27 18:28:11 +00:00
jzmaddock
cb6d8fe37d
Merge pull request #7 from LukeCz/patch-1
...
Simplified boolean expression
2019-02-27 18:07:02 +00:00
Lukasz Czajczyk
23ee2b94b5
Simplified boolean expression
2019-01-21 16:50:00 -06:00
jzmaddock
cffc57ffba
Merge branch 'develop'
2019-01-16 18:19:43 +00:00
jzmaddock
488af9cf1b
add README.md
...
[CI SKIP]
2018-10-15 18:12:54 +01:00
jzmaddock
a2c81d05e5
Merge pull request #6 from Mike-Devel/min_cmake
...
[CMake] Generate cmake target that other libraries can use
2018-10-06 18:32:21 +01:00
jzmaddock
feaaf3d14a
Merge pull request #5 from boostorg/develop
...
Merge file structure reorganisation from develop.
2018-10-06 18:31:20 +01:00
Mike Dev
68e4213583
[CMake] Generate cmake target that other libraries can use
...
... to express their dependency on this library and retrieve any
configuration information such as the include directory, binary
to link to (if any), transitive dependencies, necessary compiler
options or the required c++ standards level.
2018-10-01 10:41:48 +02:00
jzmaddock
b91e4747ce
Move header dependencies around -
...
to try to fix a clang-3.x issue with ::gets not found when compiling std lib header.
2018-09-25 18:25:26 +01:00
jzmaddock
62c6cdcd46
Merge branch 'develop' of https://github.com/boostorg/static_assert into develop
2017-05-16 18:17:27 +01:00
jzmaddock
662ecd3d9f
Add .travis.yml
2017-05-16 18:17:17 +01:00
Rene Rivera
afe9e9d786
Add, and update, documentation build targets.
2016-10-10 11:39:53 -05:00
Rene Rivera
c2f58a187a
Add, and update, documentation build targets.
2016-10-07 23:07:36 -05:00
jzmaddock
0d27f7bcf6
temporarily fix up paths until we can delete this file.
2016-06-14 18:43:24 +01:00
jzmaddock
d0967cbf65
Fix doc directory paths.
2016-06-14 18:39:54 +01:00
jzmaddock
3e8b6f5322
Move files into standard directory structure.
2016-06-14 18:37:24 +01:00
jzmaddock
87f3be4a8f
Merge pull request #3 from morinmorin/fix/unused_attribute
...
Use Boost.Config's BOOST_ATTRIBUTE_UNUSED
2015-09-10 19:21:39 +01:00
morinmorin
46e0bd762c
Use Boost.Config's BOOST_ATTRIBUTE_UNUSED.
2015-09-11 02:08:43 +09:00
jzmaddock
8cd6ce7829
Merge branch 'develop'
2015-09-10 10:17:52 +01:00
jzmaddock
bb3cc11f09
Merge pull request #2 from mgaunard/clang_warning_fix
...
Avoid unused typedef warnings with clang
2014-10-02 18:28:18 +01:00
Mathias Gaunard
15c38db1d2
enable __attribute__((unused)) to avoid unused typedef warnings with all gcc-like variants starting with gcc 4.0. Avoids generating the warning with Clang among others.
2014-09-29 14:55:39 +02:00
jzmaddock
41f9c4b99c
Merge pull request #1 from danieljames/metadata
...
Create metadata file.
2014-08-18 17:37:23 +01:00
Daniel James
d2f57474a7
Add metadata file.
2014-08-18 15:11:03 +01:00
Daniel James
29a7d491b8
Create merge base for git.
2014-04-06 14:27:40 +01:00
jzmaddock
4aab0b78c3
If we have a static_assert we should use it, even if there are no variadic macros.
2013-12-11 18:57:43 +00:00
Stephen Kelly
d215ee5c9c
StaticAssert: Remove obsolete MSVC version check.
...
[SVN r86035]
2013-09-30 00:20:43 +00:00
John Maddock
f2b7643595
Merge static_assert fix from Trunk.
...
Fixes #8644 .
[SVN r84858]
2013-06-21 12:27:49 +00:00
John Maddock
bc29f7ab62
Apply patch from 8644.
...
Fixes #8644 .
[SVN r84713]
2013-06-09 12:02:07 +00:00
John Maddock
c951c0db9a
Apply patch from #8644 .
...
Refs #8644 .
[SVN r84686]
2013-06-08 10:58:41 +00:00
John Maddock
8912d413ba
Fix for compilers that have no variadic macros but do have static_assert (are there any??)
...
Fixes #8346 .
[SVN r83806]
2013-04-08 08:45:06 +00:00
John Maddock
41521344af
Merge patches from Trunk.
...
[SVN r83496]
2013-03-19 18:10:39 +00:00
John Maddock
bf3ee21630
More variadic macro support for msvc and Intel.
...
[SVN r83444]
2013-03-15 18:21:03 +00:00
John Maddock
c40a626f1c
Suppress GCC warnings.
...
[SVN r83104]
2013-02-23 18:26:39 +00:00
John Maddock
2993231dad
Use variadic macros in static assert to make use easier.
...
Add warning suppression for GCC.
Minor doc fix.
Fixes #5810 .
Fixes #7242 .
Fixes #7966 .
[SVN r82886]
2013-02-14 18:31:33 +00:00
John Maddock
5233df9b9e
Merge changes from Trunk.
...
[SVN r81828]
2012-12-10 17:28:53 +00:00
Marshall Clow
ce9e800db8
Removed missed usage of deprecated macros in Boost.StaticAssert
...
[SVN r81588]
2012-11-27 14:30:10 +00:00
John Maddock
5e7b62a1f4
Fix doc typo.
...
Fixes #6355 .
[SVN r80059]
2012-08-16 08:14:53 +00:00
John Maddock
7d9fdaee13
Merge documentation and property change fixes from Trunk.
...
[SVN r71486]
2011-04-25 17:27:05 +00:00
Beman Dawes
06dedcd232
Merge trunk BOOST_ASSERT_MSG additions
...
[SVN r68912]
2011-02-15 14:54:16 +00:00
Beman Dawes
e910489e16
Add BOOST_STATIC_ASSERT_MSG
...
[SVN r68584]
2011-01-31 15:03:41 +00:00
John Maddock
6f1d2476fa
Change PDF URL to SF download page.
...
[SVN r67530]
2011-01-01 12:32:32 +00:00
John Maddock
f57e592d1e
Change PDF URL to SF download page.
...
[SVN r67529]
2011-01-01 12:28:35 +00:00
Daniel James
e27a27c9f3
Merge documentation fixes.
...
* Use `doc/src/*.css` instead of `doc/html/*.css`.
* Remove wiki and people directories.
* Some documentation fixes.
* Left out `minimal.css` changes and boostbook changes because of clashes.
[SVN r63347]
2010-06-26 12:30:09 +00:00
Daniel James
a0a2bd5703
Update various libraries' documentation build.
...
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.
[SVN r63146]
2010-06-20 18:00:48 +00:00
Beman Dawes
80c6340833
Use BOOST_NO_STATIC_ASSERT
...
[SVN r59698]
2010-02-16 12:45:53 +00:00
John Maddock
12f96b5653
Merge warning fixes from Trunk.
...
[SVN r58217]
2009-12-07 13:23:38 +00:00
John Maddock
138c5bde91
Fix gcc warning.
...
[SVN r57495]
2009-11-08 18:59:24 +00:00
Troy D. Straszheim
5d9274a683
rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
...
[SVN r56942]
2009-10-17 02:07:38 +00:00
Troy D. Straszheim
23d7abde22
rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
...
[SVN r56941]
2009-10-17 01:10:45 +00:00
Troy D. Straszheim
87ecd7d39f
Copyrights on CMakeLists.txt to keep them from clogging up the inspect
...
reports. This is essentially the same commit as r55095 on the release
branch.
[SVN r55159]
2009-07-26 00:49:56 +00:00