Commit Graph

142 Commits

Author SHA1 Message Date
jzmaddock
a86fdce788 Merge branch 'develop' 2019-12-02 17:55:31 +00:00
jzmaddock
772ec6a9bd Apply patch from https://github.com/boostorg/bcp/issues/8. 2019-11-25 09:31:18 +00:00
jzmaddock
6dff7a94a3 Make path scanning fully non-recursive.
See https://github.com/boostorg/bcp/issues/6.
2019-11-25 09:25:51 +00:00
jzmaddock
aeb5e5926d Merge branch 'develop' 2019-11-02 11:11:26 +00:00
jzmaddock
c66eefa0af Merge branch 'develop' of https://github.com/boostorg/bcp into develop 2019-11-01 18:51:51 +00:00
jzmaddock
c82a49ee4e Add README.md
[CI SKIP]
2019-11-01 18:51:37 +00:00
jzmaddock
f6d8b2cbed Add one more missing dependency 2019-11-01 18:19:40 +00:00
jzmaddock
b82881e71e Fix inspection report issue. 2019-11-01 17:21:39 +00:00
jzmaddock
ff9d7e82ff Update to workaround recent changes to the build system.
Brings boost_install and headers modules in automatically when Boost.Build is pulled in.
Update and enhance travis testing.
Add inspect tool run and doc build test on circle-ci.
See https://github.com/boostorg/bcp/issues/7
2019-11-01 17:17:02 +00:00
jzmaddock
491bb3e7f0 Update dependency code and fix CI. 2019-11-01 09:29:48 +00:00
jzmaddock
850b738a0d
Merge pull request #5 from boostorg/feature/update-specials
Update specials
2019-10-31 19:30:27 +00:00
jzmaddock
07e1fc81c0
Merge pull request #3 from volo-zyko/develop
Add dependency for boost::coroutine and boost::fiber on boost::context library
2019-10-31 19:28:08 +00:00
Peter Dimov
365e5e74f1 Update specials 2019-05-26 20:23:35 +03:00
Peter Dimov
062da0124b Create output directory 2019-05-26 17:25:41 +03:00
Peter Dimov
1025e7e04b Add .travis.yml 2019-05-26 17:17:35 +03:00
Volo Zyko
6ab985894e Add dependency for boost::coroutine and boost::fiber on boost::context library 2018-02-22 17:10:18 +02:00
jzmaddock
d70f922664 Merge branch 'develop' 2016-02-18 19:08:45 +00:00
jzmaddock
6bee6f1972 Fix broken dependency tracking.
Change to use lightweight_main.hpp rather than Boost.Test.
2015-10-31 18:52:45 +00:00
jzmaddock
73af41309c Merge branch 'develop' 2014-12-03 19:01:14 +00:00
jzmaddock
1e327bd835 Add some needed manual dependencies. 2014-12-03 19:00:13 +00:00
jzmaddock
110a9e5404 Merge branch 'develop' 2014-12-03 17:05:39 +00:00
jzmaddock
bccb97fa23 Merge pull request #2 from Belcourt/develop
Cleanup clang operator precedence warning.
2014-11-10 17:49:49 +00:00
K. Noel Belcourt
b7b503849b Cleanup clang operator precedence warning.
Add parens to silence warnings.
2014-11-02 16:54:45 -07:00
jzmaddock
815fe228ac Fix for https://svn.boost.org/trac/boost/ticket/10308.
Change Boost.Build paths to match new directory layout.
2014-08-16 13:14:26 +01:00
jzmaddock
4e7b25e85a Fix for ticket https://svn.boost.org/trac/boost/ticket/9416
Don't accidentally replace the wrong symbols.
2014-08-16 13:13:33 +01:00
Daniel James
dc1219cffe Create merge base for git. 2014-04-06 13:57:51 +01:00
John Maddock
e20d3756ab Merge fix for dependency tracking.
[SVN r86532]
2013-11-01 09:32:55 +00:00
John Maddock
305c2f9292 Fix for function declarations which have macroized exception specifications.
Fixes #8812.

[SVN r86530]
2013-10-31 17:34:35 +00:00
John Maddock
fd8a0a260a Merge doc formatting fix.
Fixes #8377.

[SVN r83954]
2013-04-18 12:33:24 +00:00
John Maddock
6da2097de0 Fix formatting.
Refs #8377.

[SVN r83953]
2013-04-18 12:31:16 +00:00
John Maddock
49759d5d01 Merge fixes from Trunk: fixes GCC compile errors.
[SVN r81817]
2012-12-10 12:58:17 +00:00
John Maddock
b55a9038de Fix up iostream operations to match changed boost.filesystem.
Fixes GCC compiles.
Fixes #7778.

[SVN r81815]
2012-12-10 10:39:30 +00:00
Daniel James
2620252c7c Merge rebuilt bcp docs to release.
[SVN r81476]
2012-11-22 09:03:49 +00:00
Daniel James
668bc3db5c Rebuild bcp docs.
[SVN r81475]
2012-11-22 09:00:11 +00:00
John Maddock
75f10dbd98 Merge bcp fixes from Trunk.
[SVN r79554]
2012-07-16 08:21:20 +00:00
John Maddock
4c19d9882f Apply patch from #7070 to fix namespace renaming.
Fixes #7070.

[SVN r79403]
2012-07-10 17:41:13 +00:00
John Maddock
4d55a2953b Silence a few warnings.
Fixes #7007.

[SVN r79153]
2012-06-28 12:07:10 +00:00
John Maddock
098cb1964e Merge minor fixes from Trunk.
[SVN r76174]
2011-12-26 16:00:38 +00:00
John Maddock
d1264461ef Fix regular expression scanner to handle Boost.PP macros defined over multiple lines.
Fixes #6211.

[SVN r76136]
2011-12-24 17:21:09 +00:00
John Maddock
208f94e752 Fix doc typo.
[SVN r74577]
2011-09-26 16:21:57 +00:00
John Maddock
4ec173a352 Fix typo in docs.
[SVN r74140]
2011-08-29 17:03:34 +00:00
John Maddock
5a525edc1f Merge bcp fixes from Trunk.
Fixes #5551.

[SVN r73985]
2011-08-21 18:12:51 +00:00
John Maddock
438ea05d28 Fix failure to copy Boost.Filesystem source and build script.
[SVN r73878]
2011-08-18 08:47:24 +00:00
John Maddock
05236cfa64 Add notes on copying build system.
[SVN r73742]
2011-08-14 16:17:51 +00:00
John Maddock
2d7411de73 Add some more root files when copying boost.build.
[SVN r73733]
2011-08-14 12:27:45 +00:00
John Maddock
53fd39a56f Modify to use Filesystem V3 correctly.
[SVN r70130]
2011-03-18 16:38:51 +00:00
Hartmut Kaiser
3b5497beae Spirit: merge from trunk, more to come
[SVN r68069]
2011-01-12 19:22:18 +00:00
John Maddock
9d351e94b6 Bring bcp up to date with filesystem V3.
[SVN r67486]
2010-12-29 12:56:46 +00:00
John Maddock
8cd15f2ded Merges patches from Trunk.
[SVN r64697]
2010-08-09 16:45:17 +00:00
John Maddock
d218b2dec7 Catch more filesystem errors, otherwise parsing things like #include <:sys:stats.h> fail on Linux.
[SVN r64656]
2010-08-07 11:53:53 +00:00