Commit graph

32479 commits

Author SHA1 Message Date
Troy D. Straszheim
7b032c940f Copyrights on CMakeLists.txt to keep them from clogging up the inspect
reports.  This is essentially the same commit as r55095 on the release
branch.



[SVN r55159]
2009-07-26 00:49:56 +00:00
Douglas Gregor
9282abfe39 Test commit, reflecting the reality of the Graph library's maintainership
[SVN r55158]
2009-07-26 00:16:51 +00:00
Jeremiah Willcock
1071a5a9d3 Changed to use Boost.Iterator, and fixed precision and overflow issues in the sorted generator
[SVN r55156]
2009-07-25 19:41:01 +00:00
Vladimir Prus
d275a16304 Use suitable names for PDB files for static libs.
Patch from Michael Weber.


[SVN r55155]
2009-07-25 09:23:24 +00:00
Vladimir Prus
b5e6b870bf Initial PDB support and manifest file fixes.
Patch from Alexey Pakhunov.

The changes are:
- Make msvc link generators create targets that correspond to PDB
  files, so that they can be installed.
- Force creation of manifest file if separate manifest is requested
- Fix the name of manifest file that boost.build expects to make
  those produced by the compiler.


[SVN r55154]
2009-07-25 09:01:23 +00:00
Vladimir Prus
bed3f3447c Properly report failures to add/remove/modify file.
[SVN r55152]
2009-07-25 06:47:43 +00:00
Steven Watanabe
51c673ffa9 Fix bug in handling of chained conversions involving a non-base homogeneous unit.
[SVN r55151]
2009-07-25 05:30:08 +00:00
Eric Niebler
e8fe2a76a3 fix bug with signed char
[SVN r55146]
2009-07-24 17:22:50 +00:00
Beman Dawes
f783156eae gcc 4.4.1 fixed scoped enum bug so don't define BOOST_NO_SCOPED_ENUMS (François Barel)
[SVN r55145]
2009-07-24 15:46:01 +00:00
Hartmut Kaiser
28f6fb80a7 Spirit: minor doc fixes
[SVN r55144]
2009-07-24 14:49:37 +00:00
Frank Mori Hess
235b490657 Optimized cleanup of slot list when a signal is invoked with a large number
of disconnected slots still in the slot list.


[SVN r55143]
2009-07-24 14:48:37 +00:00
Joel de Guzman
50079c205a double number parse benchmarks
[SVN r55142]
2009-07-24 04:10:16 +00:00
Hartmut Kaiser
34d5987065 Spirit: doc update
[SVN r55141]
2009-07-24 02:51:33 +00:00
Steven Watanabe
e68b50c2eb Fix msvc-7.1 regression
[SVN r55140]
2009-07-24 02:48:02 +00:00
Matthias Troyer
cfed0aec4e Made Boost.MPI work with the new pointer serialization
[SVN r55139]
2009-07-23 23:19:16 +00:00
Daniel James
7ae1e9801f Try to work around an odd Visual C++ 8 bug.
[SVN r55138]
2009-07-23 22:17:20 +00:00
Hartmut Kaiser
aa1d4f01a1 Spirit: attr is not a primitive_parser, but only a parser
[SVN r55137]
2009-07-23 20:04:29 +00:00
Hartmut Kaiser
46403d752a Spirit: added attr docs
[SVN r55136]
2009-07-23 19:59:51 +00:00
Daniel James
dd384379a3 Remove the emulation of single argument C++0x std::pair constructor.
[SVN r55132]
2009-07-23 17:53:59 +00:00
Hartmut Kaiser
3d4ddca398 Spirit: Added a couple of missing #include's
[SVN r55131]
2009-07-23 16:02:52 +00:00
Hartmut Kaiser
b6bf149c4f Spirit: improved test case
[SVN r55130]
2009-07-23 16:00:30 +00:00
Hartmut Kaiser
99ff516bc6 Spirit: added attr() pseudo parser test cases and quickdoc
[SVN r55128]
2009-07-23 15:57:37 +00:00
Hartmut Kaiser
f1500f0501 Spirit: added attr() pseudo parser
[SVN r55127]
2009-07-23 15:54:19 +00:00
Hartmut Kaiser
a6470f6541 Spirit: removed obsolete file
[SVN r55124]
2009-07-23 15:15:20 +00:00
John Maddock
de250a13f3 Fix broken link and regenerated docs.
[SVN r55122]
2009-07-23 12:24:35 +00:00
John Maddock
c8c06f534f Fix line endings.
[SVN r55119]
2009-07-23 11:56:59 +00:00
John Maddock
9e971ad373 Try and fix inspect report failure.
[SVN r55117]
2009-07-23 11:52:48 +00:00
John Maddock
f533373ed3 Fix file line endings.
[SVN r55116]
2009-07-23 11:25:55 +00:00
John Maddock
faecafef2c Disable pch usage for msvc-7.1.
[SVN r55111]
2009-07-23 09:46:52 +00:00
Joel de Guzman
7d6aaadd50 made the report print the total accumulated time (not for one iteration which gives a very small number).
[SVN r55107]
2009-07-23 03:01:16 +00:00
Joel de Guzman
05b60febf5 rename + minor tweaks
[SVN r55106]
2009-07-23 02:41:53 +00:00
Joel de Guzman
b8be3e921b remove const for container's value type
[SVN r55105]
2009-07-23 02:22:58 +00:00
Hartmut Kaiser
5f4bad5d1c Spirit: lists, kleene, plus, etc. now support any STL container (except map)
[SVN r55102]
2009-07-23 01:28:41 +00:00
Hartmut Kaiser
ba74551a04 Spirit: more test cases for list parsers
[SVN r55101]
2009-07-23 01:26:26 +00:00
Daniel James
81328bb815 Adjust the unordered defaults so that emplace takes more parameters and less buckets are created by default.
[SVN r55100]
2009-07-22 22:38:08 +00:00
Daniel James
9b05b5374b Fix the insert tests when there is a small number of buckets.
[SVN r55099]
2009-07-22 22:37:52 +00:00
Daniel James
a4cd8d4b0a Add boost license info to documentation for a few libraries.
* Boost.Any: Kevlin Henney is in blanket-permission.txt
  * Boost.Variant: Eric Friedman and Itay Maman are both in blanket-permissions.txt
  * Boost.Concept: Idiana University, University of Notre Dame du Lac, Jeremy Siek,
    Lie-Quan Lee, Andrew Lumsdaine are all listed under blanket permissions.

  SGI and HP aren't so their license is left alone.

[SVN r55098]
2009-07-22 22:35:08 +00:00
Steven Watanabe
1c67973c3d Loosen requirements on signbit to 0/nonzero instead of 0/1
[SVN r55097]
2009-07-22 21:59:15 +00:00
Jeremiah Willcock
0056513a09 Made redirect headers actually have correct includes
[SVN r55093]
2009-07-22 20:50:11 +00:00
Joel de Guzman
43dc69f55b minor tweak
[SVN r55091]
2009-07-22 20:15:51 +00:00
Joel de Guzman
83ee8f78ec fix missing include
[SVN r55090]
2009-07-22 20:14:12 +00:00
Joel de Guzman
556975a645 Updates to benchmark harness
[SVN r55088]
2009-07-22 20:09:06 +00:00
Joel de Guzman
2e2edf0b4a updated int_ benchmarks to use the test harness
[SVN r55087]
2009-07-22 18:24:36 +00:00
Joel de Guzman
d4919a9fca Updates to boilerplate benchmark code
[SVN r55085]
2009-07-22 17:07:13 +00:00
Joel de Guzman
2bec345495 Updates to boilerplate benchmark code
[SVN r55083]
2009-07-22 16:54:20 +00:00
Hartmut Kaiser
18b1e26bf2 Spirit: added character classification parsers to Qi's quick reference documentation section
[SVN r55080]
2009-07-22 15:09:44 +00:00
Eric Niebler
d1961bb81b portability fixed for gcc-4.4
[SVN r55076]
2009-07-22 01:34:11 +00:00
Hartmut Kaiser
a956730941 Spirit: re-added lost comment about compilation errors on skipper incompatibility
[SVN r55073]
2009-07-21 17:48:39 +00:00
Hartmut Kaiser
810be6f5ea Spirit: new performance data, updated docs
[SVN r55072]
2009-07-21 17:36:50 +00:00
Joel de Guzman
8857bc4edb updates
[SVN r55068]
2009-07-21 16:45:39 +00:00