Commit Graph

780 Commits

Author SHA1 Message Date
Andrey Semashev
b27566e158 Fixed missing <entry> tag.
[SVN r49727]
2008-11-13 19:35:04 +00:00
Andrey Semashev
a89cb66083 Fixed examples for time_period constructors.
[SVN r49725]
2008-11-13 19:22:52 +00:00
Andrey Semashev
3af0a51e62 Fixed a number of warnings about shadowed variables. Fixed
date_generator_formatter constructor that accepts custom phrase
elements.


[SVN r49723]
2008-11-13 19:05:31 +00:00
Andrey Semashev
a2049a59d6 Merged various fixes from trunk.
[SVN r49705]
2008-11-12 19:37:53 +00:00
John Maddock
9c0fb985c1 Merge fixes from Trunk.
Fixes #2392.

Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.

Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library. With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only. 

[SVN r49314]
2008-10-13 09:00:03 +00:00
Daniel James
2bed3cb1a2 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
Daniel James
40dd655abf 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
Daniel James
c9f634b1d4 Merged revisions 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,43417-43418,43420,43422-43423 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r43417 | danieljames | 2008-02-26 22:04:55 +0000 (Tue, 26 Feb 2008) | 2 lines
  
  Fix a link to Boost.Bimap.
........
  r43418 | danieljames | 2008-02-26 22:07:25 +0000 (Tue, 26 Feb 2008) | 2 lines
  
  Change another link that's no longer in the repository to link to the website.
........
  r43422 | danieljames | 2008-02-27 18:51:14 +0000 (Wed, 27 Feb 2008) | 1 line
  
  Fix broken copyright urls. Fixes #1573.
........
  r43423 | danieljames | 2008-02-27 19:22:01 +0000 (Wed, 27 Feb 2008) | 1 line
  
  Fix incorrect links to copyright of the form 'http:#www.boost.org
........


[SVN r43425]
2008-02-27 20:00:24 +00:00
Daniel James
53665b53d7 Merge the documentation build fix from trunk.
[SVN r41507]
2007-11-30 19:30:09 +00:00
Beman Dawes
e7e613f518 Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41370]
2007-11-25 18:38:02 +00:00
Beman Dawes
00782e4d6a Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41369]
2007-11-25 18:07:19 +00:00
Beman Dawes
f79faf89f8 Starting point for releases
[SVN r39706]
2007-10-05 14:25:06 +00:00
nobody
eb66d74eb4 This commit was manufactured by cvs2svn to create tag
'Version_1_34_1'.

[SVN r38286]
boost-1.34.1
2007-07-24 19:28:14 +00:00
Thomas Witt
62c7e837f1 Patches from Trac #583.
[SVN r37846]
2007-06-01 16:12:08 +00:00
Jeff Garland
0414642fc6 apply changes from adobe to remove else clause which makes some compilers spit out a warning.
[SVN r37775]
2007-05-25 19:59:41 +00:00
Jeff Garland
ccab546ab9 updates for Mexico DST -- sourceforge tracker #1695914
[SVN r37478]
2007-04-21 22:31:07 +00:00
Jeff Garland
f2860feacb fix and clarify ticks_per_second docs.
[SVN r37476]
2007-04-21 18:17:19 +00:00
Jeff Garland
2cbb73d151 SF tracker 1672139 - fix end time in au_dst_traits to 3 hours instead of 2
[SVN r37130]
2007-03-02 05:19:06 +00:00
Jeff Garland
d9ae9fb1cf Remove unused variables from serialization code to prevent warnings
[SVN r37129]
2007-03-02 02:50:49 +00:00
Jeff Garland
07b8df62f0 Changes to fix the compile-time dst rules engines for 2007 US and Canada dst changes
[SVN r37127]
2007-03-02 01:54:49 +00:00
Jeff Garland
0b401d8914 allow tests to pass if the clock time is equal to the last -- happens on fast machines.
[SVN r37066]
2007-02-25 20:00:37 +00:00
Jeff Garland
4a404c0a45 fix problem with acc by including sstream
[SVN r37047]
2007-02-23 15:30:31 +00:00
Jeff Garland
69695af4ac updates to docs for new timezone checkins
[SVN r37041]
2007-02-23 02:06:15 +00:00
Jeff Garland
6cfc007431 test update to coorespond to new 2007 DST rules in US and new tz database.csv file
[SVN r37011]
2007-02-20 03:01:31 +00:00
Jeff Garland
37aae6e922 Update of DST rules for US 2007 -- plus a few misc changes for other locations
[SVN r37010]
2007-02-20 03:00:32 +00:00
Jeff Garland
fa70a30546 minor documentation fix
[SVN r37003]
2007-02-19 13:26:56 +00:00
Jeff Garland
1d86211a3b small documentation fix suggested by Dave A.
[SVN r35908]
2006-11-08 00:03:09 +00:00
Rene Rivera
9aec576490 Remove obsolete Boost.Build v1 files.
[SVN r35880]
2006-11-06 17:10:46 +00:00
Jeff Garland
bc53043e5c add single overall include file for date time lib
[SVN r35756]
2006-10-27 23:21:38 +00:00
Daniel James
68f806176d Fix a link to the local copy of the license.
[SVN r34959]
2006-08-26 14:33:17 +00:00
Jeff Garland
cbebd173e3 minor wording update
[SVN r34868]
2006-08-11 13:53:46 +00:00
Jeff Garland
0249249c48 fixes for copyright
[SVN r34640]
2006-07-20 15:55:16 +00:00
Gennaro Prota
907f1131c7 fixed HTML code (this caused the inspect tool to detect broken links, but that wasn't the actual problem)
[SVN r34577]
2006-07-17 04:09:03 +00:00
Gennaro Prota
97d1a0a7af use new license reference text; silence inspect tool false positives about min/max
[SVN r34576]
2006-07-17 03:56:05 +00:00
Gennaro Prota
ef9df63195 fixed license reference text; parenthesized max identifiers, even if inside a comment, to avoid spurious inspect tool detections
[SVN r34575]
2006-07-17 03:48:31 +00:00
Jeff Garland
c6074c0df7 minor change to fix issue that prevents sun 5.8 from linking correctly
[SVN r34453]
2006-07-03 15:19:58 +00:00
Jeff Garland
a178b0149a Update changes / bugfixes and complier notes for 1.34 release
[SVN r34392]
2006-06-25 17:04:35 +00:00
Jeff Garland
19e07d6bf2 fix an issue with multiple defines under some circumstances -- change static const into an enum
[SVN r34381]
2006-06-23 17:55:18 +00:00
Jeff Garland
5cd09b1cfb add some test diagnostics to get more information about regression failures
[SVN r34283]
2006-06-12 14:46:54 +00:00
Jeff Garland
c95b124905 couple minor documentation updates before 1.34 release
[SVN r34071]
2006-05-23 15:05:05 +00:00
Jeff Garland
c1302ab112 Fix header guard mismatch issue -- basically a no-op
[SVN r34066]
2006-05-23 14:33:55 +00:00
Jeff Garland
0ba0b0ad23 updates to time_period to add section for mutors -- correctly document shift functions
[SVN r33974]
2006-05-15 15:34:18 +00:00
Eric Niebler
9ff67ef64d doxygen references automatically generated now. deleting stale ones
[SVN r33617]
2006-04-10 03:27:13 +00:00
Jeff Garland
0f7188c4c2 apply Eric Nieblers patch to the Jamfile
[SVN r33614]
2006-04-09 20:22:35 +00:00
Jeff Garland
4a3a71749e Apply modified version of gcc warning patch from Stephan L.
[SVN r33480]
2006-03-26 21:29:10 +00:00
Rene Rivera
485762ff72 Merge from HEAD.
[SVN r33458]
2006-03-23 16:12:40 +00:00
nobody
d877231543 This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
[SVN r33417]
2006-03-21 02:26:31 +00:00
Jeff Garland
ac92083505 Fix regression errors that showed up under FreeBSD with GCC and the LANG environment set to russian -- changed parser to use classic locale instead of blank locale
[SVN r33416]
2006-03-21 02:26:30 +00:00
Jeff Garland
83be4dd883 Shadow warning fixes from Steven L.
[SVN r33407]
2006-03-20 13:29:16 +00:00
Jeff Garland
e9261beb4c Fix regression test error with greg_serialize_dll by changing Jamfile to pick up dll properly.
[SVN r33377]
2006-03-18 19:58:03 +00:00