Commit Graph

5 Commits (a0bbd21efcd95a7bff9984f52a7cf0e98d8ecea8)

Author SHA1 Message Date
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
7 years ago
Peter Šurda 249a513630
Pyinstaller warning
- remove unnecessary includes
7 years ago
Peter Šurda 46a2c361de
Building and msgpack fixes
- Makefile typo
- pyinstaller rewritten and fixed including and initialisation of
  messagetypes
- msgpack decoding new message display fix
7 years ago
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
7 years ago
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
7 years ago