Wykres commitów

19 Commity (a60c24cbc040fe63b12172e93d0d99778b30eaca)

Autor SHA1 Wiadomość Data
nightwalker-87 a60c24cbc0 General Project Update
- [doc] Updated system requirements
- Updated CHANGELOG.md
- Updated list of contributors
2023-12-24 00:34:29 +01:00
nightwalker-87 fd8d8e6139
Merge branch 'develop' into testing 2023-09-02 17:35:59 +02:00
Martin Mares 4b69bdd3e9 CMake: Avoid hard-wired /usr/local/share
Instead of defining own CMAKE_INSTALL_SHAREDIR, use existing
CMAKE_INSTALL_FULL_DATADIR.

This way, CMAKE_INSTALL_PREFIX is respected.
2023-08-15 12:45:30 +02:00
nightwalker-87 101d77bf7e Formatting & style fixes. 2023-06-24 23:55:12 +02:00
nightwalker-87 21633df34a Minor compilation fixes
- Corrected install path for gui executable
- Changed directory for chip-id files
2023-03-19 15:43:37 +01:00
nightwalker-87 f93adb92f2 Fixes for project compilation
- Cleanup for CMakeLists.txt
- [doc] Added list of cmake path variables
- Fixed stlink-gui install path (Closes #1270) (Closes #1271)
- Replaced path variable for chips directory
2022-10-24 01:49:03 +02:00
nightwalker-87 bf41f14045 General Project Update
- Updated list of required packages
- Fixed install path of stlink-gui.ui file
- Minor fixes in compiling.md
- Updated CHANGELOG.md
2020-09-20 14:26:26 +02:00
nightwalker-87 56a699d375 Added missing cmake install prefix
(Closes #1006)
2020-07-18 00:56:49 +02:00
nightwalker-87 31b1fa1620 Fixed install paths (headers & stlink-gui.ui) 2020-06-28 21:01:59 +02:00
nightwalker-87 05f79e1cdf [regression] Fixed GTK3 detection 2020-06-04 21:33:34 +02:00
Vasiliy Glazov e95b5ffcfe
Fix installation path for desktop-file and icons.
This change fixes installation path for desktop-file and icons.
They should be installed directly to
```
/usr/share/applications/
/usr/share/icons/hicolor/scalable/apps/
```
2020-06-01 08:44:11 +03:00
nightwalker-87 5fc02abf33 Improved cmake-config for GUI build 2020-05-19 14:08:07 +02:00
nightwalker-87 7ef06378aa Refactoring for build settings
Tidy up install paths & directories:
-> modprobe.d & udev rules
  (both are now ON per default on Linux)
-> stlink-gui supplements
-> man pages
- Fixed paths according to GNUInstallDirs
- cmake: Restructured library config
- Test files & gui now use shared library
2020-05-19 11:28:35 +02:00
nightwalker-87 f827006231 Refactoring for cmake build settings
- Moved additional header files to /src
- Simplified header-paths
- Added missing license title for getopt
- Added comments and sections to CMakeLists
- Improved file structure (partially)
- Co-build st-util with st-info & st-flash
- GUI: Renamed .ui file to match executable
- Added install targets for executables
- Added missing "uninstall" cmd to Makefile
2020-04-25 22:34:18 +02:00
nightwalker-87 68fdd3927d Reconfigured cmake packaging
- Refactoring for package config & build
- deb-pkg: postinst script with depmod -a

(Fixes #845)
2020-04-18 16:45:05 +02:00
nightwalker-87 e98c7d4926 Updated cmake settings from GTK to GTK3 2020-04-17 20:45:33 +02:00
nightwalker-87 155439230a Unified naming for cmake modules & paths 2020-04-17 15:43:35 +02:00
nightwalker-87 07c5e324a8 Updated CHANGELOG for upcoming release 2020-04-17 13:21:07 +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