| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-01-30 | ci: add set -eo pipefail to workflow scriptsgh-actions | mbkma | 4 | -0/+8 | |
| 2026-01-29 | ci: remove redundant GH CLI installation step | mbkma | 1 | -6/+0 | |
| 2026-01-28 | remove .build.yml | mbkma | 1 | -55/+0 | |
| 2026-01-28 | ci: add missing PKGBUILD depends to archlinux CI script | mbkma | 1 | -0/+11 | |
| 2026-01-28 | ci: add missing packages and downstream links to CI scripts | mbkma | 4 | -2/+6 | |
| 2026-01-27 | ci: migrate from Travis CI to GitHub Actions | mbkma | 9 | -48/+305 | |
| Replace Travis CI configuration with GitHub Actions workflows. Add CI build workflow for Debian, Fedora, Ubuntu, and Archlinux. Add release workflow for automated GitHub releases on tags. Add dependabot configuration for GHA pin updates. Remove obsolete .travis.yml. | |||||
| 2024-02-12 | release 1.28.0v1.28.0 | raveit65 | 3 | -2/+6 | |
| 2024-01-23 | ci: use ubuntu jammy as docker | raveit65 | 1 | -1/+1 | |
| 2023-08-30 | release 1.27.1v1.27.1 | raveit65 | 3 | -4/+8 | |
| 2023-05-25 | Add meson compilation support (#36) | mouse | 4 | -0/+65 | |
| 2023-04-04 | release 1.27.0v1.27.0 | raveit65 | 2 | -1/+5 | |
| 2021-08-03 | release 1.26v1.26.0 | raveit65 | 2 | -1/+5 | |
| 2021-05-30 | travis-ci: use ubuntu focal as host system | raveit65 | 1 | -1/+1 | |
| fixes build issues with fedora:latest (f34) tag. | |||||
| 2021-04-25 | travis: disable travis builds for ubuntu | raveit65 | 1 | -1/+1 | |
| Sadly, there is a limit for free builds at docker.com See discussion https://github.com/orgs/mate-desktop/teams/core-team/discussions/25 | |||||
| 2021-02-22 | tx: use rolling tag for ubuntu | raveit65 | 1 | -1/+1 | |
| 2021-02-22 | tx: temporarily disable build for ArchLinux | raveit65 | 1 | -1/+1 | |
| 2020-12-08 | update issue template | raveit65 | 1 | -1/+1 | |
| 2020-12-08 | update issue template | raveit65 | 1 | -1/+1 | |
| 2020-08-11 | mate-compiler-flags: add -Wno-unused-parameter to maximum c++ warnings | Pablo Barciela | 1 | -1/+1 | |
| 2020-08-11 | mate-compiler-flags: disable '-Wno-unused' and '-Wno-sign-compare' | Pablo Barciela | 1 | -3/+3 | |
| 2020-07-02 | Travis CI: enable irc notifications with tagged commits | Pablo Barciela | 1 | -1/+1 | |
| 2020-06-25 | [ci] fix release tarball on travis CI failed | Wu Xiaotian | 1 | -1/+3 | |
| 2020-04-19 | Travis CI: enable irc notifications with broken builds | Pablo Barciela | 1 | -0/+12 | |
| 2020-04-05 | ci: opt in to dpl pre-release with edge= True | raveit65 | 1 | -0/+1 | |
| 2020-04-02 | [ci]: change archlinux docker image name | Wu Xiaotian | 1 | -1/+1 | |
| 2020-04-02 | [ci] Avoid warning for build config validation | Wu Xiaotian | 1 | -6/+6 | |
| 2020-04-02 | [ci] fix build error with archlinux on Travis CI | Wu Xiaotian | 1 | -1/+1 | |
| 2020-04-02 | release 1.25.0v1.25.0 | raveit65 | 2 | -1/+5 | |
| 2020-04-02 | silent -Wunused-parameter for maximum warning level | raveit65 | 1 | -1/+1 | |
| 2020-03-16 | Travis CI: use Ubuntu devel instead 19.10 | Pablo Barciela | 1 | -2/+1 | |
| 2020-02-22 | travis: update config for new travis validation | raveit65 | 2 | -57/+58 | |
| 2020-02-07 | release 1.24.0v1.24.0 | raveit65 | 2 | -1/+5 | |
| 2019-11-23 | travis ci: use fedora:latest | raveit65 | 1 | -1/+1 | |
| 2019-10-10 | Travis CI: use Debian "testing" instead "sid" | Pablo Barciela | 1 | -1/+1 | |
| 2019-10-05 | travis(ci): enable notify_servers | raveit65 | 1 | -0/+2 | |
| 2019-09-30 | release 1.23.3v1.23.3 | raveit65 | 2 | -1/+5 | |
| 2019-09-30 | update MATE_CXX_WARNINGS macro | rbuj | 1 | -51/+57 | |
| - add more compiler flags - remove this constraint: "Only use compiler warnings for gcc" - remove the ansi flag (c++98 iso standard) - Use autoconf archive macros (AX_) | |||||
| 2019-09-28 | release 1.23.2v1.23.2 | raveit65 | 2 | -1/+5 | |
| 2019-09-27 | Set compiler debug flags in MATE_DEBUG_CHECK | rbuj | 1 | -9/+6 | |
| 2019-09-26 | release 1.23.1v1.23.1 | raveit65 | 2 | -1/+5 | |
| 2019-09-26 | Check if AX_APPEND_FLAG and AX_CHECK_COMPILE_FLAG are available | rbuj | 1 | -0/+8 | |
| Print the error message "You need to install the autoconf-archive package." if autoconf archive macros are not available on the system. | |||||
| 2019-09-26 | release 1.23.0v1.23.0 | raveit65 | 2 | -1/+5 | |
| 2019-09-25 | update mate-compiler-flags macro | raveit65 | 1 | -50/+21 | |
| - add more compiler flags - remove this constraint: "Only use compiler warnings for gcc" - remove the ansi flag (c89 iso standard) - Use autoconf archive macros (AX_) | |||||
| 2019-05-31 | Create FUNDING.yml | Martin Wimpress | 1 | -0/+9 | |
| 2019-05-21 | travis: use fedora 30 and ubuntu-19.10 | raveit65 | 1 | -2/+2 | |
| 2019-03-31 | auto release when push tag to github | Wu Xiaotian | 1 | -0/+19 | |
| 2019-03-08 | travis: fix distcheck for fedora | raveit65 | 1 | -0/+1 | |
| 2019-02-23 | release 1.22.0v1.22.0 | raveit65 | 2 | -1/+5 | |
| 2019-02-16 | initial travis ci | Wu Xiaotian | 1 | -0/+66 | |
| 2019-02-09 | release 1.21.0v1.21.0 | raveit65 | 2 | -1/+5 | |
