Wykres commitów

10 Commity (e8503fb9b0a54483ab7d5dfc9f4989973711f1ef)

Autor SHA1 Wiadomość Data
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 5020ba7f92 Resolved conflicts with develop branch. 2020-02-24 23:11:51 +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 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 742eba2cd6 Reorganize stlink-gui and update README, add building gui with Travis CI on linux 2016-05-11 12:03:56 +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