summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | 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
* | | | | | | | Merge topic 'fix-10417'Brad King2010-09-082-3/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | Avoid adding self as prerequisite. (#10417)David Cole2010-09-082-3/+24
* | | | | | | | | Merge topic 'fix-9284'Brad King2010-09-081-0/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Make bundle items writable before fixup (#9284)Mike McQuaid2010-09-081-0/+7
| |/ / / / / / / /
* | | | | | | | | Merge topic 'hpux-required-runtime-path-10571'Brad King2010-09-081-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | HP-UX: Always add /usr/lib to rpath (#10571)Brad King2010-09-071-0/+2
| |/ / / / / / / /
* | | | | | | | | Merge topic '11186'Brad King2010-09-081-3/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Merge patch for detecting gdk-pixbuf libraryPhilip Lowman2010-09-041-3/+8
* | | | | | | | | | Merge topic 'vs-project-groups'Brad King2010-09-0812-2/+292
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add FOLDER target property, for IDEs (#3796)David Cole2010-09-0312-2/+292
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'watcom_fixes'Brad King2010-09-081-3/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix for bug 10388, fix various default flags.Bill Hoffman2010-09-021-3/+16
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'find-macports'Brad King2010-09-082-3/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Search MacPorts /opt/local prefix on MacBrad King2010-09-012-3/+6
* | | | | | | | | | | Merge topic 'ImproveFindPackageConfigMode'Brad King2010-09-083-96/+225
|\ \ \ \ \ \ \ \ \ \ \