HomeSort by relevance Sort by last modified time
    Searched refs:cmake (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /sfw/usr/src/cmd/cmake/cmake-2.6.2/Source/
cmDocumentVariables.h 3 Program: CMake - Cross-Platform Makefile Generator
10 See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
19 class cmake;
23 static void DefineVariables(cmake* cm);
cmPropertyMap.h 3 Program: CMake - Cross-Platform Makefile Generator
10 See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
22 class cmake;
39 void SetCMakeInstance(cmake *cm) { this->CMakeInstance = cm; };
44 cmake *CMakeInstance;
cmTargetLinkLibrariesCommand.cxx 3 Program: CMake - Cross-Platform Makefile Generator
10 See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
52 this->Makefile->IssueMessage(cmake::FATAL_ERROR, e.str());
75 cmake::FATAL_ERROR,
122 // with old versions of CMake and new)
149 this->Makefile->IssueMessage(cmake::FATAL_ERROR, e.str());
175 this->Makefile->IssueMessage(cmake::AUTHOR_WARNING, w.str());
cmSourceFile.h 3 Program: CMake - Cross-Platform Makefile Generator
10 See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
24 class cmake;
56 /** Implement getting a property when called from a CMake language
99 static void DefineProperties(cmake *cm);
cmake.cxx 3 Program: CMake - Cross-Platform Makefile Generator
4 Module: $RCSfile: cmake.cxx,v $
10 See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
17 #include "cmake.h"
45 // when not bootstrapping cmake
127 "by CMake in versions prior to 1.6. To fix this you might need to set "
131 "to include a CMake module to test for the feature this variable "
141 cmake::cmake() function in class:cmake
202 cmake::~cmake(
    [all...]
cmMessageCommand.cxx 3 Program: CMake - Cross-Platform Makefile Generator
10 See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
63 this->Makefile->IssueMessage(cmake::FATAL_ERROR, message.c_str());
cmTest.h 3 Program: CMake - Cross-Platform Makefile Generator
10 See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
61 static void DefineProperties(cmake *cm);
cmDumpDocumentation.cxx 3 Program: CMake - Cross-Platform Makefile Generator
10 See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
18 // the CMake system.
20 #include "cmake.h"
29 " DumpDocumentation - Dump documentation for CMake.", 0},
70 cmake cmi;
75 str << "Documentation for Commands of CMake "
85 cmake cmi;
125 const char* outname = "cmake.html";
cmake.h 3 Program: CMake - Cross-Platform Makefile Generator
4 Module: $RCSfile: cmake.h,v $
10 See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
17 // This class represents a cmake invocation. It is the top level class when
18 // running cmake. Most cmake based GUIS should primarily create an instance
23 // 1) Create a cmake instance
24 // 2) Set the Home & Start directories, generator, and cmake command. this
59 class cmake class
72 ///! construct an instance of cmake
    [all...]
cmakemain.cxx 3 Program: CMake - Cross-Platform Makefile Generator
10 See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
24 #include "cmake.h"
38 " cmake - Cross-Platform Makefile Generator.", 0},
46 " cmake [options] <path-to-source>\n"
47 " cmake [options] <path-to-existing-build>", 0},
55 "The \"cmake\" executable is the CMake command-line interface. It may "
59 "will cause cmake to interactively prompt for such settings.", 0},
68 {"-E", "CMake command mode."
    [all...]
  /sfw/usr/src/cmd/cmake/
install-sfw 34 S_SHARE_INCLUDE=${SPREFIX}/share/cmake-2.6/include
35 D_SHARE_INCLUDE=${PREFIX}/share/cmake-2.6/include
36 S_SHARE_MODULES=${SPREFIX}/share/cmake-2.6/Modules
37 D_SHARE_MODULES=${PREFIX}/share/cmake-2.6/Modules
38 S_SHARE_MODULES_PLATFORM=${SPREFIX}/share/cmake-2.6/Modules/Platform
39 D_SHARE_MODULES_PLATFORM=${PREFIX}/share/cmake-2.6/Modules/Platform
40 S_SHARE_TEMPLATES=${SPREFIX}/share/cmake-2.6/Templates
41 D_SHARE_TEMPLATES=${PREFIX}/share/cmake-2.6/Templates
42 S_SHARE_DOC=${SPREFIX}/doc/cmake-2.6
43 D_SHARE_DOC=${PREFIX}/share/cmake-2.6/do
    [all...]
  /sfw/usr/src/cmd/cmake/cmake-2.6.2/Source/MFCDialog/
CMakeGenDialog.h 3 Program: CMake - Cross-Platform Makefile Generator
10 See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
29 class cmake;
64 cmake *m_CMakeInstance;
CMakeSetupDialog.h 3 Program: CMake - Cross-Platform Makefile Generator
10 See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
35 class cmake;
45 // return the cmake that is currently being used
46 cmake *GetCMakeInstance() {
140 cmake *m_CMakeInstance;
  /sfw/usr/src/cmd/cmake/cmake-2.6.2/Utilities/Doxygen/
CMakeLists.txt 4 INCLUDE (${CMAKE_ROOT}/Modules/Documentation.cmake OPTIONAL)
8 INCLUDE (${CMAKE_ROOT}/Modules/FindVTK.cmake)
  /sfw/usr/src/cmd/cmake/cmake-2.6.2/Source/FLTKDialog/
CMakeSetupGUIImplementation.h 33 class cmake;
65 cmake *GetCMakeInstance() {return m_CMakeInstance; }
81 cmake *m_CMakeInstance;
  /sfw/usr/src/cmd/cmake/cmake-2.6.2/Source/CTest/
cmCTestBuildAndTestHandler.h 3 Program: CMake - Cross-Platform Makefile Generator
10 See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
25 class cmake;
56 ///! Run CMake and build a test and then run it as a single test.
60 std::string &cwd, cmake *cm);
cmCTestScriptHandler.h 3 Program: CMake - Cross-Platform Makefile Generator
10 See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
28 class cmake;
168 cmake *CMake;
  /sfw/usr/src/cmd/cmake/cmake-2.6.2/Source/CursesDialog/
cmCursesMainForm.h 3 Program: CMake - Cross-Platform Makefile Generator
10 See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
26 class cmake;
86 * During a CMake run, an error handle should add errors
136 // Errors produced during last run of cmake
138 // Command line argumens to be passed to cmake each time
152 // Where is cmake executable
163 cmake *CMakeInstance;
  /sfw/usr/src/cmd/cmake/cmake-2.6.2/Tests/Testing/
CMakeLists.txt 31 INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake)
  /sfw/usr/src/cmd/cmake/cmake-2.6.2/Source/QtDialog/
QCMake.h 3 Program: CMake - Cross-Platform Makefile Generator
10 See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
32 class cmake;
34 /// struct to represent cmake properties in Qt
61 /// Qt API for CMake library.
134 cmake* CMakeInstance;
  /sfw/usr/src/cmd/cmake/cmake-2.6.2/Docs/
cmake-indent.vim 3 " Program: CMake - Cross-Platform Makefile Generator
4 " Module: $RCSfile: cmake-indent.vim,v $
12 " Language: CMake (ft=cmake)
18 " Licence: The CMake license applies to this file. See
19 " http://www.cmake.org/HTML/Copyright.html
  /sfw/usr/src/cmd/vim/vim72/runtime/indent/
cmake.vim 3 " Program: CMake - Cross-Platform Makefile Generator
4 " Module: $RCSfile: cmake-indent.vim,v $
12 " Language: CMake (ft=cmake)
18 " Licence: The CMake license applies to this file. See
19 " http://www.cmake.org/HTML/Copyright.html
  /sfw/usr/src/cmd/cmake/cmake-2.6.2/Tests/Complex/
VarTests.cmake 15 SET(STRING_VAR "CMake is great" CACHE STRING "test a cache variable")
62 IF(STRING_VAR MATCHES "^CMake")
64 ELSE(STRING_VAR MATCHES "^CMake")
66 ENDIF(STRING_VAR MATCHES "^CMake")
86 IF (EXISTS ${Complex_SOURCE_DIR}/VarTests.cmake)
88 ELSE(EXISTS ${Complex_SOURCE_DIR}/VarTests.cmake)
90 ENDIF (EXISTS ${Complex_SOURCE_DIR}/VarTests.cmake)
102 IF (NOT IS_DIRECTORY ${Complex_SOURCE_DIR}/VarTests.cmake)
104 ENDIF (NOT IS_DIRECTORY ${Complex_SOURCE_DIR}/VarTests.cmake)
189 FIND_FILE(FILENAME_VAR "VarTests.cmake" ${Complex_SOURCE_DIR}
    [all...]
  /sfw/usr/src/cmd/cmake/cmake-2.6.2/Tests/ComplexOneConfig/
VarTests.cmake 15 SET(STRING_VAR "CMake is great" CACHE STRING "test a cache variable")
62 IF(STRING_VAR MATCHES "^CMake")
64 ELSE(STRING_VAR MATCHES "^CMake")
66 ENDIF(STRING_VAR MATCHES "^CMake")
86 IF (EXISTS ${Complex_SOURCE_DIR}/VarTests.cmake)
88 ELSE(EXISTS ${Complex_SOURCE_DIR}/VarTests.cmake)
90 ENDIF (EXISTS ${Complex_SOURCE_DIR}/VarTests.cmake)
102 IF (NOT IS_DIRECTORY ${Complex_SOURCE_DIR}/VarTests.cmake)
104 ENDIF (NOT IS_DIRECTORY ${Complex_SOURCE_DIR}/VarTests.cmake)
189 FIND_FILE(FILENAME_VAR "VarTests.cmake" ${Complex_SOURCE_DIR}
    [all...]
  /sfw/usr/src/cmd/cmake/cmake-2.6.2/Tests/ComplexRelativePaths/
VarTests.cmake 15 SET(STRING_VAR "CMake is great" CACHE STRING "test a cache variable")
62 IF(STRING_VAR MATCHES "^CMake")
64 ELSE(STRING_VAR MATCHES "^CMake")
66 ENDIF(STRING_VAR MATCHES "^CMake")
86 IF (EXISTS ${Complex_SOURCE_DIR}/VarTests.cmake)
88 ELSE(EXISTS ${Complex_SOURCE_DIR}/VarTests.cmake)
90 ENDIF (EXISTS ${Complex_SOURCE_DIR}/VarTests.cmake)
102 IF (NOT IS_DIRECTORY ${Complex_SOURCE_DIR}/VarTests.cmake)
104 ENDIF (NOT IS_DIRECTORY ${Complex_SOURCE_DIR}/VarTests.cmake)
189 FIND_FILE(FILENAME_VAR "VarTests.cmake" ${Complex_SOURCE_DIR}
    [all...]

Completed in 3350 milliseconds

1 2 3 4 5