Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge topic 'cygwin-system-processor' | Brad King | 2010-09-22 | 1 | -3/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use 'uname -m' for processor on Cygwin (#10774) | Yaakov Selkowitz | 2010-09-21 | 1 | -3/+3 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge topic 'find-fltk-cygwin' | Brad King | 2010-09-22 | 2 | -9/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | FindFLTK*: Use Cygwin fltk on Cygwin | Yaakov Selkowitz | 2010-09-21 | 2 | -9/+0 | |
| |/ / / / / | ||||||
* | | | | | | FindPythonInterp: Look for python2.7 interpreter | Brad King | 2010-09-21 | 1 | -2/+3 | |
|/ / / / / | ||||||
* | | | | | Merge topic 'FindBoost_bugfixes' | Brad King | 2010-09-21 | 1 | -81/+302 | |
|\ \ \ \ \ | ||||||
| * | | | | | FindBoost.cmake: Fix library search path glitch introduced in earlier commit | Philip Lowman | 2010-09-20 | 1 | -23/+24 | |
| * | | | | | FindBoost.cmake: Implements 11160 | Philip Lowman | 2010-09-18 | 1 | -1/+32 | |
| * | | | | | FindBoost.cmake: Fixes 10436 | Philip Lowman | 2010-09-18 | 1 | -0/+2 | |
| * | | | | | FindBoost.cmake: Fixes 11121 | Philip Lowman | 2010-09-18 | 1 | -0/+32 | |
| * | | | | | FindBoost.cmake: Fixes 11246 | Philip Lowman | 2010-09-18 | 1 | -1/+1 | |
| * | | | | | FindBoost.cmake: Fix compiling against a boost source tree | Philip Lowman | 2010-09-18 | 1 | -4/+1 | |
| * | | | | | FindBoost.cmake: Add Boost_NO_SYSTEM_PATHS option | Philip Lowman | 2010-09-18 | 1 | -25/+54 | |
| * | | | | | FindBoost.cmake: Miscellaneous changes and refactoring | Philip Lowman | 2010-09-18 | 1 | -15/+24 | |
| * | | | | | FindBoost.cmake fixes for issues 11204 & 8529 | Philip Lowman | 2010-09-18 | 1 | -39/+159 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'compaq-fortran-moddir-flag' | Brad King | 2010-09-21 | 1 | -0/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add module-dir flag for Compaq Visual Fortran (#11248) | Brad King | 2010-09-20 | 1 | -0/+2 | |
* | | | | | | Merge topic 'FindMPI-f-flags' | Brad King | 2010-09-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | FindMPI: Recoginze -f flags from mpicc (#10771) | Brad King | 2010-09-20 | 1 | -1/+1 | |
* | | | | | | | Merge topic '11249_FindFLEX' | Brad King | 2010-09-21 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | FindFLEX.cmake: Fix issue 11249 | Philip Lowman | 2010-09-20 | 1 | -1/+5 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Fix 11136: [patch] FindThreads.cmake documents the wrong variable | Philip Lowman | 2010-09-18 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge topic 'issue_10199' | Brad King | 2010-09-14 | 1 | -4/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Issue 10199: Fixed code documentation and now set <prefix>_WC_ROOT | Marcel Loose | 2010-09-13 | 1 | -4/+10 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'CUDAv3.2PathChanges' | Brad King | 2010-09-14 | 1 | -3/+22 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Added CUDA 3.2 directory changes. Disable emulation mode for CUDA 3.1+. | James Bigler | 2010-09-10 | 1 | -3/+22 | |
| |/ / / / / | ||||||
* | | | | | | Correct CMAKE_INSTALL_PREFIX value for Win64 apps (#9992) | David Cole | 2010-09-09 | 1 | -13/+89 | |
|/ / / / / | ||||||
* | | | | | Merge topic 'allow_upper_case_cpp_and_others' | Brad King | 2010-09-08 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Only use .CPP .CXX and .C++ do not work by default with g+++. | Bill Hoffman | 2010-09-02 | 1 | -1/+1 | |
| * | | | | | Let CMake recognize .CPP .CXX and .C++ as c++ files. | Bill Hoffman | 2010-09-02 | 1 | -2/+2 | |
* | | | | | | Merge topic 'FindwxWidgets-fixes' | Brad King | 2010-09-08 | 2 | -30/+39 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ENH #8993: FindwxWidgets add support for wx-config custom options. | Miguel A. Figueroa-Villanueva | 2010-09-05 | 1 | -5/+15 | |
| * | | | | | | BUG #8184: Fixed FindwxWidgets wrong order of default libs for MinGW. | Miguel A. Figueroa-Villanueva | 2010-09-01 | 2 | -5/+7 | |
| * | | | | | | BUG #11123: Generic include dir should come after config specific one. | Miguel A. Figueroa-Villanueva | 2010-09-01 | 1 | -10/+10 | |
| * | | | | | | STYLE: Clarified/Fixed documentation of UsewxWidgets. | Miguel A. Figueroa-Villanueva | 2010-09-01 | 1 | -10/+7 | |
| * | | | | | | BUG #10658: FindwxWidgets USE_FILE should not include .cmake extension. | Miguel A. Figueroa-Villanueva | 2010-09-01 | 1 | -1/+1 | |
* | | | | | | | Merge topic 'fix-10417' | Brad King | 2010-09-08 | 2 | -3/+24 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Avoid adding self as prerequisite. (#10417) | David Cole | 2010-09-08 | 2 | -3/+24 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'fix-9284' | Brad King | 2010-09-08 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Make bundle items writable before fixup (#9284) | Mike McQuaid | 2010-09-08 | 1 | -0/+7 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'hpux-required-runtime-path-10571' | Brad King | 2010-09-08 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | HP-UX: Always add /usr/lib to rpath (#10571) | Brad King | 2010-09-07 | 1 | -0/+2 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic '11186' | Brad King | 2010-09-08 | 1 | -3/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Merge patch for detecting gdk-pixbuf library | Philip Lowman | 2010-09-04 | 1 | -3/+8 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'vs-project-groups' | Brad King | 2010-09-08 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add FOLDER target property, for IDEs (#3796) | David Cole | 2010-09-03 | 1 | -0/+2 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'watcom_fixes' | Brad King | 2010-09-08 | 1 | -3/+16 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix for bug 10388, fix various default flags. | Bill Hoffman | 2010-09-02 | 1 | -3/+16 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'find-macports' | Brad King | 2010-09-08 | 2 | -3/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Search MacPorts /opt/local prefix on Mac | Brad King | 2010-09-01 | 2 | -3/+6 | |