2021-05-25 Mike Gabriel * release 0.9.2 (HEAD -> master, tag: 0.9.2) 2021-05-25 Robert Tari * Merge branch 'sunweaver-pr/provide-have-desktopenv-program-functions' (43bbe9b) 2021-05-25 Mike Gabriel * src/utils.(ch): Add ayatana_common_utils_have_*_program() functions used in session indicator. (9fc7eaa) 2021-05-23 Mike Gabriel * Merge branch 'tari01-pr/update-docs' (3989df8) 2021-05-17 Robert Tari * Update documentation files (ffd9c2c) 2021-05-12 Mike Gabriel * Merge branch 'tari01-pr/prefix-symbols' (622d115) 2021-05-12 Robert Tari * Prefix functions in utils with ayatana_common_utils_ (68f98ee) 2021-05-11 Robert Tari * Merge branch 'sunweaver-pr/add-coverage-support' (75dd432) 2021-05-04 Mike Gabriel * .travis.yml: Don't try running autotools based CI build. (ae23acc) * .travis.yml: Don't try running autotools based CI build. (c55c46f) * CMakeLists.txt: Add coverage report support. (fbf20bd) 2021-05-03 Mike Gabriel * Prepare for next release (v0.9.2). (f8fb7f2) 2021-05-01 Mike Gabriel * README.md: Pull in CI build status icon from travis-ci.com, not travis-ci.org. (00f4729) * Merge branch 'tari01-pr/add-install' (e90249e) 2021-04-29 Robert Tari * INSTALL.md: Add build/installation instructions (17f5d8f) 2021-05-01 Mike Gabriel * Merge branch 'tari01-pr/standardise-makefile' (ddaf929) 2021-04-29 Robert Tari * CMakeLists.txt: Use our standardised CMake bits (155b2f1) * Merge branch 'sunweaver-pr/travis-ci' (0d153a3) 2021-04-29 Mike Gabriel * CMakeLists.txt: Be happy with cmake 3.13 (fixes FTBFS on Debian 10). (298f4b3) * .travis.yml: Temporarily disable CI builds on ubuntu:rolling. Ubuntu's I series is not ready yet as docker container. (e863413) * tests/CMakeLists.txt: Build unit tests with --no-pie CXXFLAG. (2484d58) * README.md: Add file, show Travis CI status. (6781806) * debian/rules: Explicitly enable unit tests during package build. (2a3e4e9) * CMakeLists.txt: Adjust test build option (DISABLE_TESTS -> ENABLE_TESTS, defaulting to OFF). Add ENABLE_COVERAGE build option. (82d8739) * Travis CI: Initial draft for CI builds. (e29071a) 2021-04-12 Robert Tari * Attributes GH PR #11: https://github.com/AyatanaIndicators/libayatana-common/pull/11 (9929648) 2021-04-12 Mike Gabriel * src/CMakeLists.txt: Drop PUBLIC_HEADER from set_target_properties to avoid utils.h in . (17c78ef) * release 0.9.1 (e264045) (tag: 0.9.1) * Merge branch 'tari01-pr/add-zenity-warning' (94b8cfc) 2021-04-02 Robert Tari * Add the Zenity warning function (9f6064b) 2021-03-30 Mike Gabriel * release 0.9.0 (8acbd3a) (tag: 0.9.0) * Merge branch 'tari01-pr/add-budgie' (8b8c30f) 2021-03-22 Robert Tari * Add us to the copyright headers (18179a1) * Add Budgie desktop support (cd6d7b2) * Whitespace fix (27d8dca) 2021-03-30 Mike Gabriel * Merge branch 'tari01-pr/fix-required-cmake-version' (73bd95f) 2021-02-08 Robert Tari * Fix minimum required CMake version warning (5bf1dcb) 2021-03-30 Mike Gabriel * Merge branch 'revert-1-pr/no-lomiri-tests-without-url-dispatcher' (4cba471) 2021-02-03 Marius Gripsgard * Revert "tests/: Don't run Lomiri related unit test, if library hasn't been bu…" (bc3517b) 2021-02-03 Robert Tari * Merge branch 'sunweaver-pr/port-to-lomiri-url-dispatcher' (e3cb90d) 2021-02-03 Mike Gabriel * Port from URL Dispatcher to Lomiri URL Dispatcher. (7d1d251) 2021-02-03 Robert Tari * Merge branch 'sunweaver-pr/deb-packaging' (e679711) * Merge branch 'sunweaver-pr/add-copying-file' (e436dff) 2021-01-15 Mike Gabriel * Explicitly set ABI_VERSION / API_VERSION and use ABI_VERSION in the .so filename. (0954c9d) * tests/CMakeLists.txt: Add GMOCK_LIBRARIES to target_link_libraries(). (d16f5df) * tests/: Don't run Lomiri related unit test, if library hasn't been built against lomiri-uri-dispatcher. (e4bbb7d) 2021-02-03 Robert Tari * Merge branch 'sunweaver-pr/set-api-abi-version' (00d165c) 2021-01-15 Mike Gabriel * tests/CMakeLists.txt: Add GMOCK_LIBRARIES to target_link_libraries(). (f4699d4) * tests/: Don't run Lomiri related unit test, if library hasn't been built against lomiri-uri-dispatcher. (792fe77) 2021-02-03 Robert Tari * Merge branch 'sunweaver-pr/gmock-must-be-in-link-libraries' (1756ee8) 2021-01-15 Mike Gabriel * tests/: Don't run Lomiri related unit test, if library hasn't been built against lomiri-uri-dispatcher. (1206219) 2021-02-03 Robert Tari * Merge branch 'sunweaver-pr/no-lomiri-tests-without-url-dispatcher' (d869125) 2021-01-15 Mike Gabriel * debian/: Initial packaging draft. (2e291cb) * tests/: Don't run Lomiri related unit test, if library hasn't been built against lomiri-uri-dispatcher. (b462fd7) * tests/CMakeLists.txt: Add GMOCK_LIBRARIES to target_link_libraries(). (f730ff4) * Explicitly set ABI_VERSION / API_VERSION and use ABI_VERSION in the .so filename. (470a653) * COPYING: Add file. (b6670f0) * Explicitly set ABI_VERSION / API_VERSION and use ABI_VERSION in the .so filename. (dc7ae44) * tests/CMakeLists.txt: Add GMOCK_LIBRARIES to target_link_libraries(). (1d64ee4) * tests/: Don't run Lomiri related unit test, if library hasn't been built against lomiri-uri-dispatcher. (b68ebfc) 2021-01-12 Marius Gripsgard * Inital commit (3cc2c95)