Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'flex-version-apple' | David Cole | 2012-09-04 | 1 | -1/+1 |
|\ | |||||
| * | FindFLEX: fix version extraction on Apple | Rolf Eike Beer | 2012-08-30 | 1 | -1/+1 |
* | | Merge topic 'Qt4Macros-fix-resource-parsing' | David Cole | 2012-09-04 | 1 | -1/+1 |
|\ \ | |||||
| * | | Read entire Qt4 qrc file when parsing for depends info. | Stephen Kelly | 2012-08-30 | 1 | -1/+1 |
* | | | Merge topic 'msvc-compiler-info' | Brad King | 2012-08-31 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | VS: Fix MSVC_IDE definition recently broken by refactoring | Brad King | 2012-08-30 | 1 | -2/+2 |
* | | | | Merge topic 'fix-Qt-casing' | Brad King | 2012-08-30 | 4 | -17/+17 |
|\ \ \ \ | |||||
| * | | | | Fix casing of 'Qt' in docs, comments and user-visible strings. | Stephen Kelly | 2012-08-28 | 4 | -17/+17 |
| | |_|/ | |/| | | |||||
* | | | | Merge topic 'mingw-unix-generator' | Brad King | 2012-08-30 | 1 | -0/+4 |
|\ \ \ \ | |||||
| * | | | | Find mingw's windres also when Unix Makefiles are used | Peter Kümmel | 2012-08-27 | 1 | -0/+4 |
| |/ / / | |||||
* | | | | Merge topic 'cmcldeps-icl' | Brad King | 2012-08-30 | 1 | -7/+4 |
|\ \ \ \ | |||||
| * | | | | Ninja: also detect /showInclude prefix for icl | Peter Kümmel | 2012-08-27 | 1 | -7/+4 |
| |/ / / | |||||
* | | | | Merge topic 'qt4-windows8' | Brad King | 2012-08-30 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Fix errors detecting Qt4 on Windows 8. | Clinton Stimpson | 2012-08-24 | 1 | -1/+1 |
* | | | | | Merge topic 'msvc-compiler-info' | Brad King | 2012-08-30 | 10 | -344/+209 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Merge branch 'cmake-platform-info-version' into msvc-compiler-info | Brad King | 2012-08-30 | 18 | -85/+119 |
| |\ \ \ \ | |||||
| * | | | | | Modernize MSVC compiler information files | Brad King | 2012-08-30 | 4 | -99/+81 |
| * | | | | | VS: Simplify MSVC version reporting | Brad King | 2012-08-30 | 5 | -110/+42 |
| * | | | | | VS: Remove support for "free" version 2003 tools | Brad King | 2012-08-23 | 3 | -60/+11 |
* | | | | | | Merge topic 'cmake-platform-info-version' | Brad King | 2012-08-30 | 19 | -98/+139 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | Store ABI detection results in compiler information files | Brad King | 2012-08-24 | 4 | -3/+10 |
| | |/ / / | |/| | | | |||||
| * | | | | Move CMAKE_<LANG>_COMPILER_WORKS to compiler information files | Brad King | 2012-08-24 | 7 | -72/+104 |
| * | | | | Make platform information files specific to the CMake version | Brad King | 2012-08-24 | 15 | -29/+31 |
| |/ / / | |||||
* | | | | Merge topic 'ide-compiler-id' | David Cole | 2012-08-24 | 10 | -236/+843 |
|\ \ \ \ | |/ / / | |||||
| * | | | VS: Detect the compiler id and tool location | Brad King | 2012-08-22 | 6 | -9/+223 |
| * | | | Xcode: Detect the compiler id and tool location | Brad King | 2012-08-22 | 7 | -1/+387 |
| * | | | CMakeDetermineCompilerId: Prepare to detect IDE compiler id | Brad King | 2012-08-22 | 1 | -27/+43 |
| * | | | Re-order C/C++/Fortran compiler determination logic | Brad King | 2012-08-22 | 3 | -216/+207 |
* | | | | Merge topic 'more-compiler-versions' | David Cole | 2012-08-24 | 2 | -6/+57 |
|\ \ \ \ | |||||
| * | | | | Detect Analog VisualDSP++ compiler version with its id | Brad King | 2012-08-22 | 2 | -4/+18 |
| * | | | | Detect Cray compiler version with its id | Brad King | 2012-08-22 | 2 | -0/+4 |
| * | | | | Detect SDCC compiler version with its id | Brad King | 2012-08-22 | 1 | -0/+4 |
| * | | | | Detect Comeau compiler version with its id | Brad King | 2012-08-22 | 1 | -0/+3 |
| * | | | | Detect TI compiler version with its id | Brad King | 2012-08-22 | 2 | -0/+8 |
| * | | | | Detect PathScale compiler version with its id | Brad King | 2012-08-22 | 2 | -2/+12 |
| * | | | | Detect Compaq compiler version with its id | Brad King | 2012-08-22 | 2 | -0/+8 |
| |/ / / | |||||
* | | | | Merge topic 'topics/FindCUDA/Add-CUDA_SOURCE_PROPERTY_FORMAT' | David Cole | 2012-08-24 | 1 | -19/+29 |
|\ \ \ \ | |||||
| * | | | | Added CUDA_SOURCE_PROPERTY_FORMAT. Allows setting per file format (OBJ or PTX) | James Bigler | 2012-08-20 | 1 | -19/+29 |
* | | | | | Merge topic 'topics/FindCUDA/Fix-g3-again' | David Cole | 2012-08-24 | 1 | -1/+11 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Replace -g3 with -g for CUDA 4.1 and 4.2 in addition to CUDA < 3.0. | James Bigler | 2012-06-19 | 1 | -1/+11 |
* | | | | | Merge topic 'Qt4Macros-fix-resource-parsing' | Brad King | 2012-08-23 | 1 | -3/+5 |
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| | | |||||
| * | | | Qt4Macros: Fix recently broken resource file parsing | Brad King | 2012-08-22 | 1 | -3/+5 |
* | | | | Merge topic 'qt4_use_modules' | David Cole | 2012-08-20 | 2 | -0/+32 |
|\ \ \ \ | |||||
| * | | | | Add new qt4_use_modules function. | Stephen Kelly | 2012-08-19 | 2 | -0/+32 |
| | |_|/ | |/| | | |||||
* | | | | Merge topic 'read-less-from-version-headers' | David Cole | 2012-08-20 | 9 | -30/+35 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | read less from version headers into variables | Rolf Eike Beer | 2012-08-19 | 9 | -30/+35 |
| |/ / | |||||
* | | | Merge topic 'no-regex-escape-space' | David Cole | 2012-08-20 | 2 | -2/+2 |
|\ \ \ | |||||
| * | | | do not escape spaces in regular expressions | Rolf Eike Beer | 2012-08-19 | 2 | -2/+2 |
| |/ / | |||||
* | | | Merge topic 'FindGTK2_12306' | David Cole | 2012-08-20 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | FindGTK2: Add GTK2_CAIROMMCONFIG_INCLUDE_DIR for cairommconfig.h | Philip Lowman | 2012-08-18 | 1 | -0/+1 |
| |/ / |