summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Generalize cmCustomCommandGenerator to more fieldsBrad King2014-03-121-6/+7
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-3/+3
* Remove some c_str() calls.Stephen Kelly2014-03-111-82/+82
* stringapi: Use strings for dependency informationBen Boeckel2014-03-081-1/+1
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-19/+19
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-10/+10
* stringapi: Take strings in escaping functionsBen Boeckel2014-03-081-26/+28
* stringapi: Use strings in target nameBen Boeckel2014-03-081-10/+10
* stringapi: Use strings in Convert methods in LocalGeneratorBen Boeckel2014-03-081-17/+19
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-26/+29
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for property namesBen Boeckel2014-03-081-6/+10
* cmLocalGenerator: Add response file option to OutputLinkLibrariesBrad King2014-03-041-9/+14
* cmLocalGenerator: Simplify GetIncludeFlags output formattingBrad King2014-03-041-12/+4
* cmLocalGenerator: Add format option to ConvertToLinkReferenceBrad King2014-03-041-3/+4
* cmLocalGenerator: Add format option to ConvertToIncludeReferenceBrad King2014-03-041-2/+3
* cmLocalGenerator: Add format option to ConvertToOutputForExistingBrad King2014-03-041-8/+11
* MSVC: Add properties to configure compiler PDB files (#14762)Brad King2014-02-261-0/+7
* OS X: Escape path given to -isysroot flagBrad King2014-02-121-1/+1
* cmVersion: Fix CMake_VERSION_ENCODE for date in patch levelBrad King2014-02-101-2/+2
* VisibilityInlinesHidden: only apply -fvisibility-inlines-hidden to C++ sourcesNils Gladitz2014-02-011-1/+5
* Allow projects to specify extra inputs to CMakeBrad King2014-01-211-0/+2
* cmMakefile: make some methods take const std::string& instead of const char*Rolf Eike Beer2014-01-161-1/+1
* cmTarget: Make GetSourceFiles populate an out-vector parameter.Stephen Kelly2014-01-091-2/+4
* cmLocalGenerator: Remove VTK include hack (#11338).Stephen Kelly2013-12-201-21/+0
* Merge topic 'minor-cleanup'Brad King2013-12-191-0/+8
|\
| * Avoid certain actions on IMPORTED targets.Stephen Kelly2013-12-111-0/+8
* | cmLocalGenerator: Constify target definitions accessStephen Kelly2013-12-111-1/+1
|/
* CTest: filter /showIncludes output from ninja compile launcherNils Gladitz2013-12-031-0/+1
* INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties.Stephen Kelly2013-11-251-0/+9
* Introduce CMAKE_STAGING_PREFIX variable.Stephen Kelly2013-11-211-0/+5
* Add CMAKE_SYSROOT variable to set --sysroot when cross compiling.Stephen Kelly2013-11-191-1/+19
* Allow toolchain files to specify an external toolchain.Stephen Kelly2013-11-191-0/+16
* Add compiler target compile options.Stephen Kelly2013-11-191-0/+15
* Move TraceDependencies to cmGeneratorTarget.Stephen Kelly2013-10-301-3/+4
* Move GenerateTargetManifest to cmGeneratorTarget.Stephen Kelly2013-10-271-3/+4
* Drop compatibility with CMake < 2.4Brad King2013-10-231-12/+3
* OS X: Encode -F framework search flag in per-language platform variableBrad King2013-10-101-9/+23
* Merge topic 'haiku-updates'Brad King2013-10-091-5/+7
|\
| * Haiku: Remove use of B_COMMON_DIRECTORYAdrien Destugues2013-10-081-5/+7
* | Merge topic 'INTERFACE_LIBRARY-target-type'Brad King2013-10-081-0/+8
|\ \ | |/ |/|
| * Add the INTERFACE_LIBRARY target type.Stephen Kelly2013-10-071-0/+8
* | Generate modern-style cmake code.Stephen Kelly2013-08-221-37/+38
|/
* Revert "Add compiler target compile options."Stephen Kelly2013-08-091-14/+0
* Add support for CMAKE_STATIC_LINKER_FLAGSPatrick Gansterer2013-07-311-0/+7
* Unify the way the flags of a static library are readPatrick Gansterer2013-07-311-20/+13
* Remove TODO to uniq COMPILE_OPTIONSStephen Kelly2013-07-181-1/+1
* Merge topic 'drop-old-vs-dependency'Brad King2013-07-161-7/+1
|\
| * VS,Xcode: Drop incorrect legacy dependency trace (#14291)Brad King2013-07-151-7/+1
* | Merge topic 'tid-system-argument'Brad King2013-07-161-4/+4
|\ \