Commit History

Author SHA1 Message Date
  Marc Chevrier d9b2c7dae2 Introduce memory management helper: cm_memory.hxx 6 years ago
  Alex Turbov 5e52de7d57 modermize: replace some raw pointers w/ `unique_ptr` 6 years ago
  Regina Pfeifer 9eb0e73f46 cmRange: Move to dedicated header file 6 years ago
  Artur Ryt 01b2d6ab74 Modernize: Use ranged for-loops when possible 6 years ago
  Brad King dacbb41455 Track backtraces in target dependencies internally 7 years ago
  Brad King a093b1a4f3 cmLinkItem: Add backtrace 7 years ago
  Brad King bea390e9bd Fix dependency propagation through same-name imported targets 7 years ago
  Brad King fc7e4d1ed8 cmLinkItem: Convert to a "sum type" over a string and target pointer 7 years ago
  Kitware Robot d7204e649e Revise C++ coding style using clang-format-6.0 7 years ago
  Pavel Solodovnikov c85bb007df Reduce allocation of temporary values on heap. 7 years ago
  Pavel Solodovnikov 7d5095796a Meta: modernize old-fashioned loops to range-based `for`. 8 years ago
  Daniel Pfeifer 5962db4389 Use C++11 nullptr 8 years ago
  Daniel Pfeifer b1ec5deaf1 Pass large types by const&, small types by value 8 years ago
  Stephen Kelly a91eaf3872 cmState: Port dependents to new cmStateTypes header 9 years ago
  Stephen Kelly a49751fb2e cmState: Move TargetType enum to separate namespace 9 years ago
  Brad King 86578eccf2 Simplify CMake per-source license notices 9 years ago
  Daniel Pfeifer f29d184773 fix a batch of include-what-you-use violations 9 years ago
  Daniel Pfeifer 1d6909a287 use CM_NULLPTR 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
  Christoph Grüninger 58a4a77132 Make cmLinkInterface:: and cmGeneratorTarget::Multiplicity unsigned ints 9 years ago
  Stephen Kelly 91411641a7 Move ComputeLinkType out of cmTarget. 10 years ago
  Stephen Kelly eac15298a8 cmState: Move TargetType enum from cmTarget. 10 years ago
  Stephen Kelly 482b3811e4 cmTarget: Move link type enum out. 10 years ago
  Stephen Kelly ceb35b63a7 cmLinkItem: Port to cmGeneratorTarget. 10 years ago
  Stephen Kelly bf2d061ad3 cmGeneratorTarget: Move FindTargetToLink from cmTarget. 10 years ago
  Stephen Kelly d6b394edcb cmComputeLinkDepends: Port result API to cmGeneratorTarget. 10 years ago
  Stephen Kelly 922c89014f cmGeneratorTarget: Port GetLinkInterface away from cmTarget. 10 years ago
  Stephen Kelly 064c248811 cmComputeLinkDepends: Port some API to cmGeneratorTarget. 10 years ago