Commit Graph

1161 Commits

Author SHA1 Message Date
Jürgen Hunold
c81a7f7f0c Enable visibility support. Refs #2114.
[SVN r73301]
2011-07-22 14:15:45 +00:00
Marshall Clow
7f89ef42b6 Merge fixes to release; Fixes #1674
[SVN r72330]
2011-06-01 15:55:38 +00:00
Marshall Clow
72eb4479ea Merge fixes to release; Fixes #2475
[SVN r72329]
2011-06-01 15:52:09 +00:00
Marshall Clow
77d6aa82bb Applied patch; refs #1674
[SVN r72132]
2011-05-24 15:11:37 +00:00
Marshall Clow
dbc9491a32 added 'load_from_stream'; refs #2475
[SVN r71720]
2011-05-04 19:54:36 +00:00
Marshall Clow
bd7d632c66 Merge fixes to release; Fixes #1988
[SVN r71676]
2011-05-02 20:56:53 +00:00
Marshall Clow
2303ba2fbc Renamed BOOST_NO_THREADEX -> BOOST_HAS_THREADEX and BOOST_NO_GETSYSTEMTIMEASFILETIME --> BOOST_HAS_GETSYSTEMTIMEASFILETIME - Refs #1988
[SVN r71533]
2011-04-27 15:51:07 +00:00
Marshall Clow
0872610990 Merge fixes to release; Fixes #5126
[SVN r71250]
2011-04-14 15:58:01 +00:00
Marshall Clow
e5ccaeb9e8 Merge fixes to release; Fixes #4411 Fixes #4574
[SVN r71249]
2011-04-14 15:51:59 +00:00
Marshall Clow
a77b19d9d7 Applied patch; Refs #4870
[SVN r71191]
2011-04-11 18:20:53 +00:00
Marshall Clow
1e00a75273 Applied patch; Refs #5126
[SVN r71190]
2011-04-11 18:09:59 +00:00
Marshall Clow
9bb7d42086 Applied patch; Refs #4754 Refs #4411
[SVN r71186]
2011-04-11 15:05:23 +00:00
Marshall Clow
88c18beb87 Merge date/time fixes to release. Fixes #4920
[SVN r70987]
2011-04-04 23:53:07 +00:00
Marshall Clow
7052c3c5f7 Merge date/time fixes to release. Fixes #5345
[SVN r70986]
2011-04-04 23:47:20 +00:00
Marshall Clow
abdd3169e4 Merge date/time fixes to release. Fixes #5250
[SVN r70985]
2011-04-04 23:45:08 +00:00
Marshall Clow
f049671aa3 Merge date/time fixes to release. Fixes #4952
[SVN r70984]
2011-04-04 23:42:42 +00:00
Marshall Clow
20286c8d74 Merge date/time fixes to release. Fixes #4798
[SVN r70983]
2011-04-04 23:39:00 +00:00
Marshall Clow
6baaaaf783 Merge date/time fixes to release. Fixes #4475
[SVN r70982]
2011-04-04 23:33:53 +00:00
Marshall Clow
6d73f377d3 Merge to release. Fixes #3651 Fixes #4845
[SVN r70981]
2011-04-04 23:29:42 +00:00
Marshall Clow
2f18c57465 Applied modified patch - Refs #4798
[SVN r70780]
2011-03-31 13:32:46 +00:00
Marshall Clow
39fc9958ce Applied patch - Refs #5345
[SVN r70770]
2011-03-30 22:27:06 +00:00
Marshall Clow
2869d0f722 Applied patch - Refs 5250
[SVN r70769]
2011-03-30 22:26:36 +00:00
Marshall Clow
6b7e271ba8 Applied patch - Refs #4952
[SVN r70768]
2011-03-30 22:25:58 +00:00
Marshall Clow
7f0f89d624 Applied patch - Refs #4475
[SVN r70767]
2011-03-30 22:25:25 +00:00
Marshall Clow
b498fbdd1b Applied patches - Refs #3651 Refs #4845
[SVN r70766]
2011-03-30 22:22:15 +00:00
Marshall Clow
bc68ffd15b Updated examples - Refs #4920
[SVN r70765]
2011-03-30 22:21:18 +00:00
Jürgen Hunold
a856c75856 convert to Boost.Build V2
[SVN r70756]
2011-03-30 19:25:08 +00:00
Steven Watanabe
5c9a890972 Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
[SVN r68168]
2011-01-15 08:11:51 +00:00
Bryce Adelstein-Lelbach
d444c164c2 Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang,
cannot parse the <iomanip> header in version 4.5+ (which thankfully neither
compiler advises the use of yet), as it's original C++98-friendly
implementation has been replaced with a gnu++0x implementation.
<boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing
boost::detail::setfill, boost::detail::setbase, boost::detail::setw,
boost::detail::setprecision, boost::detail::setiosflags and
boost::detail::resetiosflags. 



[SVN r68140]
2011-01-14 02:35:58 +00:00
Eric Niebler
e524b7b26b Merged revisions 66495 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r66495 | eric_niebler | 2010-11-11 14:58:13 -0500 (Thu, 11 Nov 2010) | 1 line
  
  add missing serialization/nvp.hpp header
........


[SVN r66497]
2010-11-11 20:19:38 +00:00
Eric Niebler
a161660022 add missing serialization/nvp.hpp header
[SVN r66495]
2010-11-11 19:58:13 +00:00
Daniel James
df5886f64e Merge a couple of old documentation fixes for date_time.
[SVN r66268]
2010-10-30 13:38:25 +00:00
Daniel James
2c8be13241 Mergeinfo for libs/date_time and clean up whitespace differences with trunk.
[SVN r66267]
2010-10-30 13:34:37 +00:00
Daniel James
85d61ef073 Fix some links in date_time.
[SVN r63388]
2010-06-27 16:38:50 +00:00
Daniel James
80ffd14c8c 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
aa1b72b62a 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
Andrey Semashev
836b5faa3e Fixes #4154. Added iterator validity checks. If TZ string is not valid, the time zone constructor throws instead of crashing.
[SVN r62751]
2010-06-10 17:24:38 +00:00
Andrey Semashev
e8561914b1 Refs #4154. Added iterator validity checks. If TZ string is not valid, the time zone constructor throws instead of crashing.
[SVN r62685]
2010-06-09 19:29:47 +00:00
Andrey Semashev
4e56397de2 Silence silly GCC warnings. Fixes #3563.
[SVN r62682]
2010-06-09 18:10:13 +00:00
Andrey Semashev
116869304c Silence silly GCC warnings. Refs #3563.
[SVN r62681]
2010-06-09 18:09:32 +00:00
Andrey Semashev
565d7d13a8 Silence the warnings. Fixes #3591.
[SVN r62677]
2010-06-09 17:41:14 +00:00
Andrey Semashev
4db9fc1777 Silence the warnings. Refs #3591.
[SVN r62676]
2010-06-09 17:40:23 +00:00
Andrey Semashev
3a779defdb Added inline qualifiers. Fixes #3647.
[SVN r62674]
2010-06-09 17:36:07 +00:00
Andrey Semashev
5bad0e79de Added inline qualifiers. Refs. #3647.
[SVN r62673]
2010-06-09 17:35:16 +00:00
Andrey Semashev
a3e84e42be Merged changes from trunk (rev. 62450). Fixes #3876.
[SVN r62669]
2010-06-09 16:39:31 +00:00
Andrey Semashev
2cf2957cd5 Merged changes from trunk (rev. 62450). Fixes #3876.
[SVN r62667]
2010-06-09 16:33:36 +00:00
Andrey Semashev
901cb1fd20 Refs #3876. Made format flags %T and %R to be processed by the library in order to support them on more platforms. Also marked some flags that are known to have similar problems in the docs.
[SVN r62450]
2010-06-05 17:09:37 +00:00
Andrey Semashev
b85f86f35e Fixes #2757. Added explicit casts to avoid warnings on MSVC.
[SVN r61892]
2010-05-10 09:15:48 +00:00
Andrey Semashev
3fce52f4e3 Refs #2757. Added explicit casts to avoid warnings on MSVC.
[SVN r61293]
2010-04-15 15:23:56 +00:00
Daniel James
149e759f06 Fix some whitespace differences between trunk and release.
[SVN r58878]
2010-01-10 19:17:23 +00:00