summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't duplicate -D defines sent to the compiler.Stephen Kelly2012-08-201-2/+8
* Merge topic 'ninja-cldeps'David Cole2012-06-191-0/+5
|\
| * remove warning about unused parameterPeter Kuemmel2012-06-161-1/+1
| * Ninja: Eclipse and KDevelop fixes for ninjaPeter Kuemmel2012-06-151-0/+4
| * Ninja: work with ninja/master, don't compile rc files with clPeter Kuemmel2012-06-121-0/+1
* | Refactor generation of shared library flagsStephen Kelly2012-06-121-1/+7
|/
* Support building shared libraries or modules without soname (#13155)Modestas Vainius2012-04-301-0/+1
* make cmLocalGenerator::EscapeForCMake() staticAlex Neundorf2012-03-261-1/+1
* Merge topic 'cleanup-object-file-names'Brad King2012-03-131-8/+0
|\
| * Remove unused partial OBJECT_FILES property implementationBrad King2012-03-061-8/+0