summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2010-12-05Add valgrind suppressions (mostly from tp-glib)Olli Salli1-0/+2
2010-11-02append to instead of overwriting supplied CMAKE_CXX_FLAGS/CMAKE_C_FLAGSSenko Rasic1-2/+4
2010-10-27cmake: Also depend on libqt4codegen.py when using qt4-{client/constants/types...Andre Moreira Magalhaes (andrunko)1-4/+10
2010-10-27cmake: Fixed some dependency problems.Andre Moreira Magalhaes (andrunko)1-6/+14
2010-10-27cmake: Added DEPRECATED_DECLARATIONS_FLAGS to be used to compile the library ...Andre Moreira Magalhaes (andrunko)1-0/+7
2010-10-06Have all the macros affecting spec files depend on themDario Freddi1-3/+17
2010-10-01Un-break regular make check again :OOlli Salli1-1/+1
2010-10-01Actually check for memory errors/slowness in *tpqt4/the test*, not /bin/shOlli Salli1-6/+6
2010-10-01Make the valgrind/callgrind output/log files have more useful namesOlli Salli1-2/+3
2010-09-30Have make lcov-check build all the dependencies (hence all the tests) before ...Dario Freddi1-0/+3
2010-09-20cmake: Add the correct linker flags for profilingDario Freddi1-0/+3
2010-09-20cmake: Add documentation for the new _tpqt4_add_check_targets() internal macroDario Freddi1-0/+7
2010-09-20cmake: Add a new set of check- targets through a new internal macro. Currentl...Dario Freddi1-0/+52
2010-09-20cmake: Remove commented lines which set the generated property to files: they...Dario Freddi1-12/+0
2010-09-20cmake: Vastly improve documentation of the macros, which also includes keepin...Dario Freddi1-19/+29
2010-09-20cmake: Make the client generator macros more consistent with the rest of the ...Dario Freddi1-15/+18
2010-09-20cmake: Have the macro generate real targets to let compilations with a lot of...Dario Freddi1-33/+36
2010-09-20cmake: Improve documentation of tpqt4's functions/macrosDario Freddi1-14/+22
2010-09-20cmake: Set the c/cxx flags to more sensible values for our build profilesDario Freddi1-10/+11
2010-09-20cmake: Some random fixes to messages, fix the version generation, and add som...Dario Freddi1-1/+0
2010-09-20cmake: Have the check target depend on all tests. For doing this, turn the ad...Dario Freddi1-15/+17
2010-09-20cmake: Fix some stuff in default flags, and create a real check target which ...Dario Freddi2-5/+2
2010-09-20cmake: Small fix to tools, add comments to various targets, and add an ENABLE...Dario Freddi1-69/+77
2010-09-20cmake: Add lcov compiler coverage through a new variable, ENABLE_COMPILER_COV...Dario Freddi1-0/+26
2010-09-20cmake: Implement distcheck correctly, and fix a pair of bugs spotted through itDario Freddi1-10/+6
2010-09-20cmake: Make make dist behave like autotools' make dist, and port all the tool...Dario Freddi1-3/+29
2010-09-20cmake: Refactor and fix some macros to make them more cmake-ish, add tpqt4_ p...Dario Freddi1-37/+146
2010-09-20cmake: Big revamp. Standardized TpQt4 macros with tpqt4_ prefix, added some n...Dario Freddi1-0/+215
2010-09-20cmake: Upgrade CMake policy CMP0011 to NEW, given that the old behavior is no...Dario Freddi1-6/+0
2010-09-20cmake: Add CPack support, so that binary and source packages can be instantly...Dario Freddi2-5/+70
2010-09-20cmake: Rush for making the cmake branch track 1:1 with the master branch. It ...Dario Freddi1-0/+6
2010-09-20cmake: Fix FindTelepathyGlib.cmake by letting it fail correctly if the versio...Dario Freddi1-18/+23
2010-09-20Fix GObject detection, and use a better FindGLIB2.cmakeDario Freddi2-15/+87
2010-09-20Use macro_log_feature to display in a nice way all additional features instea...Dario Freddi1-0/+146
2010-09-20Avoid using PkgConfig directly - in CMake this is never a good idea as the wh...Dario Freddi6-0/+362
2010-09-20cmake: Make QT_NO_CAST_FROM_ASCII mandatory.Andre Moreira Magalhaes (andrunko)1-5/+5
2010-09-20cmake: Removed double entry on Doxygen.cmake.Andre Moreira Magalhaes (andrunko)1-1/+0
2010-09-20cmake: Force decompression even if file already exists on make distcheck.Andre Moreira Magalhaes (andrunko)1-1/+1
2010-09-20cmake: Added DATA_INSTALL_DIR define.Andre Moreira Magalhaes (andrunko)1-2/+3
2010-09-20fixed logic for compiler warnings, -Werror should be disabled if one of the -...Ian Monroe1-3/+13
2010-09-20cmake: Improved make dist/distcheck.Andre Moreira Magalhaes (andrunko)2-90/+13
2010-09-20cmake: Added -Wnon-virtual-dtor to compiler warnings.Andre Moreira Magalhaes (andrunko)1-1/+2
2010-09-20cmake: Moved compiler flags checks to GNU compilers only.Andre Moreira Magalhaes (andrunko)1-38/+39
2010-09-20cmake: Removed trailing spaces on CompilerWarnings.cmake.Andre Moreira Magalhaes (andrunko)1-3/+3
2010-09-20ported TP_COMPILER_WARNINGS from m4 to cmake.Ian Monroe2-2/+91
2010-09-20Added the CMake build system files. This allows telepathy-qt4 to be builtIan Monroe6-0/+276