aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* release 24.2.024.2.0release-buildsMike Gabriel2024-02-231-1/+1
|
* release 23.10.323.10.3Mike Gabriel2023-12-261-1/+1
|
* release 23.10.223.10.2Mike Gabriel2023-11-191-1/+1
|
* release 23.10.123.10.1Mike Gabriel2023-11-061-1/+1
|
* {CMakeLists.txt,src/service.c}: Make building against librda optional.Mike Gabriel2023-11-021-5/+13
|
* release 23.10.023.10.0Mike Gabriel2023-10-131-1/+1
|
* Add remote session detection/terminationRobert Tari2023-09-101-1/+2
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-session/issues/13
* release 22.9.222.9.2Mike Gabriel2023-06-061-1/+1
|
* CMakeLists.txt: Move project version to CMake's project()Robert Tari2023-06-061-2/+1
|
* CMakeLists.txt: Fix CMake version warningRobert Tari2023-04-271-1/+1
|
* CMakeLists.txt: Fix version number.Mike Gabriel2023-04-071-1/+1
|
* release 22.9.022.9.0Mike Gabriel2022-09-141-1/+1
|
* release 22.2.122.2.1Mike Gabriel2022-07-151-1/+1
|
* release 22.2.022.2.0Mike Gabriel2022-02-171-1/+1
|
* Drop pkglibexecdir and use native CMake file configurationRobert Tari2022-02-111-3/+1
|
* Clean up compilation flagsRobert Tari2022-01-271-14/+7
|
* Fix code to build with -WerrorRobert Tari2022-01-271-0/+2
|
* release 0.9.00.9.0Mike Gabriel2021-11-171-1/+1
|
* Add ENABLE_WERROR optionRobert Tari2021-08-091-0/+8
|
* Convert testing and coverage reporting to cmake-extras styleRobert Tari2021-06-111-22/+15
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-session/issues/34
* CMakeLists.txt: Add Ayatana standard bitsRobert Tari2021-06-101-3/+22
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-session/issues/38
* Fix CMake deprecation warningRobert Tari2021-06-071-2/+2
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-session/issues/37
* Move common parts over to libayatana-common and clean upMarius Gripsgard2021-05-251-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 Gabriel2021-05-251-0/+1
|
* CMakeLists.txt: Check for path variation on where to find googletest source ↵Mike Gabriel2021-04-281-1/+6
| | | | files.
* CMakeLists.txt: Rename enable_tests to ENABLE_TESTS (disabled by default) ↵Mike Gabriel2021-04-281-5/+12
| | | | and enable_lcov to ENABLE_COVERAGE (disabled by default).
* Switch from URL Dispatcher to Lomiri URL Dispatcher.Mike Gabriel2021-02-021-2/+2
|
* release 0.8.20.8.2Mike Gabriel2021-01-281-1/+1
|
* release 0.8.10.8.1Mike Gabriel2020-09-101-1/+1
|
* release 0.8.00.8.0Mike Gabriel2020-08-171-1/+1
|
* CMakeLists.txt: Drop workaround for missing libexec dir on Debian. Debian ↵Mike Gabriel2020-07-241-4/+0
| | | | moved forward and now supports FHS 3.0 (since Debian Policy 4.1.5).
* release 0.4.40.4.4Mike Gabriel2019-11-271-1/+1
|
* release 0.4.30.4.3Mike Gabriel2018-08-211-1/+1
|
* Reintroduce optional url-dispatcher support.Mike Gabriel2018-03-251-0/+7
|
* release 0.4.20.4.2Mike Gabriel2018-02-281-1/+1
|
* release 0.4.10.4.1Mike Gabriel2017-10-241-1/+1
|
* CMakeLists.txt: Add quotes around GETTEXT_PACKAGE value.Mike Gabriel2017-07-211-1/+1
|
* release 0.4.00.4.0Mike Gabriel2017-05-301-1/+1
|
* Fork from Ubuntu's indicator-session project.Mike Gabriel2015-11-141-5/+4
|
* under unity8 start system-settings instead unity-control-centerSebastien Bacher2015-08-271-1/+2
|
* Work around dh_translations not understanding CMake variable substitutionCharles Kerr2013-10-011-1/+1
|
* in CMakeLists.txt, include the GCov rules before adding the src ↵Charles Kerr2013-08-121-7/+9
| | | | subdirectory. This unbreaks coverage report generation.
* in cmake files, limit scopes by moving single-target properties out of the ↵Charles Kerr2013-07-011-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 Kerr2013-07-011-1/+0
| | | | warnings.
* in our cmake files, rename PROJECT_LIBEXECDIR as CMAKE_INSTALL_LIBEXECDIR ↵Charles Kerr2013-07-011-2/+3
| | | | and CMAKE_INSTALL_FULL_LIBEXECDIR for consistency with the other GNUInstallDirs
* in the cmake files, prefer the _FULL versions of the GNU variablesCharles Kerr2013-07-011-2/+2
|
* bump the glib prerequisite in CMakeLists.txt and debian/control to the first ↵Charles Kerr2013-07-011-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 modeCharles Kerr2013-06-281-1/+0
|
* cmake: cleanup, move DBUSSERVICEDIR's scope from global to the data/ dirCharles Kerr2013-06-201-12/+4
|
* install .schema.xml and indicator-session-service in the right places.Charles Kerr2013-06-201-1/+2
|