Charles Kerr
|
df1cca9b57
|
chore: update copyright years, make notices consistent (#2463)
|
2022-01-20 12:27:56 -06:00 |
Charles Kerr
|
fa35b8ad39
|
refactor: use std::string in tr_variantToStr() (#2351)
* refactor: use std::string in tr_variantToStr()
|
2021-12-27 16:47:25 -06:00 |
Charles Kerr
|
a79a868257
|
refactor: make tr_variantFromBuf() public (#2187)
* refactor: add tr_variantFromBuf() and support inplace json/benc parsing
|
2021-11-17 23:37:35 -06:00 |
Charles Kerr
|
250a2e3cc5
|
refactor: remove unused pieces of str to variant (#2166)
* feat: add tr_variantInitStrView()
* refactor: remove unused function tr_variantFromJsonFull
* refactor: tr_variantFromJson() now takes a string_view
* refactor: tr_variantFromBenc() now takes a string_view
* refactor: remove unused source arg from tr_variantFromBencFull()
* refactor: make tr_variantFromBuf() private
|
2021-11-15 01:21:57 -06:00 |
Charles Kerr
|
4091f273fa
|
refactor: prefer tr_variantDictFindStrView() in tests (#2132)
* refactor: prefer string_view in tests
|
2021-11-12 12:04:55 -06:00 |
Charles Kerr
|
236a0965fa
|
refactor: tr_variant*Str() functions now take a std::string_view (#1990)
* refactor tr_variant*Str functions now take a std::string_view
* refactor: tr_torrentPrimaryMimeType returns a string-view
|
2021-10-19 21:30:50 -05:00 |
Charles Kerr
|
567f1e48c8
|
tr_quark_new() now takes a std::string_view (#1961)
|
2021-10-15 08:28:47 -05:00 |
Mike Gelfand
|
db3d40d0ed
|
Switch to clang-format for code formatting, include Mac client
|
2021-08-16 00:38:29 +03:00 |
Charles Kerr
|
677dc73eac
|
refactor: use GTest for running tests (#1383)
* refactor: use google-test on libtransmission tests
|
2020-08-11 13:11:55 -05:00 |