summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-261-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge topic 'fix-11690-preserve-xcode-objectids'David Cole2011-08-254-21/+89
|\ \ \ \ \ \
| * | | | | | Xcode: Save object id values in CMakeCache.txt (#11690)David Cole2011-08-244-21/+89
* | | | | | | Merge topic 'fix_nmake_var_plus'David Cole2011-08-251-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix for bug #12413, nmake did not handle targets with + in the name.Bill Hoffman2011-08-241-0/+2
* | | | | | | | Merge topic 're-suppress-warning'David Cole2011-08-251-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Xcode: Suppress same-old warning again.David Cole2011-08-231-0/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge topic 'UsingCMakeLikePkgConfig2'David Cole2011-08-2516-25/+491
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix --find-package mode on Cygwin, where enable_language(RC) is calledAlex Neundorf2011-08-221-0/+6
| * | | | | | | | Require the current cmake version in --find-package modeAlex Neundorf2011-08-221-0/+3
| * | | | | | | | Use $(CXXFLAGS) and $(LDFLAGS) in the --find-package test MakefileAlex Neundorf2011-08-181-2/+2
| * | | | | | | | Fix line lengthAlex Neundorf2011-08-181-1/+2
| * | | | | | | | Only enable the test when using GNU makeAlex Neundorf2011-08-171-10/+20
| * | | | | | | | Make the test harder by always having a space in the include dirsAlex Neundorf2011-08-171-0/+1
| * | | | | | | | Make the --find-package test harderAlex Neundorf2011-08-171-2/+2
| * | | | | | | | Much improved test, should now be executed on all UNIXesAlex Neundorf2011-08-166-17/+33
| * | | | | | | | Disable any STATUS output in --find-package modeAlex Neundorf2011-08-151-2/+9
| * | | | | | | | Dont check for -isysroot and -mmacosx-version on OSX in --find-package modeAlex Neundorf2011-08-151-0/+6
| * | | | | | | | Rename helper macros print_compile_flags() to set_compile_flags_var()Alex Neundorf2011-08-151-4/+4
| * | | | | | | | Fix test on OpenBSD with BSD makeAlex Neundorf2011-08-151-1/+1
| * | | | | | | | The makefile for the test was kindof wrongAlex Neundorf2011-08-141-1/+3
| * | | | | | | | Only run the test if we are using a makefile generator under UNIXAlex Neundorf2011-08-111-1/+1
| * | | | | | | | Add a test for the new --find-package modeAlex Neundorf2011-08-114-0/+40
| * | | | | | | | Improve documentation for --find-package modeAlex Neundorf2011-08-112-7/+13
| * | | | | | | | Add a cmake.m4 for using cmake in autoconf projects instead of pkgconfigAlex Neundorf2011-08-113-1/+55
| * | | | | | | | Use the file-utility to test for 64bit if there is no /usr/lib64Alex Neundorf2011-08-091-2/+9
| * | | | | | | | Better support for lib64 and Debian multiarchAlex Neundorf2011-08-091-3/+26
| * | | | | | | | Fix copyright notice in new CMakeFindPackageMode.cmakeAlex Neundorf2011-08-091-0/+13
| * | | | | | | | Replace cmake::GetScriptMode() with GetWorkingMode()Alex Neundorf2011-08-095-31/+38
| * | | | | | | | Implement find-package mode of cmakeAlex Neundorf2011-07-022-2/+223
| * | | | | | | | Add find-package mode, which does nothing yetAlex Neundorf2011-07-024-2/+45
| * | | | | | | | Make clLocalGenerator::GetTargetFlags() publicAlex Neundorf2011-07-021-1/+1
* | | | | | | | | Merge topic 'fix-11333-use-correct-thread-flags'David Cole2011-08-252-20/+29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CheckSymbolExists: Use IMMEDIATE flag for configure_file (#11333)David Cole2011-08-221-1/+1
| * | | | | | | | | FindThreads: Try pthreads with no special option first (#11333)Rolf Eike Beer2011-08-201-19/+28
* | | | | | | | | | Merge topic 'AutomocForQt'David Cole2011-08-2525-74/+1917
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | QtAutomoc: Eliminate compiler warningDavid Cole2011-08-191-1/+1
| * | | | | | | | | QtAutomoc test: Pass QT_QMAKE_EXECUTABLEDavid Cole2011-08-191-0/+1
| * | | | | | | | | Fix automoc with VS builds: apply patch from BillAlex Neundorf2011-08-184-39/+21
| * | | | | | | | | Silence warning in automoc: use long instead of intAlex Neundorf2011-08-181-1/+1
| * | | | | | | | | Fix build: use std::ios::out|ios::trunc instead of std::ios_base::outAlex Neundorf2011-08-181-2/+2
| * | | | | | | | | Only enable the automoc test after checking that Qt4 worksAlex Neundorf2011-08-171-12/+31
| * | | | | | | | | Fix bootstrap test with automocAlex Neundorf2011-08-172-2/+3
| * | | | | | | | | Fix warningsAlex Neundorf2011-08-161-6/+7
| * | | | | | | | | Fix build: non-void function must return a valueAlex Neundorf2011-08-161-1/+1
| * | | | | | | | | Automoc.cmake is not needed anymoreAlex Neundorf2011-08-161-158/+0
| * | | | | | | | | Fix logic which decides when to execute automoc testAlex Neundorf2011-08-161-14/+15
| * | | | | | | | | Add documentation for AUTOMOC, add initialization via CMAKE_AUTOMOCAlex Neundorf2011-08-162-1/+33
| * | | | | | | | | Add a test for automocAlex Neundorf2011-08-167-0/+893
| * | | | | | | | | Nicer progress message for the automoc targetAlex Neundorf2011-08-161-2/+4