summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | CPack Enable better handling of absolute installed filesEric NOULARD2010-08-231-8/+39
| | | |/ / | | |/| |
* | | | | Merge topic 'moc_param_bug11120'Brad King2010-08-311-4/+7
|\ \ \ \ \
| * | | | | Make sure moc parameters file goes in binary directory.Clinton Stimpson2010-08-241-4/+7
* | | | | | Merge topic 'FindBison_10241'Brad King2010-08-311-1/+1
|\ \ \ \ \ \
| * | | | | | 10241: FindBISON.cmake clears wrong variablePhilip Lowman2010-08-201-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'FindCxxTest_11041'Brad King2010-08-311-23/+79
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | 11041: Improve FindCxxTest to use Python or Perl automatically; custom flagsPhilip Lowman2010-08-201-23/+79
| |/ / / /
* | | | | Merge topic 'add-ExternalProject-targets'Brad King2010-08-241-2/+68
|\ \ \ \ \
| * | | | | Add STEP_TARGETS to ExternalProject module.David Cole2010-08-231-2/+68
| |/ / / /
* | | | | Merge topic 'FixEclipseIncludePathParsingWithSpaces'Brad King2010-08-241-7/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix parsing of builtin macros so Eclipse handles them properly (#10868)Alex Neundorf2010-08-231-7/+12
* | | | | Merge topic 'msvc-version'Brad King2010-08-193-0/+3
|\ \ \ \ \
| * | | | | Set MSVC_VERSION for MSVC 6, 7, 7.1 (#7944)Rolf Eike Beer2010-08-173-0/+3
| | |_|_|/ | |/| | |
* | | | | Merge topic 'FortranCInterface-doc-typo'Brad King2010-08-191-3/+3
|\ \ \ \ \
| * | | | | FortranCInterface: Fix doc typo FC.h -> FCMangle.hBrad King2010-08-171-3/+3
* | | | | | Merge topic 'TimeoutForExecuteProcessInVendorChecking'Brad King2010-08-191-3/+10
|\ \ \ \ \ \
| * | | | | | Add timeout to execute_process() in CMAKE_DETERMINE_COMPILER_ID().Alex Neundorf2010-08-171-3/+10
| |/ / / / /
* | | | | | Merge topic 'CMakeParseArguments'Brad King2010-08-192-71/+167
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Modules: Fix CMakeParseArguments copyright noticeBrad King2010-08-171-2/+3
| * | | | | Add macro CMakeParseArguments() and use it in FPHSA()Alex Neundorf2010-08-142-71/+166
| | |_|/ / | |/| | |
* | | | | Merge topic 'ImproveAsmCompilerIDDetection'Brad King2010-08-173-14/+51
|\ \ \ \ \
| * | | | | Detect a COMPILER_ID also for ASM.Alex Neundorf2010-08-153-7/+44
| * | | | | Remove trailing spacesAlex Neundorf2010-08-152-7/+7
| |/ / / /
* | | | | Merge topic 'FixEclipseIncludePathParsingWithSpaces'Brad King2010-08-171-18/+32
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fix EclipseCDT parsing of builtin macros with spaces (#10868)Alex Neundorf2010-08-151-12/+21
| * | | | Fix EclipseCDT include path parsing with spaces (#10868)Alex Neundorf2010-08-151-6/+11
| |/ / /
* | | | Merge topic 'FixZLIBVersion'Brad King2010-08-171-2/+7
|\ \ \ \
| * | | | Fix ZLIB version parsing if no TWEAK version existsAlex Neundorf2010-08-141-2/+7
| |/ / /
* | | | Merge topic 'FixSubversionDoc'Brad King2010-08-171-2/+2
|\ \ \ \
| * | | | Change documentation of Subversion_FOUND and SUBVERSION_FOUND.Alex Neundorf2010-08-141-2/+2
| |/ / /
* | | | Merge topic 'fix-issue-11035'Brad King2010-08-171-2/+2
|\ \ \ \
| * | | | Fix 11035 : debug/release library configuration mistakeMathieu Malaterre2010-08-141-2/+2
| |/ / /
* | | | Merge topic 'python_add_module_scope'Brad King2010-08-171-4/+2
|\ \ \ \
| * | | | Bug with default library type of Python modules.Marcus D. Hanwell2010-08-131-4/+2
* | | | | Merge topic 'tg/BlueGeneP'Brad King2010-08-1715-0/+348
|\ \ \ \ \
| * | | | | Add platform files for BlueGene/P systemsTodd Gamblin2010-08-1315-0/+348
| | |/ / / | |/| | |
* | | | | Merge topic 'FindGTK2_fixes'Brad King2010-08-171-6/+28
|\ \ \ \ \
| * | | | | Several fixes needed to improve Windows supportPhilip Lowman2010-08-121-6/+27
| * | | | | Add detection for new pangommconfig.h header filePhilip Lowman2010-08-121-0/+1
| |/ / / /
* | | | | Merge topic 'improve-cpack-docs'Brad King2010-08-171-3/+40
|\ \ \ \ \
| * | | | | Add documentation for CPACK_PROJECT_CONFIG_FILE.David Cole2010-08-111-3/+40
| |/ / / /
* | | | | Merge topic 'FindBoost_cygwin_fix'Brad King2010-08-171-1/+1
|\ \ \ \ \
| * | | | | Fixes problem finding libraries under Boost (#9510)Philip Lowman2010-08-111-1/+1
| |/ / / /
* | | | | Merge topic 'intel-response-files'Brad King2010-08-171-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Pass objects to Intel linker using a response fileArjen Verweij2010-08-101-0/+4
* | | | | Merge topic 'ImprovedVersionCheckingInSomeModules'Brad King2010-08-109-107/+66
|\ \ \ \ \
| * \ \ \ \ Merge branch 'findsubversion_fphsa_cleanup'Brad King2010-08-101-4/+2
| |\ \ \ \ \
| * | | | | | Use FPHSA() in FindSWIG, including version checking.Alex Neundorf2010-08-071-12/+6
| * | | | | | Improved version checking for FindCUDA using the new mode of FPHSAAlex Neundorf2010-08-071-29/+8
| * | | | | | Improved version checking for FindSubversion using the new mode of FPHSA()Alex Neundorf2010-08-071-13/+20