monero/src/common
jeffro256 b2c59c498c
common: add va_args.h
This PR is upstreaming changes in the Seraphis lib here: https://github.com/UkoeHB/monero/pull/39. This header adds a macro `VA_ARGS_COMMAPREFIX`
which, when passed `__VA_ARGS__`, expands to `, __VA_ARGS__` unless the length of `__VA_ARGS__` is 0, in which case it expands to nothing. This
macro is useful for passing/declaring optional function arguments.
2024-08-13 12:02:45 -05:00
..
compat Support docker for gitian builds 2019-02-14 23:14:34 +01:00
CMakeLists.txt copyright: bump to 2024 2024-05-21 16:29:33 +00:00
aligned.c copyright: bump to 2024 2024-05-21 16:29:33 +00:00
aligned.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
apply_permutation.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
base58.cpp copyright: bump to 2024 2024-05-21 16:29:33 +00:00
base58.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
combinator.cpp copyright: bump to 2024 2024-05-21 16:29:33 +00:00
combinator.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
command_line.cpp copyright: bump to 2024 2024-05-21 16:29:33 +00:00
command_line.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
common_fwd.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
container_helpers.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
data_cache.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
dns_utils.cpp copyright: bump to 2024 2024-05-21 16:29:33 +00:00
dns_utils.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
download.cpp copyright: bump to 2024 2024-05-21 16:29:33 +00:00
download.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
error.cpp copyright: bump to 2024 2024-05-21 16:29:33 +00:00
error.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
expect.cpp Adding expect<T> - a value-or-error implementation 2018-09-12 22:44:34 +00:00
expect.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
http_connection.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
i18n.cpp copyright: bump to 2024 2024-05-21 16:29:33 +00:00
i18n.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
json_util.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
notify.cpp copyright: bump to 2024 2024-05-21 16:29:33 +00:00
notify.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
password.cpp copyright: bump to 2024 2024-05-21 16:29:33 +00:00
password.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
perf_timer.cpp copyright: bump to 2024 2024-05-21 16:29:33 +00:00
perf_timer.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
pod-class.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
powerof.h Make Blockchain::get_fee_quantization_mask() compile time 2020-10-20 14:16:09 +02:00
pruning.cpp copyright: bump to 2024 2024-05-21 16:29:33 +00:00
pruning.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
rpc_client.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
scoped_message_writer.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
sfinae_helpers.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
spawn.cpp copyright: bump to 2024 2024-05-21 16:29:33 +00:00
spawn.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
stack_trace.cpp copyright: bump to 2024 2024-05-21 16:29:33 +00:00
stack_trace.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
threadpool.cpp copyright: bump to 2024 2024-05-21 16:29:33 +00:00
threadpool.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
timings.cc update TimingsDatabase to support csv format and incremental updating 2023-09-10 15:51:54 -05:00
timings.h update TimingsDatabase to support csv format and incremental updating 2023-09-10 15:51:54 -05:00
unordered_containers_boost_serialization.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
updates.cpp copyright: bump to 2024 2024-05-21 16:29:33 +00:00
updates.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
utf8.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
util.cpp copyright: bump to 2024 2024-05-21 16:29:33 +00:00
util.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
va_args.h common: add va_args.h 2024-08-13 12:02:45 -05:00
variant.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
varint.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00