Commit Graph

76 Commits

Author SHA1 Message Date
James E. King III
832731f5ab Update CI 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 )
2019-01-04 19:08:13 -05:00
James E. King III
fd021e5eb7 Enhance CI with libc++ and VS2017 strict builds 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 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. 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 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.
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
Daniel James
5aaba307a6 Add depencies on doxygen documentation to standalone documentation targets.
This seems to be needed for building pdfs.

[SVN r55729]
2009-08-23 10:07:25 +00:00
Troy D. Straszheim
a582587b22 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
Troy D. Straszheim
bd737d03b0 Add basic copyright/license to keep cmake out of the inspection report
[SVN r55095]
2009-07-22 21:51:01 +00:00
Vladimir Prus
246d1ee6df Fix gcc -Wshadow warnings in tribool.
Fixes #3093. 1/2 of the patch provided by Dustin Spicuzza.


[SVN r53429]
2009-05-30 06:36:18 +00:00
John Maddock
58cd700623 Merge PDF build changes from Trunk.
[SVN r51417]
2009-02-23 18:39:32 +00:00
John Maddock
233cfca75c Add PDF generation options to fix external links to point to the web site.
Added a few more Boostbook based libs that were missed first time around.
Fixed PDF naming issues.

[SVN r51284]
2009-02-17 10:05:58 +00:00
Troy D. Straszheim
951486c794 merge of cmake build files from trunk per beman
[SVN r50756]
2009-01-24 18:57:20 +00:00
Michael A. Jackson
44aa483237 Updating dependency information for modularized libraries.
[SVN r49628]
2008-11-07 17:05:27 +00:00
Michael A. Jackson
84313760a5 Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
[SVN r49627]
2008-11-07 17:02:56 +00:00
Michael A. Jackson
9df9f3daf6 Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
[SVN r49510]
2008-11-01 13:15:41 +00:00
Douglas Gregor
f1d8f513bf Merged from trunk
[SVN r42973]
2008-01-25 21:18:27 +00:00
Douglas Gregor
24117db3ae Include <ios> to get std::boolalpha. Fixes #1586
[SVN r42972]
2008-01-25 21:07:14 +00:00