Commit Graph

223 Commits (46a7d02c09aea32fe1a9985ef45c9d63a6810f22)

Author SHA1 Message Date
Jeff Becker 20e398b684
fix exit info 6 years ago
Jeff Becker 2edf1da819
add more android stuff 6 years ago
Jeff Becker ac69213dd7
unit tests for llarp_ev_pkt_pipe 6 years ago
Jeff Becker e178a70929
use shared_ptr for event loop 6 years ago
Jeff Becker c910a2a2fb
more 6 years ago
Michael efb61da56a
Tidy up libabyss test 6 years ago
Michael 25f10d5b11
Fix more address sanitiser issues 6 years ago
Michael 6b5a688e08
Fix Catalog.Iterator test failure 6 years ago
Michael 561b997c93
Move IWP code to its own directory 6 years ago
Michael 17b39b0ed4
Move UTP code to its own directory 6 years ago
Jeff Becker 230e84c742
make signing work 6 years ago
Jeff Becker e08986e457
fix previous commit 6 years ago
Jeff Becker c931ac069f
add AAAA records that return SIIT addresses 6 years ago
Jeff Becker 3a4d8f16a7
more 6 years ago
Michael 8f0f6dde9d
Include What You Use 6 years ago
Michael f2c5d32399
Metric collection subsystem 6 years ago
Michael acfff4ca5c
Threading structures for metrics 6 years ago
Rick V abb9284167
add sun link libs 6 years ago
Rick V 8443c5ab8c
Support abseil on i686-pc-winnt-gnu 6 years ago
Jeff Becker e042fadf18
forgot test 6 years ago
Jeff Becker 990049f423
make rpc do basic auth and shit like that 6 years ago
Ryan Tharp 75c7c12502 fix linux gcc 7.3 issues, feeling like #include <condition_variable> should be in one of the threading headers tho 6 years ago
Jeff 1a09a12ee0
Merge branch 'staging' into absl_mutex 6 years ago
Jeff Becker b245453ef6
fix unit test 6 years ago
Michael 61f3273dc4
Add threading annotations and fix potential deadlocks 6 years ago
Michael c5a129ddff
Convert to use abseil synchronisation primitives 6 years ago
Michael 31441b46dc
Convert from rapidjson to use nlohmann::json 6 years ago
Jeff Becker 71302ee48b
Merge remote-tracking branch 'origin/staging' into fix-libabyss-352 6 years ago
Jeff Becker f8d6becce8
make whitelist happy 6 years ago
Jeff Becker ef13ec7499
Merge remote-tracking branch 'origin/staging' into staging 6 years ago
Michael e6e19369e9
Create Printer - A general-purpose, stateful printer class 6 years ago
Michael 95a5c386fe
Initial type trait work 6 years ago
Michael b80ecfa4d6
Use string_view for string_view 6 years ago
Michael 13a9f65520
Fully define interface for dht::Context 6 years ago
Michael 4132f883a7
Make libabyss mandatory 6 years ago
Jeff Becker 445ed05b32
make format 6 years ago
Michael a0125ffe86
Move abyss/json to llarp/util/json 6 years ago
Michael 048fa83c39
Finish replacement of Router with AbstractRouter 6 years ago
Jeff 6144a888c9
Merge pull request #299 from michael-loki/cmake_refactor
Refactor CMakeLists into distinct directories
6 years ago
Michael ebf2800c3f Fixup windows 6 years ago
Ryan Tharp 5cb15d3a23 fix llvm compile 6 years ago
Michael 656843e9a3
Fix issues on debian 6 years ago
Michael 342cdaddd0
Add support for gtest_add_tests 6 years ago
Michael 1aeacb0043
Refactor CMakeLists into distinct directories 6 years ago
Jeff Becker 46222df421
refactor 6 years ago
Jeff Becker e1fceb3636
fix it (again) 6 years ago
Jeff 1369c3b23c
Merge pull request #283 from despair86/dev
more windows fixes
6 years ago
Rick V 4c19f562f0
A compromise for C++17 ports.
Remove abseil build config for such targets.
Include headers (which should fall through by definition).
Macintosh can go fuck itself.
6 years ago
Rick V 72d0720da0
use c++17 stl on windows
While the absl:: namespace is aliased to std:: in a
standard win32 build, it also needlessly adds the
library to the build process, only to discard most
of it at link time. This also makes the distinction
between Abseil STL and G++ STL more explicit, to avoid
some forms of confusion.

From the product page:
"...We think not: if you look at the preprocessor conditional
structure in our string_view.h you'll see that we are trying
to identify whether your C++ installation has std::string_view.
If you do, absl::string_view is defined only as an alias to the
standard type. If you don't, you get a C++11/C++14 compatible
implementation of the type. This means you can adopt Abseil,
and for types we are b you can use the type from the absl
namespace. As soon as your project is built with the appropriate
compiler/standard library version, we'll fall away and leave you
with the standard type, albeit spelled funny. Better: as soon as
you know that your project will only build with the appropriate
language version you can run tools that we will provide to change
the places that refer to absl::string_view to spell it std::string_view
-- since those are the same type, this is safe to do, even across
API boundaries.

So, one reason you might want to adopt Abseil: early access to facilities
from upcoming C++ standard library releases, with a clear migration path."
6 years ago
Rick V ea7301fecf
finally unfuck windows bits 6 years ago