index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmLocalVisualStudio6Generator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmTarget: Rename old-style link dependencies code as "ForVS6"
Brad King
2014-07-14
1
-1/+2
*
cmTarget: Make the source files depend on the config.
Stephen Kelly
2014-04-02
1
-4/+33
*
cmTarget: Allow any generator expression in SOURCES property.
Stephen Kelly
2014-04-02
1
-0/+10
*
cmTarget: Use string API to add sources to cmTarget objects.
Stephen Kelly
2014-03-31
1
-3/+3
*
Generalize cmCustomCommandGenerator to more fields
Brad King
2014-03-12
1
-16/+23
*
cmCustomCommand: Return std::string from GetWorkingDirectory
Brad King
2014-03-12
1
-1/+1
*
stringapi: Use strings for dependency information
Ben Boeckel
2014-03-08
1
-1/+1
*
stringapi: Pass configuration names as strings
Ben Boeckel
2014-03-08
1
-8/+8
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-3/+3
*
cmTarget: Remove the project argument to FindTarget
Ben Boeckel
2014-03-08
1
-1/+1
*
stringapi: Use strings in target name
Ben Boeckel
2014-03-08
1
-11/+11
*
stringapi: Use strings for the languages
Ben Boeckel
2014-03-08
1
-22/+19
*
cmMakefile: Make FindSourceGroup const.
Stephen Kelly
2014-01-22
1
-2/+2
*
cmTarget: Make GetSourceFiles populate an out-vector parameter.
Stephen Kelly
2014-01-09
1
-1/+2
*
cmGeneratorTarget: Add methods to access source file groups.
Stephen Kelly
2014-01-09
1
-2/+2
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-6/+7
*
Merge topic 'INTERFACE_LIBRARY-target-type'
Brad King
2013-10-08
1
-1/+9
|
\
|
*
Add the INTERFACE_LIBRARY target type.
Stephen Kelly
2013-10-07
1
-1/+9
*
|
VS6: Add some delimiting between error message and content.
Stephen Kelly
2013-09-12
1
-2/+2
|
/
*
VS 6,7: Refactor local generators to avoid GetSourceFileWithOutput
Brad King
2013-08-06
1
-10/+8
*
VS6: Add handling of CMAKE_*_LINKER_FLAGS_<CONFIG> variables
Patrick Gansterer
2013-07-31
1
-6/+30
*
Add support for CMAKE_STATIC_LINKER_FLAGS
Patrick Gansterer
2013-07-31
1
-32/+33
*
Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string.
Stephen Kelly
2013-07-11
1
-15/+5
*
Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handling
Brad King
2013-06-27
1
-26/+8
*
Add whitespace after colons in error messages.
Stephen Kelly
2013-06-21
1
-2/+2
*
Add cmLocalGenerator::GetCompileOptions.
Stephen Kelly
2013-06-02
1
-1/+20
*
VS6: Rename some variables to correspond to config values.
Stephen Kelly
2013-06-02
1
-10/+10
*
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
|
\
\
[next]