Peter Dimov
1feb7dc796
Merge branch 'develop'
boost-1.57.0
2014-08-21 23:58:41 +03:00
Peter Dimov
ea54c3875d
Merge pull request #8 from danieljames/metadata
...
Create metadata file.
2014-08-21 23:55:38 +03:00
Peter Dimov
b8e4c378b1
Merge branch 'develop'
2014-08-21 23:49:39 +03:00
Daniel James
53ff21f0f8
Remove ref from metadata.
...
It's now in core.
2014-08-21 20:34:34 +01:00
Peter Dimov
f91369d163
Update links to ref.html.
2014-08-21 14:24:05 +03:00
Peter Dimov
33a19056dc
Delete ref documentation; it's now in core.
2014-08-21 14:12:08 +03:00
Peter Dimov
41d7508139
Merge branch 'develop'
2014-08-21 13:23:22 +03:00
Peter Dimov
89d3d468b1
Merge pull request #7 from jzmaddock/patch-2
...
Update Jamfile.v2
2014-08-21 13:22:20 +03:00
Daniel James
29b1a0d6b9
Add metadata file.
2014-08-18 15:49:05 +01:00
jzmaddock
f769d97362
Update Jamfile.v2
...
There can only be one project called "boost/doc" and this isn't it ;-)
So the patch changes the name to something else.
2014-08-11 18:26:54 +01:00
Peter Dimov
1480db5679
Merge branch 'develop'
boost-1.56.0
2014-02-05 05:22:20 +02:00
Peter Dimov
f53694ef25
Merge branch 'develop' of https://github.com/boostorg/bind into develop
2013-12-18 19:04:20 +02:00
Peter Dimov
0afd49b884
Merge pull request #3 from danieljames/develop
...
Link to compose in old version of boost.
2013-12-16 15:03:04 -08:00
Daniel James
dd67e3f785
Link to compose from old version of boost.
...
Compose isn't included in modular boost, so there's nothing to link to.
I changed it to link to an old version which still has compose
documentation. It might be better to rewrite it?
2013-12-15 17:27:54 +00:00
Peter Dimov
c92a49d5c2
Merge commit 'f7e101e928c745199436374f944f0438b97dee28' into develop
2013-12-12 02:57:54 +02:00
Peter Dimov
a6b17d9001
Switch to BOOST_STATIC_ASSERT in arg.hpp per the patch in #8844 .
2013-12-12 00:12:56 +02:00
Peter Dimov
ea05f23163
Fixed mem_fn_eq_test to work with /OPT:ICF as per the patch in #8734 by Mike Liang.
2013-12-11 23:58:19 +02:00
Peter Dimov
fafb6bb650
Merge branch 'topic/silence_warning' of https://github.com/timblechmann/bind into develop
2013-12-07 19:10:42 +02:00
Peter Dimov
f7e101e928
Merge branch 'develop'
2013-12-07 19:05:57 +02:00
Peter Dimov
166c4b6be7
Merge from master to create a merge point.
2013-12-07 19:03:34 +02:00
Peter Dimov
8414233b9c
Revert "Bind: Remove obsolete MSVC version check"
...
This reverts commit 9955139c65 .
2013-12-07 18:54:00 +02:00
Peter Dimov
15d6d6ac95
Revert "Remove obsolete MSVC check from pragma guard"
...
This reverts commit 5e2fc717f0 .
2013-12-07 18:53:27 +02:00
Peter Dimov
ba117db120
Revert "Bind: Remove obsolete GCC version check."
...
This reverts commit 5b2cf44de5 .
2013-12-07 18:53:01 +02:00
Peter Dimov
f5c95610b6
Revert "Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION"
...
This reverts commit af136e483d .
2013-12-07 18:52:39 +02:00
Peter Dimov
ce0fc0f69a
Revert "Simplify multi-component ifdefs containing BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION"
...
This reverts commit 0f66412487 .
2013-12-07 18:51:53 +02:00
Peter Dimov
aa8a94273d
Revert "Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION"
...
This reverts commit 7ff6524bd1 .
2013-12-07 18:50:56 +02:00
Tim Blechmann
92ff08b873
bind: silence warning with gcc
2013-12-07 14:37:28 +01:00
Michel Morin
6315df35d6
Merge r86524 (Correct broken links to C++ standard papers); fixes #9212
...
[SVN r86673]
2013-11-13 03:22:55 +00:00
Michel Morin
96fd1e7036
Correct broken links to C++ standard papers. Refs #9212 .
...
[SVN r86524]
2013-10-30 12:51:24 +00:00
Stephen Kelly
7ff6524bd1
Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
These evaded scripting.
[SVN r86249]
2013-10-11 23:22:36 +00:00
Stephen Kelly
0f66412487
Simplify multi-component ifdefs containing BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
[SVN r86248]
2013-10-11 23:20:59 +00:00
Stephen Kelly
af136e483d
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
Process #ifndef...#endif conditions.
[SVN r86244]
2013-10-11 23:15:00 +00:00
Stephen Kelly
5b2cf44de5
Bind: Remove obsolete GCC version check.
...
[SVN r86106]
2013-10-01 08:42:35 +00:00
Stephen Kelly
5e2fc717f0
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
Stephen Kelly
9955139c65
Bind: Remove obsolete MSVC version check
...
[SVN r85938]
2013-09-26 09:42:51 +00:00
Peter Dimov
fa8debfc80
Merge [75391] to release. Fixes #5792 .
...
[SVN r75755]
2011-11-30 17:53:38 +00:00
Peter Dimov
da3580cc14
Apply suggested IBM C++ fix. Refs #5792 .
...
[SVN r75391]
2011-11-07 18:25:33 +00:00
Bryce Adelstein-Lelbach
27003baf12
Pathscale-4.0 configuration code/workarounds.
...
[SVN r68142]
2011-01-14 02:59:34 +00:00
Marshall Clow
c53ba15ce5
Merge doc fix to release; fixes #4532
...
[SVN r67047]
2010-12-05 22:18:05 +00:00
Marshall Clow
3d60d74ff0
Doc patch; refs #4532
...
[SVN r66973]
2010-12-02 13:17:09 +00:00
Peter Dimov
7b89dd7fd9
Merge [62251] to release. Fixes #4172 .
...
[SVN r63828]
2010-07-10 21:26:25 +00:00
Daniel James
787d3cb7b4
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
f89c41dc7b
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
Peter Dimov
7aa58cf653
Fix version check, as g++ 4.1 still has the PCH bug. Refs #4172 .
...
[SVN r62251]
2010-05-26 19:34:10 +00:00
Peter Dimov
6e208277e3
Merge [58073], [58093] to release. Fixes #3003 .
...
[SVN r58119]
2009-12-03 17:44:37 +00:00
Peter Dimov
1bf8cd6c7a
Fix Borland regression. Refs #3003 .
...
[SVN r58093]
2009-12-02 10:47:01 +00:00
Peter Dimov
e5d99ce085
Make mem_fn work with overloaded unary operator&. Refs #3003 . Sorry it took so long.
...
[SVN r58073]
2009-12-01 02:24:53 +00:00
Peter Dimov
70f0c8efbb
Merge [57954], [57955] to release.
...
[SVN r58066]
2009-11-30 20:30:22 +00:00
Peter Dimov
00b3c895fd
Merge [57542] to release. Fixes #3601 .
...
[SVN r57961]
2009-11-26 22:16:17 +00:00
Peter Dimov
17282c97c2
Extend Borland workaround to 6.2 and above.
...
[SVN r57954]
2009-11-26 21:02:04 +00:00