Age | Commit message (Expand) | Author | Files | Lines |
2011-06-15 | cmake: Add FindGIO/Unix.cmake. | Andre Moreira Magalhaes (andrunko) | 2 | -0/+68 |
2011-06-05 | Make doxygen-doc depend on all generated sources | Olli Salli | 1 | -0/+4 |
2011-05-25 | Make Qt crosslinks in uploaded docs point to doc.qt.nokia.com | Olli Salli | 1 | -2/+8 |
2011-05-25 | Crosslink our doxygen docs to Qt documentation | Olli Salli | 1 | -0/+7 |
2011-01-27 | Do not link tests and examples/file-transfer against QtGui. | Andre Moreira Magalhaes (andrunko) | 1 | -2/+2 |
2011-01-27 | Properly link against QtXml. | Jonathan Riddell | 1 | -2/+2 |
2011-01-10 | Link development builds with -Wl,--no-add-needed | Olli Salli | 2 | -0/+56 |
2011-01-10 | Fix Werror etc disable mechanism to check for a release version number directly | Olli Salli | 1 | -3/+3 |
2010-12-05 | Add valgrind suppressions (mostly from tp-glib) | Olli Salli | 1 | -0/+2 |
2010-11-02 | append to instead of overwriting supplied CMAKE_CXX_FLAGS/CMAKE_C_FLAGS | Senko Rasic | 1 | -2/+4 |
2010-10-27 | cmake: Also depend on libqt4codegen.py when using qt4-{client/constants/types... | Andre Moreira Magalhaes (andrunko) | 1 | -4/+10 |
2010-10-27 | cmake: Fixed some dependency problems. | Andre Moreira Magalhaes (andrunko) | 1 | -6/+14 |
2010-10-27 | cmake: Added DEPRECATED_DECLARATIONS_FLAGS to be used to compile the library ... | Andre Moreira Magalhaes (andrunko) | 1 | -0/+7 |
2010-10-06 | Have all the macros affecting spec files depend on them | Dario Freddi | 1 | -3/+17 |
2010-10-01 | Un-break regular make check again :O | Olli Salli | 1 | -1/+1 |
2010-10-01 | Actually check for memory errors/slowness in *tpqt4/the test*, not /bin/sh | Olli Salli | 1 | -6/+6 |
2010-10-01 | Make the valgrind/callgrind output/log files have more useful names | Olli Salli | 1 | -2/+3 |
2010-09-30 | Have make lcov-check build all the dependencies (hence all the tests) before ... | Dario Freddi | 1 | -0/+3 |
2010-09-20 | cmake: Add the correct linker flags for profiling | Dario Freddi | 1 | -0/+3 |
2010-09-20 | cmake: Add documentation for the new _tpqt4_add_check_targets() internal macro | Dario Freddi | 1 | -0/+7 |
2010-09-20 | cmake: Add a new set of check- targets through a new internal macro. Currentl... | Dario Freddi | 1 | -0/+52 |
2010-09-20 | cmake: Remove commented lines which set the generated property to files: they... | Dario Freddi | 1 | -12/+0 |
2010-09-20 | cmake: Vastly improve documentation of the macros, which also includes keepin... | Dario Freddi | 1 | -19/+29 |
2010-09-20 | cmake: Make the client generator macros more consistent with the rest of the ... | Dario Freddi | 1 | -15/+18 |
2010-09-20 | cmake: Have the macro generate real targets to let compilations with a lot of... | Dario Freddi | 1 | -33/+36 |
2010-09-20 | cmake: Improve documentation of tpqt4's functions/macros | Dario Freddi | 1 | -14/+22 |
2010-09-20 | cmake: Set the c/cxx flags to more sensible values for our build profiles | Dario Freddi | 1 | -10/+11 |
2010-09-20 | cmake: Some random fixes to messages, fix the version generation, and add som... | Dario Freddi | 1 | -1/+0 |
2010-09-20 | cmake: Have the check target depend on all tests. For doing this, turn the ad... | Dario Freddi | 1 | -15/+17 |
2010-09-20 | cmake: Fix some stuff in default flags, and create a real check target which ... | Dario Freddi | 2 | -5/+2 |
2010-09-20 | cmake: Small fix to tools, add comments to various targets, and add an ENABLE... | Dario Freddi | 1 | -69/+77 |
2010-09-20 | cmake: Add lcov compiler coverage through a new variable, ENABLE_COMPILER_COV... | Dario Freddi | 1 | -0/+26 |
2010-09-20 | cmake: Implement distcheck correctly, and fix a pair of bugs spotted through it | Dario Freddi | 1 | -10/+6 |
2010-09-20 | cmake: Make make dist behave like autotools' make dist, and port all the tool... | Dario Freddi | 1 | -3/+29 |
2010-09-20 | cmake: Refactor and fix some macros to make them more cmake-ish, add tpqt4_ p... | Dario Freddi | 1 | -37/+146 |
2010-09-20 | cmake: Big revamp. Standardized TpQt4 macros with tpqt4_ prefix, added some n... | Dario Freddi | 1 | -0/+215 |
2010-09-20 | cmake: Upgrade CMake policy CMP0011 to NEW, given that the old behavior is no... | Dario Freddi | 1 | -6/+0 |
2010-09-20 | cmake: Add CPack support, so that binary and source packages can be instantly... | Dario Freddi | 2 | -5/+70 |
2010-09-20 | cmake: Rush for making the cmake branch track 1:1 with the master branch. It ... | Dario Freddi | 1 | -0/+6 |
2010-09-20 | cmake: Fix FindTelepathyGlib.cmake by letting it fail correctly if the versio... | Dario Freddi | 1 | -18/+23 |
2010-09-20 | Fix GObject detection, and use a better FindGLIB2.cmake | Dario Freddi | 2 | -15/+87 |
2010-09-20 | Use macro_log_feature to display in a nice way all additional features instea... | Dario Freddi | 1 | -0/+146 |
2010-09-20 | Avoid using PkgConfig directly - in CMake this is never a good idea as the wh... | Dario Freddi | 6 | -0/+362 |
2010-09-20 | cmake: Make QT_NO_CAST_FROM_ASCII mandatory. | Andre Moreira Magalhaes (andrunko) | 1 | -5/+5 |
2010-09-20 | cmake: Removed double entry on Doxygen.cmake. | Andre Moreira Magalhaes (andrunko) | 1 | -1/+0 |
2010-09-20 | cmake: Force decompression even if file already exists on make distcheck. | Andre Moreira Magalhaes (andrunko) | 1 | -1/+1 |
2010-09-20 | cmake: Added DATA_INSTALL_DIR define. | Andre Moreira Magalhaes (andrunko) | 1 | -2/+3 |
2010-09-20 | fixed logic for compiler warnings, -Werror should be disabled if one of the -... | Ian Monroe | 1 | -3/+13 |
2010-09-20 | cmake: Improved make dist/distcheck. | Andre Moreira Magalhaes (andrunko) | 2 | -90/+13 |
2010-09-20 | cmake: Added -Wnon-virtual-dtor to compiler warnings. | Andre Moreira Magalhaes (andrunko) | 1 | -1/+2 |