Commit Graph

10 Commits

Author SHA1 Message Date
34788756d2 build: don't use './' as an include prefix
GCC produces ODR error when including paths of the form './foo' and
'foo' in the same binary. Rather than managing duplication we just
universally pick the absolute form over the relative form.
2017-11-22 16:49:37 +11:00
ee53f8234b pool: avoid alignment warnings on ARM 2017-01-05 19:50:28 +11:00
6fda597e07 dont overinclude iostream headers 2016-03-17 18:14:40 +11:00
d81b9f12fd pool: rename remain as size for consistency 2016-02-04 12:41:23 +11:00
bf5b0916e8 pool: capacity queries, comments 2016-01-19 18:29:13 +11:00
2658b41ea1 relicence under Apache-2.0 2015-04-13 18:05:28 +10:00
36a80c33a9 pool: use size_t for allocated sizes 2014-12-31 19:07:25 +11:00
d0668cec59 pool: use cpp-style casts 2014-05-20 13:44:49 +10:00
304ddbfedd whitespace 2014-05-20 13:44:27 +10:00
b8ef0afc1d Move pool implementation to ipp file 2012-11-09 15:17:32 +11:00