Commit Graph

126 Commits

Author SHA1 Message Date
Ion Gaztañaga
ffba3d772a #1912: some copy edits on boost.intrusive
#1932: move semantics for shared objects
#1635: Incomplete include guard in boost/intrusive

[SVN r45702]
2008-05-23 22:39:21 +00:00
Ion Gaztañaga
26139ae6a3 #1912: some copy edits on boost.intrusive
#1932: move semantics for shared objects
#1635: Incomplete include guard in boost/intrusive

[SVN r45701]
2008-05-23 22:37:10 +00:00
Ion Gaztañaga
2624000860 #1912: some copy edits on boost.intrusive
#1932: move semantics for shared objects
#1635: Incomplete include guard in boost/intrusive

[SVN r45700]
2008-05-23 22:36:29 +00:00
Ion Gaztañaga
3368fce1d9 #1912: some copy edits on boost.intrusive
#1932: move semantics for shared objects
#1635: Incomplete include guard in boost/intrusive

[SVN r45699]
2008-05-23 22:35:01 +00:00
Ion Gaztañaga
3a7c09de5c #1912: some copy edits on boost.intrusive
#1932: move semantics for shared objects
#1635: Incomplete include guard in boost/intrusive

[SVN r45698]
2008-05-23 22:34:43 +00:00
Ion Gaztañaga
efbc779259 #1912: some copy edits on boost.intrusive
#1932: move semantics for shared objects
#1635: Incomplete include guard in boost/intrusive

[SVN r45697]
2008-05-23 22:34:14 +00:00
Ion Gaztañaga
da38f57a8e #1912: some copy edits on boost.intrusive
#1932: move semantics for shared objects
#1635: Incomplete include guard in boost/intrusive

[SVN r45695]
2008-05-23 22:29:32 +00:00
Ion Gaztañaga
92a38675ba #1912: some copy edits on boost.intrusive
#1932: move semantics for shared objects
#1635: Incomplete include guard in boost/intrusive

[SVN r45694]
2008-05-23 22:25:35 +00:00
Ion Gaztañaga
c35c6680b2 #1912: some copy edits on boost.intrusive
#1932: move semantics for shared objects
#1635: Incomplete include guard in boost/intrusive

[SVN r45692]
2008-05-23 22:13:10 +00:00
Ion Gaztañaga
c3b9801811 Replaced non-ascii characters, ticket 1736
[SVN r45306]
2008-05-12 19:38:37 +00:00
Daniel James
2ff7425fd9 Replace some non-ASCII characters in the interprocess library headers.
[SVN r45231]
2008-05-08 21:42:56 +00:00
Ion Gaztañaga
ba80ed3c10 Tickets #1883, #1862, #1709
[SVN r45019]
2008-05-02 11:07:08 +00:00
Ion Gaztañaga
3af7cdba54 Intrusive:
*  Added `linear<>` and `cache_last<>` options to singly linked lists.
*  Added `optimize_multikey<>` option to unordered container hooks.
*  Optimized unordered containers when `store_hash` option is used in the hook.
*  Implementation changed to be exception agnostic so that it can be used
   in environments without exceptions.
*  Added `container_from_iterator` function to tree-based containers.

Interprocess:

*  Added anonymous shared memory for UNIX systems.
*  Fixed file lock compilation errors

[SVN r44819]
2008-04-27 15:03:06 +00:00
Ion Gaztañaga
15990aea8c Intrusive:
*  Added `linear<>` and `cache_last<>` options to singly linked lists.
*  Added `optimize_multikey<>` option to unordered container hooks.
*  Optimized unordered containers when `store_hash` option is used in the hook.
*  Implementation changed to be exception agnostic so that it can be used
   in environments without exceptions.
*  Added `container_from_iterator` function to tree-based containers.

Interprocess:

*  Added anonymous shared memory for UNIX systems.
*  Fixed file lock compilation errors

[SVN r44818]
2008-04-27 14:57:11 +00:00
Daniel James
5c06570b14 Merge in documentation fixes. Apart from the change to optional's documenation
Jamfile, which I included by mistake.

Fixes #1659, #1661, #1684, #1685, 1687, #1690, #1801

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. Refs #1512
........
  r44586 | danieljames | 2008-04-19 16:27:36 +0100 (Sat, 19 Apr 2008) | 2 lines
  
  Fix broken link to bcpp in bjam docs. Refs #1513
........
  r44587 | danieljames | 2008-04-19 16:33:58 +0100 (Sat, 19 Apr 2008) | 2 lines
  
  DateTime documentation - Fix a link to the serialization library. Refs #1659
........
  r44588 | danieljames | 2008-04-19 16:35:36 +0100 (Sat, 19 Apr 2008) | 2 lines
  
  Fix some links in interprocess & intrusive. Refs #1661
........
  r44589 | danieljames | 2008-04-19 16:37:39 +0100 (Sat, 19 Apr 2008) | 2 lines
  
  Fix some links in the python docs. Refs #1684.
........
  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. Refs #1684.
........
  r44591 | danieljames | 2008-04-19 16:39:34 +0100 (Sat, 19 Apr 2008) | 2 lines
  
  Fix a broken link in the numeric conversion docs. Refs #1685
........
  r44592 | danieljames | 2008-04-19 16:40:45 +0100 (Sat, 19 Apr 2008) | 2 lines
  
  Fix some links in the optional docs. Refs #1687
........
  r44593 | danieljames | 2008-04-19 16:42:09 +0100 (Sat, 19 Apr 2008) | 2 lines
  
  Fix link to the hash documentation from bimap. Refs #1690
........
  r44599 | danieljames | 2008-04-19 18:07:33 +0100 (Sat, 19 Apr 2008) | 2 lines
  
  Fix a typo in the format library. Refs #1801
........
  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.
........


[SVN r44807]
2008-04-27 07:39:49 +00:00
Marshall Clow
de62388dc7 Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages
[SVN r43992]
2008-04-02 01:42:32 +00:00
Ion Gaztañaga
ed5e79b6d3 1)Fixed gcc release mode warnings.
2)Replaced throw with BOOST_RETHROW when BOOST_TRY is used.
3)Fixed issues with singly linked lists


[SVN r42974]
2008-01-25 23:07:51 +00:00
Ion Gaztañaga
3cd278a169 Ticket #1593: [interprocess] 'streamoff' : is not a member of 'std'
[SVN r42931]
2008-01-23 19:34:39 +00:00
Ion Gaztañaga
59fbc2d90a Refactor some allocation code and fix instantiation problem in 64 bit platforms
[SVN r42911]
2008-01-22 16:49:22 +00:00
Ion Gaztañaga
1a240759d3 Updated Interprocess and Intrusive:
-> Added linear slist to intrusive
-> Updated all allocators to version 2 allocators in Interprocess
-> Optimized rbtree_best_fit size overhead to 1 std:size_t.

[SVN r42878]
2008-01-20 11:54:47 +00:00
Daniel James
715769871f Use the default location for the reference documentation.
[SVN r42581]
2008-01-07 20:07:12 +00:00
Ion Gaztañaga
4bc132e96d Ticket #1543: [interprocess] 'streamoff' : is not a member of 'std'
http://svn.boost.org/trac/boost/ticket/1543

[SVN r42322]
2007-12-28 09:08:00 +00:00
Ion Gaztañaga
dab43973e3 Added Leopard workaround. _POSIX_THREAD_PROCESS_SHARED is defined but does not seem to work. For the moment, Mac OS will use emulation code
[SVN r41704]
2007-12-04 22:05:28 +00:00
Ion Gaztañaga
77dd13811f Added missing #include <typeinfo> overwritten by previous commit
[SVN r41571]
2007-12-02 09:25:53 +00:00
Ion Gaztañaga
9104031ec0 Simplified mutexes for systems with no _POSIX_TIMEOUTS.
[SVN r41540]
2007-12-01 18:01:15 +00:00
Boris Gubenko
e8134c980c add "<linkflags>-lrt" for acc* toolsets
[SVN r41439]
2007-11-28 19:04:53 +00:00
Ion Gaztañaga
3853708730 Added missing #include <typeinfo>
[SVN r41400]
2007-11-26 16:34:13 +00:00
Ion Gaztañaga
fec5f75606 Added workaround for systems without SEM_FAILED and semaphores based on filesystem
[SVN r41342]
2007-11-24 19:47:58 +00:00
Ion Gaztañaga
13c5edf469 Fixed offset_ptr issues with volatile values.
[SVN r41281]
2007-11-21 16:19:19 +00:00
Ion Gaztañaga
939b250a2d Added offset_ptr test
[SVN r41280]
2007-11-21 16:18:29 +00:00
Ion Gaztañaga
cca260bccd Fixed errors detected by gcc-4.3
[SVN r41234]
2007-11-19 16:55:23 +00:00
Ion Gaztañaga
32f72c8a70 Interprocess changes to support systems with filesystem-based shared memory
[SVN r41198]
2007-11-18 10:54:48 +00:00
Ion Gaztañaga
af36e55eed Interprocess changes to support systems with filesystem-based shared memory
[SVN r41197]
2007-11-18 10:51:19 +00:00
Ion Gaztañaga
dd3c5238df Interprocess changes to support systems with filesystem-based shared memory
[SVN r41194]
2007-11-18 10:41:57 +00:00
Markus Schöpflin
b7cd3bee58 Added memory barriers to Tru64 atomic ops.
[SVN r40967]
2007-11-09 14:25:44 +00:00
Ion Gaztañaga
f1f4913cd9 Increased shared memory size, since it was insufficient for 64 bit applications
[SVN r40897]
2007-11-07 17:55:18 +00:00
Ion Gaztañaga
89fecdd78b Initialized native handle to avoid warnings in Visual2005
[SVN r40842]
2007-11-06 16:56:48 +00:00
Ion Gaztañaga
c940662dbe Corrected _CRT_SECURE_NO_DEPRECATE detection
[SVN r40841]
2007-11-06 16:56:28 +00:00
Boris Gubenko
b7c9ad54d8 fix typo
[SVN r40638]
2007-11-01 11:47:20 +00:00
Ion Gaztañaga
36a73713fe Uncommented pointer conversion utilities
[SVN r40637]
2007-11-01 11:47:00 +00:00
Markus Schöpflin
0ad8e6a107 Use external linkage for function templates, otherwise they are not considered
as candidate functions during name loopkup.


[SVN r40483]
2007-10-26 15:36:56 +00:00
Ion Gaztañaga
c33351ec00 Added missing include
[SVN r40480]
2007-10-26 14:24:58 +00:00
Ion Gaztañaga
fd7738cf57 Corrected error when checking file size against maximum address range for 64 bit platforms
[SVN r40461]
2007-10-25 15:53:19 +00:00
Ion Gaztañaga
423cc00342 Fixed intrusive_ptr and named condition test and added documentation.
[SVN r40454]
2007-10-25 06:34:41 +00:00
Ion Gaztañaga
149a338b10 Fixed Solaris and Linux bugs
[SVN r40453]
2007-10-25 06:33:50 +00:00
Ion Gaztañaga
29fb00e1fd Corrected operator >> bug
[SVN r40430]
2007-10-24 19:25:40 +00:00
Markus Schöpflin
112d1d6479 Use external linkage for function templates, otherwise they are not considered
as candidate functions during name loopkup.


[SVN r40411]
2007-10-24 11:41:21 +00:00
Markus Schöpflin
f99cada43e Added missing include file.
[SVN r40408]
2007-10-24 11:17:05 +00:00
Markus Schöpflin
718f42bd76 Clarify lookup for destroy_n().
[SVN r40404]
2007-10-24 09:04:47 +00:00
Markus Schöpflin
006586af2d Fixed code which incorrectly assumed that an iterator returned by begin() is
always a modifiable lvalue.


[SVN r40403]
2007-10-24 09:02:32 +00:00