Commit Graph

166 Commits (0d150e19ee2de1d6ca849d548070b37ed325e3bb)

Author SHA1 Message Date
Jeff Becker 1f761a1cb0
* fix arm cross compile on ubuntu disco
* add toolchain option for cross compile
5 years ago
Jeff Becker 7a66de4368
make cross compile happen in makefile 5 years ago
Jeff Becker 095330b787
disable shell hooks by default 5 years ago
Jeff Becker 976beca43b
remove libuv variable from makefile 5 years ago
Jeff Becker 9deafa4cb8
use libuv 5 years ago
Jeff Becker 018dd008ec
add custom single threaded allocator for utp buffers
fix up test net stuff
5 years ago
Jeff Becker afac44ae1a
use release build types for debian packages 5 years ago
Jeff Becker dce4032c8d
propagate DESTDIR to cmake on install target 5 years ago
Michael 0b4d787042
More work on router docker image
- Multi-stage docker build (final image only 15MB!)
- Build in release mode
    - Fix bug with release mode
    - Fix compiler being dumb AF
    - Disable FORTIFY for now
- Enable LTO when making a staticly linked release
- Fix some gcc specific warnings
- Refactor cmake stuff into multiple files
5 years ago
Rick V 853d19209c
Revert "unbreak windows target"
select 64-bit target by default (since normal devs REEEEEEEE at the sight of 4 byte ptrs)
pretty much every _other_ linux/unix has a c++17 windows compiler

This reverts commit a844c61049.
5 years ago
Jeff Becker 46a7d02c09
add debug windows target and default to it 5 years ago
Jeff Becker a844c61049
unbreak windows target 5 years ago
Jeff Becker 3da6551e82
make android compile 5 years ago
Jeff Becker 2edf1da819
add more android stuff 5 years ago
Jeff Becker d14e214e28
don't die when running make CROSS=ON 5 years ago
Jeff Becker 51854a7618
use non hardcoded uname 5 years ago
Jeff Becker 102875febc
use fixed path for lokinet-bootstrap
dont run unittest with CROSS=ON
5 years ago
Jeff Becker ec4531bc5b
update debian shizz 5 years ago
Rick V bccdcd0772
gnu tools are prefixed with g
make cmake find the compiler

gnu echo should be in PATH on unix systems
5 years ago
Jeff Becker 01eae54d71
disable Release Target in cmakeuntil it's figured out 5 years ago
Jeff Becker 734a5b5fae
more 5 years ago
Jeff Becker 6a09348c47
today's work 5 years ago
Jeff Becker 9e9818febe
Merge branch 'staging' into fix-libabyss-352 5 years ago
Jeff Becker 679a0cc7f0
update debian parts 5 years ago
Jeff Becker a6b9a19b3d
start working on 352 5 years ago
Michael 656843e9a3
Fix issues on debian 5 years ago
Jeff Becker 732aa3297a
fix makefile jobserver 5 years ago
Jeff Becker 6014884207
add ninja build option to makefile such that you can run:
make NINJA=$(which ninja)

and it will use ninja to build
5 years ago
Jeff Becker 5d4c02c22b
update testnet docs and add more tuneable paramters 5 years ago
Rick V 3e85ccb032
update makefile 5 years ago
Jeff 832ad942aa
Merge pull request #237 from despair86/dev
separate header and implementation
5 years ago
Rick V f8bb73b73b
not used on linux 5 years ago
Jeff Becker b521ba4670
make pylokinet work 5 years ago
Jeff Becker d89e58199a
add initial identity key seed stuff
add more kubernetes stuff

make shared library installed if built
5 years ago
Jeff Becker 67a1eafbf9
remove explicit -j12 as it's propagated automatically by using $(MAKE) 5 years ago
Michael 77c662abdd
Add coverage to makefile 5 years ago
Michael c655600704
Add flag to generate coverage data 5 years ago
Jeff Becker 5b87fb509e
start on kubernetes shim and fix up shared library target and ffi python code 5 years ago
Jeff Becker 9b37745496
fix up makefile to enable shared lib by defualt
fix up makefile to unbreak anaylze target
5 years ago
Jeff Becker fad734a5ce
strict types for pubkey, secretkey and routerid 6 years ago
Jeff Becker 2aeb0d018b
don't have install depend on build in makefile for debuild reasons 6 years ago
Jeff Becker a770b9516f
update makefile to use cmake install 6 years ago
Jeff Becker 40678f9019
add dnslib unit test coverage 6 years ago
Jeff Becker 2d2286b682
also add cap_net_bind_service in makefile 6 years ago
Jeff Becker 7e4d74cbfc
add initial jni stuff for lokinet android. i fucking hate android so god damn much. 6 years ago
Jeff Becker a8e3f79fc4
Merge remote-tracking branch 'origin/master' 6 years ago
Jeff Becker f22c3aed88
turn off AVX2 by default in build 6 years ago
Jeff Becker 0bbf9c431a
more flags for compile 6 years ago
Jeff Becker 5357b4b69f
make clang happy, disable netns by default (for now) 6 years ago
Jeff Becker 3718a7d016
Merge remote-tracking branch 'github/master' into dev 6 years ago