| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the evaluation of per-config COMPILE_DEFINITIONS (#14037) | Stephen Kelly | 2013-03-25 | 1 | -1/+1 |
|
|
* | Merge topic 'vs6-rule-files' | Brad King | 2013-02-05 | 1 | -0/+3 |
|\ |
|
| * | VS 6: Create .rule file directory before file | Brad King | 2013-02-03 | 1 | -0/+3 |
|
|
* | | Move GetCompileDefinitions to cmTarget. | Stephen Kelly | 2013-01-29 | 1 | -9/+5 |
|/ |
|
* | Revert "Move GetLinkInformation to cmGeneratorTarget" | Stephen Kelly | 2012-11-21 | 1 | -3/+1 |
|
|
* | Resolve warnings about shadowing parameters and local variables. | Stephen Kelly | 2012-11-13 | 1 | -6/+6 |
|
|
* | Resolve warnings about used enum values in switch blocks. | Stephen Kelly | 2012-11-13 | 1 | -0/+2 |
|
|
* | Fix config-specific INCLUDE_DIRECTORIES in multi-config generators | Stephen Kelly | 2012-10-17 | 1 | -5/+21 |
|
|
* | Add a wrapper for accessing config-specific compile-definitions. | Stephen Kelly | 2012-09-19 | 1 | -5/+9 |
|
|
* | Append the COMPILE_DEFINITIONS from the Makefile to all targets. | Stephen Kelly | 2012-09-19 | 1 | -16/+0 |
|
|
* | Move GetIncludeDirectories to cmGeneratorTarget. | Stephen Kelly | 2012-09-19 | 1 | -1/+4 |
|
|
* | Move GetLinkInformation to cmGeneratorTarget | Stephen Kelly | 2012-09-19 | 1 | -1/+3 |
|
|
* | Don't duplicate -D defines sent to the compiler. | Stephen Kelly | 2012-08-20 | 1 | -31/+61 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -93/+93 |
|
|
* | Cleanup custom command .rule file internal handling | Brad King | 2012-04-18 | 1 | -1/+1 |
|
|
* | VS: Add CMakeLists.txt re-run rules at start of generation | Brad King | 2012-03-28 | 1 | -12/+17 |
|
|
* | Add $<TARGET_OBJECTS:...> expression to use an object library | Brad King | 2012-03-16 | 1 | -1/+35 |
|
|
* | Build object library targets in VS | Brad King | 2012-03-13 | 1 | -9/+32 |
|
|
* | Pre-compute object file names before VS project generation | Brad King | 2012-03-09 | 1 | -29/+35 |
|
|
* | Merge branch 'cleanup-object-file-names' into object-library | Brad King | 2012-03-09 | 1 | -12/+1 |
|\ |
|
| * | VS: Simplify object name computation | Brad King | 2012-03-06 | 1 | -1/+1 |
|
|
| * | Remove unused partial OBJECT_FILES property implementation | Brad King | 2012-03-06 | 1 | -11/+0 |
|
|
* | | Merge topic 'fix-12189-support-SBCS-in-VS' | David Cole | 2012-03-08 | 1 | -3/+5 |
|\ \ |
|
| * | | VS6: Avoid _MBCS define when _SBCS is defined (#12189) | David Cole | 2012-02-21 | 1 | -3/+5 |
| |/ |
|
* | | Extract and use the INCLUDE_DIRECTORIES target properties. | Stephen Kelly | 2012-02-22 | 1 | -45/+60 |
|/ |
|
* | Order VS local generator Version ivar values consistently | Brad King | 2011-11-14 | 1 | -1/+2 |
|
|
* | VS: Create a Fortran DLL's import library directory | Brad King | 2011-02-10 | 1 | -1/+1 |
|
|
* | Record backtrace in cmCustomCommand | Brad King | 2010-12-15 | 1 | -1/+1 |
|
|
* | Simplify VS generator ConstructScript interface | Brad King | 2010-12-08 | 1 | -13/+2 |
|
|
* | Improve signature of cmLocalGenerator::GetRealDependency | Brad King | 2010-12-08 | 1 | -4/+6 |
|
|
* | Fix KWStyle line length issues. | Bill Hoffman | 2010-09-15 | 1 | -1/+2 |
|
|
* | Fix line-too-long style errors | Brad King | 2010-09-10 | 1 | -1/+2 |
|
|
* | Add STATIC_LIBRARY_FLAGS_<CONFIG> property (#10768) | Brad King | 2010-05-28 | 1 | -0/+40 |
|
|
* | Fix LINK_FLAGS_<CONFIG> in VS 6 generator | Brad King | 2010-05-28 | 1 | -29/+45 |
|
|
* | Fix for Bug#10700, COMPILE_DEFINITIONS_MINSIZEREL missing REL part. | Bill Hoffman | 2010-05-11 | 1 | -4/+4 |
|
|
* | Create a static library's output dir for VS 6 | Brad King | 2009-10-28 | 1 | -0/+33 |
|
|
* | Use per-config output dir in VS 6 templates | Brad King | 2009-10-28 | 1 | -0/+34 |
|
|
* | Remove unused members of local VS 6 generator | Brad King | 2009-09-30 | 1 | -3/+0 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | Silence VS generator for missing CMakeLists.txt | Brad King | 2009-09-02 | 1 | -0/+4 |
|
|
* | ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties i... | Bill Hoffman | 2009-07-14 | 1 | -1/+3 |
|
|
* | ENH: Simpler cmTarget::GetLinkerLanguage signature | Brad King | 2009-07-07 | 1 | -4/+2 |
|
|
* | BUG: Avoid cmTarget::GetDirectory for utilities | Brad King | 2009-07-03 | 1 | -7/+9 |
|
|
* | STYLE: Replace large if() with named boolean | Brad King | 2009-07-03 | 1 | -2/+3 |
|
|
* | BUG: Create an exe's implib output dir for VS 6 | Brad King | 2009-06-16 | 1 | -0/+6 |
|
|
* | ENH: Refactor VS 6 build event generation | Brad King | 2009-06-16 | 1 | -86/+65 |
|
|
* | ENH: Support more preprocessor values in VS6 | Brad King | 2009-04-24 | 1 | -2/+3 |
|
|
* | ENH: Support preprocessor def values in VS6 | Brad King | 2009-03-23 | 1 | -3/+3 |
|
|
* | ENH: Refactor passing of max length object dir | Brad King | 2008-12-16 | 1 | -11/+11 |
|
|
* | STYLE: Fix line length style violations. | David Cole | 2008-12-10 | 1 | -2/+4 |
|
|