Commit Graph

141 Commits

Author SHA1 Message Date
Michael
656843e9a3
Fix issues on debian 2019-02-12 01:19:38 +00:00
Jeff Becker
732aa3297a
fix makefile jobserver 2019-02-08 08:12:07 -05:00
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
2019-02-07 09:12:11 -05:00
Jeff Becker
5d4c02c22b
update testnet docs and add more tuneable paramters 2019-02-07 08:20:03 -05:00
Rick V
3e85ccb032
update makefile 2019-02-06 20:02:00 -06:00
Jeff
832ad942aa
Merge pull request #237 from despair86/dev
separate header and implementation
2019-01-23 15:27:19 -05:00
Rick V
f8bb73b73b
not used on linux 2019-01-22 18:17:07 -06:00
Jeff Becker
b521ba4670
make pylokinet work 2019-01-21 11:57:12 -05:00
Jeff Becker
d89e58199a
add initial identity key seed stuff
add more kubernetes stuff

make shared library installed if built
2019-01-21 10:45:18 -05:00
Jeff Becker
67a1eafbf9
remove explicit -j12 as it's propagated automatically by using $(MAKE) 2019-01-14 07:41:38 -05:00
Michael
77c662abdd
Add coverage to makefile 2019-01-13 01:41:25 +00:00
Michael
c655600704
Add flag to generate coverage data 2019-01-12 01:19:24 +00:00
Jeff Becker
5b87fb509e
start on kubernetes shim and fix up shared library target and ffi python code 2019-01-09 11:07:55 -05:00
Jeff Becker
9b37745496
fix up makefile to enable shared lib by defualt
fix up makefile to unbreak anaylze target
2019-01-09 09:22:35 -05:00
Jeff Becker
fad734a5ce
strict types for pubkey, secretkey and routerid 2018-12-10 12:22:59 -05:00
Jeff Becker
2aeb0d018b
don't have install depend on build in makefile for debuild reasons 2018-12-10 09:27:40 -05:00
Jeff Becker
a770b9516f
update makefile to use cmake install 2018-12-10 09:26:59 -05:00
Jeff Becker
40678f9019
add dnslib unit test coverage 2018-12-04 11:16:43 -05:00
Jeff Becker
2d2286b682
also add cap_net_bind_service in makefile 2018-12-03 08:29:30 -05:00
Jeff Becker
7e4d74cbfc
add initial jni stuff for lokinet android. i fucking hate android so god damn much. 2018-11-26 17:46:22 -05:00
Jeff Becker
a8e3f79fc4
Merge remote-tracking branch 'origin/master' 2018-11-26 08:56:24 -05:00
Jeff Becker
f22c3aed88
turn off AVX2 by default in build 2018-11-26 08:54:53 -05:00
Jeff Becker
0bbf9c431a
more flags for compile 2018-11-21 16:52:35 -05:00
Jeff Becker
5357b4b69f
make clang happy, disable netns by default (for now) 2018-11-19 08:39:35 -05:00
Jeff Becker
3718a7d016
Merge remote-tracking branch 'github/master' into dev 2018-11-19 07:01:42 -05:00
Jeff Becker
d37daf7996
Merge branch 'master' into dev 2018-11-19 06:57:29 -05:00
Ryan Tharp
0b4e4828d1
Merge pull request #55 from neuroscr/master
remove DNS_PORT
2018-11-19 08:06:05 +09:00
Ryan Tharp
9f436c68eb remove DNS_PORT 2018-11-18 14:40:35 -08:00
Jeff Becker
78e59fced0
remove cxx11 2018-11-18 09:43:32 -05:00
Jeff Becker
9db99d4d04
fix debian build 2018-11-13 10:16:14 -05:00
Jeff Becker
3298cd549a
try fixing debian build 2018-11-13 08:37:35 -05:00
Jeff Becker
c30d908893
Merge branch 'master' into dev 2018-11-09 09:49:00 -05:00
Jeff Becker
996193aa6a
specify generator for cmake and make configurable 2018-11-09 08:12:20 -05:00
Jeff Becker
cc4a836fc5
add windows target for ci 2018-11-09 07:49:29 -05:00
Jeff Becker
38a92cb1a8
fixes for testnet 2018-11-08 10:15:02 -05:00
Jeff Becker
960aa479e9
fixes for ancient rpi toolchain 2018-11-08 07:31:50 -05:00
Jeff Becker
7090a012f3
Merge remote-tracking branch 'micheal/wextra' into dev 2018-11-07 10:57:34 -05:00
Jeff Becker
58db5c1769
make android build work in android studio 2018-11-07 07:23:06 -05:00
Michael Thorpe
a2d5d80779
Enable warnings as errors
test criteria:
- Built from clean on macOS
2018-11-06 22:48:17 +00:00
Jeff Becker
b501913f85
make android build work with gradle 2018-11-06 09:27:25 -05:00
Jeff Becker
f1cca956f9
make android compile again 2018-11-06 09:06:09 -05:00
Jeff Becker
962303fb03
update makefile 2018-11-06 08:14:14 -05:00
Jeff Becker
bea13cef04
add android target (initial) 2018-11-06 08:03:10 -05:00
Jeff Becker
80b99d2efb
make format and parallelize analyze target in makefile 2018-11-05 06:31:43 -05:00
Jeff Becker
6f8e6be252
remove redundant setcap 2018-11-05 06:22:25 -05:00
Ryan Tharp
5d90cbe895 Merge branch 'master' of https://github.com/loki-project/loki-network 2018-11-03 13:43:21 +00:00
Ryan Tharp
67390de0c2 merge 2018-11-03 06:19:18 -07:00
Jeff
4a60ab97e1
Merge branch 'master' into docker 2018-11-02 18:08:11 -04:00
Michael Thorpe
01445399f0
Add initial dockerfile support
This provides a simple way to do quick cross-platform verification
of changes.

`make docker-debian` will build a debian image and run the tests
`make docker-fedora` will build a fedora image and run the tests
2018-11-02 18:06:01 -04:00
Michael Thorpe
43d78e5c71
Add initial dockerfile support
This provides a simple way to do quick cross-platform verification
of changes.

`make docker-debian` will build a debian image and run the tests
`make docker-fedora` will build a fedora image and run the tests
2018-11-02 21:05:36 +00:00