Commit graph

29526 commits

Author SHA1 Message Date
Daniel James
918270521d Merge in boostbook changes, fixes free-function-group and adds support for variadic parameters.
Merged revisions 45298-45302,45308-45338,45340-45345,45348-45352,45356-45358,45360-45377,45379-45392,45394,45396-45408,45410-45420,45424-45444,45448,45450-45455,45457-45478,45480,45484-45544,45546-45549,45551-45564,45566-45569,45571-45572,45575,45578-45584,45586-45593,45595-45597,45599,45605,45610-45618,45622-45624,45628-45632,45634-45637,45639-45644,45646,45648-45652,45654-45656,45666,45668-45670,45674-45675,45679-45680,45683-45684,45687,45691,45706-45708,45710-45741 via svnmerge from 
https://svn.boost.org/svn/boost/trunk

................
  r45298 | fmhess | 2008-05-12 14:59:20 +0100 (Mon, 12 May 2008) | 6 lines
  
  Prevent a class' or namespace's associated free functions
  (a "free-function-group" element inside a "class" or "namespace" element)
  from reappearing in the synopsis of nested classes or namespaces.
  This is a merge of revision 45297 from the boost_docs sandbox.
................
  r45741 | danieljames | 2008-05-25 17:14:17 +0100 (Sun, 25 May 2008) | 35 lines
  
  Support for variadic parameters.
  
  Merged revisions 44832-44957,44959-44995,44997-45128,45132-45135 via svnmerge from 
  https://svn.boost.org/svn/boost/branches/doc
  
  ........
    r44832 | danieljames | 2008-04-28 07:55:01 +0100 (Mon, 28 Apr 2008) | 2 lines
    
    Add variadic attribute to template type parameters.
  ........
    r44943 | danieljames | 2008-04-30 20:27:32 +0100 (Wed, 30 Apr 2008) | 1 line
    
    Back out my half-done support for variadic template parameters.
  ........
    r44994 | danieljames | 2008-05-01 21:52:59 +0100 (Thu, 01 May 2008) | 1 line
    
    Support for variadic template parameters.
  ........
    r45132 | danieljames | 2008-05-05 12:37:35 +0100 (Mon, 05 May 2008) | 2 lines
    
    Rename variadic attributes pack.
  ........
    r45133 | danieljames | 2008-05-05 12:37:50 +0100 (Mon, 05 May 2008) | 2 lines
    
    Support for function parameter packs.
  ........
    r45134 | danieljames | 2008-05-05 12:38:08 +0100 (Mon, 05 May 2008) | 2 lines
    
    Support for inherited pack expansions.
  ........
    r45135 | danieljames | 2008-05-05 12:38:25 +0100 (Mon, 05 May 2008) | 2 lines
    
    Support for pack expansions in template specializations.
  ........
................


[SVN r46414]
2008-06-15 19:48:40 +00:00
Daniel James
1523e92159 Merge unordered 'move_from' fix from trunk [46410].
[SVN r46413]
2008-06-15 19:21:12 +00:00
Daniel James
2229ff5b6f Merge all hash changes from trunk.
[SVN r46343]
2008-06-12 00:27:13 +00:00
Daniel James
adaea7732b Add Boost.Unordered to release branch.
[SVN r46342]
2008-06-12 00:26:08 +00:00
Douglas Gregor
864c965075 Fix MPI-Python compilation error with Intel 9.0+
[SVN r45825]
2008-05-27 17:45:04 +00:00
Peter Dimov
385302fe7c Fix #1938 in release
[SVN r45691]
2008-05-23 20:30:15 +00:00
Daniel James
c23950f6d1 Generate slightly better ids in boostbook.
Merged revisions 45234-45240,45246-45248,45253-45255,45258-45260,45266,45269,45275-45282,45284-45291,45297,45299-45302,45308-45338,45340-45345,45348-45352,45356-45358,45360-45377,45379-45392,45394,45396-45408,45410-45420,45424-45444,45448,45450-45455,45457-45478,45480,45484-45544,45546-45549,45551-45564,45566-45569,45571-45572,45575,45577 via svnmerge from 
https://svn.boost.org/svn/boost/trunk

................
  r45234 | danieljames | 2008-05-08 23:07:28 +0100 (Thu, 08 May 2008) | 1 line
  
  Replace spaces in generated file names with underscores, and replace multiple consecutive underscores with a single underscore.
................
  r45577 | danieljames | 2008-05-20 16:49:55 +0100 (Tue, 20 May 2008) | 31 lines
  
  Merge in improved ids in boostbook.
  
  Merged revisions 44958,45130-45131,45152-45153,45366 via svnmerge from 
  https://svn.boost.org/svn/boost/branches/doc
  
  ........
    r44958 | danieljames | 2008-05-01 00:08:20 +0100 (Thu, 01 May 2008) | 2 lines
    
    Don't generated file names with spaces, and replace multiple consecutive underscores with a single underscore.
  ........
    r45130 | danieljames | 2008-05-05 12:37:04 +0100 (Mon, 05 May 2008) | 2 lines
    
    Combine the two alternative versions of the function generate.id
  ........
    r45131 | danieljames | 2008-05-05 12:37:18 +0100 (Mon, 05 May 2008) | 2 lines
    
    Deal with generated ids that contain dots which aren't separators.
  ........
    r45152 | danieljames | 2008-05-05 21:28:44 +0100 (Mon, 05 May 2008) | 2 lines
    
    Only add the id to fully qualified ids inside specializations - so that we're not adding generated ids on to the end of generated ids.
  ........
    r45153 | danieljames | 2008-05-05 21:28:56 +0100 (Mon, 05 May 2008) | 2 lines
    
    If the same macro appears twice, generated unique ids.
  ........
    r45366 | danieljames | 2008-05-14 21:39:14 +0100 (Wed, 14 May 2008) | 2 lines
    
    Avoid removing underscores that are part of a class or function name.
  ........
................


[SVN r45623]
2008-05-21 20:59:56 +00:00
Daniel James
e400aada3b Add minor documentation fixes to the release branch.
(I left out the changes to the hash library).

Merged via svnmerge from 
https://svn.boost.org/svn/boost/trunk

................
  r44807 | danieljames | 2008-04-27 08:39:49 +0100 (Sun, 27 Apr 2008) | 78 lines
  
  Merge in documentation fixes.  Apart from the change to optional's documenation
  Jamfile, which I included by mistake.
  
  I wrote about this at:
  
  http://lists.boost.org/Archives/boost/2008/04/136405.php
  
  Merged revisions 44585-44806 via svnmerge from 
  https://svn.boost.org/svn/boost/branches/doc
  
  ........
    r44585 | danieljames | 2008-04-19 16:25:27 +0100 (Sat, 19 Apr 2008) | 2 lines
    
    Fix broken link to vacpp in bjam docs.
  ........
    r44586 | danieljames | 2008-04-19 16:27:36 +0100 (Sat, 19 Apr 2008) | 2 lines
    
    Fix broken link to bcpp in bjam docs.
  ........
    r44587 | danieljames | 2008-04-19 16:33:58 +0100 (Sat, 19 Apr 2008) | 2 lines
    
    DateTime documentation - Fix a link to the serialization library.
  ........
    r44588 | danieljames | 2008-04-19 16:35:36 +0100 (Sat, 19 Apr 2008) | 2 lines
    
    Fix some links in interprocess & intrusive.
  ........
    r44589 | danieljames | 2008-04-19 16:37:39 +0100 (Sat, 19 Apr 2008) | 2 lines
    
    Fix some links in the python docs.
  ........
    r44590 | danieljames | 2008-04-19 16:38:29 +0100 (Sat, 19 Apr 2008) | 2 lines
    
    Work around a quickbook bug which is affecting the python docs.
  ........
    r44591 | danieljames | 2008-04-19 16:39:34 +0100 (Sat, 19 Apr 2008) | 2 lines
    
    Fix a broken link in the numeric conversion docs.
  ........
    r44592 | danieljames | 2008-04-19 16:40:45 +0100 (Sat, 19 Apr 2008) | 2 lines
    
    Fix some links in the optional docs.
  ........
    r44593 | danieljames | 2008-04-19 16:42:09 +0100 (Sat, 19 Apr 2008) | 2 lines
    
    Fix link to the hash documentation from bimap.
  ........
    r44599 | danieljames | 2008-04-19 18:07:33 +0100 (Sat, 19 Apr 2008) | 2 lines
    
    Fix a typo in the format library.
  ........
    r44600 | danieljames | 2008-04-19 19:20:59 +0100 (Sat, 19 Apr 2008) | 1 line
    
    Initialise svnmerge.
  ........
    r44641 | danieljames | 2008-04-20 18:59:47 +0100 (Sun, 20 Apr 2008) | 2 lines
    
    Fix the lincense url in shared container iterator documentation.
  ........
    r44642 | danieljames | 2008-04-20 19:00:00 +0100 (Sun, 20 Apr 2008) | 2 lines
    
    Fix image link in the mpi documentation.
  ........
    r44643 | danieljames | 2008-04-20 19:00:11 +0100 (Sun, 20 Apr 2008) | 2 lines
    
    Fix a typo in the spirit docs.
  ........
    r44644 | danieljames | 2008-04-20 19:00:23 +0100 (Sun, 20 Apr 2008) | 2 lines
    
    Escape the slash so that quickbook doesn't think it the start of an italic section, and mess up the link. Refs #1844
  ........
    r44647 | danieljames | 2008-04-20 19:39:47 +0100 (Sun, 20 Apr 2008) | 2 lines
    
    Fix another typo in spirit docs.
  ........
................
  r45232 | danieljames | 2008-05-08 22:50:19 +0100 (Thu, 08 May 2008) | 1 line
  
  Fix some invalid xml by replacing ampersands with character entities.
................
  r45576 | danieljames | 2008-05-20 16:39:25 +0100 (Tue, 20 May 2008) | 20 lines
  
  Merge some small documentation fixes from the doc branch, and mark some
  previously merged changes as merged.
  
  Merged revisions 44811,45129,45142,45154,45281-45282,45365 via svnmerge from 
  https://svn.boost.org/svn/boost/branches/doc
  
  ........
    r45129 | danieljames | 2008-05-05 12:36:50 +0100 (Mon, 05 May 2008) | 2 lines
    
    Update navbar links in boostbook.
  ........
    r45282 | danieljames | 2008-05-11 14:15:31 +0100 (Sun, 11 May 2008) | 2 lines
    
    Group functions in the hash header - requires Frank's free-function-group fix.
    (not included in release branch).
  ........
    r45365 | danieljames | 2008-05-14 21:39:00 +0100 (Wed, 14 May 2008) | 2 lines
    
    Add boost.root to standalone hash documentation.
    (not included in release branch).
  ........
................


[SVN r45622]
2008-05-21 20:57:05 +00:00
Vladimir Prus
d21f4b2d3a Add example of zero_tokens
[SVN r45450]
2008-05-17 07:28:17 +00:00
Vladimir Prus
ec9d9ccf2e Clarify docs. Fixes #1530.
[SVN r45448]
2008-05-17 07:06:59 +00:00
Douglas Gregor
53001cf847 Merge more configure fixes from the trunk
[SVN r44896]
2008-04-29 18:46:53 +00:00
Douglas Gregor
2b9120b6b5 Merged improvements to autoconf-like configure script
[SVN r44894]
2008-04-29 18:38:53 +00:00
Douglas Gregor
6bb6b2e4d5 Merge fix for #870 to release branch
[SVN r44892]
2008-04-29 18:35:03 +00:00
Douglas Gregor
570c3261e4 Merge Boost.Graph fix from mainline
[SVN r44890]
2008-04-29 18:19:07 +00:00
Douglas Gregor
c8712169ea Merge Boost.MPI change supporting signed characters
[SVN r44888]
2008-04-29 18:08:49 +00:00
Peter Dimov
648dee4a42 Disable sync use for arm and hppa.
[SVN r44440]
2008-04-15 18:57:46 +00:00
Douglas Gregor
94c4b7ef15 Merge Boost.MPI datatype fixes from the trunk
[SVN r44414]
2008-04-14 14:14:53 +00:00
Douglas Gregor
8efbee997e The release branch will eventually become Boost 1.35.1
[SVN r44413]
2008-04-14 14:01:59 +00:00
Eric Niebler
e8e54f9f62 work with abstract classes, fixes #1814
[SVN r44182]
2008-04-11 16:27:29 +00:00
Peter Dimov
75f64e40cf Fix #1759 in release.
[SVN r44005]
2008-04-02 21:52:08 +00:00
Christopher Kohlhoff
75dc5f5176 Merged revisions 43879 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r43879 | chris_kohlhoff | 2008-03-28 01:18:07 +1100 (Fri, 28 Mar 2008) | 3 lines
  
  Fix double-free error that occurs when an exception is thrown from a
  handler that has been dispatched (i.e. not posted) through a strand.
........


[SVN r43903]
2008-03-28 05:09:55 +00:00
Beman Dawes
aa27e6759d Merge from trunk 43901 at Dave's request
[SVN r43902]
2008-03-28 02:16:12 +00:00
Beman Dawes
b519bca328 Merge from initial trunk commit at 43875
[SVN r43878]
2008-03-27 13:22:14 +00:00
Daniel James
56c35d0f93 Update link to Boost.Thread from getting started.
Merged revisions 43866,43868-43872,43874,43876 via svnmerge from 
https://svn.boost.org/svn/boost/trunk

........
  r43866 | danieljames | 2008-03-26 09:10:29 +0000 (Wed, 26 Mar 2008) | 3 lines
  
  Boost.Thread's documentation no longer has a build section - so just link to
  the library's documentation like we do for other libraries.
........
  r43876 | danieljames | 2008-03-27 05:49:45 +0000 (Thu, 27 Mar 2008) | 2 lines
  
  Update the thread links in the generated getting started documentation.
........


[SVN r43877]
2008-03-27 05:54:10 +00:00
Daniel James
f9997601a7 Merge in a few license fixes that I missed before.
https://svn.boost.org/svn/boost/trunk

........
  r43467 | danieljames | 2008-03-03 12:10:35 +0000 (Mon, 03 Mar 2008) | 2 lines
  
  Tell subversion that date_time.doc is a text file, not a word document.
........
  r43468 | danieljames | 2008-03-03 12:11:25 +0000 (Mon, 03 Mar 2008) | 1 line
  
  Fix license link in date_time.doc
........
  r43803 | danieljames | 2008-03-23 13:03:24 +0000 (Sun, 23 Mar 2008) | 1 line
  
  Fix another license link I seem to have missed.
........


[SVN r43874]
2008-03-26 21:16:15 +00:00
Beman Dawes
5d7a38e98f Apply changeset 43865, fixing #1718
[SVN r43872]
2008-03-26 17:13:05 +00:00
Beman Dawes
d40542107e Apply changeset 43864, fixing #1717
[SVN r43871]
2008-03-26 17:07:04 +00:00
Beman Dawes
8ca15b203d Merge changeset 43861, fixing #1716
[SVN r43870]
2008-03-26 16:59:45 +00:00
Beman Dawes
64a68fbe55 Initial commit
[SVN r43868]
2008-03-26 16:00:44 +00:00
Rene Rivera
a189ce90ac Add --build-type option, to limit the number of compiled variants. (merge from trunk)
[SVN r43860]
2008-03-25 20:47:24 +00:00
Hartmut Kaiser
fa99259d0a Wave: Removed an assertion causing compilation problems on certain platforms.
[SVN r43851]
2008-03-25 13:40:22 +00:00
Anthony Williams
4d06d70507 removed declaration of undefined type exclusive_lock
[SVN r43850]
2008-03-25 07:59:58 +00:00
Joel de Guzman
f389b4302b Added note about --preserve-test-targets
[SVN r43849]
2008-03-24 23:04:36 +00:00
Joel de Guzman
a2480b4260 Added note about --preserve-test-targets
[SVN r43848]
2008-03-24 23:02:57 +00:00
Beman Dawes
9b76354853 Merge from trunk
[SVN r43805]
2008-03-23 15:38:30 +00:00
Daniel James
36f9b5ed50 Merged revisions 43750-43752 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r43750 | danieljames | 2008-03-21 16:52:40 +0000 (Fri, 21 Mar 2008) | 1 line
  
  Check links in single quotes as well as double quotes.
........
  r43752 | danieljames | 2008-03-21 16:56:35 +0000 (Fri, 21 Mar 2008) | 1 line
  
  Decode percent coded characters and '&' when inspecting urls.
........


[SVN r43794]
2008-03-22 09:03:46 +00:00
Anthony Williams
298433ff19 Imported revision #43730 from trunk to eliminate some warnings
[SVN r43743]
2008-03-21 15:04:10 +00:00
Douglas Gregor
d51bda909e Markup VC9 failures
[SVN r43729]
2008-03-19 17:16:03 +00:00
Douglas Gregor
4dcd940308 Fix compilation error on PPC Darwin
[SVN r43728]
2008-03-19 16:57:48 +00:00
Eric Niebler
e354bf7c3e Merged revisions 43177-43178,43180-43187,43194-43198,43201-43203,43208,43211,43214-43219,43222-43225,43227-43238,43242,43244-43245,43249-43250,43257-43259,43261,43263,43265,43267-43268,43270-43271,43273,43275-43279,43284-43289,43291,43295,43297-43298,43304-43305,43307,43313,43315,43324,43326-43327,43331,43333,43339-43343,43345,43348,43350,43352-43353,43355-43356,43358,43360,43366-43367,43369-43370,43372-43376,43378-43389,43394,43396-43398,43400-43401,43403-43404,43406-43408,43413-43415,43420,43425-43427,43429-43432,43436,43439-43440,43442-43457,43459-43460,43462-43463,43465-43466,43474-43475,43477,43479-43483,43486-43495,43497-43500,43504-43507,43510-43522,43529,43532-43533,43536,43543,43545,43547-43554,43556-43564,43567-43568,43571,43574-43585,43587-43589,43591,43594,43596-43599,43602-43604,43609-43618,43620,43623-43624,43626-43631,43634-43639,43648-43659,43664-43665,43667-43670,43672-43675,43677-43678,43681-43684,43688-43689,43697-43700,43703,43707-43708,43710-43713,43716,43718 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r43177 | eric_niebler | 2008-02-08 09:11:57 -0800 (Fri, 08 Feb 2008) | 1 line
  
  reserve some c_type bits for dinkumware on windows, fixes #1625
........
  r43506 | eric_niebler | 2008-03-04 15:01:17 -0800 (Tue, 04 Mar 2008) | 1 line
  
  fix bad interaction between boyer-moore optimization and partial match feature, fixes #1564
........
  r43718 | eric_niebler | 2008-03-18 22:18:50 -0700 (Tue, 18 Mar 2008) | 1 line
  
  correct minor doc inaccuracies
........


[SVN r43725]
2008-03-19 16:18:58 +00:00
Beman Dawes
36e65aa5ea Merge from trunk; fix ordering of libraries within categories. [Vicente Juan Botet]
[SVN r43724]
2008-03-19 12:42:25 +00:00
Jan Gaspar
5f0adc862f circular_buffer: improved documentation
[SVN r43720]
2008-03-19 09:25:52 +00:00
Beman Dawes
4943d7b4d3 Merge broken link fixes
[SVN r43716]
2008-03-19 01:48:49 +00:00
Marshall Clow
29938c39ac Merge from trunk to release
[SVN r43713]
2008-03-19 00:02:06 +00:00
Jan Gaspar
809759edb0 circular_buffer: bugfix #1692
[SVN r43711]
2008-03-18 22:40:50 +00:00
Beman Dawes
c0e5d75ae7 Fix inspect boo boos; mostly broken links
[SVN r43710]
2008-03-18 19:52:58 +00:00
Douglas Gregor
33e26970bb Merge MPI/Graph documentation fixes from trunk
[SVN r43700]
2008-03-18 13:20:44 +00:00
Daniel James
673c61e284 Fix thread documentation integration with the combined docs.
[SVN r43698]
2008-03-18 08:48:26 +00:00
Ion Gaztañaga
b97171dd86 #1683: Boost Intrusive - Superflous template parameter
[SVN r43697]
2008-03-18 08:10:08 +00:00
Tobias Schwinger
787bf345ac stages trunk version for boost 1.35
[SVN r43684]
2008-03-17 21:42:41 +00:00