Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ENABLE_WERROR option | Robert Tari | 2021-08-09 | 1 | -0/+8 |
| | |||||
* | Convert testing and coverage reporting to cmake-extras style | Robert Tari | 2021-06-11 | 1 | -22/+15 |
| | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-session/issues/34 | ||||
* | CMakeLists.txt: Add Ayatana standard bits | Robert Tari | 2021-06-10 | 1 | -3/+22 |
| | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-session/issues/38 | ||||
* | Fix CMake deprecation warning | Robert Tari | 2021-06-07 | 1 | -2/+2 |
| | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-session/issues/37 | ||||
* | Move common parts over to libayatana-common and clean up | Marius Gripsgard | 2021-05-25 | 1 | -7/+0 |
| | | | | | | | | This moves some common functions over to libayatana-common, this also removes the direct need for any ayatana indicators to depend on url-dispatcher as this will be handeled by libayatana-common. This also cleans up a pretty messy code and removes many duplicates. | ||||
* | CMakeLists.txt: Require libayatana-common (>= 0.9.2). | Mike Gabriel | 2021-05-25 | 1 | -0/+1 |
| | |||||
* | CMakeLists.txt: Check for path variation on where to find googletest source ↵ | Mike Gabriel | 2021-04-28 | 1 | -1/+6 |
| | | | | files. | ||||
* | CMakeLists.txt: Rename enable_tests to ENABLE_TESTS (disabled by default) ↵ | Mike Gabriel | 2021-04-28 | 1 | -5/+12 |
| | | | | and enable_lcov to ENABLE_COVERAGE (disabled by default). | ||||
* | Switch from URL Dispatcher to Lomiri URL Dispatcher. | Mike Gabriel | 2021-02-02 | 1 | -2/+2 |
| | |||||
* | release 0.8.20.8.2 | Mike Gabriel | 2021-01-28 | 1 | -1/+1 |
| | |||||
* | release 0.8.10.8.1 | Mike Gabriel | 2020-09-10 | 1 | -1/+1 |
| | |||||
* | release 0.8.00.8.0 | Mike Gabriel | 2020-08-17 | 1 | -1/+1 |
| | |||||
* | CMakeLists.txt: Drop workaround for missing libexec dir on Debian. Debian ↵ | Mike Gabriel | 2020-07-24 | 1 | -4/+0 |
| | | | | moved forward and now supports FHS 3.0 (since Debian Policy 4.1.5). | ||||
* | release 0.4.40.4.4 | Mike Gabriel | 2019-11-27 | 1 | -1/+1 |
| | |||||
* | release 0.4.30.4.3 | Mike Gabriel | 2018-08-21 | 1 | -1/+1 |
| | |||||
* | Reintroduce optional url-dispatcher support. | Mike Gabriel | 2018-03-25 | 1 | -0/+7 |
| | |||||
* | release 0.4.20.4.2 | Mike Gabriel | 2018-02-28 | 1 | -1/+1 |
| | |||||
* | release 0.4.10.4.1 | Mike Gabriel | 2017-10-24 | 1 | -1/+1 |
| | |||||
* | CMakeLists.txt: Add quotes around GETTEXT_PACKAGE value. | Mike Gabriel | 2017-07-21 | 1 | -1/+1 |
| | |||||
* | release 0.4.00.4.0 | Mike Gabriel | 2017-05-30 | 1 | -1/+1 |
| | |||||
* | Fork from Ubuntu's indicator-session project. | Mike Gabriel | 2015-11-14 | 1 | -5/+4 |
| | |||||
* | under unity8 start system-settings instead unity-control-center | Sebastien Bacher | 2015-08-27 | 1 | -1/+2 |
| | |||||
* | Work around dh_translations not understanding CMake variable substitution | Charles Kerr | 2013-10-01 | 1 | -1/+1 |
| | |||||
* | in CMakeLists.txt, include the GCov rules before adding the src ↵ | Charles Kerr | 2013-08-12 | 1 | -7/+9 |
| | | | | subdirectory. This unbreaks coverage report generation. | ||||
* | in cmake files, limit scopes by moving single-target properties out of the ↵ | Charles Kerr | 2013-07-01 | 1 | -16/+14 |
| | | | | global variables to single-target ones and moving single-use includes into the directories where they're used | ||||
* | in cmake, remove the 'full_warnings' option because we always run with full ↵ | Charles Kerr | 2013-07-01 | 1 | -1/+0 |
| | | | | warnings. | ||||
* | in our cmake files, rename PROJECT_LIBEXECDIR as CMAKE_INSTALL_LIBEXECDIR ↵ | Charles Kerr | 2013-07-01 | 1 | -2/+3 |
| | | | | and CMAKE_INSTALL_FULL_LIBEXECDIR for consistency with the other GNUInstallDirs | ||||
* | in the cmake files, prefer the _FULL versions of the GNU variables | Charles Kerr | 2013-07-01 | 1 | -2/+2 |
| | |||||
* | bump the glib prerequisite in CMakeLists.txt and debian/control to the first ↵ | Charles Kerr | 2013-07-01 | 1 | -2/+2 |
| | | | | stable version number containing the features we need (2.36). It had been a beta (2.35.x) for historical reasons. | ||||
* | remove localinstall mode | Charles Kerr | 2013-06-28 | 1 | -1/+0 |
| | |||||
* | cmake: cleanup, move DBUSSERVICEDIR's scope from global to the data/ dir | Charles Kerr | 2013-06-20 | 1 | -12/+4 |
| | |||||
* | install .schema.xml and indicator-session-service in the right places. | Charles Kerr | 2013-06-20 | 1 | -1/+2 |
| | |||||
* | cmake work: properly generate and install the .service file for dbus activation | Charles Kerr | 2013-06-20 | 1 | -1/+17 |
| | |||||
* | Add Translations.cmake for i18n files | Charles Kerr | 2013-03-23 | 1 | -0/+1 |
| | |||||
* | use pete woods' hud cmake code for the build.sh script to check for Ninja ↵ | Charles Kerr | 2013-03-23 | 1 | -39/+27 |
| | | | | and to move the gdbus-codegen macros into a resuable file in the cmake/ directory. | ||||
* | add top-level cmake files to the repo | Charles Kerr | 2013-03-22 | 1 | -0/+71 |