Age | Commit message (Expand) | Author |
---|---|---|
2020-09-29 | AK+Format: Add support for integer to character casts. | asynts |
2020-09-29 | AK+Format: Support all format specifiers for strings. | asynts |
2020-09-28 | AK+Format: Support default index in replacement field. | asynts |
2020-09-28 | AK+Format: Keep type information for integers in TypeErasedParameter. | asynts |
2020-09-28 | AK+Format: Clean up format specifier parsing using GenericLexer. | asynts |
2020-09-27 | AK: Remove the ctype adapters and use the actual ctype functions instead | Benoît Lormeau |
2020-09-26 | AK+Format: Use the new format backend in the implementation. | asynts |
2020-09-26 | AK: Borrow exact format syntax form std::format. | asynts |
2020-09-23 | AK: Add outf, warnf and dbgf. | asynts |
2020-09-23 | AK: Resolve format related circular dependencies properly. | asynts |
2020-09-22 | AK: Consider long and unsigned long as integral types. | asynts |
2020-09-22 | AK: Remove strtoull dependency from format. | asynts |
2020-09-21 | AK: Add format function like std::format or fmt::format. | asynts |