Commit Graph

745 Commits

Author SHA1 Message Date
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
Markus Schöpflin
e883dda350 Added missing include file.
[SVN r40399]
2007-10-24 08:21:15 +00:00
Ion Gaztañaga
94b96e04b2 Corrected error in create_from_istream
[SVN r40364]
2007-10-23 17:47:49 +00:00
Ion Gaztañaga
91fb3ad471 Temporary hack to avoid compilation errors in operator->()
[SVN r40363]
2007-10-23 17:46:36 +00:00
Ion Gaztañaga
70ee83b507 Doxygen bug workaround. Corrected Solaris errors. Experimental grow/shrink_to_fit for managed_shared_memory and managed_mapped_file.
[SVN r40268]
2007-10-21 09:02:23 +00:00
Ion Gaztañaga
9f17cbaf5e Doxygen bug workaround. Corrected Solaris errors. Experimental grow/shrink_to_fit for managed_shared_memory and managed_mapped_file.
[SVN r40267]
2007-10-21 09:01:16 +00:00
Ion Gaztañaga
5624c86b0e Solved Doxygen bug
[SVN r40265]
2007-10-21 08:49:42 +00:00
Ion Gaztañaga
80357ef67d Fixed newline issue between two [endsect].
[SVN r40188]
2007-10-19 14:54:18 +00:00
Markus Schöpflin
d08b2a08a9 Detailed OSF detection macro to include the compiler used.
[SVN r40178]
2007-10-19 09:06:04 +00:00
Ion Gaztañaga
9d737f1ba8 Added atomic operations for alpha processors
[SVN r40159]
2007-10-18 16:20:28 +00:00
Ion Gaztañaga
fc8281d890 Fixed doxygen error in reference
[SVN r40058]
2007-10-15 16:55:23 +00:00
Ion Gaztañaga
3425aa2142 Corrected bug in atomic_dec32 for PPC
[SVN r39957]
2007-10-12 08:58:04 +00:00
Ion Gaztañaga
d0c6cdb977 Changes introduced by the new intrusive version.
[SVN r39555]
2007-09-26 17:53:01 +00:00
Ion Gaztañaga
9c75d9dc54 Changes introduced by the new intrusive version.
[SVN r39554]
2007-09-26 17:51:58 +00:00
Ion Gaztañaga
8d76235614 Changes introduced by the new intrusive version.
[SVN r39552]
2007-09-26 17:46:34 +00:00
Ion Gaztañaga
db1dba818e Changes introduced by the new intrusive version.
[SVN r39546]
2007-09-26 15:11:38 +00:00
Ion Gaztañaga
84b489c719 Changes introduced by the new intrusive version.
[SVN r39545]
2007-09-26 15:07:29 +00:00
Ion Gaztañaga
8fdfbaac28 Glenn Schrader patch: Segmentation fault with 1.34+ on Linux x86_64.
Reason: The ~ only complemented the 32 bit unsigned value. When the value was expanded into a size_t the value isn't sign extended so the upper 32 bits wind up being zero. Since this is used as an address mask the upper half of the address is zeroed.

[SVN r39464]
2007-09-21 20:45:14 +00:00
Ion Gaztañaga
02080ddd0f This file is a badly imported CVS file
[SVN r38960]
2007-08-26 09:59:28 +00:00
Ion Gaztañaga
ed065cd3df #1211: Interprocess tests hang when run in parallel
#1080 boost::interprocess win32 global file mapping issue 

[SVN r38955]
2007-08-25 19:19:34 +00:00
Ion Gaztañaga
f11059212f #1211: Interprocess tests hang when run in parallel
#1080 boost::interprocess win32 global file mapping issue 

[SVN r38954]
2007-08-25 19:18:28 +00:00
Ion Gaztañaga
e458f303fe #1211: Interprocess tests hang when run in parallel
#1080 boost::interprocess win32 global file mapping issue 

[SVN r38953]
2007-08-25 19:17:24 +00:00
Ion Gaztañaga
73b162a2f1 #1211: Interprocess tests hang when run in parallel
#1080 boost::interprocess win32 global file mapping issue 

[SVN r38952]
2007-08-25 19:13:02 +00:00
Ion Gaztañaga
9915fc41ab #1211: Interprocess tests hang when run in parallel
#1080 boost::interprocess win32 global file mapping issue 

[SVN r38951]
2007-08-25 19:10:12 +00:00
Ion Gaztañaga
3a18bed072 #1211: Interprocess tests hang when run in parallel
#1080 boost::interprocess win32 global file mapping issue 

[SVN r38950]
2007-08-25 19:07:32 +00:00
Ion Gaztañaga
09c4b609d8 #1211: Interprocess tests hang when run in parallel
#1080 boost::interprocess win32 global file mapping issue 

[SVN r38949]
2007-08-25 19:05:18 +00:00
Ion Gaztañaga
33a003df44 #1211: Interprocess tests hang when run in parallel
#1080 boost::interprocess win32 global file mapping issue 

[SVN r38948]
2007-08-25 18:14:34 +00:00
Ion Gaztañaga
bfe5d57ef2 #1211: Interprocess tests hang when run in parallel
#1080 boost::interprocess win32 global file mapping issue 

[SVN r38946]
2007-08-25 18:04:13 +00:00
Ion Gaztañaga
8fa662ef90 Erased old archives imported from CVS
[SVN r38911]
2007-08-24 21:24:23 +00:00
Ion Gaztañaga
4b79b262f0 Erased temporarily until problems on Mac Os PowerPC are solved
[SVN r38834]
2007-08-21 19:18:32 +00:00
Ion Gaztañaga
09df0f8e09 Corrected incorrect iterator definition
[SVN r38669]
2007-08-15 00:18:10 +00:00
Ion Gaztañaga
5ded803f8c Erasing wrongly imported old CVS file
[SVN r38509]
2007-08-08 17:33:45 +00:00