aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils
Commit message (Collapse)AuthorAgeFilesLines
* These should be template specializationslloyd2014-11-051-5/+7
|
* Various small fixes and cleanups, new is_prime utillloyd2014-11-031-2/+0
|
* Have clear_mem just be a plain memset and only call the (slow)lloyd2014-08-091-1/+1
| | | | | zero_mem just before a deallocation where we are actually at risk of the compiler eliding the writes.
* VC2013 doesn't support __func__. Github #22lloyd2014-05-151-4/+4
|
* Add default constructors to work around VC2013 issue. Github #17lloyd2014-05-011-0/+2
|
* Check Content-Length of HTTP responseslloyd2014-04-051-1/+10
|
* Use stdint.h instead of cstdint for Clang. Bugzilla 266lloyd2014-02-211-7/+9
|
* Remove dependency on boost string algoslloyd2014-02-133-13/+30
|
* Add ChaChalloyd2014-01-311-12/+41
|
* More unique_ptr, and pull <memory> all the way up to types.hlloyd2014-01-181-0/+1
|
* Split off the keyed interfaces of transform to Keyed_Transformlloyd2014-01-181-0/+6
| | | | | Remove the unhelpful 'Algorithm' base class which had previously acted more or less as a global base.
* Fix dependency checks for intrinsics and runtime Altivec checklloyd2014-01-101-1/+1
|
* Move lib into srclloyd2014-01-1047-0/+4596