1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/llarp/util
michael-loki 0195152e05 Allow builds on MSVC (#518)
* Import cxxopts to replace getopts usage

* Add visual studio build things

* Fixup abseil build parts

* Replace __attribute__((unused)) with ABSL_ATTRIBUTE_UNUSED

* Fixup minor windows build issues

* Replace getopts usage

* Temporarily fixup .rc files

* More minor windows fixes

* Get a working build

* Revert .rc files

* Revert changes to nodedb
2019-04-19 13:24:33 -05:00
..
aligned.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
aligned.hpp Convert most of llarp to use Printer 2019-02-24 23:46:44 +00:00
android_logger.cpp add disk worker based file flusher logger 2019-04-16 09:20:48 -04:00
android_logger.hpp add disk worker based file flusher logger 2019-04-16 09:20:48 -04:00
bencode.cpp * don't ban bootstrap nodes with profiling 2019-04-14 07:25:15 -04:00
bencode.h Create CopyableBuffer type 2019-02-02 23:21:35 +00:00
bencode.hpp Convert llarp_buffer_t to be a class with methods 2019-02-17 13:09:48 +00:00
bits.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
bits.hpp make it compile on debian and ubuntu 2019-02-07 07:31:14 -05:00
buffer.cpp Allow builds on MSVC (#518) 2019-04-19 13:24:33 -05:00
buffer.hpp Allow builds on MSVC (#518) 2019-04-19 13:24:33 -05:00
codel.cpp Produce hierarchy of 'libraries' inside libllarp 2019-01-15 23:15:43 +00:00
codel.hpp Add threading annotations and fix potential deadlocks 2019-03-04 00:03:52 +00:00
common.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
common.hpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
encode.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
encode.hpp Format changes 2019-02-22 17:18:54 +00:00
endian.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
endian.hpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
file_logger.cpp add disk worker based file flusher logger 2019-04-16 09:20:48 -04:00
file_logger.hpp add disk worker based file flusher logger 2019-04-16 09:20:48 -04:00
fs.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
fs.hpp Allow builds on MSVC (#518) 2019-04-19 13:24:33 -05:00
ini.cpp make testnet ini files work 2019-02-07 09:35:02 -05:00
ini.hpp Use string_view for string_view 2019-02-24 23:46:44 +00:00
json.cpp Convert from rapidjson to use nlohmann::json 2019-03-02 02:32:50 +00:00
json.hpp Fixup build on debian 2019-03-03 21:17:03 +00:00
logger.cpp refactor logger 2019-04-11 08:58:23 -04:00
logger.h Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
logger.hpp refactor logger 2019-04-11 08:58:23 -04:00
logger_internal.hpp Allow builds on MSVC (#518) 2019-04-19 13:24:33 -05:00
logger_syslog.hpp add disk worker based file flusher logger 2019-04-16 09:20:48 -04:00
logic.cpp bundle RC in build record to improve build success rates. 2019-04-17 15:05:54 -04:00
logic.hpp bundle RC in build record to improve build success rates. 2019-04-17 15:05:54 -04:00
loglevel.hpp refactor logger 2019-04-11 08:58:23 -04:00
logstream.hpp add disk worker based file flusher logger 2019-04-16 09:20:48 -04:00
mem.cpp Allow builds on MSVC (#518) 2019-04-19 13:24:33 -05:00
mem.h Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
mem.hpp Allow builds on MSVC (#518) 2019-04-19 13:24:33 -05:00
metrics.cpp Metric collection subsystem 2019-03-25 20:36:23 +00:00
metrics.hpp Metric collection subsystem 2019-03-25 20:36:23 +00:00
metrics_core.cpp Metric collection subsystem 2019-03-25 20:36:23 +00:00
metrics_core.hpp Metric collection subsystem 2019-03-25 20:36:23 +00:00
metrics_types.cpp Add JSON publisher 2019-04-07 18:55:21 +01:00
metrics_types.hpp Add JSON publisher 2019-04-07 18:55:21 +01:00
object.cpp Threading structures for metrics 2019-03-25 20:36:23 +00:00
object.hpp Fix Catalog.Iterator test failure 2019-03-29 22:14:22 +00:00
ostream_logger.cpp add disk worker based file flusher logger 2019-04-16 09:20:48 -04:00
ostream_logger.hpp add disk worker based file flusher logger 2019-04-16 09:20:48 -04:00
printer.cpp Create Printer - A general-purpose, stateful printer class 2019-02-24 23:46:44 +00:00
printer.hpp make windows happy 2019-03-18 16:12:42 -05:00
queue.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
queue.hpp A compromise for C++17 ports. 2019-02-06 19:53:15 -06:00
queue_manager.cpp Add threading annotations and fix potential deadlocks 2019-03-04 00:03:52 +00:00
queue_manager.hpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
scheduler.cpp Threading structures for metrics 2019-03-25 20:36:23 +00:00
scheduler.hpp Threading structures for metrics 2019-03-25 20:36:23 +00:00
status.cpp Convert from rapidjson to use nlohmann::json 2019-03-02 02:32:50 +00:00
status.hpp Remove IStateful virtual inheritance 2019-04-19 16:10:26 +01:00
stopwatch.cpp Metric collection subsystem 2019-03-25 20:36:23 +00:00
stopwatch.hpp Metric collection subsystem 2019-03-25 20:36:23 +00:00
str.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
str.hpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
string_view.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
string_view.hpp Use string_view for string_view 2019-02-24 23:46:44 +00:00
syslog_logger.cpp add disk worker based file flusher logger 2019-04-16 09:20:48 -04:00
thread_pool.cpp Add threading annotations and fix potential deadlocks 2019-03-04 00:03:52 +00:00
thread_pool.hpp Add threading annotations and fix potential deadlocks 2019-03-04 00:03:52 +00:00
threading.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
threading.hpp Allow builds on MSVC (#518) 2019-04-19 13:24:33 -05:00
threadpool.cpp Add threading annotations and fix potential deadlocks 2019-03-04 00:03:52 +00:00
threadpool.h bundle RC in build record to improve build success rates. 2019-04-17 15:05:54 -04:00
threadpool.hpp Add threading annotations and fix potential deadlocks 2019-03-04 00:03:52 +00:00
time.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
time.hpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
timer.cpp Add threading annotations and fix potential deadlocks 2019-03-04 00:03:52 +00:00
timer.hpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
timerqueue.cpp Threading structures for metrics 2019-03-25 20:36:23 +00:00
timerqueue.hpp Threading structures for metrics 2019-03-25 20:36:23 +00:00
traits.cpp Initial type trait work 2019-02-24 23:46:44 +00:00
traits.hpp make windows happy 2019-03-18 16:12:42 -05:00
types.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
types.hpp Split crypto.hpp into 3 different files 2019-01-13 16:32:51 +00:00
win32_logger.cpp move these into a read-write data segment 2019-04-11 10:53:21 -05:00
win32_logger.hpp add disk worker based file flusher logger 2019-04-16 09:20:48 -04:00