Commit Graph
88 Commits
Author SHA1 Message Date
feedc0de 95b8c03aec glob headers 2022-07-05 10:48:18 +02:00
feedc0de 6900ea26cc Rework as esp-idf component 2022-07-04 20:16:09 +02:00
Alexander Grund 0512d89eb6 Fix ccache saving on cache hit (#26)
See boostorg/boost-ci#166
2022-06-24 08:57:57 -07:00
James E. King III 7d15cffe15 Align to Boost.CI 2022.04 boost-1.80.0 boost-1.80.0.beta1 2022-04-27 13:14:35 -04:00
Sam Darwin 2722b3ba4e Update GitHub Actions CI file (#24) 2021-08-04 07:05:52 -07:00
Peter Dimov a5b56ff6fe Update CMakeLists.txt boost-1.77.0 boost-1.79.0 boost-1.78.0.beta1 boost-1.78.0 boost-1.77.0.beta1 boost-1.79.0.beta1 2021-06-10 00:55:27 +03:00
Glen Fernandes 61b2358066 Remove unncessary output from unit tests 2021-06-08 00:04:57 -04:00
Glen Fernandes 85fd15029d Switch from deprecated test to Lightweight Test 2021-06-07 21:37:51 -04:00
Sam Darwin 7733430893 Add GitHub Actions config [ci skip] (#23) 2021-03-03 18:29:30 -08:00
Sam Darwin 2a26a8b94d add drone config [ci skip] (#21) 2021-03-03 18:29:18 -08:00
Edward Diener cbbc9ae994 [skip ci] Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries in order to specify the minumum C++ standard compilation level. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out. (#22) 2021-01-21 19:08:57 -05:00
Edward Diener 1a0a89c5bd Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost config for the Embarcadero non-clang-based compilers. (#20) boost-1.74.0 boost-1.76.0.beta1 boost-1.76.0 boost-1.75.0.beta1 boost-1.75.0 2020-04-16 07:52:10 -07:00
James E. King III 832731f5ab Update CI boost-1.72.0.beta1 boost-1.71.0 boost-1.73.0.beta1 boost-1.73.0 boost-1.74.0.beta1 boost-1.72.0 boost-1.71.0.beta1 2019-07-01 13:58:32 -04:00
James E. King III 4c26c6ee3f Update CI 2019-05-01 21:08:59 -04:00
Mike Dev 3a9110fc34 [CMake] Add minimal cmake file
Supports the use of boost logic in a parent
cmake project via add_subdirectory( libs/logic )
boost-1.70.0 boost-1.70.0.beta1
2019-01-04 19:08:13 -05:00
James E. King III fd021e5eb7 Enhance CI with libc++ and VS2017 strict builds boost-1.69.0-beta1 boost-1.69.0 2018-11-03 21:48:02 -04:00
James E. King III c305a4a1e4 expand travis CI to more configurations 2018-10-16 15:04:44 -04:00
James E. King III 82a233bee1 omit unnecessary bits when explicit operator conversions are supported 2018-10-16 15:04:44 -04:00
James E. King III d76d7dc4d2 trac-13104: fix typo in comment 2018-10-14 10:11:41 -04:00
James E. King III fd1146f735 fix unused variable warning in a test 2018-10-14 10:11:41 -04:00
James E. King III b65ddb430a trac-12244: fix detection of wchar_t availability 2018-10-14 10:11:41 -04:00
Peter Dimov f890fcdf66 Reenable constexpr test for operator bool 2018-08-20 08:18:35 -04:00
Peter Dimov 23cd89d4c8 Use explicit operator bool when available 2018-08-20 08:18:35 -04:00
James E. King III bffcf0c4db fix broken ci jobs in travis 2018-07-14 20:49:39 +00:00
James E. King III 5d622865d3 Fix coverity badges in readme 2018-07-04 21:27:11 -04:00
James E. King III bab21e89b2 Added CI framework
- travis with valgrind, cppcheck, ubsan, codecov, covscan (future)
  - appveyor with MSVC 2010 through 2017, cygwin 32/64, mingw 32/64
  - README, LICENSE, etc.
2018-07-04 21:20:41 -04:00
Peter Dimov e824ad54e0 Add .travis.yml boost-1.68.0 2018-03-31 20:59:51 +03:00
Edward Diener 3233579d46 Merge branch 'master' into develop 2017-04-24 12:56:27 -04:00
Rene Rivera 8cb4972256 Add, and update, documentation build targets. boost-1.63.0 boost-1.67.0 boost-1.66.0 boost-1.65.1 boost-1.65.0 boost-1.64.0-beta1 boost-1.64.0 boost-1.64.0-beta2 2016-10-10 11:39:51 -05:00
Rene Rivera 45b4578110 Add, and update, documentation build targets. 2016-10-07 23:07:34 -05:00
Marshall Clow addbcdb81a Merge changes from develop for the 1.58.0 release boost-1.59.0 boost-1.58.0 boost-1.60.0 boost-1.61.0 boost-1.62.0 2015-04-01 10:30:54 -07:00
Noel Belcourt b3adfec7ff Merge pull request #2 from apolukhin/develop
C++11 updates for tribool: added noexcepts and constexprs, fixed warnings

Tested on Linux with gcc-4.9.1.
2014-11-02 15:44:13 -07:00
Noel Belcourt 1e220fccf3 Merge pull request #3 from danieljames/metadata
Create metadata file.
2014-09-01 20:33:52 -06:00
Daniel James 6e391684a9 Add metadata file. 2014-08-18 15:00:59 +01:00
Antony Polukhin e1f476eaba Docs update 2014-07-31 18:11:11 +04:00
Antony Polukhin bf0907a227 C++11 updates for tribool: added noexcepts and constexprs, fixed warnings 2014-07-31 00:54:51 +04:00
Marshall Clow 1dab9cd10a Merge pull request #1 from boostorg/develop
Merge to master.
boost-1.56.0 boost-1.57.0
2014-05-16 08:40:43 -06:00
Daniel James 2afd1a9ec6 Create merge base for git. 2014-04-06 14:12:46 +01:00
Stephen Kelly 95baf1910a Logic: Remove obsolete MSVC version check.
[SVN r86041]
2013-09-30 00:22:10 +00:00
Stephen Kelly 9f9a1e7656 Remove obsolete MSVC check from pragma guard
git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq

is now clean.

[SVN r85952]
2013-09-26 13:02:51 +00:00
Daniel James aede53315c Merge root index file, and logic redirect.
[SVN r72210]
2011-05-27 11:53:52 +00:00
Daniel James 31af87e6ae Tribool: add a redirect to the docs.
[SVN r71603]
2011-04-29 11:03:48 +00:00
Daniel James 5ad06c7370 Logic: merge old warning fixes.
- [53429] Fix `gcc -Wshadow` warnings. Fixes #3093.
- [58007] Remove unused parameter. Fixes #3600.


[SVN r70520]
2011-03-24 20:55:46 +00:00
Daniel James c053ade60f 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 9c4577cce3 Detab some jamfiles.
[SVN r63343]
2010-06-26 12:10:47 +00:00
Daniel James 9e230b17ef 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
Jeremiah Willcock 62e9529e09 Removed unused parameter; fixes #3600
[SVN r58007]
2009-11-28 17:05:54 +00:00
Troy D. Straszheim 6c6cc7dce3 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 b86917fe43 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
John Maddock 987080a8c7 Fix up logic and date_time Jamfiles so they build needed dependencies.
Fix PDF image paths in fusion Jamfile.v2.
Add fusion to the PDF build.

[SVN r55757]
2009-08-24 10:31:43 +00:00