summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-05-29travis-ci: use ubuntu focal as host systemraveit651-1/+1
fixes build issues with fedora:latest (f34) tag.
2021-04-23travis: disable travis builds for ubunturaveit651-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-03-08travis: build with mate-common-1.24.2 from reposraveit651-12/+0
2021-02-22tx: use rolling tag for ubunturaveit651-1/+1
2021-02-22tx: temporarily disable build for ArchLinuxraveit651-1/+1
2021-02-02build: set GETTEXT_PACKAGE=AC_PACKAGE_NAMErbuj1-1/+1
2020-12-26alsa: Add udev supportVille Syrjälä3-6/+161
Instead of polling for new devices once per second ask udev to send us events. Avoids waking up the CPU all the time and wasting power. We keep the timeout source as a fallback when udev support is not enabled, or the udev setup fails for whatever reason. The logic for udev_event_ok() was snooped from pulseaudio.
2020-12-08update issue templateraveit651-1/+1
2020-12-08update issue templateraveit651-1/+1
2020-08-18release 1.25.0v1.25.0raveit651-0/+7
2020-08-18tx: sync with transifexraveit6512-29/+33
2020-08-16Travis CI: debian build: add -Wunused-macros to CFLAGSPablo Barciela1-1/+1
2020-08-12pre-bump versionraveit652-1/+3
2020-07-05Use the correct macro for dynamic type's privateMichal Ratajsky1-1/+1
2020-06-29Travis CI: enable irc notifications with tagged commitsPablo Barciela1-1/+1
2020-06-24[ci] fix release tarball on travis CI failedWu Xiaotian1-1/+3
2020-06-17add git.mk to generate .gitignoretamplan1-0/+400
2020-04-19ci: don't run configure with autogen.shraveit651-1/+1
2020-04-19build: silent build warnings for distcheckraveit651-0/+3
2020-04-19Travis CI: enable irc notifications with broken buildsPablo Barciela1-0/+12
2020-04-17Travis CI: debian build: add clang compilerPablo Barciela1-0/+8
2020-04-17Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGSPablo Barciela1-4/+5
2020-04-10build: do not override the default value for MATE_COMPILE_WARNINGSrbuj1-1/+1
2020-04-07ci: variables, drop obsolete Warn_Cflagsraveit651-1/+0
2020-04-06ci: build with mate-common-1.24.1 tarballraveit651-19/+14
2020-04-06[ci] update build environmentWu Xiaotian1-14/+16
2020-03-28Remove warnings: ignoring #pragma clang diagnostic [-Wunknown-pragmas]rbuj3-9/+0
2020-03-12Travis CI: ubuntu build: add gccPablo Barciela1-0/+1
2020-03-12Travis CI: use Ubuntu devel instead 19.10Pablo Barciela1-2/+1
2020-02-18travis: update config for new travis validationraveit652-131/+132
2020-02-07release 1.24.0v1.24.0raveit652-1/+9
2020-01-24tx: sync with transifexraveit65110-18279/+16630
2019-12-10Fix cppcheck [syntaxError] warningsPablo Barciela30-105/+105
2019-12-08Travis CI: auto deploy gh-pagesPablo Barciela1-1/+34
2019-12-08Travis CI: enable 'cppcheck' in debianPablo Barciela1-0/+4
2019-12-08Travis CI: enable clang analyzer in the logsPablo Barciela1-1/+30
2019-12-08Revert "Create CNAME"raveit651-1/+0
This reverts commit 6eb675a5907cbc183c60795ede29e9706c0c985b.
2019-12-07Create CNAMEraveit651-0/+1
2019-12-01Travis CI: add '-Wredundant-decls' to 'CFLAGS' variablePablo Barciela1-1/+1
2019-11-24travis ci: use fedora:latestraveit651-1/+1
2019-11-06makepot: use "charset=UTF-8" instead "charset=CHARSET"Pablo Barciela1-0/+1
2019-11-06makepot: remove fuzzy linePablo Barciela1-0/+1
2019-11-05tx: remove fuzzy from resource fileraveit651-1/+0
2019-11-04tx: update resource for transifexraveit651-164/+151
2019-11-01avoid redundant redeclarationsPablo Barciela41-122/+0
2019-10-30update indent for Makefile.amWu Xiaotian1-1/+1
2019-10-30ci: add autopointWu Xiaotian1-1/+2
2019-10-30migrate from intltool to gettextWu Xiaotian3-4/+82
2019-10-09travis: build mate-common from tarballrbuj1-1/+22
2019-10-09Use WARN_CFLAGS which are only set with --enable-compiler-warningsrbuj7-79/+72
It removes --enable-more-warnings, since it is recommended to use --enable-compile-warnings=maximum It updates configure summary.