Commit graph

29271 commits

Author SHA1 Message Date
Thorsten Jørgen Ottosen
72361c493d doc update
[SVN r47487]
2008-07-16 20:11:55 +00:00
Thorsten Jørgen Ottosen
b3390886b2 doc update
[SVN r47486]
2008-07-16 20:05:43 +00:00
Thorsten Jørgen Ottosen
ef1b73507f doc update
[SVN r47485]
2008-07-16 20:05:19 +00:00
Thorsten Jørgen Ottosen
43da3b90bd doc update
[SVN r47484]
2008-07-16 20:04:58 +00:00
Thorsten Jørgen Ottosen
1eef4f63be doc update
[SVN r47483]
2008-07-16 20:03:00 +00:00
Thorsten Jørgen Ottosen
edc8875c53 doc updates
[SVN r47482]
2008-07-16 19:59:34 +00:00
Thorsten Jørgen Ottosen
3a47f21a29 Minor doc update
[SVN r47481]
2008-07-16 19:55:14 +00:00
Anthony Williams
36eb93075e Split lock and try_lock into mutex and range overloads without using enable_if, so it works on Borland compilers
[SVN r47472]
2008-07-16 14:41:09 +00:00
Anthony Williams
1e6f471b66 Fixes to make basic thread functionality work with Borland compilers again
[SVN r47471]
2008-07-16 13:19:43 +00:00
Daryle Walker
ae37619431 Added MPL-compatible variants of the minimum-size and value-based integer templates, which fixes #1224
[SVN r47470]
2008-07-16 09:55:31 +00:00
Jurko Gospodnetić
0f37308f50 Minor stylistic changes made to Boost Build util/path.jam script and doc/src/tasks.xml documentation.
[SVN r47469]
2008-07-16 09:21:22 +00:00
Daniel James
308598e220 On second thoughts, I'll just completely remove hash_value for ordered
containers. It's low quality and not very generic (it uses boost::hash for
mapped values). Should be a painless change.


[SVN r47465]
2008-07-15 22:03:15 +00:00
Daniel James
678171b0cc Better hash function for unordered containers. Still a bit rubbish.
[SVN r47463]
2008-07-15 21:26:54 +00:00
Hartmut Kaiser
2a10681c01 Spirit: Updating lexer
[SVN r47462]
2008-07-15 21:26:49 +00:00
Hartmut Kaiser
e18b187698 Spirit: Updating lexer
[SVN r47461]
2008-07-15 21:26:06 +00:00
Gennaro Prota
f5afd60ae8 dynamic_bitset: in example3.cpp, changed #include of boost/dynamic_bitset.hpp to quoted form and moved the directive itself at the top (there has been discussion in the past about using the quoted form for boost includes, but it's almost two years now that the resolution of core issue 370 has been voted into WP...)
[SVN r47456]
2008-07-15 20:49:32 +00:00
Daryle Walker
7225393e66 Added MPL-compatible variant of the processor-optimized integer template
[SVN r47452]
2008-07-15 18:56:59 +00:00
Hartmut Kaiser
65915aa575 Spirit: brought test in sync with branch
[SVN r47449]
2008-07-15 16:15:08 +00:00
Hartmut Kaiser
cfee9fcd75 Spirit: Fixed a couple of warnings
[SVN r47448]
2008-07-15 16:14:36 +00:00
Beman Dawes
17c4e8ee4a Merge from release
[SVN r47439]
2008-07-15 11:52:03 +00:00
Daryle Walker
74760eacef Added exact-integer templates, which fixes #1225 (and completes #653)
[SVN r47434]
2008-07-15 09:59:19 +00:00
Hartmut Kaiser
9b9f84e32f Spirit.Lex: Fixed strip_comments example
[SVN r47430]
2008-07-15 02:29:00 +00:00
Hartmut Kaiser
da5f615c0d Spirit: more work on docs
[SVN r47428]
2008-07-15 01:20:34 +00:00
Douglas Gregor
783601089e Detect the presence of backward/hash_set and backward/hash_map appropriately. Fixes #1462 (again)
[SVN r47424]
2008-07-14 18:43:58 +00:00
Jürgen Hunold
e5252c950c Fix gcc -pedantic warning: extra ;
[SVN r47423]
2008-07-14 18:41:24 +00:00
John Maddock
bf21391c28 Fix for std libs that don't have denorm support in numeric_limits.
[SVN r47421]
2008-07-14 16:22:03 +00:00
John Maddock
fa337a2374 Fix a few regressions with compiler/platform specific workarounds.
[SVN r47420]
2008-07-14 15:26:44 +00:00
John Maddock
189c86bcdc Tweak expected error levels.
[SVN r47417]
2008-07-14 08:55:29 +00:00
John Maddock
2060368bb2 Fix use of isnan.
[SVN r47416]
2008-07-14 08:51:13 +00:00
John Maddock
198c487102 Remove offending "typename".
[SVN r47415]
2008-07-14 08:39:02 +00:00
Daryle Walker
a074b843ff Added extended-integer support, which fixes #653 (the main part; the secondary part is split off as #1225)
[SVN r47414]
2008-07-14 06:28:54 +00:00
Daryle Walker
804b3aabdf Improved/added testing for the processor-optimized integer template
[SVN r47413]
2008-07-14 04:25:31 +00:00
Hartmut Kaiser
f36b2eeda6 Spirit: reverted an unintentional change
[SVN r47410]
2008-07-14 02:12:20 +00:00
Hartmut Kaiser
eca931b76c Spirit: fixed remaining Karma regression
[SVN r47409]
2008-07-14 01:22:18 +00:00
Daryle Walker
30f985f83e Re-did implementation
[SVN r47408]
2008-07-13 23:30:18 +00:00
Daryle Walker
36e07f79ab Replaced comprehensive macros with focused templates
[SVN r47404]
2008-07-13 21:08:16 +00:00
Daniel James
85df525bca Update the implementation details.
[SVN r47403]
2008-07-13 20:07:45 +00:00
Daniel James
63ea59403d Note that emplace is only available on a few compilers.
[SVN r47402]
2008-07-13 19:42:56 +00:00
Gennaro Prota
d5c8319739 dynamic_bitset: cleaner implementation of to_ulong (which should also avoid some warnings on 64-bit implementations)
[SVN r47401]
2008-07-13 19:38:48 +00:00
Gennaro Prota
ab01a1dec4 dynamic_bitset: removed svn keywords and anchors; removed useless "see ... for documentation" pointers; fixed copyright notices and made all "comment headers" consistent; cleaned up trailing whitespaces
[SVN r47392]
2008-07-13 19:08:31 +00:00
Jürgen Hunold
07b7e279fd Refactoring of library declaration in qt4.jam.
Simplyfied declaration of Qt component libraries.
Removed duplicated code.
Add test cases for most of the Qt component libraries.


[SVN r47391]
2008-07-13 18:40:02 +00:00
Gennaro Prota
fa7d8bfac1 dynamic_bitset documentation and examples:
Documentation:
    --------------

    * converted from HTML 4.01 Transitional to XHTML 1.1 (reason: the website
      uses already XHTML 1.0 Strict, and our page didn't validate as such, even
      though on the website a link to the W3C markup validation service is
      affixed)
    * removed some misleading sentences
    * referenced the source files of examples, so that they do not go out of
      sync again
    * clarified rationale section

    Example files:
    --------------

    * example 3 shows that stream extraction may expand the bitset
    * minor improvements to all examples


[SVN r47389]
2008-07-13 17:55:45 +00:00
Hartmut Kaiser
a860094d8e Spirit: deprecated warnings are generated starting from Boost 1.38 only
[SVN r47386]
2008-07-13 17:16:51 +00:00
Hartmut Kaiser
c91f20797e Spirit.Karma: Changed grammars to conform to new Qi grammars
[SVN r47385]
2008-07-13 16:49:09 +00:00
Joel de Guzman
7b102e7c64 tutorial updates
[SVN r47383]
2008-07-13 06:51:40 +00:00
Joel de Guzman
8c2cc84ec1 tutorial updates
[SVN r47382]
2008-07-13 06:50:55 +00:00
Joel de Guzman
6928bcdb21 added context to the what function
[SVN r47381]
2008-07-13 06:49:40 +00:00
Joel de Guzman
9288a49f27 added context to the what function
[SVN r47380]
2008-07-13 06:10:47 +00:00
Hartmut Kaiser
5633e27d9a Spirit.Lex: Applied a patch posted on the mailing list
[SVN r47376]
2008-07-13 02:54:47 +00:00
Hartmut Kaiser
5dda852d21 Spirit: More adjustments for new qi::grammar type
[SVN r47375]
2008-07-13 02:52:08 +00:00