summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* automoc: always run moc on the cpp file if there is a foo.moc includedAlex Neundorf2011-10-221-10/+5
| | | | | | | | | | | | | This makes automoc behaves as the documentation says. If there is a #include "foo.moc" in the source file, moc will be executed on foo.cpp. Before it was also executed on foo.cpp, but only if foo.cpp contained a Q_OBJECT macro, otherwise moc was executed on foo.h. This was confusing, and this change also shouldn't break anything, since the headers are moc'ed anyway if they contain a Q_OBJECT macro. Alex
* Add copyright noticesAlex Neundorf2011-10-224-0/+52
| | | | Alex
* automoc:run moc on the header if the source file contains include "foo.moc"Alex Neundorf2011-10-226-76/+124
| | | | | | | | | | This fixes #12533. Before automoc did not check the header if the source file contained a statement, now it does. Additionally, moc is now only run on explicitely listed headers which contain a Q_OBJECT macro. Alex
* KWSys Nightly Date StampKWSys Robot2011-10-221-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-10-211-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-10-201-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-10-191-1/+1
|
* Merge topic 'DetectEclipseVersion'David Cole2011-10-183-21/+82
|\ | | | | | | | | | | | | | | dcd2459 Eclipse: better message when Eclipse version could not be determined b4b2fc3 Eclipse: don't create VirtualFolders if not supported 5b200e3 Detect whether the current Eclipse version supports VirtualFolders 4974ec9 Eclipse generator: detect Eclipse version
| * Eclipse: better message when Eclipse version could not be determinedAlex Neundorf2011-10-151-7/+7
| | | | | | | | Alex
| * Eclipse: don't create VirtualFolders if not supportedAlex Neundorf2011-10-151-21/+24
| | | | | | | | | | | | | | | | Eclipse versions before 3.6 (Helios) did not support VirtualFolders yet (#12479), so only create them if Eclipse is new enough. Alex
| * Detect whether the current Eclipse version supports VirtualFoldersAlex Neundorf2011-10-152-0/+21
| | | | | | | | | | | | | | | | VirtualFolders are supported since 3.6 (Helios). Next patch will be to actually make use of the new flag SupportsVirtualFolders. Alex
| * Eclipse generator: detect Eclipse versionAlex Neundorf2011-10-151-0/+37
| | | | | | | | | | | | Try to detect the eclipse version and put it in the cache. Alex
* | Merge topic 'fix-12517-ctest-crash'David Cole2011-10-181-2/+2
|\ \ | | | | | | | | | | | | 7041cd6 CTest: Fix crash when variables are not defined
| * | CTest: Fix crash when variables are not definedDavid Cole2011-10-141-2/+2
| | | | | | | | | | | | Avoiding dereference of NULL pointers is always good.
* | | Merge topic 'FindProtoBuf_doc_clarify'David Cole2011-10-181-1/+5
|\ \ \ | | | | | | | | | | | | | | | | a481d84 FindProtoBuf: Documented limitation of the public macro
| * | | FindProtoBuf: Documented limitation of the public macroPhilip Lowman2011-10-131-1/+5
| | | |
* | | | Merge topic 'FindRubyOnOpenBSD'David Cole2011-10-181-5/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | d2b1ce6 Find Ruby on OpenBSD when installed from ports (#12507) ba5a8bc Remove trailing whitespace
| * | | | Find Ruby on OpenBSD when installed from ports (#12507)Alex Neundorf2011-10-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ruby library on OpenBSD is named rubyXY, not ruby X.y. Find that too. Alex
| * | | | Remove trailing whitespaceAlex Neundorf2011-10-121-4/+4
| |/ / / | | | | | | | | | | | | Alex
* | | | Merge topic 'SilentMakeOutputOnBSD'David Cole2011-10-181-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 0d44ce2 Silence make on OpenBSD in FindPackageModeTest(#12508)
| * | | | Silence make on OpenBSD in FindPackageModeTest(#12508)Alex Neundorf2011-10-121-0/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BSD make doesn't use -v for printing its name and version, and so complains on stderr that this is a bad command line option, used in Tests/FindPackageModeMakefileTest/CMakeLists.txt . Silence stderr to make that ugly output go away. Patch by David Coppy. Alex
* | | | Merge topic 'vs10-nologo-issue-12504'David Cole2011-10-181-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 25116a3 Fix CMAKE_VERBOSE_MAKEFILE for VS10 vcxproj files (#12504)
| * | | | Fix CMAKE_VERBOSE_MAKEFILE for VS10 vcxproj files (#12504)Niels Dekker2011-10-111-3/+3
| | | | |
* | | | | Merge topic 'DetectMasmCompilerId'David Cole2011-10-181-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | cf93d63 fix #12465: detect the masm compiler ID ("MSVC")
| * | | | | fix #12465: detect the masm compiler ID ("MSVC")Alex Neundorf2011-10-061-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Alex
* | | | | | KWSys Nightly Date StampKWSys Robot2011-10-181-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-10-171-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-10-161-1/+1
| |_|_|_|/ |/| | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-10-151-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-10-141-1/+1
| |_|_|/ |/| | |
* | | | KWSys Nightly Date StampKWSys Robot2011-10-131-1/+1
| |_|/ |/| |
* | | KWSys Nightly Date StampKWSys Robot2011-10-121-1/+1
| |/ |/|
* | Merge topic 'ninja-generator-prep'David Cole2011-10-1111-152/+184
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 32f8437 Fix line-too-long style violations 029ab31 Constify XCode generator getters to match cmGlobalGenerator fec4b63 Fix configuration-dependent flag lookup in cmLocalGenerator::GetTargetFlags 557956f Introduce a cmGlobalGenerator::ResolveLanguageCompiler function 5b114c9 Introduce a cmLocalGenerator::ConvertToIncludeReference function 903d914 Make cmLocalGenerator::ConvertToLinkReference virtual 8a0eb78 Constify many getters of cmGlobalGenerator. 4532d36 Add const versions of some getters. 3db2973 Refactor TargetTypeNames.
| * | Fix line-too-long style violationsBrad King2011-10-102-15/+16
| | | | | | | | | | | | | | | | | | Commit 8a0eb78f (Constify many getters of cmGlobalGenerator, 2011-03-26) added const qualifiers to many cmGlobalGenerator methods but left the resulting lines beyond our style's limit of 79 characters.
| * | Constify XCode generator getters to match cmGlobalGeneratorBrad King2011-10-071-2/+2
| | | | | | | | | | | | | | | | | | | | | Commit 8a0eb78f (Constify many getters of cmGlobalGenerator, 2011-03-26) added const qualifiers to many cmGlobalGenerator methods. Fix the signature of the virtual function overrides in cmGlobalXCodeGenerator to match.
| * | Fix configuration-dependent flag lookup in cmLocalGenerator::GetTargetFlagsPeter Collingbourne2011-10-021-5/+22
| | | | | | | | | | | | | | | | | | | | | Specifically, perform configuration-dependent lookup of STATIC_LIBRARY_FLAGS for static libraries, and use the correct prefix for configuration-dependent lookup of LINK_FLAGS (i.e. "LINK_FLAGS_", as opposed to the value of the LINK_FLAGS property).
| * | Introduce a cmGlobalGenerator::ResolveLanguageCompiler functionPeter Collingbourne2011-10-023-69/+81
| | | | | | | | | | | | | | | | | | It is factored out of cmGlobalUnixMakefileGenerator3::EnableLanguage, and may be used by other generators to resolve CMAKE_*_COMPILER settings.
| * | Introduce a cmLocalGenerator::ConvertToIncludeReference functionPeter Collingbourne2011-10-022-2/+11
| | | | | | | | | | | | | | | This provides a mechanism for the local generator to override how header search paths are generated.
| * | Make cmLocalGenerator::ConvertToLinkReference virtualPeter Collingbourne2011-10-021-1/+1
| | | | | | | | | | | | | | | This provides a mechanism for the local generator to override how library search paths are generated.
| * | Constify many getters of cmGlobalGenerator.Nicolas Despres2011-10-022-27/+27
| | |
| * | Add const versions of some getters.Nicolas Despres2011-10-022-0/+3
| | |
| * | Refactor TargetTypeNames.Nicolas Despres2011-10-025-45/+35
| | | | | | | | | | | | | | | | | | Make it a static method instead of an array. It is safer for the type checking and if we add a new target type we will be warned to add a case to the switch.
* | | Merge topic 'export-header-tests'David Cole2011-10-114-13/+58
|\ \ \ | | | | | | | | | | | | | | | | | | | | 08271ec Build each library only once instead of once for each test. c83cfd7 Remove unused define.
| * | | Build each library only once instead of once for each test.Stephen Kelly2011-10-094-5/+58
| | | |
| * | | Remove unused define.Stephen Kelly2011-10-091-8/+0
| | | |
* | | | Merge topic 'DependencyScanningForASM'David Cole2011-10-111-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | e36a1be fix #12262: use the C dependency scanner also for ASM files
| * | | | fix #12262: use the C dependency scanner also for ASM filesAlex Neundorf2011-10-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Files for the ASM language are those assembler files which are processed by the C/CXX compiler, and they may contain preprocessor directives, so run the C dependency scanner also on them. Alex
* | | | | Merge topic 'CodeBlocks-quoting'David Cole2011-10-111-1/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 240d39a Fix XML safety issue with adding preprocessor defines in CodeBlocks project.
| * | | | | Fix XML safety issue with adding preprocessor defines in CodeBlocks project.Clinton Stimpson2011-10-051-1/+3
| | | | | |
* | | | | | Merge topic 'libarchive-CheckFileOffsetBits-typo'David Cole2011-10-111-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 41719b7 libarchive: fix typo in CheckFileOffsetBits.cmake