8cc4c1e82a
format: reimplement format rendering
...
requires literal string arrays, and implements more of the specifier
specification. does not implement 'n' or '$' specifiers. falls back to
snprintf for real arguments.
2016-07-28 13:39:27 +10:00
f644c5dec4
log: forward logging arguments
2016-04-05 10:48:08 +10:00
aee9d8ef36
log: remove boost::format to reduce complexity
2016-01-20 16:40:42 +11:00
fdb12e57f6
log: call format::operator% directly
...
one of the arguments may have overloaded operator% which may cause weird
compile-time errors
2015-10-19 17:41:56 +11:00
2658b41ea1
relicence under Apache-2.0
2015-04-13 18:05:28 +10:00
c281f4c507
Dont use include guard for ipp, use include errors
2012-11-09 15:17:32 +11:00
99bdd49f2f
Add first pass at logging code
2012-04-24 17:38:35 +10:00