oxen-core/src
Jason Rhinelander 109b7b81e4 Eviscerate epee timing garbage
Removes a bunch of epee garbage and replaces it with std::chrono.

In particular:

- TIME_MEASURE_* macros are gone because they are garbage.
- epee::get_tick_count() is gone because it is garbage.
- epee::get_ns_count() is gone because it is garbage.
- TIME_MEASURE_NS_* macros are gone because they are unused and garbage.
- PROFILE_FUNC_* macros are gone because they are unused and garbage.
- profile_tools::local_call_account is gone because it is unused and
  garbage.
- various places passing around ints (which could be seconds,
  milliseconds, or nanoseconds) changed to pass std::chrono duration
  types.
2021-11-01 14:54:21 -04:00
..
blockchain_db Eviscerate epee timing garbage 2021-11-01 14:54:21 -04:00
blockchain_utilities Replace epee C date crap with C++20 date backport 2021-11-01 14:54:18 -04:00
blocks blocks: Regenerate block hashes 2020-09-30 12:17:26 +10:00
checkpoints Drop integration test code. 2021-08-19 16:42:15 -03:00
common Eviscerate epee timing garbage 2021-11-01 14:54:21 -04:00
crypto Set up aes flags properly for cn-turtle compilation 2021-10-18 22:23:01 -03:00
cryptonote_basic Eviscerate epee timing garbage 2021-11-01 14:54:21 -04:00
cryptonote_core Eviscerate epee timing garbage 2021-11-01 14:54:21 -04:00
cryptonote_protocol Eviscerate epee timing garbage 2021-11-01 14:54:21 -04:00
daemon Replace epee C date crap with C++20 date backport 2021-11-01 14:54:18 -04:00
daemonizer Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
debug_utilities rebrand lns -> ons 2021-04-12 10:27:57 +10:00
device rebrand lns -> ons 2021-04-12 10:27:57 +10:00
device_trezor Rename lokimq -> oxenmq 2021-01-14 19:35:00 -04:00
gen_multisig Add fmtlib::fmt backport of C++20 std::format 2021-09-02 17:25:13 -03:00
lmdb Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
mnemonics executable names changed 2021-01-07 18:40:18 -04:00
multisig executable names changed 2021-01-07 18:40:18 -04:00
net Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
p2p Drop integration test code. 2021-08-19 16:42:15 -03:00
platform Update monero copyright to 2019 pre-emptively to make merge simpler 2019-04-12 14:36:43 +10:00
ringct executable names changed 2021-01-07 18:40:18 -04:00
rpc get_outputs - finish, backwards compat, add results as tuple 2021-11-01 14:53:56 -04:00
serialization Rename lokimq -> oxenmq 2021-01-14 19:35:00 -04:00
simplewallet Merge pull request #1484 from jagerman/disable-mms-light 2021-09-06 13:45:16 +10:00
sqlitedb minor fixups in sqlitedb wrapper 2021-10-16 22:32:32 -04:00
wallet define parsers, returning correct types 2021-11-01 14:53:10 -04:00
CMakeLists.txt Drop integration test code. 2021-08-19 16:42:15 -03:00
cryptonote_config.h Eviscerate epee timing garbage 2021-11-01 14:54:21 -04:00
oxen_economy.h reduce ONS fee 2021-04-19 09:45:18 +10:00
version.cpp.in executable names changed 2021-01-07 18:40:18 -04:00
version.h executable names changed 2021-01-07 18:40:18 -04:00