summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2014-05-061-1/+1
|
* CMake Nightly Date StampKitware Robot2014-05-051-1/+1
|
* CMake Nightly Date StampKitware Robot2014-05-041-1/+1
|
* CMake Nightly Date StampKitware Robot2014-05-031-1/+1
|
* CMake Nightly Date StampKitware Robot2014-05-021-1/+1
|
* Merge topic 'UseSWIG-guess_module_name'Brad King2014-05-011-0/+6
|\ | | | | | | | | 145d653e Help: Add notes for topic 'UseSWIG-guess_module_name'
| * Help: Add notes for topic 'UseSWIG-guess_module_name'Brad King2014-05-011-0/+6
| |
* | Merge topic 'ExternalData-missing-not-fatal'Brad King2014-05-011-0/+8
|\ \ | | | | | | | | | | | | 4a5cf964 Help: Add notes for topic 'ExternalData-missing-not-fatal'
| * | Help: Add notes for topic 'ExternalData-missing-not-fatal'Brad King2014-05-011-0/+8
| | |
* | | Merge branch 'release'Brad King2014-05-010-0/+0
|\ \ \
| * \ \ Merge branch 'ExternalProject-verify-cmake-var' into releaseBrad King2014-04-301-1/+1
| |\ \ \
* | \ \ \ Merge topic 'file-generate-if-different'Brad King2014-05-015-12/+37
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 42e1cd13 file(GENERATE): Only write the file if content is different.
| * | | | | file(GENERATE): Only write the file if content is different.Stephen Kelly2014-04-305-12/+37
| | | | | | | | | | | | | | | | | | | | | | | | No policy is used to control this behavior for now.
* | | | | | Merge topic 'FindCUDA-cubin-fatbin'Brad King2014-05-012-29/+65
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 80209fdb Help: Add notes for topic 'FindCUDA-cubin-fatbin' 231b30db FindCUDA: Add support for compilation to fatbin & cubin modules
| * | | | | | Help: Add notes for topic 'FindCUDA-cubin-fatbin'Brad King2014-05-011-0/+5
| | | | | | |
| * | | | | | FindCUDA: Add support for compilation to fatbin & cubin modulesTobias Zirr2014-04-301-29/+60
| | | | | | |
* | | | | | | Merge topic 'ExternalProject-verify-cmake-var'Brad King2014-05-011-1/+1
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | 420280f3 ExternalProject: Fix path to cmake in verify script
| * | | | | | ExternalProject: Fix path to cmake in verify scriptBrad King2014-04-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In commit v3.0.0-rc1~103^2~3 (ExternalProject: Reattempt download when verification fails, 2014-01-15) a reference to ${CMAKE_COMMAND} was added to generate a reference to the CMake command in a cmake script. Escape the '$' so that the literal variable reference appears in the script instead of writing the path to the current cmake. This is necessary when the path to CMake contains spaces or other characters special to CMake syntax.
* | | | | | | Merge topic 'drop-release-on-ferrari'Brad King2014-05-013-29/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c962c21c Utilities/Release: Drop IRIX binary generation on ferrari
| * | | | | | | Utilities/Release: Drop IRIX binary generation on ferrariBrad King2014-04-303-29/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This machine has been decommissioned. See also SGI announcements: SGI Support of MIPS IRIX Products Changes December 2013 https://www.sgi.com/services/support/irix_mips_support.html https://www.sgi.com/products/software/irix/
* | | | | | | | CMake Nightly Date StampKitware Robot2014-05-011-1/+1
| | | | | | | |
* | | | | | | | Merge topic 'osx-init-early'Brad King2014-04-306-137/+184
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bbc358c3 Merge branch 'master' into osx-init-early 0cce556b Xcode: Use sysroot and deployment target to identify compiler 0200d0a9 OS X: Factor a Darwin-Initialize module out of Platform/Darwin 416761e3 Add platform-specific initialization step when enabling languages
| * \ \ \ \ \ \ \ Merge branch 'master' into osx-init-earlyBrad King2014-04-291213-10845/+21250
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve conflict in Source/cmGlobalGenerator.cxx by integrating changes from both sides.
| * | | | | | | | | Xcode: Use sysroot and deployment target to identify compilerBrad King2014-04-292-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use CMAKE_OSX_SYSROOT and CMAKE_OSX_DEPLOYMENT_TARGET to set the Xcode SDKROOT and MACOSX_DEPLOYMENT_TARGET build settings. This is necessary because some versions of Xcode select a different compiler based on these settings. We need to make sure the compiler identified during language initialization matches what will be used for the actual build.
| * | | | | | | | | OS X: Factor a Darwin-Initialize module out of Platform/DarwinBrad King2014-04-292-137/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initialize variables CMAKE_OSX_SYSROOT, CMAKE_OSX_DEPLOYMENT_TARGET, and CMAKE_OSX_ARCHITECTURES prior to enabling any languages. This will allow compiler identification to consider these values.
| * | | | | | | | | Add platform-specific initialization step when enabling languagesBrad King2014-04-292-0/+35
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a Modules/CMakeSystemSpecificInitialize.cmake module loaded after CMakeSystem.cmake but before per-language initialization. Use it to load an optional Platform/<os>-Initialize.cmake module. This will be useful to do per-platform initialization that does not depend on the language and use the results when enabling specific languages.
* | | | | | | | | Merge topic 'cxx98-features'Brad King2014-04-308-0/+56
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a36b957f Features: Add cxx_template_template_parameters.
| * | | | | | | | | Features: Add cxx_template_template_parameters.Stephen Kelly2014-04-168-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extend the existing feature infrastructure as needed to support both C++11 and C++98 features.
* | | | | | | | | | Merge branch 'release'Brad King2014-04-300-0/+0
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | / / / | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | Merge branch 'doc-singlehtml' into releaseBrad King2014-04-251-1/+13
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'doc-full-help' into releaseBrad King2014-04-254-3/+20
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2014-04-301-1/+1
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | Merge topic 'UseSWIG-go-support'Brad King2014-04-291-0/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a3b1be5e UseSWIG: Add support for Go and Lua
| * | | | | | | | | UseSWIG: Add support for Go and LuaJulien Schueller2014-04-291-0/+4
| | | | | | | | | |
* | | | | | | | | | Merge topic 'doc-singlehtml'Brad King2014-04-291-1/+14
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aaa6c8a6 Merge branch 'master' into doc-singlehtml faf291a9 Utilities/Sphinx: Add option to build 'singlehtml' format
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into doc-singlehtmlBrad King2014-04-241213-10845/+21251
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve conflicts in Utilities/Sphinx/CMakeLists.txt by adding the help options from both sides.
| * | | | | | | | | | Utilities/Sphinx: Add option to build 'singlehtml' formatBrad King2014-04-241-1/+13
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add SPHINX_SINGLEHTML to enable the Sphinx 'singlehtml' builder.
* | | | | | | | | | Merge topic 'doc-full-help'Brad King2014-04-294-3/+20
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | / / / / | |_|_|_|_|/ / / / |/| | | | | | | | 478356e6 Restore --help-full option to output all help manuals
| * | | | | | | | Restore --help-full option to output all help manualsBrad King2014-04-254-3/+20
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option was removed during conversion to the reStructuredText documentation. Restore it. Process documentation starting at Help/index.rst so that all manuals are included in the output.
* | | | | | | | CMake Nightly Date StampKitware Robot2014-04-291-1/+1
| | | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2014-04-281-1/+1
| | | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2014-04-271-1/+1
| | | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2014-04-261-1/+1
| | | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2014-04-251-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'release'Brad King2014-04-240-0/+0
|\ \ \ \ \ \ \ | |/ / / / / / | | | | / / / | |_|_|/ / / |/| | | | |
| * | | | | Merge branch 'sphinx-python3' into releaseBrad King2014-04-241-1/+4
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'sphinx-python3'Brad King2014-04-241-1/+4
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | d55671ad Utilities/Sphinx: Fix cmake domain document removal with python3
| * | | | | | Utilities/Sphinx: Fix cmake domain document removal with python3Brad King2014-04-241-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the domain clear_doc method, avoid removing entries from a dictionary while iterating over it. Instead accumulate a set of entries to remove at the end.
* | | | | | | Merge topic 'FindGTK2-X11'Brad King2014-04-241-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 55f5ea7b FindGTK2: search for Fontconfig and X11 before using them
| * | | | | | | FindGTK2: search for Fontconfig and X11 before using themRolf Eike Beer2014-04-231-4/+4
| | | | | | | |