Wykres commitów

19 Commity (7ef06378aa16e210dc480ef5ae2bc12973becc0c)

Autor SHA1 Wiadomość Data
nightwalker-87 5e0e29984c Updated travis CI test-builds
- Added builds for clang -m32 on arch: AMD64
- Corrected invalid config settings
- Added clang-9 builds for linux
- Moved scripts to root directory
- Added MinGW cross-test-build for linux
2020-05-06 19:48:21 +02:00
nightwalker-87 ce6ffe7030 Refactoring for package distribution
- New cpack package-config for DEB and RPM
- Toolchain file for cross-building
- Script to automate MinGW cross-building
- Added file headers for .cmake files
- Added dpkg and rpm to required pkgs
2020-04-29 16:24:14 +02:00
nightwalker-87 e87bdff95b General Project Update
- Updated project README
- Updated .gitignore
- Updated project contributors
- Added contribution guidelines
2020-04-27 20:20:50 +02:00
nightwalker-87 9fd9045fdb General Project Update
- Added gtk-package to travis build config
- Added gtk to version_support.md (GUI)
- Minor correction for CHANGELOG.md
- README: Removed reference to OpenBSD
2020-04-17 18:13:23 +02:00
nightwalker-87 977576215e Partial project restructuring
- Updated travis CI build config
- Refactoring of cmake build config
- Alligned coding style for GUI
- Whitespace cleanup for GUI
- Moved source code for GUI
2020-04-16 21:59:29 +02:00
nightwalker-87 6eb9103a23 Updated build-settings
- Added new build configs for Travis
- Refactoring for cmake modules
- Updated Travis build script
- Makefile: binary build for Windows
2020-04-13 15:02:43 +02:00
nightwalker-87 cadfa94162 General Project Update
- Updated travis CI build configuration
- Updated project references
- Minor formatting fixes
2020-04-12 18:26:46 +02:00
Chen Guokai 734bfdaa47 Remove .travis-lin-mingw.sh in travis.yml 2020-04-11 20:24:08 +08:00
Slyshyk Oleksiy 83a31a09b3
Add win32 travis build (#2)
* add mingw64 build to travis CI

* Make .travis-lin-mingw.sh executable

* .travis-lin-mingw.sh: make build dir

* show $PWD in travis-lin-mingw

* update .travis-lin-mingw.sh

* ---

* update .travis-lin-mingw.sh

* update p7zip cmd

* fix sign/unsign comparioson in usb.c

* revert call .travis.sh

* clean up .travis-lin-mingw.sh
2020-02-29 16:23:22 +02:00
nightwalker-87 5020ba7f92 Resolved conflicts with develop branch. 2020-02-24 23:11:51 +01:00
nightwalker-87 4416a24b5d General project update:
- Updated README & CHANGELOG.
- Updated issue templates.
- Fixes in travis.yml
2020-02-19 21:20:10 +01:00
Oliver Schneider 78ced6a325 Don't use `%zx` because it's unsupported on mingw64 (#578)
* Don't use `%zx` because it's unsupported on mingw64
* Also check that no warnings happen on travis
* Prefer `unsigned int` over `unsigned`

* Install libusb through the travis whitelist instead of manually

* Test stlink against clang and gcc through the travis "compiler" flag instead of a manual matrix

* Re-add osx

* Fix warning on gcc
2017-03-24 23:11:09 +01:00
Jerry Jacobs 4209e4b924 cmake: Refactor into seperate files, fix project version detection when everything fails (travis) 2016-09-16 15:42:34 +02:00
Jerry Jacobs 9aac78d184 Deprecate autotools 2016-08-03 20:02:50 +02:00
Jerry Jacobs 2563f43965 TravisCI: Revert clang cmake build for linux 2016-06-18 09:49:39 +02:00
Jerry Jacobs 1c04e4f546 TravisCI: Disable clang 3.8 builds (disabled apt repo), remove autotools 2016-06-18 09:46:54 +02:00
Jerry Jacobs 74389ba7b8 travis: Add gcc-5 and clang-3.8 to matrix for linux cmake builds 2016-05-20 21:58:00 +02:00
Jerry Jacobs eae5157466 TravisCI: Add building with autotools, catches bugs early as seen by issue #403 2016-05-02 17:10:14 +02:00
Jerry Jacobs ca08bed617 travis: Initial continues integration build on linux and osx
* Fixup README to render HTML from Markdown
* Fixup CMakeLists.txt to have a lower working minimum version
* Add .travis.yml and .travis.sh for autobuild
2016-04-07 11:35:50 +02:00