Commit Graph

198 Commits (0326f2ea56af008fb0779a9d751bf802826d3083)

Author SHA1 Message Date
Ryan Tharp 2b433f046d
Oh it was a typo 5 years ago
Ryan Tharp 8e000c8321
linux gcc 7.3 support 5 years ago
Ryan Tharp f06b275193
make macos happy 5 years ago
Ryan Tharp 413843bab1
Merge branch 'staging' into dev 5 years ago
Rick V 5a3947ca5c
clang-format 5 years ago
Rick V 0f45e286ff
XXX: the inline string_view constructors *should* be harmless on pre-C++17 platforms...
fix windows build
5 years ago
Ryan Tharp f247a3623c So lu on linux gcc 7.3 but llu everywhere else? 5 years ago
Ryan Tharp 25d00e2974 Merge remote-tracking branch 'origin/master' 5 years ago
Ryan Tharp ad91071633 Fix undefined behaviors and misaligned member access 5 years ago
Ryan Tharp 8e51d3a491 fix linux gcc 7.3 error (warning) 5 years ago
Jeff bbbad826ef
Merge pull request #316 from michael-loki:buffer_obj
Convert llarp_buffer_t to be a class with methods
5 years ago
Michael a00d6afc5e
Convert llarp_buffer_t to be a class with methods 5 years ago
Michael a0125ffe86
Move abyss/json to llarp/util/json 5 years ago
Jeff Becker b5a1637224
make shared lib compile 5 years ago
Michael 656843e9a3
Fix issues on debian 5 years ago
Ryan Tharp d17383aba6 Merge branch 'cmake_refactor' of https://github.com/michael-loki/loki-network 5 years ago
Jeff 555711b70d
Merge pull request #303 from michael-loki/no_new
Replace usage of new/delete with unique_ptr/stack allocation
5 years ago
Jeff Becker 46222df421
refactor 5 years ago
Michael 67b5d48095
Replace usage of new/delete with unique_ptr/stack allocation 5 years ago
Michael 057365d40c
Fix issues on debian 5 years ago
Jeff Becker e1fceb3636
fix it (again) 5 years ago
Jeff Becker 66753430ad
fix it 5 years ago
Jeff Becker e1522faeaa
add introspection rpc endpoint 5 years ago
Jeff Becker faf8149502
make testnet ini files work 5 years ago
Jeff Becker fae2b1a444
make it compile on debian and ubuntu 5 years ago
Jeff 1369c3b23c
Merge pull request #283 from despair86/dev
more windows fixes
5 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.
5 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."
5 years ago
Rick V dd52f13c7c
turn off text translation on windows
(std::ios::binary does nothing on unix btw)
5 years ago
Michael 6d8d910aff
Refactor and add tests for bits.hpp 5 years ago
Ryan Tharp 6446074881
Merge pull request #267 from michael-loki/abseil
Import abseil LTS 20181200
5 years ago
Ryan Tharp 4bf4faa956 make format 5 years ago
Michael 6055829df4
Remove tl::optional and use absl::optional always 5 years ago
Michael 7212baa062
Add implicit conversion from ManagedBuffer to llarp_buffer_t 5 years ago
Michael 7ca3e13e78
Rename to ManagedBuffer 5 years ago
Michael 47380ba64b
Simplify some code 5 years ago
Michael f3b0af9d2f
Create CopyableBuffer type 5 years ago
Michael 2de621b0ad
Disable copy constructing llarp_buffer_t 5 years ago
Ryan Tharp c7e126a426 fix buffer overrun 5 years ago
Jeff Becker 18c4107ff6
* wire up jsonrpc caller for lokid integration
* add jsonrpc caller http basic auth
6 years ago
Jeff Becker 519cec50ac
update libabyss rpc endpoints for service nodes 6 years ago
Jeff Becker 9991d17976
Merge branch 'staging' into use-lokid-seed 6 years ago
Jeff Becker 3b76182ee6
fix whitespace parsing 6 years ago
Jeff Becker 465a3d3e43
redo ini parser 6 years ago
Michael 6e38e85a79
Produce hierarchy of 'libraries' inside libllarp 6 years ago
Michael 79157414f3
Split crypto.hpp into 3 different files 6 years ago
Michael 081d4dfa32
Reorganise source into more folders 6 years ago
Michael e5eda0fb8f
Move lokinet unspecific components to a util/ library 6 years ago