|
|
1c46307798
|
Formatting & commented out do_count_digits_decimal()
|
2022-03-18 13:34:25 +01:00 |
|
|
|
2be63fda5a
|
Changed the way recursion ends in const_fmt::format_args<>()
|
2022-03-18 01:23:56 +01:00 |
|
|
|
036b17fca9
|
Formatting
|
2022-03-18 01:15:32 +01:00 |
|
|
|
4d05a9a8fa
|
Added const versions of std::array::begin() and std::array::end()
|
2022-03-17 22:44:17 +01:00 |
|
|
|
ee1153c393
|
Changed copy constructor signature of std::array implementation
|
2022-03-17 22:11:30 +01:00 |
|
|
|
b29695e148
|
Replaced memcpy with manual while loop
|
2022-03-17 18:04:06 +01:00 |
|
|
|
86930fd8b0
|
Added conepts; Fixed bug in const_fmt::std::true_type
|
2022-02-24 16:14:38 +01:00 |
|
|
|
7796be7cd4
|
Reimplemented is_integral and is_floating_point with different approach; Made functions constexpr inline
|
2022-02-23 23:12:34 +01:00 |
|
|
|
73a50cae0f
|
Added is_integral and is_floating_point
|
2022-02-23 20:42:56 +01:00 |
|
|
|
91398ef23d
|
Added remove_cv, remove_const and remove_volatile
|
2022-02-23 19:51:55 +01:00 |
|
|
|
b5ecd73b18
|
Formatting
|
2022-02-23 19:47:06 +01:00 |
|
|
|
826f3a54b3
|
Changed comment
|
2022-02-23 19:46:33 +01:00 |
|
|
|
ea722ec5bf
|
Changed includes; Implemented std::pair and std::make_unsigned; changed usage of std::memcpy to memcpy
|
2022-02-23 19:45:17 +01:00 |
|
|
|
5ba1723295
|
Made array a structural type
|
2022-02-20 14:29:58 +01:00 |
|
|
|
8e51facd10
|
fixed wrong clang-format comments
|
2022-02-20 00:27:45 +01:00 |
|
|
|
9bd1104e5f
|
Code compiles and passes tests without NO_STDLIB define
|
2022-02-20 00:26:48 +01:00 |
|
|
|
6ba83fd582
|
Minor changes to make sure some stuff works with no stl headers
|
2022-02-20 00:15:31 +01:00 |
|
|
|
8f7b1cd4e3
|
Implemented std::array and a bunch of other stuff
|
2022-02-20 00:14:33 +01:00 |
|
|
|
8526ae1d91
|
First version of std::array
|
2022-02-18 23:31:15 +01:00 |
|
|
|
74c4a4d582
|
Merge pull request 'feature/int_hex' (#6) from feature/int_hex into master
Reviewed-on: http://git.mercurial-manifold.eu/an.tsouchlos/const_fmt/pulls/6
|
2022-02-15 10:35:17 +00:00 |
|
|
|
2933676ea2
|
Fixed bug in hex formatting, wrote tests for hex int formatting
|
2022-02-15 11:34:49 +01:00 |
|
|
|
7115e09aca
|
Implemented count_digits for hex and started implementing digits2_base
|
2022-02-15 11:13:15 +01:00 |
|
|
|
a921676b77
|
Reintroduced previously erroneously removed memcpy
|
2022-02-15 10:29:23 +01:00 |
|
|
|
39c1636858
|
Replaced <cstdint> with <stdint.h>
|
2022-02-15 10:01:55 +01:00 |
|
|
|
e4ebd0163b
|
Removed memcpy and <cstring>
|
2022-02-15 09:58:47 +01:00 |
|
|
|
5e4f242796
|
Renamed functions dedicated to decimal to better reflect their function
|
2022-02-15 09:47:28 +01:00 |
|
|
|
fa0fef37db
|
Rewrote format_impl.h functions to work with both decimal and binary
|
2022-02-15 09:37:41 +01:00 |
|
|
|
8241045158
|
Added static_assert to check for string validity
|
2022-02-14 22:36:43 +01:00 |
|
|
|
9c22b2a084
|
Added test cases for floats
|
2022-02-13 23:40:16 +01:00 |
|
|
|
9bf3e63058
|
Implemented format_float in terms of format_int
|
2022-02-13 23:12:25 +01:00 |
|
|
|
4666b4e737
|
Added proper error handling for too long ints
|
2022-02-13 21:57:43 +01:00 |
|
|
|
1338888e0b
|
Now deciding at compile time how to format minus sign
|
2022-02-13 21:52:52 +01:00 |
|
|
|
f47a23ffef
|
PreZero padding now being handled by preprocessing
|
2022-02-13 20:47:41 +01:00 |
|
|
|
bb5f4d5272
|
Renamed a bunch of identifiers to make sure there are no clashes with software this might be used in (fmt -> const_fmt)
|
2022-02-13 17:56:09 +01:00 |
|
|
|
2ecc001a64
|
Put everything into a new 'const_fmt' namespace; Renamed namespace detail to const_fmt_detail
|
2022-02-13 17:48:24 +01:00 |
|
|
|
9c5a73e2bd
|
Removed Logger.h
|
2022-02-13 17:30:40 +01:00 |
|
|
|
55ff861f67
|
Renamed inc directory to const_fmt
|
2022-02-09 17:51:37 +01:00 |
|