Commit History

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