summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* ENH: Patch from Maik to add more fortran extensions.Brad King2008-03-051-1/+1
* ENH: Allow users to recover from trying to use an improperly installed QtClinton Stimpson2008-03-051-10/+10
* BUG: Fixed PATH_SUFFIXES copy/paste bug (0006201)Eric Wing2008-03-051-1/+1
* ENH: Add script GetPrerequisites.cmake to help analyze what shared libraries ...David Cole2008-03-041-0/+491
* STYLE: Remove trailing whitespace.Brad King2008-03-031-7/+7
* STYLE: Remove trailing whitespace.Brad King2008-03-031-1/+1
* STYLE: Remove trailing whitespace.Brad King2008-03-031-5/+5
* STYLE: Remove trailing whitespace.Brad King2008-03-031-12/+12
* STYLE: Fixed docs of new CMakeForceCompilerBrad King2008-03-031-2/+4
* ENH: Restore CMAKE_FORCE_C_COMPILER and CMAKE_FORCE_CXX_COMPILER macros in CM...Brad King2008-03-031-27/+47
* ENH: Use builtin chrpath instead of relinking ELF targetsBrad King2008-03-011-13/+0
* BUG: Do not place $(CMAKE_COMMAND) in link scripts.Brad King2008-03-011-4/+4
* ENH: allow cdash not to triggerBill Hoffman2008-02-291-0/+1
* ENH: add vs9 stuff, still need msvc9 mfcBill Hoffman2008-02-291-0/+29
* ENH: Handle large object file lists on some platformsBrad King2008-02-272-6/+9
* BUG: Apply patch from bug#6445. Add preprocessor definitions to assembly and...Brad King2008-02-277-23/+28
* ENH: Add support to C compiler identification for void return type from main....Brad King2008-02-251-0/+7
* BUG: fix rpmbuild bug, which expands variables in comments :-/Alexander Neundorf2008-02-251-1/+1
* ENH: Improvied compiler identification robustnessBrad King2008-02-258-65/+59
* ENH: Simplify make build rule generation by removing use of OBJECTS_QUOTED an...Brad King2008-02-241-1/+1
* ENH: Better linker search path computation.Brad King2008-02-215-1/+19
* BUG: Fix passing of nodefaultrpath flag to linker through c++ compiler.Brad King2008-02-181-1/+1
* ENH: have cpack work with DESTDIR install and ingest qt framework libs into c...Bill Hoffman2008-02-181-316/+0
* BUG: fix double cmakefiles directoryBill Hoffman2008-02-171-1/+1
* ENH: add script to ingest library depends into a bundleBill Hoffman2008-02-161-0/+316
* STYLE: use global property instead of helper target to collect all pythonAlexander Neundorf2008-02-151-12/+13
* ENH: Cleanup building of OS X bundle contentBrad King2008-02-151-2/+0
* ENH: Allow multiple OS X applications bundles to be created in a single build...Brad King2008-02-142-64/+0
* ENH: Updated DEFINE_PROPERTY command to be more extendible and more consisten...Brad King2008-02-141-4/+4
* ENH: Re-enable diagnosis of non-unique target names.Brad King2008-02-141-26/+29
* ENH: Remove unnecessary compiler force macros. The compiler ID can now be de...Brad King2008-02-143-63/+27
* BUG: Fix error when paths have + in them. (special regex characters)Clinton Stimpson2008-02-141-6/+1
* ENH: fix advanced bugSebastien Barre2008-02-131-2/+0
* BUG: Fix FindQt4.cmake QT4_CREATE_MOC_COMMAND macro to work with spaces in th...Brad King2008-02-131-1/+12
* ENH: Fix eCos.cmake to not require a forced compilerBrad King2008-02-111-11/+13
* ENH: When detecting the compiler id try compiling only to an object file.Brad King2008-02-113-0/+19
* ENH: Remove CMAKE_ANSI_CFLAGS variable and instead always add ansi flags to C...Brad King2008-02-111-2/+3
* ENH: Better way to have escaping done correctly for all generators.Clinton Stimpson2008-02-081-3/+3
* BUG: Fix arg for moc parameter file so it works with unix makefiles, when theClinton Stimpson2008-02-071-1/+1
* BUG: fix for bug 6117 pkgconfigBill Hoffman2008-02-071-2/+2
* STYLE: use a function instead of a macro, to keep FAIL_MESSAGE localAlexander Neundorf2008-02-061-2/+6
* BUG: Added TARGET_ARCHIVES_MAY_BE_SHARED_LIBS global property to help compute...Brad King2008-02-041-0/+3
* BUG: When configuring compiler information files into the CMakeFiles director...Brad King2008-02-045-7/+10
* BUG: When forcing the C and CXX compilers do not try to detect the ABI inform...Brad King2008-02-036-24/+38
* ENH: Enable dependent library search paths on more platformsBrad King2008-02-022-0/+2
* BUG: When preserving relative paths for moc generated files,Clinton Stimpson2008-02-011-1/+6
* ENH: Use new COMPILE_DEFINITIONS_* with set_property toClinton Stimpson2008-02-011-11/+4
* ENH: Enable dependent library search paths on more platformsBrad King2008-02-015-0/+15
* ENH: Pass dependent library search path to linker on some platforms.Brad King2008-02-016-1/+23
* ENH: Support linking to shared libs with dependent libsBrad King2008-01-311-0/+6