Wu, Ganhao
e92882dbf0
Merge branch 'release/8.0' into feature/fix-no-wchar
2021-12-24 02:34:22 +08:00
Wu, Ganhao
9014aafa53
Merge pull request #2 from wuganhao/feature/nuget
...
Create pipeline to pack and push nuget package.
2021-12-23 22:36:35 +08:00
Wu, Ganhao
f78268dd14
Fix yaml syntax.
2021-12-23 18:55:41 +08:00
Wu, Ganhao
5613a2df48
Fix nuget packaging.
2021-12-23 18:33:33 +08:00
Wu, Ganhao
753cc919a2
Fix yaml syntax.
2021-12-23 18:18:37 +08:00
Wu, Ganhao
146e00d716
Fix yaml syntax.
2021-12-23 18:14:48 +08:00
Wu, Ganhao
0f00658e30
Fix yaml syntax.
2021-12-23 18:09:32 +08:00
Wu, Ganhao
22d9268546
Fix yaml syntax.
2021-12-23 18:04:53 +08:00
Wu, Ganhao
1846821a5f
Fix yaml syntax.
2021-12-23 17:58:39 +08:00
Wu, Ganhao
884c0d5bdd
Fix yaml syntax.
2021-12-23 17:48:15 +08:00
Wu, Ganhao
17bc23c72d
Rename pipelines.
2021-12-23 17:34:08 +08:00
Wu, Ganhao
227109eef1
Create pipeline to pack and push nuget package.
2021-12-23 17:14:54 +08:00
Wu, Ganhao
d5b72b2ea9
Merge pull request #1 from wuganhao/feature/nuget
...
Create Nuget Package.
2021-12-13 17:40:47 +08:00
Wu, Ganhao
81a37d760e
Remove unused pipeline.
2021-12-05 01:45:30 +08:00
Wu, Ganhao
0469e1d09a
Fix nuspec
2021-12-05 01:10:27 +08:00
Wu, Ganhao
69869ca35a
Update pipeline name.
2021-12-05 00:20:06 +08:00
Wu, Ganhao
5a00a8117f
Generate x64 package only
2021-12-05 00:18:45 +08:00
Wu, Ganhao
e2e44de8b7
Initial nuget scripts
2021-12-05 00:12:04 +08:00
Wu, Ganhao
b40c84d513
Merge branch 'master' into feature/nuget
2021-12-04 23:36:49 +08:00
Andrew Corrigan
6ab73113fc
Mark grow as FMT_CONSTEXPR20 ( #2630 )
...
resolves https://github.com/fmtlib/fmt/issues/2627
2021-12-03 07:13:30 -08:00
Victor Zverovich
713c7c7c62
Cleanup os.cc
2021-12-01 06:47:41 -08:00
Acretock
9b1807a8a2
fix int -> uint warning ( #2611 )
...
* fix int -> uint warning
* change unsigned int to mode_t
* undef + warn uint -> ushort loss presision
* fix mode_t
* mode_t in detail
Co-authored-by: Acretock <George.Goncharov@finch-xr.com>
2021-12-01 06:40:17 -08:00
Lounarok
ec3b097cb9
[doc] FMT_STRING supports C++14 and no-op in C++11 ( #2620 )
...
* FMT_STRING supports C++14 and no-op in C++11
* Move requirement to the end. Modify description.
2021-11-28 07:02:15 -08:00
Victor Zverovich
c472a27818
Fix handling of very large precision in fixed format
2021-11-27 08:23:05 -08:00
Alex Guteniev
201971e293
Make MSVC use [[nodiscard]] ( #2615 )
...
* Make MSVC use [[nodiscard]]
* Uniformly detect attributes for __cplusplus and _MSVC_LANG
2021-11-26 07:32:50 -08:00
Florin Iucha
acad8cfab1
Reformat all source code; no functional changes
...
Before adding the format checker, the mainline should be clean, to
avoid false failures.
2021-11-25 09:15:25 -08:00
Florin Iucha
491ba2dda5
Annotate fmt::format and fmt::formatted_size as [[nodiscard]]
...
This prevents accidentally writing fmt::format when fmt::print was
intended. Other than running tests, there's not a good use case for
discarding the formatted output.
2021-11-25 07:30:30 -08:00
Vladislav Shchapov
5abe9e8266
Add platform-specific 'z' formatter
2021-11-25 06:52:39 -08:00
Vladislav Shchapov
be3a3a5aed
Use predefined formats for C-locale
2021-11-25 06:52:39 -08:00
Alex Guteniev
a3ab36c803
Formatting of function pointers, member function pointers, member object pointers... ( #2610 )
2021-11-23 12:55:22 -08:00
Eric Curtin
19cac63fe4
Broken link in README.rst
...
Added src directory to link
2021-11-19 09:24:38 -08:00
Victor Zverovich
43419a4ada
Workaround a bug in gcc
2021-11-19 07:32:42 -08:00
Vladislav Shchapov
c089f7d497
Simplify std::tm formatter
2021-11-14 07:16:22 -08:00
Vladislav Shchapov
aa5517f6b9
Reuse tm_writer in chrono_formatter
2021-11-14 07:16:22 -08:00
Vladislav Shchapov
50140be7ae
Reuse tm_writer in weekday formatter
2021-11-14 07:16:22 -08:00
Victor Zverovich
8b89454994
Improve consistency
2021-11-13 08:59:56 -08:00
Victor Zverovich
5380ff4d88
Detect types convertible to unformattable pointers
2021-11-13 08:26:27 -08:00
Pavel Novikov
094b66e81d
changed locale retrieval way to a fancy one
2021-11-12 12:46:38 -08:00
Vladislav Shchapov
b69ae4854c
Reorder classes ( #2591 )
2021-11-10 17:09:23 -08:00
Pavel Novikov
0b843af56b
sped up chrono.h formatting for cases without providing locale ( #2576 )
2021-11-07 08:52:57 -08:00
lukester1975
12b1d8b14a
Fix precision 0 with std::chrono::duration and added additional tests. ( #2588 )
2021-11-06 08:57:22 -07:00
Olli Lupton
e67f92c55c
Cleanup warnings with nvhpc/21.9. ( #2582 )
...
* Cleanup warnings with nvhpc/21.9.
* Move __NVCOMPILER check.
* Be more explicit.
* Immediately executed lambda.
* Fix shadowing warning.
2021-11-05 12:17:11 -07:00
Victor Zverovich
812733cc96
const qualify format function for systen_clock
2021-10-31 09:41:16 -07:00
Victor Zverovich
028f227752
Handle implicit conversions in write
2021-10-31 08:58:54 -07:00
Victor Zverovich
5b0aa638cf
Minor grammar fix
2021-10-30 09:14:13 -07:00
Vladislav Shchapov
6eaceb5f73
Fix incompatible between docutils 1.18.0 and sphinx 3.3.0 ( #2575 )
2021-10-30 09:12:36 -07:00
timkalu
0697c5edb6
FMT_USE_FCNTL can be predefined ( #2573 )
...
'os.h' accepts a predefined FMT_USE_FCNTL override so using FMT with e.g. the NXP toolchain for ARM (e.g. for FreeRTOS) does not have a fcntl() call, but the detection routine does not detect this correctly.
2021-10-30 08:35:48 -07:00
Vladislav Shchapov
1031eedf27
Replacing strftime with std::time_put ( #2550 )
...
* Fix unicode test
* Add xchar support to chrono formatter
* Replace strftime with std::time_put
* Add std::locale support to std::tm formatter
* Use predefined names and formats for C-locale
* Performance improvement
* Make locale-independent and C locale formats consistent among platforms
2021-10-30 08:25:45 -07:00
Vladislav Shchapov
90034e4c4b
Add FMT_ASSERT and validation of values of struct tm members ( #2564 )
...
Switch internal year calculations to long long
2021-10-27 13:29:07 -07:00
Daniela Engert
df40e94673
Upgrade module-test to msvc 16.11.5 and 17.0-pre5 ( #2558 )
2021-10-24 08:12:39 -07:00