Commit Graph

6007 Commits (3d2990f90d040b2535c0523dbc30b2956f7d74d0)
 

Author SHA1 Message Date
Jeff Becker 7e82a3fefb use 64 bit windows target for now 4 years ago
Jeff Becker 4ce2542bbf fix gitlab tag (again) 4 years ago
Jeff Becker d3a503261e fix gitlab tag 4 years ago
Jeff Becker bc575e1649 fix gitlab ci file 4 years ago
Jeff Becker 53bef479a3 more macos installer bits 4 years ago
Jeff Becker b3eaf92588 add mac target for release 4 years ago
Jeff Becker 73eef0427a move cmake unix down 4 years ago
Jeff Becker dbaed61100 make gitlab pump out 32 bit installers, no lto for builds as that is cursed for now. 4 years ago
Jeff Becker 744acce8d2 update lokinet-bootstrap 4 years ago
Jeff Becker cf1cb3d304 allow fail 4 years ago
Jeff Becker 6c3fab84ec update ci for windows installers 4 years ago
Jeff Becker a0b6357e0a make installer pull in tuntap driver 4 years ago
Jeff Becker eb7ddae863 initial lokinet-bootstrap in powershell for windows 4 years ago
Jeff Becker 7f59cce443 set license 4 years ago
Jeff Becker 7406dbc964 cpack win32 4 years ago
Jeff Becker 8c84eac718 strict check of bounds 4 years ago
Jeff Becker dd9c8c91a3 add bounds check 4 years ago
Jeff Becker 91aa488024 remove un needed check 4 years ago
Jeff Becker 9933dadb20 fix use after move 4 years ago
Jeff Becker 0b66441e07 disable accedental fec in iwp outbound messages 4 years ago
Jeff Becker 9ae743a65b when we have an inbound session and we do a forward dns lookup
we should not look up the descriptor on the network as we
already have a session with them
4 years ago
Ryan Tharp cbb08c762e fix make static when TOOLCHAIN isn't set 4 years ago
Jeff e685d1fcf9
Merge pull request #1232 from jagerman/stapling
Add stapling after notarization
4 years ago
Jason Rhinelander 4a0ee5c66f Add stapling after notarization 4 years ago
Jeff edc0d1a3ed
Merge pull request #1225 from majestrate/macos-cpack-setup-and-bootstrap-2020-04-10
macos cpack installer infra
4 years ago
Jeff dde4c4c67e
Merge pull request #1228 from despair86/win32-cleanup
Win32 cleanup
4 years ago
Stephen Shelton 0b1c57f650 Include macos uninstall script 4 years ago
Jason Rhinelander 6da26bfa43 NOTARIZE only has one O 4 years ago
Jason Rhinelander 9f208d2b6c Pass CMAKE_PREFIX_PATH through to lokinet-gui
Needed to build against the right Qt
4 years ago
Rick V 6eaaeab094
reeee 4 years ago
Rick V 337a21d6f6
ew stinki 4 years ago
Rick V 76aa0421ff
use a new read buffer every time 4 years ago
Rick V 1e51bfde2c
fix 4 years ago
Rick V 4e87e8dc08
correctly return true/false when writing 4 years ago
Rick V c65eecf399
are we leaking data randomly 4 years ago
Rick V 46d4ab2708
this might just crash 4 years ago
Rick V 96fc3cdd55
fix pybind 4 years ago
Rick V df634b7775
remove a ton of ded win32 code 4 years ago
Rick V 938f40efe1
probably got mangled in a patch
supposed to tick at the end
4 years ago
Jason Rhinelander 216b807cb3 Notarize has an "a" in it 4 years ago
Jason Rhinelander f8209baf50 Move release motto string into CMakeLists.txt
Right after project() which contains the version, so that version +
motto updates are basically in one place (and so that non-Makefile cmake
invocations get it).
4 years ago
Jason Rhinelander 8d74407d11 codesigning and notarization
Codesigns and notarizes the package.  Requires a bunch of stuff to
actually get this working.  (see contrib/macos-signing.txt).

I'm currently also building with

    -DLOKINET_GUI_REPO=https://github.com/jagerman/loki-network-control-panel.git -DLOKINET_GUI_CHECKOUT=cmake

because it needs the camke-ification PR for the control panel to
properly sign everything there.
4 years ago
Jason Rhinelander 0032f1fdde Add simple installer readme 4 years ago
Jason Rhinelander daf0174e53 Change mac install prefix to /opt/lokinet
/usr/local is probably going to get stomped on by homebrew.
4 years ago
Jason Rhinelander ebb1950941 Add -DBUILD_PACKAGE=ON to make cpack code opt-in 4 years ago
Jason Rhinelander 93311fbc99 Build lokinet-gui with ExternalProject
Also installs it without the extra hack by specifying ../../Applications
for the destination.  (This definitely feels kind of nasty, but it works).
4 years ago
Jason Rhinelander 3dd3d48fbb Consolidate cmake vars & definitions
CMake will set version variables itself if you give the version in the
project(), which is cleaner.  Also removes some (nearly) duplicate
definitions and settings added in basic_definitions.cmake for unknown
reasons.

Removes some redundant settings (name, description, version) from the
cpack settings which already default to the values from the project()
call.
4 years ago
Stephen Shelton c20d5b186d Bundle gui in mac installer 4 years ago
Stephen Shelton dd3121d8ac MacOS installer / runtime nonsense 4 years ago
Jeff Becker 88ae4bdd77 gut ui-* 4 years ago