Eric Niebler
88c8eae675
Merge pull request #10 from boostorg/develop
...
Merge develop to master
2019-06-13 16:41:20 -07:00
Eric Niebler
c9b605f511
Merge pull request #8 from boostorg/jzmaddock-patch-1
...
Remove broken web link.
2019-06-13 16:40:35 -07:00
Eric Niebler
449ef3168d
Merge pull request #9 from MartinDelille/develop
...
Replace 0 by nullptr (#7 )
2019-06-13 16:39:54 -07:00
jzmaddock
47518f2edf
Remove broken web link.
...
The CUJ website is no more, and the link points to a payday loan company is is not what we want here!
2019-04-07 17:37:08 +01:00
Martin Delille
a89a392351
Replace 0 by nullptr ( #7 )
...
* replace 0 by nullptr
* more nullptr replacing 0
* Define BOOST_FOREACH_NULL
* Fix BOOST_FOREACH_NULL definition
2018-05-10 09:49:32 -07:00
Peter Dimov
4240a1d095
Add .travis.yml
2017-11-04 16:31:51 +02:00
Peter Dimov
38d2d93197
Merge branch 'master' into develop
2017-11-04 16:30:39 +02:00
Peter Dimov
3918fa8b8d
Merge pull request #6 from eldiener/develop
...
Remove executable attribute for file.
2017-11-03 23:34:09 +02:00
Edward Diener
6789f8e27c
Remove executable attribute for file.
2017-09-17 16:23:12 -04:00
Rene Rivera
bbbfebed8e
Add, and update, documentation build targets.
2016-10-10 11:39:49 -05:00
Rene Rivera
875e1c11f5
Add, and update, documentation build targets.
2016-10-07 23:07:33 -05:00
Eric Niebler
a19bc0a6dd
Merge remote-tracking branch 'origin/develop' into HEAD
2015-03-04 12:36:38 -08:00
Eric Niebler
68645f9c47
Merge pull request #3 from jzmaddock/patch-1
...
Foreach uses makes undocumented assumptions about type traits types
2015-01-22 21:42:11 -05:00
jzmaddock
1da27f21d7
Foreach uses makes undocumented assumptions about type traits types
...
Exposed by ongoing type traits rewrite / simplification: there is no documented inheritance from an mpl type to a type traits type. This is probably the simplest fix for the problem.
2015-01-22 17:43:49 +00:00
Eric Niebler
3bc8f6624f
Merge pull request #2 from danieljames/metadata
...
Create metadata file.
2014-08-18 08:50:38 -07:00
Daniel James
93b24f8d42
Add metadata file.
2014-08-18 14:58:59 +01:00
Eric Niebler
96f345ac8a
merge from develop
2014-01-10 22:27:43 -08:00
Eric Niebler
8d723128fd
Fix doc typos found by Stephan T. Lavavej
2014-01-10 22:25:50 -08:00
Eric Niebler
03c562dcf0
remove executible flag
2014-01-10 22:18:49 -08:00
Eric Niebler
942bb16c67
remove executible flag
2014-01-10 22:17:48 -08:00
Stephen Kelly
946fdfce89
Foreach: Remove use of obsolete GCC version check.
...
[SVN r86058]
2014-01-10 21:46:22 -08:00
Stephen Kelly
865d43c56a
Foreach: Remove obsolete MSVC version checks.
...
[SVN r86021]
2014-01-10 21:46:22 -08:00
Stephen Kelly
10e299df06
Remove obsolete MSVC check from pragma guard
...
git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq
is now clean.
[SVN r85952]
2014-01-10 21:46:22 -08:00
John Maddock
7678440629
Suppress msvc warnings.
...
Refs #3686 .
[SVN r57996]
2014-01-10 21:34:33 -08:00
Stephen Kelly
05f674f3fb
Foreach: Remove use of obsolete GCC version check.
...
[SVN r86058]
2013-09-30 15:55:02 +00:00
Stephen Kelly
a2fc5f2422
Foreach: Remove obsolete MSVC version checks.
...
[SVN r86021]
2013-09-30 00:17:35 +00:00
Stephen Kelly
f46088754e
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
Marshall Clow
b7cca8b721
Merge macro changes for Boost.Foreach to release branch
...
[SVN r82053]
2012-12-17 17:45:06 +00:00
Marshall Clow
6af851a2b3
Removed missed usage of deprecated macros in Boost.Foreach
...
[SVN r81577]
2012-11-26 21:43:18 +00:00
Eric Niebler
a8984979dd
comment typo, fixes #7486
...
[SVN r81307]
2012-11-12 18:41:20 +00:00
Eric Niebler
23638ac74b
comment typo, refs #7486
...
[SVN r81148]
2012-11-02 17:40:28 +00:00
Eric Niebler
0eeede0c60
foreach: fix spell-o in docs. merge [80851] from trunk.
...
[SVN r80925]
2012-10-10 01:10:27 +00:00
Eric Niebler
d03b864cea
fix typo, thanks Marshall
...
[SVN r80851]
2012-10-04 18:59:43 +00:00
Eric Niebler
94b66d0d53
foreach: merge [80828] from trunk
...
[SVN r80829]
2012-10-03 18:47:20 +00:00
Eric Niebler
0565477a71
foreach: describe perils of #define-ing foreach to BOOST_FOREACH
...
[SVN r80828]
2012-10-03 18:45:40 +00:00
Eric Niebler
75407edfa9
foreach: merge [80702] from trunk
...
[SVN r80737]
2012-09-28 16:31:27 +00:00
Eric Niebler
bf7b02ca73
only use derefof as a Borland workaround. Eliminates warning on gcc
...
[SVN r80702]
2012-09-25 18:20:35 +00:00
Eric Niebler
d63511aeaf
merge [77416] from trunk, fixes #6131 , fixes #6455
...
[SVN r77591]
2012-03-27 19:28:30 +00:00
Eric Niebler
7ccc8a870f
reverting [75540] which seemed to make things worse
...
[SVN r77416]
2012-03-19 20:50:43 +00:00
Eric Niebler
a2a4bdf05a
merge [75540] from trunk, fixes #6131
...
[SVN r75634]
2011-11-23 04:59:24 +00:00
Eric Niebler
8862f88d2c
attempting to address #6131
...
[SVN r75540]
2011-11-18 04:31:19 +00:00
Eric Niebler
8c0da46fac
merge [75077] from trunk
...
[SVN r75078]
2011-10-21 03:46:27 +00:00
Eric Niebler
4fb4d7206a
revert all recent changes to boost.foreach
...
[SVN r75077]
2011-10-21 03:39:17 +00:00
Eric Niebler
97f8b9490b
merge [75026] from trunk
...
[SVN r75027]
2011-10-18 03:50:42 +00:00
Eric Niebler
5eeecd79ac
yet another tweak for gcc
...
[SVN r75026]
2011-10-18 03:45:00 +00:00
Eric Niebler
ee34883ebd
merge [74986] from trunk
...
[SVN r74987]
2011-10-16 19:10:10 +00:00
Eric Niebler
873915b136
a different fix for gcc-4.4
...
[SVN r74986]
2011-10-16 19:05:55 +00:00
Eric Niebler
9b05e0c258
merge [74968] from trunk
...
[SVN r74970]
2011-10-16 16:04:53 +00:00
Eric Niebler
2ab25646cf
fix regression on gcc-4.4
...
[SVN r74968]
2011-10-16 15:55:19 +00:00
Eric Niebler
109f21af2e
merge [74584] from trunk, fixes #5475
...
[SVN r74591]
2011-09-27 16:31:30 +00:00