summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* VS: Restore header files marked as OS X Framework content (#13196)Brad King2012-05-075-17/+19
* CMake Nightly Date StampKitware Robot2012-05-071-1/+1
* CMake Nightly Date StampKitware Robot2012-05-061-1/+1
* CMake Nightly Date StampKitware Robot2012-05-051-1/+1
* CMake Nightly Date StampKitware Robot2012-05-041-1/+1
* CMake Nightly Date StampKitware Robot2012-05-031-1/+1
* CMake Nightly Date StampKitware Robot2012-05-021-1/+1
* Merge topic 'cmake-gui-thread-wait'David Cole2012-05-011-1/+1
|\
| * cmake-gui: Wait for configure/generate thread to complete before exiting.Clinton Stimpson2012-04-301-1/+1
* | Merge topic 'module-no-soname'David Cole2012-05-0118-59/+161
|\ \
| * | Test NO_SONAME property (#13155)Brad King2012-04-302-0/+58
| * | Support building shared libraries or modules without soname (#13155)Modestas Vainius2012-04-3016-59/+103
* | | Merge topic 'intel-Windows-RTC1'David Cole2012-05-011-1/+1
|\ \ \
| * | | Intel: On Windows use /RTC1 instead of deprecated /GZ (#13174)Brad King2012-04-301-1/+1
* | | | Merge topic 'fix-12564-avoid-git-re-clones'David Cole2012-05-011-29/+72
|\ \ \ \
| * | | | ExternalProject: Avoid repeated git clone operations (#12564)David Cole2012-04-281-1/+26
| * | | | ExternalProject: Refactor repeated code into function (#12564)David Cole2012-04-281-27/+39
| * | | | ExternalProject: Avoid unnecessary git clones (#12564)David Cole2012-04-251-1/+7
* | | | | Merge topic 'vs10-source-paths'David Cole2012-05-014-80/+137
|\ \ \ \ \
| * | | | | VS10: Generate relative source paths when possible (#12570)Brad King2012-04-273-4/+77
| * | | | | VS11: Do not use source path conversion workaround specific to VS 10Brad King2012-04-271-7/+22
| * | | | | VS10: Convert paths normally unless forced to relativeBrad King2012-04-272-19/+21
| * | | | | VS10: Simplify vcxproj.filter file generationBrad King2012-04-272-65/+26
| * | | | | VS10: Refactor custom commands to use WriteSourceBrad King2012-04-272-14/+20
* | | | | | Merge topic 'kwsys-environ-cleanup'David Cole2012-05-0111-94/+370
|\ \ \ \ \ \
| * | | | | | KWSys: Fix SystemTools environment memory handling (#13156)Brad King2012-04-276-28/+344
| * | | | | | CTest: Simplify environment save/restoreBrad King2012-04-245-66/+26
* | | | | | | Merge topic 'more-Intel-warnings'David Cole2012-05-012-2/+6
|\ \ \ \ \ \ \
| * | | | | | | Check{C,CXX}CompilerFlag: catch more Intel warning types (#12576)Rolf Eike Beer2012-04-262-2/+6
* | | | | | | | Merge topic 'require-CMake-2.8.2'David Cole2012-05-012-5/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Require CMake 2.8.2 or higher to build CMakeBrad King2012-04-262-5/+4
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge topic 'doc-html-anchors'David Cole2012-05-011-5/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Documentation: Fix HTML anchor rangesBrad King2012-04-261-5/+5
* | | | | | | | | Merge topic 'ctest_memcheck-xml-encoding'David Cole2012-05-011-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CTest: Escape MemCheck test output for XML (#13124)Brad King2012-04-261-1/+1
* | | | | | | | | | Merge topic 'developer-setup'David Cole2012-05-011-10/+36
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'setup' into developer-setupBrad King2012-04-261-10/+36
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | setup-stage: Optionally reconfigure topic stageBrad King2012-04-261-10/+36
* | | | | | | | | | | | Merge topic 'try-compile-cleanup-dirs'David Cole2012-05-011-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | try_compile: Cleanup temporary directories (#13160)Brad King2012-04-261-0/+1
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge topic 'kwsys-remove-DateStamp'David Cole2012-05-014-119/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | KWSys: Remove DateStampBrad King2012-04-254-119/+1
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2012-05-011-1/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2012-04-301-1/+1
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2012-04-291-1/+1
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2012-04-281-1/+1
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2012-04-271-1/+1
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2012-04-261-1/+1
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge topic 'intel-Windows-EHsc'David Cole2012-04-251-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Intel: On Windows use /EHsc instead of deprecated /GX (#13163)Brad King2012-04-241-1/+1