summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Add support for the Intel compiler used for ASM under WindowsAlex Neundorf2011-03-022-1/+7
* Add more regex for gcc, always print the ASM compiler IDAlex Neundorf2011-03-011-7/+8
* Add temporary debug output for compiler ID detection for ASMAlex Neundorf2011-03-011-0/+7
* It's ELSEIF(), not ELSIF()Alex Neundorf2011-03-011-1/+1
* Fix bad comparison in the detect assembler-codeAlex Neundorf2011-03-011-4/+4
* Add assemble- and preprocess commands for HPAlex Neundorf2011-02-232-3/+6
* Fix the default CMAKE_ASM_COMPILE_OBJECT, make XL-ASM use itAlex Neundorf2011-02-232-3/+1
* Change the default rules so they fit better to the new ASM handlingAlex Neundorf2011-02-235-10/+5
* Set the HP asm file suffixAlex Neundorf2011-02-231-0/+2
* Add support for ASm for the HP compiler.Alex Neundorf2011-02-233-1/+9
* Add suport for ASM for the IBM XL compilerAlex Neundorf2011-02-232-0/+19
* Add support for ASM for the SunPro compilerAlex Neundorf2011-02-232-0/+30
* Actually use CMAKE_ASM_COMPILER for asm, instead of CMAKE_C_COMPILERAlex Neundorf2011-02-231-1/+1
* Add ASM support for the Intel compilerAlex Neundorf2011-02-233-1/+16
* Rework the way assembler is handled, use the C/CXX compiler by defaultAlex Neundorf2011-01-304-7/+62
* Merge topic 'FixParsingCompilerNameWithVersionNumber'Brad King2011-01-283-34/+37
|\
| * Fix parsing of compiler name with a version numberAlex Neundorf2011-01-263-10/+13
| * Strip trailing whitespace.Alex Neundorf2011-01-262-24/+24
* | Merge topic 'dev/strict-mode'Brad King2011-01-272-3/+19
|\ \
| * \ Merge branch 'dev/add_test-working-directory' into dev/strict-modeBrad King2011-01-2745-185/+484
| |\ \
| * \ \ Merge branch 'ImprovedDotSupport2' into dev/strict-modeBrad King2010-12-1715-80/+168
| |\ \ \
| * \ \ \ Merge branch 'AddCMAKE_CURRENT_LIST_DIR' into dev/strict-modeBrad King2010-12-1789-93/+106
| |\ \ \ \
| * \ \ \ \ Merge branch 'cmake-guiRememberAdvancedCheckbox' into dev/strict-modeBrad King2010-12-1732-537/+1214
| |\ \ \ \ \
| * | | | | | Ignore CLI warnings for ABI determinationBen Boeckel2010-09-161-0/+4
| * | | | | | Make --strict-mode option, and integrate with cmake-guiBill Hoffman2010-09-012-3/+15
* | | | | | | Merge topic 'relative-CMAKE_USER_MAKE_RULES_OVERRIDE'Brad King2011-01-264-22/+38
|\ \ \ \ \ \ \
| * | | | | | | Fix relative CMAKE_USER_MAKE_RULES_OVERRIDE (#11725)Brad King2011-01-194-22/+38
* | | | | | | | Modules: Include builtin FindPackageHandleStandardArgs directlyBrad King2011-01-2088-88/+91
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge topic 'fix-find-png-zlib'Brad King2011-01-192-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Add new names for PNG and ZLIB librariesDavid Cole2011-01-142-2/+2
* | | | | | | | Merge topic 'fix-10031-add-freeglut'Brad King2011-01-191-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Add freeglut as library name (#10031)David Cole2011-01-171-1/+1
| |/ / / / / / /
* | | | | | | | Merge topic 'qt4-query-exec-process'Brad King2011-01-191-1/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Replace exec_program with execute_process for qmake queries.Clinton Stimpson2011-01-181-1/+4
| |/ / / / / / /
* | | | | | | | Merge topic 'sco-compiler'Brad King2011-01-196-3/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | Factor SCO compiler info out of platform file (#11700)Brad King2011-01-174-3/+29
| * | | | | | | | Recognize SCO UnixWare C/C++ compilers (#11700)Brad King2011-01-172-0/+6
| |/ / / / / / /
* | | | | | | | Merge topic 'fix-install-req-sys-libs'Brad King2011-01-191-23/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | Add CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_NO_WARNINGS variableDavid Cole2011-01-131-3/+14
| * | | | | | | | VS10: Fix problems with InstallRequiredSystemLibraries.David Cole2011-01-131-23/+24
| |/ / / / / / /
* | | | | | | | Merge topic 'python-modules-header'Brad King2011-01-191-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Bug #11715 - generate header in the build tree.Marcus D. Hanwell2011-01-171-0/+1
* | | | | | | | | Merge topic 'doc-CheckSymbolExists-enum'Brad King2011-01-191-6/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update CheckSymbolExists copyright yearBrad King2011-01-171-1/+1
| * | | | | | | | | Document CheckSymbolExists more clearly (#11685)Brad King2011-01-121-5/+12
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'doc-CheckFunctionExists-clarify-issue-10044'Brad King2011-01-191-6/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Document CheckFunctionExists more clearly (#10044)Brad King2011-01-171-6/+8
| |/ / / / / / / /
* | | | | | | | | Document Check(C|CXX)SourceCompiles behavior more clearly (#11688)Brad King2011-01-142-4/+4
|/ / / / / / / /
* | | | | | | | Merge topic 'resolve/python-versions/policy-CMP0017'Brad King2011-01-112-33/+47
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'policy-CMP0017' into resolve/python-versions/policy-CMP0017Brad King2011-01-1186-86/+86
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |