Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |