summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: make sure RuleVariable struct is initialized correctly, also make sure c...Bill Hoffman2006-08-081-14/+27
* ENH: Added generation of rules to manually request preprocessed or generated ...Brad King2006-08-081-0/+14
* ENH: Moved GetSourceFileLanguage up to cmLocalGenerator.Brad King2006-08-031-0/+16
* ENH: Moved unique object file name computation from cmLocalUnixMakefileGenera...Brad King2006-07-111-0/+117
* ENH: Added target property INSTALL_RPATH_USE_LINK_PATH to append the linker s...Brad King2006-06-151-3/+22
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-1/+1
* STYLE: fix line lengthKen Martin2006-05-121-80/+127
* ENH: Added CONFIGURATIONS option to INSTALL command to allow per-configuratio...Brad King2006-05-051-3/+31
* ENH: make sure special vs ide path is only used for msvc_ide buildsBill Hoffman2006-04-251-6/+11
* ENH: Added option CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE to put all in-proj...Brad King2006-04-251-3/+28
* ENH: add special windows CMAKE_MSVCIDE_RUN_PATH variable for adding to the pa...Bill Hoffman2006-04-251-1/+8
* ENH: name pdb files for visual studio make based buildsBill Hoffman2006-04-191-0/+8
* ENH: fix java for ide builds againBill Hoffman2006-04-171-4/+2
* ENH: fix java and add OBJECT_DIR supportBill Hoffman2006-04-171-1/+13
* ENH: enable test for java with IDE buildsBill Hoffman2006-04-111-2/+39
* ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables CMAKE_<lang>_...Brad King2006-04-111-2/+8
* ENH: Restored implementation of AddCustomCommandToCreateObject. Updated it t...Brad King2006-04-111-26/+35
* BUG: Install scripts should honor EXCLUDE_FROM_ALL options for subdirectories...Brad King2006-04-111-8/+12
* BUG: Do not add non-per-config subdirectory name of cmake target libraries as...Brad King2006-04-111-4/+10
* ENH: Added support for multiple outputs generated by a single custom command....Brad King2006-04-111-0/+31
* BUG: Fixed cmOrderLinkDirectories to deal with raw link items that do not yet...Brad King2006-04-051-1/+7
* BUG: Removing part of earlier fix because it does not work with VS generators...Brad King2006-04-041-3/+2
* BUG: Fixed cmOrderLinkDirectories to make sure cmake-built libraries are foun...Brad King2006-04-041-3/+9
* ENH: Added global TargetManifest computation between Configure and Generate s...Brad King2006-04-041-0/+57
* ENH: add support for per config target LINK_FLAGSBill Hoffman2006-04-031-1/+17
* ENH: Added named component installation implementation. Installation behavio...Brad King2006-03-301-6/+32
* COMP: Remove warningsAndy Cedilnik2006-03-281-0/+3
* 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