Yat Ho
|
cbc5388440
|
build: bump to C++20 (#7191)
* build: bump to C++20
Co-authored-by: Cœur <coeur@gmx.fr>
* refactor: use designated initializers
* refactor: remove redundant SFINAE
* fix: clang-tidy warnings
* chore: comments about min compiler versions for C++20 features
* build: clang objc++ modules build errors
Co-authored-by: Dzmitry Neviadomski <nevack.d@gmail.com>
* refactor: add `TR_CONSTEXPR_VEC` and `TR_CONSTEXPR_STR`
* fix: don't use `std::rel_ops`
* chore: housekeeping
* fix: possible fix for macOS linker error
---------
Co-authored-by: Cœur <coeur@gmx.fr>
Co-authored-by: Dzmitry Neviadomski <nevack.d@gmail.com>
Co-authored-by: Charles Kerr <charles@charleskerr.com>
|
2026-01-20 16:27:34 -06:00 |
|
Julien
|
8ac323d5d6
|
chore: removed copyright timespans in headers (#4850)
|
2023-11-01 16:11:11 -05:00 |
|
Julien
|
4b8cfa2e57
|
chore: update copyrights to 2023 (#4834)
|
2023-02-11 14:49:42 -06:00 |
|
Cœur
|
db802afc4f
|
Addressed various warnings (#4414)
|
2022-12-21 14:21:16 -06:00 |
|
A Cœur
|
69fda72a8b
|
refactor: remove superfluous interface declarations (#4110)
|
2022-11-08 23:36:53 -06:00 |
|
Dmitry Serov
|
7e278c453a
|
[macOS] Optimise framework imports (#3323)
|
2022-06-28 19:15:52 -05:00 |
|
Mike Gelfand
|
d943f069f5
|
Fix code_style.sh to include *.mm files after switch to Obj-C++ (#2846)
|
2022-03-31 00:52:23 +03:00 |
|
Dmitry Serov
|
54d1a02e92
|
Use properties instead of ivars (#2453)
|
2022-02-22 10:04:20 -06:00 |
|
C.W. Betts
|
3b4909ac9d
|
Move private interfaces to interface extensions (#932)
|
2022-01-23 19:32:45 -06:00 |
|
Charles Kerr
|
df1cca9b57
|
chore: update copyright years, make notices consistent (#2463)
|
2022-01-20 12:27:56 -06:00 |
|
Mike Gelfand
|
b7ba261359
|
Port macOS client to C++ (#1830)
* Rename all .m (Obj-C) files to .mm (Obj-C++)
* Fix build in Obj-C++ mode
* Fix Xcode build
|
2021-09-24 07:56:57 -05:00 |
|