summaryrefslogtreecommitdiff
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: add support for universal binariesBill Hoffman2006-03-241-1/+25
* ENH: Added support for linking to MS .lib libraries in MinGW.Brad King2006-03-221-0/+13
* ENH: Enabling CMAKE_INCLUDE_CURRENT_DIR even for in-source builds to be more ...Brad King2006-03-211-11/+8
* BUG: Fixed generation of mismatched IF in install script. This bug was intro...Brad King2006-03-161-1/+1
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-132/+132
* ENH: add support for language flags at rule expansion timeBill Hoffman2006-03-061-0/+4
* BUG: Fix for generated install scripts to support prefixes with trailing slas...Brad King2006-03-051-3/+4
* ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and ...Brad King2006-03-031-2/+8
* ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAM...Brad King2006-02-241-0/+7
* BUG: Fix generation of Xcode 2.0 and earlier projects to use CMAKE_BUILD_TYPE.Brad King2006-02-241-8/+9
* COMP: Remove warningsAndy Cedilnik2006-02-241-0/+3
* ENH: change expand stuff to pass a struct for all the argsBill Hoffman2006-02-201-80/+42
* ENH: Implemented FILES and PROGRAMS forms of the INSTALL command as replaceme...Brad King2006-02-191-42/+9
* ENH: Created new install script generation framework. The INSTALL command cr...Brad King2006-02-191-361/+164
* ENH: Automatic include directories should not be done by default as was just ...Brad King2006-02-191-25/+24
* BUG: Remove trailing slashes from install destinations.Brad King2006-02-181-0/+8
* COMP: Fixed shadowed variable warning.Brad King2006-02-181-4/+4
* ENH: Generate import libraries for DLLs on Cygwin and MinGW.Brad King2006-02-181-0/+4
* ENH: If CMAKE_NO_AUTOMATIC_INCLUDE_DIRECTORIES is not set try to approximate ...Brad King2006-02-181-18/+53
* ENH: Implemented RPATH specification support. It is documented by the comman...Brad King2006-02-161-11/+39
* ENH: Added INSTALL command as a placeholder for a future generic install spec...Brad King2006-02-101-0/+9
* ENH: fix bug for single char librariesBill Hoffman2006-02-101-5/+5
* ENH: add working directory supportBill Hoffman2006-02-081-0/+8
* COMP: fix warningBill Hoffman2006-01-241-9/+6
* ENH: fix warningBill Hoffman2006-01-231-1/+0
* ENH: fix problem with watcom and short paths and -IBill Hoffman2006-01-231-2/+17
* ENH: Further centralized custom command dependency computation. Custom comma...Brad King2006-01-131-21/+21
* COMP: Removed unused variables.Brad King2006-01-131-11/+0
* COMP: Removed unused paramter from cmLocalGenerator::OutputLinkLibraries.Brad King2006-01-131-3/+2
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-190/+397
* ENH: add framework support to FIND_FILEBill Hoffman2005-12-271-0/+14
* ENH: add better support for framework linkingBill Hoffman2005-12-261-1/+1
* ENH: fix borland make clean targets before build, add new generators for msys...Bill Hoffman2005-12-221-2/+18
* ENH: Removed cmMakefile arguments from cmTarget methods because cmTarget has ...Brad King2005-12-141-5/+5
* ENH: Allow the installer to overwrite the install prefixAndy Cedilnik2005-12-101-2/+7
* ENH: Add support for output reguilar expressionAndy Cedilnik2005-11-081-1/+30
* ENH: Add a way for test to intentionally failAndy Cedilnik2005-09-061-1/+11
* ENH: Added versioned executable support. This partially addresses bug#2143. ...Brad King2005-08-171-2/+17
* ENH: fix bug 2087 lib prefix stripped off on windowsBill Hoffman2005-08-101-0/+6
* ENH: Add set and get test propety commandAndy Cedilnik2005-07-311-2/+2
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-0/+5
* ENH: reduce the number of files produced still needs a bit more cleanupKen Martin2005-07-271-7/+13
* ENH: make sure flags set in CC or CXX environment variables stay with the com...Bill Hoffman2005-07-201-1/+17
* ENH: fix for bug 992, mac bundle install fixBill Hoffman2005-07-141-4/+29
* ENH: add -L as possible library flagBill Hoffman2005-07-131-1/+1
* BUG: fix for debug optimized link librariesKen Martin2005-07-051-1/+1
* ENH: make LOCATION an computed property of the target and get rid of a bunch ...Ken Martin2005-06-221-4/+4
* ENH: removed old convert callsKen Martin2005-06-101-24/+0
* ENH: Add capability to include files to DartTestfile.txt and add example of thatAndy Cedilnik2005-06-071-0/+5
* COMP: shut up warningKen Martin2005-05-131-0/+2