summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Ninja: Fix RC include directories regressionBrad King2014-10-131-1/+3
* cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE'Brad King2014-07-221-1/+1
* Add OBJECT_FILE_DIR rule placeholder for compilation linesBrad King2014-06-051-0/+1
* LocalGenerator: Add a string overload for AppendFlagsBen Boeckel2014-05-071-0/+1
* Merge topic 'target_compile_features'Brad King2014-04-151-0/+2
|\
| * cmTarget: Add CXX_STANDARD and CXX_EXTENSION target properties.Stephen Kelly2014-04-071-0/+2
* | Watcom: Use single quote for all file/path items in wlink commandJiri Malak2014-04-081-4/+7
|/
* Remove extra semicolons from C++ code.Stephen Kelly2014-04-031-5/+5
* cmLocalGenerator: Add ComputeObjectFilenames interface.Stephen Kelly2014-03-131-0/+4
* Generalize cmCustomCommandGenerator to more fieldsBrad King2014-03-121-1/+2
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-10/+10
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-3/+3
* stringapi: Take strings in escaping functionsBen Boeckel2014-03-081-4/+5
* stringapi: Use strings in target nameBen Boeckel2014-03-081-3/+3
* stringapi: Use strings in Convert methods in LocalGeneratorBen Boeckel2014-03-081-9/+11
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-12/+16
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for property namesBen Boeckel2014-03-081-2/+2
* cmLocalGenerator: Add response file option to OutputLinkLibrariesBrad King2014-03-041-1/+2
* cmLocalGenerator: Add format option to ConvertToLinkReferenceBrad King2014-03-041-1/+2
* cmLocalGenerator: Add format option to ConvertToIncludeReferenceBrad King2014-03-041-1/+2
* cmLocalGenerator: Add format option to ConvertToOutputForExistingBrad King2014-03-041-3/+6
* MSVC: Add properties to configure compiler PDB files (#14762)Brad King2014-02-261-0/+1
* cmVersion: Fix CMake_VERSION_ENCODE for date in patch levelBrad King2014-02-101-2/+2
* cmLocalGenerator: Constify target definitions accessStephen Kelly2013-12-111-2/+3
* CTest: filter /showIncludes output from ninja compile launcherNils Gladitz2013-12-031-0/+1
* Drop compatibility with CMake < 2.4Brad King2013-10-231-3/+1
* Unify the way the flags of a static library are readPatrick Gansterer2013-07-311-0/+5
* Merge topic 'drop-old-vs-dependency'Brad King2013-07-161-2/+0
|\
| * VS,Xcode: Drop incorrect legacy dependency trace (#14291)Brad King2013-07-151-2/+0
* | Merge topic 'tid-system-argument'Brad King2013-07-161-0/+1
|\ \
| * | Add Target API to determine if an include is a system include.Stephen Kelly2013-07-021-0/+1
| |/
* | Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string.Stephen Kelly2013-07-111-0/+2
* | Overload cmLocalGenerator::AppendDefines to add a list.Stephen Kelly2013-07-101-0/+3
|/
* Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handlingBrad King2013-06-271-3/+2
* Escape target flags taken from COMPILE_OPTIONSBrad King2013-06-271-0/+1
* Merge topic 'VISIBILITY_PRESET-property'Brad King2013-06-051-0/+2
|\
| * Introduce target property <LANG>_VISIBILITY_PRESETStephen Kelly2013-06-021-0/+2
* | Add cmLocalGenerator::GetCompileOptions.Stephen Kelly2013-06-021-0/+3
|/
* cmLocalGenerator: remove "virtual" where not usedAlex Neundorf2013-02-201-5/+5
* Process generator expressions for 'system' include directories.Stephen Kelly2013-02-071-1/+2
* Process the INTERFACE_PIC property from linked dependenciesStephen Kelly2013-01-101-1/+1
* Automoc: get include dirs without stripping implicit include dirs offAlex Neundorf2012-12-071-1/+2
* Fix config-specific INCLUDE_DIRECTORIES in multi-config generatorsStephen Kelly2012-10-171-1/+1
* Merge topic 'ninja-LIBPATH'Brad King2012-10-021-1/+6
|\
| * Ninja: move -LIBPATH behind -link optionPeter Kümmel2012-10-011-1/+6
* | Add an AppendDefines std::string overload.Stephen Kelly2012-09-211-0/+5
|/
* Move GetIncludeDirectories to cmGeneratorTarget.Stephen Kelly2012-09-191-1/+1
* Port cmLocalGenerator::GetTargetFlags to cmGeneratorTarget.Stephen Kelly2012-09-191-2/+3
* Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget.Stephen Kelly2012-09-191-3/+4