Commit History

Author SHA1 Message Date
  asynts d5ffb51a83 AK: Don't add newline for outf/dbgf/warnf. 4 years ago
  asynts 6351a56d27 AK+Format: Do some housekeeping in the format implementation. 4 years ago
  asynts fb7a94c959 AK: Add formatter for pointer types. 4 years ago
  asynts ebafc5b4d2 AK: Add formatter for boolean values. 4 years ago
  asynts 1175ecf1dd AK+Format: Add support for integer to character casts. 4 years ago
  asynts 71b7ef0992 AK+Format: Support all format specifiers for strings. 4 years ago
  asynts 13ce24de13 AK+Format: Support default index in replacement field. 4 years ago
  asynts 56bfefabb6 AK+Format: Keep type information for integers in TypeErasedParameter. 4 years ago
  asynts 6a2f5f4522 AK+Format: Clean up format specifier parsing using GenericLexer. 4 years ago
  Benoît Lormeau f0f6b09acb AK: Remove the ctype adapters and use the actual ctype functions instead 4 years ago
  asynts 01915a3027 AK+Format: Use the new format backend in the implementation. 4 years ago
  asynts 2030084746 AK: Borrow exact format syntax form std::format. 4 years ago
  asynts 5ed15a49f2 AK: Add outf, warnf and dbgf. 4 years ago
  asynts b7a4c4482f AK: Resolve format related circular dependencies properly. 4 years ago
  asynts 90536a1558 AK: Consider long and unsigned long as integral types. 4 years ago
  asynts 4fcdc19b14 AK: Remove strtoull dependency from format. 4 years ago
  asynts 2bda21318c AK: Add format function like std::format or fmt::format. 4 years ago