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