- 12 Oct, 2011 2 commits
-
-
Alexander Neundorf authored
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
-
Kitware Robot authored
-
- 11 Oct, 2011 9 commits
-
-
32f8437b Fix line-too-long style violations 029ab310 Constify XCode generator getters to match cmGlobalGenerator fec4b637 Fix configuration-dependent flag lookup in cmLocalGenerator::GetTargetFlags 557956f3 Introduce a cmGlobalGenerator::ResolveLanguageCompiler function 5b114c9b Introduce a cmLocalGenerator::ConvertToIncludeReference function 903d914b Make cmLocalGenerator::ConvertToLinkReference virtual 8a0eb78f Constify many getters of cmGlobalGenerator. 4532d36c Add const versions of some getters. 3db2973b Refactor TargetTypeNames.
-
240d39a6 Fix XML safety issue with adding preprocessor defines in CodeBlocks project.
-
41719b75 libarchive: fix typo in CheckFileOffsetBits.cmake
-
b0cd6305 Refactor find_* command final path list computation
-
648c4544 Add features from KDE for arguments to qdbusxml2cpp.
-
Kitware Robot authored
-
- 10 Oct, 2011 2 commits
-
-
Kitware Robot authored
- 09 Oct, 2011 3 commits
-
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Kitware Robot authored
-
- 08 Oct, 2011 1 commit
-
-
Kitware Robot authored
-
- 07 Oct, 2011 2 commits
-
-
Kitware Robot authored
- 06 Oct, 2011 1 commit
-
-
Kitware Robot authored
-
- 05 Oct, 2011 4 commits
-
-
Alexander Neundorf authored
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
-
Clinton Stimpson authored
-
s/Cheking/Checking/
-
Kitware Robot authored
-
- 04 Oct, 2011 4 commits
-
-
David Cole authored
-
David Cole authored
-
David Cole authored
-
Kitware Robot authored
-
- 03 Oct, 2011 2 commits
-
-
Kitware Robot authored
- 02 Oct, 2011 8 commits
-
-
Peter Collingbourne authored
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).
-
Peter Collingbourne authored
It is factored out of cmGlobalUnixMakefileGenerator3::EnableLanguage, and may be used by other generators to resolve CMAKE_*_COMPILER settings.
-
Peter Collingbourne authored
This provides a mechanism for the local generator to override how header search paths are generated.
-
Peter Collingbourne authored
This provides a mechanism for the local generator to override how library search paths are generated.
-
Nicolas Despres authored
-
Nicolas Despres authored
-
Nicolas Despres authored
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.
-
Kitware Robot authored
-
- 01 Oct, 2011 2 commits
-
-
Alexander Neundorf authored
CMAKE_CXX/C_COMPILER_ARG1 have to be used for finding the include dirs and builtin macros, so Eclipse can do code completion Alex
-
Kitware Robot authored
-