Commit Graph

370 Commits (230e84c742ca328ff5fca1d6640e40637fa16b8b)

Author SHA1 Message Date
Michael f2c5d32399
Metric collection subsystem 5 years ago
Rick V 490f3f31d0
minimal build system plumbing for backports to oracle solaris 5 years ago
Rick V abb9284167
add sun link libs 5 years ago
Rick V 2e1b2ff8b1
abseil should pick up all of our compile flags (and stop on warnings if enabled), temp disable tuntap on Solaris 5 years ago
Rick V 87cebd9ba6
port abseil-cpp to Solaris 2.x and legacy compiler
fuck oracle with a rusty knife, we only support compilers with a full implementation of G++ (so, basically, only clang)
5 years ago
Rick V 67845e342a
distinguish good solaris from bad solaris 5 years ago
Rick V 866643f099
public releases should run reasonably well on most
devices in spite of the buiild system
currently, the instruction scheduling is tuned for the AMD K10 uarch, which is the CPU
of the unix build agent
5 years ago
Rick V be5e70f9eb
update clang bits for release 5 years ago
Rick V 072ff9a50e
finally make -WX/-Werror optional 5 years ago
Rick V 8443c5ab8c
Support abseil on i686-pc-winnt-gnu 5 years ago
Rick V 53f7360094
added warning for AMD users 5 years ago
Rick V 61fb9a9c82
added some notes to gear up for the #371 putback by @michael-loki
moved platform-specifc stuff *to* platform specifc lib
removed -Wno-format on windows and *actually* turn on proper format checking
here using compiler-specifc extension for C99
5 years ago
Rick V aab8167408
remove AMD FPU hack, remove FPU opts for crypto code in debug mode
see https://www.digitaltrends.com/computing/ryzen-amd-bios-fix-fma3-crash/
AMD has released a fix for Zen and later
5 years ago
Jeff a79f27cfd0
Merge pull request #395 from majestrate/staging
lokinet rpc use http digest auth instead of basic auth
5 years ago
Jeff Becker 990049f423
make rpc do basic auth and shit like that 5 years ago
michael-loki 8ada001bc9
Remove negative thread safety warning flag
This is experimental, and has a bunch of false positives.
5 years ago
Jeff Becker 734a5b5fae
more 5 years ago
Jeff Becker 2218749134
Merge remote-tracking branch 'origin/staging' into staging 5 years ago
Jeff Becker 6a09348c47
today's work 5 years ago
Jeff 1a09a12ee0
Merge branch 'staging' into absl_mutex 5 years ago
Michael 61f3273dc4
Add threading annotations and fix potential deadlocks 5 years ago
Michael c5a129ddff
Convert to use abseil synchronisation primitives 5 years ago
Michael 93399fdbb4
Make nlohmann::json part of the build 5 years ago
Michael c6e6bdb90f
Fix for windows just being the Worst 5 years ago
Michael 4132f883a7
Make libabyss mandatory 5 years ago
Michael a0125ffe86
Move abyss/json to llarp/util/json 5 years ago
Jeff Becker 1d958d95de
* make rpc compile right
* make link sessions introspectable
* make utp write buffers fully flush each tick
5 years ago
Michael 90373b806c
Fix log tag after cmake changes 5 years ago
Jeff cdc19c52fa
Merge branch 'staging' into abstract_router_replacement 5 years ago
Michael 048fa83c39
Finish replacement of Router with AbstractRouter 5 years ago
Rick V e9048559b2
late-breaking hotfix patch for libabyss-win32 5 years ago
Rick V 1bb441a367
fix clang cross-compile nt shared lib 5 years ago
Michael ebf2800c3f Fixup windows 5 years ago
Michael 2997b38e35
Fixup after rebase 5 years ago
Michael 656843e9a3
Fix issues on debian 5 years ago
Michael 1aeacb0043
Refactor CMakeLists into distinct directories 5 years ago
Jeff f84ceb3b6a
Merge pull request #300 from majestrate/staging
add rpc endpoint for dumping internal state
5 years ago
Jeff Becker 46222df421
refactor 5 years ago
Michael 4f3c2a7e80
Add support for building with ccache 5 years ago
Jeff Becker e1522faeaa
add introspection rpc endpoint 5 years ago
Rick V 1fafe27300
damn it 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 406e3a6b6c
document option correctly 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 8800cee785
fix crash on exit 5 years ago
Rick V 3931b7d9d7
implement missing libabyss functionality
remove some finished TODOs
5 years ago
Rick V 59c6184233
linker flags have no effect in compilation
and will cause -Werror=unused-command-line-option
on apple cc
5 years ago
Rick V 6d608d292f
add warning message for libg++ runtime 5 years ago
Rick V 00a095b61c
update description 5 years ago