summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-70/+72
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-101/+101
* COMP: Even more global target fixesAndy Cedilnik2006-02-241-2/+1
* BUG: More fixing of support for global target son visual studioAndy Cedilnik2006-02-241-7/+6
* COMP: More fixes for visual studioAndy Cedilnik2006-02-231-0/+3
* ENH: make command line flags more consistent with ide settingsBill Hoffman2006-02-211-70/+13
* ENH: make sure CMAKE_STANDARD_LIBRARIES are usedBill Hoffman2006-02-201-1/+3
* BUG: Add target-level COMPILE_FLAGS to the target not the individual source f...Brad King2006-02-201-6/+8
* ENH: If CMAKE_NO_AUTOMATIC_INCLUDE_DIRECTORIES is not set try to approximate ...Brad King2006-02-181-1/+2
* BUG: Use NOINHERIT macro to avoid linking to project default libraries which ...Brad King2006-02-151-2/+6
* BUG: Removed hard-coded linking to odbc32 and odbccp32.Brad King2006-02-141-1/+1
* BUG: Avoid adding unused rules to special targets like ALL_BUILD. Make sure ...Brad King2006-02-141-1/+13
* ENH: bug fix for 2829 better flags for idl toolBill Hoffman2006-02-101-1/+16
* BUG: Fixed generation of cmake re-run rules.Brad King2006-02-091-11/+12
* ENH: add working directory supportBill Hoffman2006-02-081-5/+8
* BUG: VS7 generator should use per-configuration linker flags for targets. Th...Brad King2006-01-271-3/+18
* ENH: add COMPILE_FLAGS to targetsBill Hoffman2006-01-251-2/+8
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-167/+60
* ENH: for all custom commands that can not be given to a target, add them to a...Bill Hoffman2006-01-091-3/+76
* ENH: removed TARGET_DIR_PREFIX supportKen Martin2005-12-131-5/+0
* ENH: Added support for parallel builds in VS 8. There is now a special targe...Brad King2005-12-131-1/+2
* ENH: fix for bug 2584, empty source groups with children skippedBill Hoffman2005-12-121-1/+1
* BUG: Tweak VS8 generator to keep VS8 happy. The .vcproj files need their own...Brad King2005-11-221-2/+8
* ENH: add some more properties for visual studio projectsBill Hoffman2005-11-191-4/+13
* COMP: fix compile errorBill Hoffman2005-11-191-5/+2
* BUG: Fixed flag-to-vcproj-attribute conversion code to work again (it was bro...Brad King2005-11-181-25/+16
* BUG: Fixed XML escapes for custom commands. Also added escaping of newlines ...Brad King2005-11-171-3/+3
* BUG: Double-quotes in definitions must be escaped.Brad King2005-10-031-2/+5
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-1/+1
* ENH: Generator now creates a separate intermediate files directory for each t...Brad King2005-07-271-7/+27
* ENH: fix lib case bug correctlyBill Hoffman2005-07-251-1/+11
* BUG: undo fixBill Hoffman2005-07-231-6/+1
* ENH: more efficent fix for bug # 2063Bill Hoffman2005-07-221-4/+6
* BUG: fix for case mismatched lib bug # 2063Bill Hoffman2005-07-221-1/+4
* BUG: remove part of patch from bug 1965 that set executable pathsBill Hoffman2005-07-131-6/+1
* FIX: apply patch from bug# 1965Bill Hoffman2005-07-131-284/+304
* ENH: make LOCATION an computed property of the target and get rid of a bunch ...Ken Martin2005-06-221-9/+9
* ENH: add first cut at support for exe with same name as libKen Martin2005-06-161-1/+10
* ENH: removed old convert callsKen Martin2005-06-101-2/+3
* Undo fix as it broke the dashboardBill Hoffman2005-05-121-16/+6
* ENH: fix for bug where debug, release etc flags were not used for linker opti...Bill Hoffman2005-05-121-6/+16
* BUG: fix insert for 64 bitBill Hoffman2005-04-131-2/+2
* BUG: fix Ambiguity in insert callBill Hoffman2005-04-121-1/+3
* ENH: performance improvementsBill Hoffman2005-04-121-6/+17
* ENH: fix adding of rc filesBill Hoffman2005-03-221-18/+34
* ENH: big change that includes immediate subdir support, removing the notion o...Ken Martin2005-03-181-1/+1
* ENH: Converted some ConvertToRelativeOutputPath calls to ConvertToOptionallyR...Brad King2005-02-241-8/+3
* ENH: Updated implementation of custom commands. Multiple command lines are n...Brad King2005-02-221-41/+25
* FIX: fix for bug 1606Bill Hoffman2005-02-171-8/+8
* FIX: fix for bug 1460Bill Hoffman2005-02-111-3/+26