154 Commits (19ffc0729fdc12b8c0874db7ae1c5e576b48ba10)

Author SHA1 Message Date
Brad King 86578eccf2 Simplify CMake per-source license notices 9 years ago
Stephen Kelly e13e519e1c Convert: Move access to BinaryDirectory out of loops 9 years ago
Stephen Kelly 34c6e995f9 Convert: Avoid HOME_OUTPUT enum when converting to relative paths 9 years ago
Daniel Pfeifer efed6468ed fix a load of include-what-you-use violations 9 years ago
Stephen Kelly 563ac22a16 Convert: Replace trivial conversion with new method 9 years ago
Daniel Pfeifer e7b842e189 Make sure unnused parameters are /*named*/ 9 years ago
Ben Boeckel 2bdba83e4b issues: update references to the CMake issue tracker 9 years ago
Tobias Hunger a354f60ce0 Refactor extra generator registration to use factories 9 years ago
Dāvis Mosāns b1f87a50b3 Use better KWSys SystemTools::GetEnv and HasEnv signatures 9 years ago
Daniel Pfeifer 1d6909a287 use CM_NULLPTR 9 years ago
Daniel Pfeifer 24ab29b882 Prefer istringstream and ostringstream over stringstream. 9 years ago
Daniel Pfeifer 7f6b8d3399 Simplify boolean expressions 9 years ago
Daniel Pfeifer 25d1ef6424 Use enums defined in cmOutputConverter using their fully qualified name. 9 years ago
Daniel Pfeifer 2a1a2033af cmExtraEclipseCDT4Generator: use std::replace. 9 years ago
Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
Brad King 0ac18d40c8 Remove `//------...` horizontal separator comments 9 years ago
Brad King e1c7747253 Format include directive blocks and ordering with clang-format 9 years ago
Brad King 180538c706 Source: Stabilize include order 9 years ago
Patrik Lehmann 4828a78c10 Eclipse: Implement traversal of nested source groups (#15701) 9 years ago
Daniel Pfeifer 754485afff cmExtraEclipseCDT4Generator: port to cmXMLWriter 10 years ago
Alex Neundorf aff38945d6 Eclipse: only add C/CXX macros if the language is enabled 10 years ago
Stephen Kelly 67b2f4312c Port to GetGeneratorTargets. 10 years ago
Stephen Kelly a8c0fbcc19 cmLocalGenerator: Store a vector of generator targets. 10 years ago
Stephen Kelly 400e3d19fc cmLocalGenerator: Don't store imported generator targets 10 years ago
Stephen Kelly eac15298a8 cmState: Move TargetType enum from cmTarget. 10 years ago
Stephen Kelly 7f5ec9f109 cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget. 10 years ago
Stephen Kelly 2293d43d00 cmLocalGenerator: Store cmGeneratorTargets. 10 years ago
Stephen Kelly a367416cec cmLocalGenerator: Add current source directory accessor. 10 years ago
Stephen Kelly bbef3c2da8 cmLocalGenerator: Add current binary directory accessor. 10 years ago
Stephen Kelly 12cb3bdce4 cmLocalGenerator: Add Home directory accessors. 10 years ago
Stephen Kelly 72efa15dc2 Eclipse: Port API to cmLocalGenerator. 10 years ago
Stephen Kelly 4ab2750c54 cmLocalGenerator: Add GetProjectName method. 10 years ago
Stephen Kelly 5d3776a7eb Access sources through cmGeneratorTarget. 10 years ago
Markus Grech a672b16a3a Eclipse: Fix paths in target links on cygwin 10 years ago
Brad King 6fbd4cae0d Use cmSystemTools::GetCMakeCommand() to get path to cmake internally 10 years ago
Stephen Kelly 32b8f03acc cmMakefile: Port users of GetStart* methods to new names. 10 years ago
Stephen Kelly 54d6a9187f cmMakefile: Rename GetCurrent{Output,Binary}Directory. 10 years ago
Brad King 356c26ebdf cmSystemTools: Teach RunSingleCommand to separate stdout and stderr 10 years ago
Stephen Kelly 5d056c0dd8 Port Global property interaction to cmState. 10 years ago
Stephen Kelly 0076b5d834 cmake: Remove the happy global property scope pattern. 10 years ago
Stephen Kelly f081c5bddd cmState: Move CacheEntryType enum from cmCacheManager. 10 years ago
Stephen Kelly ff7169a03c Port to cmState. 10 years ago
Stephen Kelly 77f2807ce5 cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue. 10 years ago
Stephen Kelly 14973054a2 Add API for cache loading, deleting and saving to the cmake class. 10 years ago
Brad King 3347c5e4f9 Revert topic 'refactor-cache-api' 10 years ago
Stephen Kelly 9ada4c0433 cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue. 10 years ago
Stephen Kelly 1fe7f24c2b Add API for cache loading, deleting and saving to the cmake class. 10 years ago
Stephen Kelly d92887efab Replace 'foo.size() > 0' pattern with !foo.empty(). 11 years ago
André Klitzing 6e6e0c4048 Eclipse: Add org.eclipse.cdt.core.cnature to CXX projects (#15068) 11 years ago
Nils Gladitz cc1139cc30 strings: Remove redundant calls to std::string::c_str() 11 years ago