Commit Graph

11 Commits

Author SHA1 Message Date
ekta-v 425a49edaf
update spec file for build script cross compile exe 2019-09-16 16:20:40 +05:30
Peter Šurda ef1cd5a9bd
Merge branch '1159' into upstream-v0.6 2018-03-20 06:49:42 +01:00
sigoa 84c94ad748
codacy no like ` this ` 2018-03-18 11:50:57 +01:00
sigoa c93b31dd45
backticks problematic 2018-03-18 11:46:10 +01:00
Peter Šurda 6fb5a751c6
Add collectd monitoring script 2017-12-20 09:41:36 +01:00
Peter Šurda 395812c0f8
Systemd config file
- tested on Debian 9, you may have to adjust paths/uids if your
deployment differs
2017-12-20 09:20:24 +01:00
Peter Šurda 8579d8b3b5
PyInstaller spec file updates
- file name based on architecture, version and date
- workaround for __init__ in src
- change to unix line endings
2017-02-27 13:02:37 +01:00
Peter Šurda 249a513630
Pyinstaller warning
- remove unnecessary includes
2017-02-19 21:53:32 +01:00
Peter Šurda 46a2c361de
Building and msgpack fixes
- Makefile typo
- pyinstaller rewritten and fixed including and initialisation of
  messagetypes
- msgpack decoding new message display fix
2017-02-19 19:48:45 +01:00
Peter Šurda 67c8966a21
Windows compatibility fixes
- spec file for pyinstaller detects architecture (32 or 64bit)
- spec file uses os.path.join
- spec file creates and adds the list of messagetypes
- added MinGW/MSyS support in Makefile
- separate Makefile.msvc for MCVC
- bitmsghash.cpp minor adjustments to build also on MSVC/MinGW
- if frozen mode, messagetypes loads the list of files from a text file
  generated during archive building rather than from a directory
2017-02-19 14:48:53 +01:00
Peter Šurda 3033520995
Directory maintenance
- rearrange obsolete build scripts
- rearrange working build scripts
- add build / devel scripts I use
- add existing development tests (bloom filter, message encoding, thread
  interrupts)
- add directory descriptions
2016-12-01 16:45:04 +01:00