index
:
kea.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
util
/
threads
/
thread.cc
Age
Commit message (
Expand
)
Author
2016-11-30
[5066] Enforced C++11 following #4631 discussion
Francis Dupont
2016-03-22
[4326] untabified
Francis Dupont
2016-03-13
[4326] Addressed coverity CID 1202723
Francis Dupont
2015-12-16
[4236] Updated copyright dates in all files.
Marcin Siodelski
2015-12-16
[4236] Replaced license text in all files containing it.
Marcin Siodelski
2015-10-01
[4074] Undid for_detector stuff
Francis Dupont
2015-09-29
[3971] Implemented test for graceful Thread destruction in child process.
Marcin Siodelski
2015-09-25
[3971] Resolved issues with fork/exec while spawning LFC.
Marcin Siodelski
2015-09-22
[4065] untabify
Francis Dupont
2015-09-22
[4065] New threads got all signals blocked
Francis Dupont
2015-08-29
[3911a] Reorganized library Makefile.am files (exception, util, log)
Francis Dupont
2015-03-14
[master] spelling & wrap lines
Francis Dupont
2012-10-17
[2332] renamed thread/lock.h to thread/sync.h as it's not only for locks now
JINMEI Tatuya
2012-10-03
[master] added 'std::' to strerror. sunstudio is strict and requires this.
JINMEI Tatuya
2012-10-02
[2202] Comment catching of exceptions
Michal 'vorner' Vaner
2012-10-01
[2202] Merge branch 'trac2202' with the remote version.
JINMEI Tatuya
2012-10-01
[2202] Minor improvements
Michal 'vorner' Vaner
2012-09-28
[2202] small style fixes
JINMEI Tatuya
2012-09-26
[2202] Don't throw from destructors
Michal 'vorner' Vaner
2012-09-26
[2202] Don't use namespace std
Michal 'vorner' Vaner
2012-09-07
[2202] some editorial/style fixes
JINMEI Tatuya
2012-09-03
[2202] Implement Thread wrapper
Michal 'vorner' Vaner
2012-08-31
[2202] Minimal thread interface
Michal 'vorner' Vaner