JINMEI Tatuya
|
650655fd26
[2332] renamed thread/lock.h to thread/sync.h as it's not only for locks now
|
il y a 12 ans |
JINMEI Tatuya
|
c450d77e81
[2332] changed one exception to assert() based on review discussion
|
il y a 12 ans |
JINMEI Tatuya
|
8c02f8a83f
[2332] added comments about missing pthread_cond_xxx variants
|
il y a 12 ans |
JINMEI Tatuya
|
a439004524
[2332] fixing typos and wording in doc
|
il y a 12 ans |
JINMEI Tatuya
|
410987bf3c
[2332] updated doc for wait() on what should happen if mutex isn't locked.
|
il y a 12 ans |
JINMEI Tatuya
|
7f94f671e0
[2332] Make sure preUnlockAction() doesn't throw when it shouldn't.
|
il y a 12 ans |
JINMEI Tatuya
|
671005eea2
[2332] changed the type of Locker::mutex_ to a reference.
|
il y a 12 ans |
JINMEI Tatuya
|
b6d2a03ff5
[2332] renamed a too-short test name a possibly better one
|
il y a 12 ans |
JINMEI Tatuya
|
d504c06cbe
[2332] use EXPECT_DEATH_IF_SUPPORTED instead of ifdef.
|
il y a 12 ans |
JINMEI Tatuya
|
d3983e1e68
[2332] missing cleanup: removed an unused function.
|
il y a 12 ans |
JINMEI Tatuya
|
ca61588dc2
[2332] (unrelated) style cleanups: func name convention, () after sizeof.
|
il y a 12 ans |
JINMEI Tatuya
|
dc5492b840
[2332] (unrelated) cleanup: removed unnecesary failure case in Locker.
|
il y a 12 ans |
JINMEI Tatuya
|
6962458ec4
[2332] added class documentation
|
il y a 12 ans |
JINMEI Tatuya
|
28b3efcf61
[2332] added more tests and some more comments
|
il y a 12 ans |
JINMEI Tatuya
|
43959b29a6
[2332] supported wait() and signal()
|
il y a 12 ans |
JINMEI Tatuya
|
c0d50a2041
[2332] removed unused changed
|
il y a 12 ans |
JINMEI Tatuya
|
bc7551cca8
[2332] makefile updates for the new files
|
il y a 12 ans |
JINMEI Tatuya
|
8722bc208f
[2332] added initial sets of condition variable encapsulation
|
il y a 12 ans |
JINMEI Tatuya
|
1adba86b37
[2332] unrelated cleanup: noncopyable doesn't have to be public inheritance
|
il y a 12 ans |
JINMEI Tatuya
|
e2d1490eb8
[master] minor wording fix in a README file.
|
il y a 12 ans |
JINMEI Tatuya
|
f2b4e736bb
[master] changelog for #2339
|
il y a 12 ans |
JINMEI Tatuya
|
88db890d8d
[master] Merge branch 'trac2339'
|
il y a 12 ans |
Michal 'vorner' Vaner
|
65cddb545c
Compilation fix: usual static_cast<X*>(NULL)
|
il y a 12 ans |
Michal 'vorner' Vaner
|
99fd73694c
Remove extra comma at the end of enum
|
il y a 12 ans |
JINMEI Tatuya
|
b6cfd9d20c
[master] added changelog for #2244
|
il y a 12 ans |
JINMEI Tatuya
|
a0b7dd977e
[master] a minor grammar fix to changelog entry.
|
il y a 12 ans |
JINMEI Tatuya
|
7565788d06
[master] Merge branch 'trac2244'
|
il y a 12 ans |
JINMEI Tatuya
|
183ea20803
[master] Merge branch 'trac2204'
|
il y a 12 ans |
Michal 'vorner' Vaner
|
fe827c7e47
Merge #2292
|
il y a 12 ans |
Michal 'vorner' Vaner
|
c6391ad769
[2292] Add a TODO about re-adding tests
|
il y a 12 ans |