summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Xcode: Avoid trailing space in ARCHS list (#11244)Mikkel Krautz2010-09-201-1/+3
* Merge topic 'resolve/fix_target_name_with_dot_vs10/allow_upper_case_cpp_and_o...Brad King2010-09-143-31/+62
|\
| * Merge branch 'allow_upper_case_cpp_and_others' into resolve/fix_target_name_w...Brad King2010-09-142-1/+8
| |\
| * | VS2010: Set IntDir for utility and global targets.David Cole2010-09-131-28/+45
| * | VS2010: Honor PROJECT_LABEL target property (#10611)David Cole2010-09-092-0/+15
| * | Fix targets with . in the name for VS 10 IDE.Bill Hoffman2010-09-062-5/+4
* | | Merge topic 'improve-missing-source-file-error'Brad King2010-09-145-7/+27
|\ \ \
| * | | Report missing source files with context of targetBrad King2010-09-135-7/+27
* | | | Merge topic 'issue_10199'Brad King2010-09-141-4/+10
|\ \ \ \
| * | | | Issue 10199: Fixed code documentation and now set <prefix>_WC_ROOTMarcel Loose2010-09-131-4/+10
| |/ / /
* | | | Merge topic 'style-line-length'Brad King2010-09-145-63/+53
|\ \ \ \
| * | | | Fix line-too-long style errorsBrad King2010-09-104-5/+8
| * | | | file(DOWNLOAD): Fix error message formattingBrad King2010-09-101-58/+45
* | | | | Merge topic 'CUDAv3.2PathChanges'Brad King2010-09-141-3/+22
|\ \ \ \ \
| * | | | | Added CUDA 3.2 directory changes. Disable emulation mode for CUDA 3.1+.James Bigler2010-09-101-3/+22
| |/ / / /
* | | | | Merge topic 'bootstrap-cflags'Brad King2010-09-141-1/+1
|\ \ \ \ \
| * | | | | bootstrap: Honor CFLAGS during "make" test (#10545)Brad King2010-09-101-1/+1
| |/ / / /
* | | | | Merge topic 'suppress-Wcast-align'Brad King2010-09-143-1/+8
|\ \ \ \ \
| * | | | | libarchive: Fix purposeful crashBrad King2010-09-101-1/+1
| * | | | | Suppress -Wcast-align in curl and bzip2Brad King2010-09-102-0/+7
| |/ / / /
* | | | | Merge topic 'shut-up-find-java'Brad King2010-09-141-1/+1
|\ \ \ \ \
| * | | | | Use QUIET to avoid Java status messages.David Cole2010-09-091-1/+1
* | | | | | Merge topic 'preserve-timestamps-on-tar-extract'Brad King2010-09-141-2/+10
|\ \ \ \ \ \
| * | | | | | Preserve timestamps on files on tar extract.David Cole2010-09-091-2/+10
| |/ / / / /
* | | | | | Merge topic 'fix-9992'Brad King2010-09-141-13/+89
|\ \ \ \ \ \
| * | | | | | Correct CMAKE_INSTALL_PREFIX value for Win64 apps (#9992)David Cole2010-09-091-13/+89
* | | | | | | Merge topic 'lazy-query-cdash'Brad King2010-09-141-4/+0
|\ \ \ \ \ \ \
| * | | | | | | We shouldn't ask CDash for its version info until/unless we actually need it.Zach Mullen2010-09-081-4/+0
* | | | | | | | Merge topic 'multi-v-single-configuration'Brad King2010-09-146-83/+42
|\ \ \ \ \ \ \ \
| * | | | | | | | No CMAKE_CONFIGURATION_TYPES in single-config generators (#10202)Brad King2010-09-086-83/+42
| |/ / / / / / /
* | | | | | | | KWSys Nightly Date StampKWSys Robot2010-09-141-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2010-09-131-1/+1
* | | | | | | KWSys Nightly Date StampKWSys Robot2010-09-121-1/+1
* | | | | | | KWSys Nightly Date StampKWSys Robot2010-09-111-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | KWSys: Suppress -Wcast-align warning in MD5.cBrad King2010-09-101-0/+9
* | | | | | KWSys Nightly Date StampKWSys Robot2010-09-101-1/+1
| |_|/ / / |/| | | |
* | | | | Revert commit: CMake: quote ':' in Windows NMake Makefiles (#9963) -- it was ...David Cole2010-09-091-2/+1
* | | | | KWSys Nightly Date StampKWSys Robot2010-09-091-1/+1
| |/ / / |/| | |
* | | | CMake: quote ':' in Windows NMake Makefiles (#9963)David Cole2010-09-081-1/+2
|/ / /
* | | Merge topic 'allow_upper_case_cpp_and_others'Brad King2010-09-084-3/+13
|\ \ \ | | |/ | |/|
| * | Allow testing of .CPP on WIN32 as it is a case insensitive OS and should work.Bill Hoffman2010-09-071-1/+1
| * | Only test for .CPP on Microsoft compilers which will handle .CPP as c++.Bill Hoffman2010-09-062-1/+8
| |/
| * Only use .CPP .CXX and .C++ do not work by default with g+++.Bill Hoffman2010-09-025-7/+3
| * Let CMake recognize .CPP .CXX and .C++ as c++ files.Bill Hoffman2010-09-026-3/+10
* | Merge topic 'FindwxWidgets-fixes'Brad King2010-09-082-30/+39
|\ \
| * | ENH #8993: FindwxWidgets add support for wx-config custom options.Miguel A. Figueroa-Villanueva2010-09-051-5/+15
| * | BUG #8184: Fixed FindwxWidgets wrong order of default libs for MinGW.Miguel A. Figueroa-Villanueva2010-09-012-5/+7
| * | BUG #11123: Generic include dir should come after config specific one.Miguel A. Figueroa-Villanueva2010-09-011-10/+10
| * | STYLE: Clarified/Fixed documentation of UsewxWidgets.Miguel A. Figueroa-Villanueva2010-09-011-10/+7
| * | BUG #10658: FindwxWidgets USE_FILE should not include .cmake extension.Miguel A. Figueroa-Villanueva2010-09-011-1/+1