Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move thread utils (barrier and semaphore) to a subpackage of util | Jack Lloyd | 2018-01-12 | 1 | -42/+0 |
| | | | | | | They are not needed except by the filter code so being able to easily remove them from the build is nice; utils is always compiled in so that should be as small as possible. | ||||
* | #1220 - fixed fixes of integer overflow | Hubert Bugaj | 2017-10-10 | 1 | -6/+2 |
| | |||||
* | #1220 - fixed signed overflow warnings | Hubert Bugaj | 2017-10-09 | 1 | -8/+9 |
| | |||||
* | Abstract out mutex type. Make threads optional. | Jack Lloyd | 2016-10-12 | 1 | -2/+6 |
| | |||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -2/+4 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Move lib into src | lloyd | 2014-01-10 | 1 | -0/+39 |