JINMEI Tatuya
|
b38ed8f456
[2831] use \throw to describe exceptions where appropriate.
|
12 years ago |
JINMEI Tatuya
|
f6dae94a7b
[2831] use NULL instead of 0; maybe worth discussing, but out of scope of task.
|
12 years ago |
Mukund Sivaraman
|
b215e58d58
[2831] Make some more minor comment updates
|
12 years ago |
Mukund Sivaraman
|
58825bde4c
[2831] Use chmod() function instead of calling a program
|
12 years ago |
Mukund Sivaraman
|
5d1b066a77
[2831] Add some more checks when the segment is grown
|
12 years ago |
Mukund Sivaraman
|
b610eee270
[2831] Test getSize() directly with the new size, before and after reset
|
12 years ago |
Mukund Sivaraman
|
58f99ec697
[2831] Make some more minor comment updates
|
12 years ago |
Mukund Sivaraman
|
29b1d8dc4a
[2831] Use EXPECT_NE instead of EXPECT_TRUE for void* return
|
12 years ago |
JINMEI Tatuya
|
4a6f54f714
[2831] skip other death tests on valgrind, too.
|
12 years ago |
JINMEI Tatuya
|
14023798bd
[2831] skip death test if run on valgrind
|
12 years ago |
JINMEI Tatuya
|
2fb93c012e
[2831] more documentation and some more tests
|
12 years ago |
JINMEI Tatuya
|
27ae48b404
[2831] added getCheckSum method
|
12 years ago |
JINMEI Tatuya
|
643e32a402
[2831] make shrinkToFit non virtual; add more doc
|
12 years ago |
JINMEI Tatuya
|
a2ea0fb9c9
[2831] handle the case where setNamedAddress failed due to short space.
|
12 years ago |
JINMEI Tatuya
|
0fccc0c84f
[2831] added namedAddress interface to local segment, share the test cases.
|
12 years ago |
JINMEI Tatuya
|
d7647f9c62
[2831] check prohibited operations on read-only segments more reliably
|
12 years ago |
JINMEI Tatuya
|
111e2c83f6
[2831] supported shrinkToFit().
|
12 years ago |
JINMEI Tatuya
|
c2d22d8155
[2831] handle deallocating null
|
12 years ago |
JINMEI Tatuya
|
a3077227a4
[2831] added get/set/clearNamedAddress interfaces
|
12 years ago |
JINMEI Tatuya
|
685c9b375d
[2831] cleanup
|
12 years ago |
JINMEI Tatuya
|
4cfe351f17
[2831] tested other corner cases of deallocate()
|
12 years ago |
JINMEI Tatuya
|
042bfd8032
[2831] some cleanups
|
12 years ago |
JINMEI Tatuya
|
d46357aadc
[2831] introduced file-mapped memory segment with some basic functionalities.
|
12 years ago |