summaryrefslogtreecommitdiff
path: root/build/Makefile.decl
Commit message (Collapse)AuthorAgeFilesLines
* Implement valgrind's hellgrind checks for threading problemsStef Walter2013-05-151-0/+5
| | | | | | | And cleanup our locks/locking model. There's no need to use recursive locks, especially since we can't use them on all platforms. In addition adjust taking of locks during initialization so that there's no chance of deadlocking here.
* Add a bit of infrastructure for running valgrindStef Walter2013-03-201-0/+11
* make memcheck: Runs basic memory checking * make leakcheck: Also runs leak checking