JINMEI Tatuya
|
d70fad8d81
[2831] make sure resetting a segment before opening one
|
12 years ago |
JINMEI Tatuya
|
329d5b2238
[2831] more doc about reader-writer conflicts
|
12 years ago |
JINMEI Tatuya
|
0f6cfdfd2a
[2831] use boost file lock to detect any violation of read-write conflicts
|
12 years ago |
JINMEI Tatuya
|
3877992c69
[2831] clarified the check after repeated shrinkToFit.
|
12 years ago |
JINMEI Tatuya
|
059b6a3e1f
[2831] corrected assert condition for overflow check
|
12 years ago |
JINMEI Tatuya
|
510d6d2e9f
[2831] corrected a typo
|
12 years ago |
JINMEI Tatuya
|
e41c43c1cc
[2831] more clarified when mapped setNamedAddress returns true.
|
12 years ago |
JINMEI Tatuya
|
e3b63fb33c
[2831] in multiProcess test make sure two processes open segments in parallel.
|
12 years ago |
JINMEI Tatuya
|
8297b3a742
[2831] reverted the change for deleting checkNamedData().
|
12 years ago |
JINMEI Tatuya
|
6eae3579a0
[2831] removed test for segment size after shrink.
|
12 years ago |
Mukund Sivaraman
|
d43543b1fe
[2831] Also clear the named address before shrinkToFit()
|
12 years ago |
Mukund Sivaraman
|
2a70916c9d
[2831] Write the status to the waiting parent anyway
|
12 years ago |
Mukund Sivaraman
|
3469f1a875
[2831] Reset the parent's segment before forking
|
12 years ago |
Mukund Sivaraman
|
408b43df79
[2831] Fix the segment that is used from the child
|
12 years ago |
Mukund Sivaraman
|
52c3dae27c
[2831] Close remaining pipe fd after using it
|
12 years ago |
Mukund Sivaraman
|
c936d8ec97
[2831] Use ASSERT_NE with pointer value
|
12 years ago |
Mukund Sivaraman
|
c1465e69b3
[2831] Check that the segment actually shrunk
|
12 years ago |
Mukund Sivaraman
|
36389eed51
[2831] Iterate over the source data instead of using redundant data
|
12 years ago |
Mukund Sivaraman
|
5728c38542
[2831] Make minor comment updates
|
12 years ago |
Mukund Sivaraman
|
caa37a99fc
[2381] Change more occurences of 0 to NULL
|
12 years ago |
JINMEI Tatuya
|
ba0d6139ca
[2831] make sure BOOST_NUMERIC_CAST_WOULDFAIL is set in all cases
|
12 years ago |
JINMEI Tatuya
|
9c36d2e223
[2831] corrected a typo
|
12 years ago |
JINMEI Tatuya
|
00b7af2452
[2831] corrected the position of BOOST_MAPPED_FILE_CXXFLAG
|
12 years ago |
JINMEI Tatuya
|
d17b3c0067
[2831] set -Wall and -Wextra to detect possible warnings more accurately.
|
12 years ago |
JINMEI Tatuya
|
08a77e0ef2
[2831] allow skipping build sh-mem support. set -Wno-error if necessary.
|
12 years ago |
JINMEI Tatuya
|
e01ee176ce
[2831] detect buildability of managed_mapped_file, w/ or w/o -Werror.
|
12 years ago |
JINMEI Tatuya
|
be5ebe7673
[2831] updated rw ctor so that we can create a new segment, removing old one.
|
12 years ago |
JINMEI Tatuya
|
bafbce54b6
[2831] added note about too small initial_size, and added a test for the case.
|
12 years ago |
JINMEI Tatuya
|
da33bc422e
[2831] clarifed the intent of the assert() in growSegment().
|
12 years ago |
JINMEI Tatuya
|
2772477dcf
[2831] simplified code a bit using static_cast instead of memcpy
|
12 years ago |