| Document the 'B' type and the difference between 'b' & 'B'. Addresses part of issue https://github.com/vitaut/format/issues/5 |
|
More...
|
almost 13 years ago
|
| Document that "#x" adds prefix "0x" and "#X" adds "0X". Addresses part of issue https://github.com/vitaut/format/issues/5 |
|
More...
|
almost 13 years ago
|
| Fix gcc version check for noexcept. |
|
More...
|
almost 13 years ago
|
| Check gcc version for diagnostic once. |
|
More...
|
almost 13 years ago
|
| Merge pull request #6 from gcflymoto/master |
|
More...
|
almost 13 years ago
|
| add support for older GCC versions |
|
More...
|
almost 13 years ago
|
| Only use GTest's own tuple on clang. |
|
More...
|
almost 13 years ago
|
| Fix clang build. |
|
More...
|
almost 13 years ago
|
| Add Boost to include directories. |
|
More...
|
almost 13 years ago
|
| Don't use uint64_t in tests. |
|
More...
|
almost 13 years ago
|
| Fix build on Mac. |
|
More...
|
almost 13 years ago
|
| Acknowledge gcflymoto's contribution. |
|
More...
|
almost 13 years ago
|
| Remove unsigned long long tests for now. Add more tests for binary specifier. |
|
More...
|
almost 13 years ago
|
| Always use noexcept for gcc >= 4.8 because dtors are implicitly noexcept there. Remove binu and 'B' specifier. |
|
More...
|
almost 13 years ago
|
| Remove unused typedef. |
|
More...
|
almost 13 years ago
|
| Merge pull request #4 from gcflymoto/master |
|
More...
|
almost 13 years ago
|
| revert back changes and to create a single pull request for bin mode |
|
More...
|
almost 13 years ago
|
| add support for bin formatter |
|
More...
|
almost 13 years ago
|
| add better support for different GCC and 64bit longs |
|
More...
|
almost 13 years ago
|
| Replace WIN32 win _WIN32. |
|
More...
|
almost 13 years ago
|
| Add support for StringRef in BasicFormatter. |
|
More...
|
almost 13 years ago
|
| Replace CharWriteChecker and WCharWriteChecker with a single WriteChecker template. |
|
More...
|
almost 13 years ago
|
| subproject commit |
|
More...
|
almost 13 years ago
|
| add support for binary type and test long longs more |
|
More...
|
almost 13 years ago
|
| Fix FormatInt. |
|
More...
|
almost 13 years ago
|
| API docs. |
|
More...
|
almost 13 years ago
|
| Disallow writing a wide string to a char stream and vice versa, because there is no good way to implement these function without knowing the encodings and what std::ostream doesn't make any sense. |
|
More...
|
almost 13 years ago
|
| Guard gcc pragmas from -dumb compilers- MSVC. |
|
More...
|
almost 13 years ago
|
| Disable -Wlong-long on gcc. |
|
More...
|
almost 13 years ago
|
| Fix formatting of long long. |
|
More...
|
almost 13 years ago
|