Wykres commitów

10 Commity (bc423e2e26a6b9de843a2170bfd78fd70464fec4)

Autor SHA1 Wiadomość Data
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