- 30 Apr, 2014 1 commit
-
-
Kitware Robot authored
-
- 29 Apr, 2014 5 commits
-
-
a3b1be5e UseSWIG: Add support for Go and Lua
-
478356e6 Restore --help-full option to output all help manuals
-
-
Kitware Robot authored
-
- 28 Apr, 2014 1 commit
-
-
Kitware Robot authored
-
- 27 Apr, 2014 1 commit
-
-
Kitware Robot authored
-
- 26 Apr, 2014 1 commit
-
-
Kitware Robot authored
-
- 25 Apr, 2014 2 commits
-
-
Brad King authored
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.
-
Kitware Robot authored
-
- 24 Apr, 2014 9 commits
-
-
Brad King authored
Resolve conflicts in Utilities/Sphinx/CMakeLists.txt by adding the help options from both sides.
-
Brad King authored
Add SPHINX_SINGLEHTML to enable the Sphinx 'singlehtml' builder.
-
Brad King authored
-
Brad King authored
-
d55671ad Utilities/Sphinx: Fix cmake domain document removal with python3
-
55f5ea7b FindGTK2: search for Fontconfig and X11 before using them
-
817db64c fix compile error on AIX/gcc-2.9 because of unknown std::stringstream
-
Brad King authored
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.
-
Kitware Robot authored
-
- 23 Apr, 2014 2 commits
-
-
Rolf Eike Beer authored
-
Kitware Robot authored
-
- 22 Apr, 2014 7 commits
-
-
Rolf Eike Beer authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
Resolve conflict in Source/cmOSXBundleGenerator.cxx by taking the side from 'master'.
-
Fix cmOSXBundleGenerator::CreateCFBundle to place Info.plist under the same root directory as the rest of the bundle. Without this, Info.plist was placed into CMAKE_BINARY_DIR, not CMAKE_CURRENT_BINARY_DIR because the target path was not generated correctly.
-
Kitware Robot authored
-
- 21 Apr, 2014 11 commits
-
-
cb59f5da CPackWIX: Delay creation of cmWIXPatch until CPack has initialized Logger
-
ccd29b9a ExternalData: Warn on missing file instead of failing
-
3de4c295 cmake: Print C++ stack trace after INTERNAL_ERROR messages
-
33774ca2 QtAutogen: Put generated qrc files in a target-specific dir.
-
-
Also add some documentation of SWIG_MODULE_NAME.
-
If no SWIG_MODULE_NAME is specified explicitly and the .i file exists, scan it for the module name declaration.