Commit graph

36772 commits

Author SHA1 Message Date
Daniel James
0ba650fdd8 Merge a warning fix for unordered.
[SVN r60668]
2010-03-17 00:34:26 +00:00
Daniel James
247251020e Merge iostreams.
- Fix write_device_impl<ostream_tag>. Fixes #3839
 - Fix error checks after calling SetFilePointer. Fixes #3953
 - Gzip filter shouldn't require its source to be peekable. Fixes #3723.
 - In `position_to_offset`, only cast to `stream_offset` after calculating
   `_Myoff`. Fixes #3969.
 - ptrdiff_t is in std. Fixes #2505.



[SVN r60666]
2010-03-17 00:23:32 +00:00
Daniel James
6a1cfb6504 Merge quickbook.
- 32-bit unicode escapes.
 - Escape a couple of equal signs. Fixes #3906.


[SVN r60665]
2010-03-17 00:18:38 +00:00
John Maddock
8a1e6f730c Merge changes from Trunk:
Minor update to docs, with graphics regenerated.
Fix some minor inspection script errors.
Improve performance of a few of the algorithms.
Fix a few compiler warnings etc.

[SVN r60643]
2010-03-16 11:37:39 +00:00
John Maddock
a43ce5b30c Merge patches from Trunk.
[SVN r60622]
2010-03-15 17:55:47 +00:00
John Maddock
0853edb69a Merge doc updates from Trunk.
[SVN r60621]
2010-03-15 17:53:53 +00:00
John Maddock
2cb731ecad Add build script.
[SVN r60616]
2010-03-15 17:07:12 +00:00
Eric Niebler
1d2d18939d Merged revisions 60403,60452-60453 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r60403 | eric_niebler | 2010-03-10 13:03:20 +1100 (Wed, 10 Mar 2010) | 1 line
  
  do not use deprecated config macros, thx to daniel james
........
  r60452 | eric_niebler | 2010-03-11 12:07:19 +1100 (Thu, 11 Mar 2010) | 1 line
  
  adding concepts for Expr and Domain
........
  r60453 | eric_niebler | 2010-03-11 12:08:47 +1100 (Thu, 11 Mar 2010) | 1 line
  
  oops, fix properties
........


[SVN r60505]
2010-03-12 05:51:46 +00:00
Robert Ramey
ac291fc425 Merge trunk to release
[SVN r60484]
2010-03-11 16:43:40 +00:00
Robert Ramey
091033209e merge trunk to release
[SVN r60481]
2010-03-11 16:31:57 +00:00
Frank Mori Hess
d88e4b46b6 Merged [60416] from trunk to release.
[SVN r60427]
2010-03-10 16:02:51 +00:00
Frank Mori Hess
2230794a15 Merged [60383] to release branch. Fixes #3983.
[SVN r60426]
2010-03-10 15:56:41 +00:00
Eric Niebler
ae23e8923c Merged revisions 59374 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r59374 | eric_niebler | 2010-01-31 11:27:21 +1100 (Sun, 31 Jan 2010) | 1 line
  
  avoid premature template evaluation in operator overload return types
........


[SVN r60405]
2010-03-10 02:31:34 +00:00
Eric Niebler
29457ca784 Merged revisions 60141,60143 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r60141 | eric_niebler | 2010-03-04 11:11:35 +1100 (Thu, 04 Mar 2010) | 1 line
  
  add non-const function call overloads to proto terminals, code reorg
........
  r60143 | eric_niebler | 2010-03-04 13:47:46 +1100 (Thu, 04 Mar 2010) | 1 line
  
  add a default constructor to proto::literal
........


[SVN r60404]
2010-03-10 02:17:46 +00:00
Joaquín M López Muñoz
6469bee4fa merged [60388] from trunk
[SVN r60389]
2010-03-09 21:37:15 +00:00
Emil Dotchevski
5076f0c65f updating from trunk.
[SVN r60338]
2010-03-08 08:18:25 +00:00
Daniel James
22b5d2ba20 Revert [60052] as it isn't as uncontroversial as I thought.
[SVN r60314]
2010-03-07 16:22:34 +00:00
Daniel James
14d73fbaa9 Suppress/fix some msvc and gcc compiler warnings ([57494]).
[SVN r60291]
2010-03-07 12:13:29 +00:00
Daniel James
b27684610c Merge some tests for unwrap ([47296], [47297])
[SVN r60290]
2010-03-07 12:11:44 +00:00
Daniel James
6f2cdaf3cd Merge various result_of changes.
- [42234] Reduce header dependencies, from Shunsuke Sogame. Fixes #1535
 - [45256] result_of implementation that makes use of C++0x decltype, from Daniel Walker. Fixes #862.
 - [48620] Fix result_of to work with const-qualified function pointers. Fixes #1310
 - [60052] Remove use of deprecated config macro in result_of.



[SVN r60289]
2010-03-07 12:08:00 +00:00
Daniel James
7ae4bd8d62 Merge quickbook and boostbook from trunk.
[SVN r60288]
2010-03-07 11:11:52 +00:00
Robert Ramey
fd03cc5c12 remove unnecessary includes
[SVN r60267]
2010-03-07 02:37:00 +00:00
Robert Ramey
e2d3084522 improve portability for 64 bit integers
[SVN r60266]
2010-03-07 02:35:56 +00:00
Robert Ramey
7419669ab5 Suppress multiple definition trap
[SVN r60265]
2010-03-07 02:35:30 +00:00
Robert Ramey
0ad1760084 fix to permit shared_ptr from this to work
[SVN r60264]
2010-03-07 02:33:11 +00:00
Robert Ramey
924beeac2c improve portability for 64 bit integers
[SVN r60261]
2010-03-07 02:12:51 +00:00
Christian Henning
d3bb8360a7 Fix for ticket #2831.
[SVN r60194]
2010-03-05 16:15:07 +00:00
John Maddock
5c786a897b Fixes #3980.
[SVN r60151]
2010-03-04 18:03:05 +00:00
Eric Niebler
2b43ba7301 Merged revisions 59934 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r59934 | eric_niebler | 2010-02-26 12:59:46 +1100 (Fri, 26 Feb 2010) | 1 line
  
  add missing include
........


[SVN r60018]
2010-03-01 10:33:15 +00:00
Daniel James
68f5f3fa29 Merge doc directory from trunk.
[SVN r59962]
2010-02-27 19:17:20 +00:00
Robert Ramey
0094227559 move recent changes to release branch
[SVN r59943]
2010-02-26 05:29:59 +00:00
Robert Ramey
fe319931eb move recent changes to release branch
[SVN r59942]
2010-02-26 05:28:56 +00:00
Robert Ramey
d4c7ae8217 move recent changes to release branch
[SVN r59941]
2010-02-26 05:17:31 +00:00
Robert Ramey
26eb81ba49 move recent changes to release branch
[SVN r59940]
2010-02-26 05:08:08 +00:00
Eric Niebler
a0c7e6645e Merged revisions 59854 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r59854 | eric_niebler | 2010-02-23 19:42:25 +1100 (Tue, 23 Feb 2010) | 1 line
  
  fix const correctness issues, work around fusion bug #3954
........


[SVN r59925]
2010-02-25 22:52:26 +00:00
Daniel James
fc74cae871 Merge hash and unordered from trunk.
- Replace uses of deprecated C++0x macros
 - Set length of primes inside template on Sun C++. Fixes #3854
 - Missing newline at end of file.



[SVN r59911]
2010-02-25 19:05:01 +00:00
Vladimir Prus
1e7d5f2376 Merge from trunk
[SVN r59728]
2010-02-17 09:49:08 +00:00
Daniel James
0f2752edd4 Merge some detail changes.
- [53670] Avoid C style casts.
 - [55604] Fix #3346 boost/detail/scoped_enum_emulation.hpp enum_t conflict
   with Unix rpc/types.h
 - Don't foward declare containers when using gcc's parallel library and add a
   macro to disable forward declaration. Fixes #3866.


[SVN r59679]
2010-02-14 16:31:21 +00:00
Joaquín M López Muñoz
2593fbf4c6 merged [59582] from trunk
[SVN r59638]
2010-02-11 19:28:27 +00:00
Eric Niebler
3a4bdf48d9 add missing include, fixes #3915
[SVN r59619]
2010-02-10 14:54:58 +00:00
Joaquín M López Muñoz
5f05e0884e merged [58485] and [59443] from trunk
[SVN r59525]
2010-02-06 14:38:28 +00:00
Daniel James
dad1ced3d7 Handle redirections when downloading docbook files.
[SVN r59378]
2010-01-31 14:00:27 +00:00
Joel de Guzman
56d01e9694 fix regression failure. macro BOOST_SPIRIT_TEST_REAL_PRECISION enables a particular test for precision. This is disabled by default.
[SVN r59360]
2010-01-30 03:43:46 +00:00
Daniel James
5e18cb5484 Merge some fixes from trunk:
- Missing newline in an iostreams header.
 - Link fixes for iostream documentation.
 - Ignore a doxygen tag in boostbook.


[SVN r59258]
2010-01-24 20:43:34 +00:00
Hartmut Kaiser
1340cd0963 Spirit: merging docs from trunk
[SVN r59255]
2010-01-24 17:27:33 +00:00
Hartmut Kaiser
bb62430b18 Spirit: merging bug fix for rule copy construction from trunk
[SVN r59240]
2010-01-23 18:29:34 +00:00
Hartmut Kaiser
05d4f2472f Spirit: merging docs from trunk
[SVN r59135]
2010-01-18 18:40:10 +00:00
Christopher Kohlhoff
5950b82072 Merge doc and example changes from trunk.
........
  r58900 | chris_kohlhoff | 2010-01-11 23:22:33 +1100 (Mon, 11 Jan 2010) | 2 lines
  
  Add HTTP Server 4 example.
........
  r59103 | chris_kohlhoff | 2010-01-18 08:42:36 +1100 (Mon, 18 Jan 2010) | 2 lines
  
  Add coroutine::is_complete() and support for "yield break;".
........
  r59104 | chris_kohlhoff | 2010-01-18 08:48:17 +1100 (Mon, 18 Jan 2010) | 2 lines
  
  Document ordering of handlers in strands. Fix error in streambuf snippet.
........
  r59106 | chris_kohlhoff | 2010-01-18 09:21:21 +1100 (Mon, 18 Jan 2010) | 2 lines
  
  Update revision history.
........


[SVN r59110]
2010-01-18 02:35:32 +00:00
Jeremiah Willcock
2ad82e88c4 Merged r59005 from trunk, commenting out debugging code
[SVN r59031]
2010-01-15 10:30:32 +00:00
Daniel James
d48f96aac0 Copy generated fusion documentation from trunk.
[SVN r59021]
2010-01-15 06:35:28 +00:00