summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* ENH: Add cmMakefile::NeedBackwardsCompatibility method to pass through to cmL...Brad King2008-02-112-0/+22
* BUG: Fix export_library_dependencies command to produce a file that is compat...Brad King2008-02-111-21/+97
* BUG: Fix cmComputeLinkDepends::AddVarLinkEntriesBrad King2008-02-111-1/+31
* STYLE: Nightly Date StampBrad King2008-02-111-1/+1
* STYLE: document that if(COMMAND) works also for macros and functionsAlexander Neundorf2008-02-101-1/+2
* BUG: Fix recent find_library change to look for user-specified name first to ...Brad King2008-02-101-6/+27
* STYLE: Nightly Date StampBrad King2008-02-101-1/+1
* ENH: make it so cmake-gui only installs if qt is static on windowsBill Hoffman2008-02-092-9/+15
* STYLE: Nightly Date StampBrad King2008-02-091-1/+1
* BUG: Make sure editor closes when deleting cache entries.Clinton Stimpson2008-02-081-0/+1
* ENH: Need to pick up the PreLoad.cmake files.Clinton Stimpson2008-02-081-0/+1
* COMP: Fix build with Qt 4.2.Clinton Stimpson2008-02-082-2/+11
* STYLE: Nightly Date StampBrad King2008-02-081-1/+1
* patch from MiguelAlexander Neundorf2008-02-071-10/+15
* ENH: Show cache variable name in title of file dialogs.Clinton Stimpson2008-02-072-15/+38
* ENH: Avoid computing link information for static library targets. They do no...Brad King2008-02-073-21/+33
* two patches from Miguel:Alexander Neundorf2008-02-071-47/+55
* COMP: Add missing assert include.Brad King2008-02-071-0/+2
* STYLE: add some commentsAlexander Neundorf2008-02-071-0/+5
* ENH: Improve link line generation for static library cycles.Brad King2008-02-078-255/+512
* ENH: make sure files are binary for download and make status a pair of value ...Bill Hoffman2008-02-072-4/+10
* ENH: for windows only allow a static qt for install and NSIS of cmake-guiBill Hoffman2008-02-071-3/+11
* STYLE: Nightly Date StampBrad King2008-02-071-1/+1
* BUG: Fix cmComputeLinkInformation to include the target's user link directori...Brad King2008-02-071-0/+5
* ENH: Make find_library test for the library file as named before trying prefi...Brad King2008-02-061-0/+10
* STYLE: Improve documentation of target_link_libraries command to make target-...Brad King2008-02-061-1/+4
* ENH: Update some strings to match program name.Clinton Stimpson2008-02-061-5/+5
* BUG: On Mac OS X, give the CMake library the correct path to the cmakeClinton Stimpson2008-02-061-1/+6
* ENH: Improve exporting/importing of targetsBrad King2008-02-066-45/+124
* BUG: Make sure linking to a shared lib on windows uses import library and not...Brad King2008-02-061-2/+6
* BUG: Do not create versioned executable names on Xcode where they are not sup...Brad King2008-02-061-1/+1
* ENH: When linking to versioned targets whose real file name is known pass the...Brad King2008-02-064-15/+65
* ENH: remove debug print stuffBill Hoffman2008-02-061-7/+0
* ENH: add DOWNLOAD option to FILE commandBill Hoffman2008-02-063-2/+182
* ENH: change name of qt-dialogBill Hoffman2008-02-061-3/+3
* STYLE: Nightly Date StampBrad King2008-02-061-1/+1
* ENH: Analyze inter-target dependencies to safely fix cyclesBrad King2008-02-066-144/+641
* STYLE: Nightly Date StampBrad King2008-02-051-1/+1
* COMP: Add missing include for assert.Brad King2008-02-051-0/+2
* ENH: Allow separate installation of shared libs and their links.Brad King2008-02-046-20/+222
* ENH: make sure ALL_BUILD only shows up onceBill Hoffman2008-02-041-1/+3
* BUG: Added TARGET_ARCHIVES_MAY_BE_SHARED_LIBS global property to help compute...Brad King2008-02-043-2/+31
* STYLE: Nightly Date StampBrad King2008-02-041-1/+1
* COMP: Avoid warning in kwsys IOStream.cxx when the helper functions are not n...Brad King2008-02-031-0/+13
* BUG: cmCTest::GetConfigType should return the string by reference-to-const so...Brad King2008-02-032-2/+2
* COMP: Fix warning in SystemInformation.cxx about possibly incorrect assignmen...Brad King2008-02-031-2/+2
* COMP: Fix unreachable code warning. Remove runtime test of constant informat...Brad King2008-02-031-5/+1
* COMP: Remove inline keyword from forward declaration for VS9.Brad King2008-02-031-4/+4
* STYLE: Nightly Date StampBrad King2008-02-031-1/+1
* ENH: fix infinite loop from size_t changeBill Hoffman2008-02-021-1/+1