Commit Graph

151 Commits

Author SHA1 Message Date
Peter Dimov 9102d74933 Merge branch 'develop' into feature/add-cmake-tests 2020-01-06 20:11:01 +02:00
Peter Dimov ba846a3091 Update .travis.yml boost-1.74.0.beta1 boost-1.74.0 boost-1.73.0.beta1 boost-1.73.0 2020-01-06 17:22:07 +02:00
Peter Dimov 0277552ae2 Merge branch 'develop' 2020-01-06 15:45:37 +02:00
Peter Dimov 317f01fc58 Merge branch 'develop' into feature/add-cmake-tests 2019-12-29 20:06:15 +02:00
Peter Dimov b57860c33f Use -DBOOST_INCLUDE_LIBRARIES=static_assert 2019-12-29 19:34:08 +02:00
Peter Dimov ca94dbbc1a Use Boost_VERBOSE instead of Boost_DEBUG 2019-12-29 18:52:09 +02:00
Peter Dimov 0a775cf1c5 Untabify 2019-12-29 18:47:06 +02:00
Peter Dimov eac11c5e50 Merge pull request #9 from boostorg/pr/add-cmake-install
Add CMake install support (needed by type_traits)
2019-12-28 09:49:16 -08:00
Peter Dimov 944702b862 Add comment 2019-12-27 06:04:16 +02:00
Peter Dimov 1aaabeb02b Fix indentation 2019-12-27 04:28:29 +02:00
Peter Dimov 9064caf95f Merge branch 'pr/add-cmake-install' into feature/add-cmake-tests 2019-12-27 04:24:37 +02:00
Peter Dimov f970afff9d Disable installation without the superproject; add comments 2019-12-27 04:22:53 +02:00
Peter Dimov ad48daf3b2 Change LIBRARIES to LINK_LIBRARIES 2019-12-27 04:20:36 +02:00
Peter Dimov c6b558f1f2 Fix branch handling; add -j3 to b2 test 2019-12-27 03:32:34 +02:00
Peter Dimov 00724b8429 Fix .travis.yml typos; enable feature/* testing 2019-12-27 03:29:28 +02:00
Peter Dimov 00a741184c Add cmake_install_test, cmake_subdir_test 2019-12-26 19:05:07 +02:00
Peter Dimov f000d27cb2 Add CMake testing job to Travis 2019-12-26 19:00:25 +02:00
Peter Dimov a8597c46d5 Add CMake testing support 2019-12-26 18:58:11 +02:00
Peter Dimov 609a5c0cd1 Add CMake install support (needed by type_traits) 2019-12-26 17:16:45 +02:00
John Maddock 233ef6bedd Merge branch 'develop' boost-1.72.0.beta1 boost-1.72.0 boost-1.71.0.beta1 boost-1.71.0 boost-1.70.0.beta1 boost-1.70.0 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.
boost-1.69.0-beta1 boost-1.69.0
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. boost-1.68.0 boost-1.67.0 boost-1.66.0 boost-1.65.1 boost-1.65.0 boost-1.64.0-beta2 boost-1.64.0-beta1 boost-1.64.0 boost-1.63.0 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
boost-1.62.0 boost-1.61.0 boost-1.60.0
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. boost-1.59.0 boost-1.58.0 boost-1.57.0 boost-1.56.0 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